*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

ul{
    list-style-type: none;
    margin:0;
    padding:0;
}

a{
    text-decoration-line: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}


footer{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding:1em;
    justify-content: space-around;
    align-items: center;
    background-color: #4A4A49;
}

footer img{
    width: 5em;
}

footer p{
    font-weight: 400;
    font-size: 0.6em;
    color: white;
    max-width: 70%;
}

#headerfijo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color:white;
}

#headerfijo a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color:white;
}

#headerfijo div{
    height:3em;
    width: 20%;
    display:flex;
    justify-content: center;
    align-items: center;
}

#headerfijo img{
    height: 2em;
}

.superiorbarra3, .superiorbarra4 p{
    padding:0em;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.superiorbarra1{
    background-color: #D35286;
}

.superiorbarra1 p{
    font-family: 'Mitr', sans-serif
}

.superiorbarra2{
    background-color: #07A8D0;
}

.superiorbarra3{
    background-color: #EDCD55;
}

.superiorbarra4{
    background-color: #E68B44;
}

.superiorbarra5{
    background-color: #D13B2C;
}



body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fotosuperior{
    position:relative;
    top:3em;
    width: 100%;
}

.fotosuperior2{
    position:absolute;
    max-width: 40em;
    width:60%;
}

.titularprincipal{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left:2em;
    padding-right:2em;
    text-align: center;
}

.titularprincipal h2{
    font-weight: 800;
}

.titularprincipal h1{
    font-weight: 100;
}

.titularprincipal p{
    font-weight: 400;
}




#caracteristicas{
    display: flex;
    flex-wrap: wrap;
    margin:3em;
    flex-direction: row;
    justify-content: center;

}

.una_caracteristica{
    display: flex;
    flex-direction: column;
    margin:1em;
    min-width: 5em;
    max-width: 15em;
    align-items: center;
    text-align: center;
}

.una_caracteristica img{
    max-width: 50%;
}

#caracteristicas h1{
    font-weight: 100;
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    font-size: 1.7em;
}

#caracteristicas p{
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 140%;
    font-size: 0.75em;
}


.testimonio1{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 50em;
    padding:4em;
}

.comillas2{
    width:2.5em;
    margin-right:2em;
    margin-bottom:1em;
    align-self: flex-start;
}

.comillas1{
    width:2.5em;
    margin-left:2em;
    align-self: flex-end;
}

.texto_testimonial{
    padding:1em;
}

.texto_testimonial{
    color: #4A4A49;
}

.texto_testimonial h1{
    font-size: 1.2em;
    font-weight: 600;
}

.texto_testimonial p{
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 190%;
}

.texto_testimonial h2{
    margin-top: 1em;
    font-size: 0.7em;
    font-weight: 600;
}

#descargar{
    text-align: center;
    margin:4em;
}

#descargar h1{
    font-size: 0.8em;
    font-weight: 600;
}

#descargar img{
    width: 13em;
}


@media (min-width: 15em) {
    #caracteristicas{
        flex-direction: column;
    }
    
    .titularprincipal h1, h2{
        font-size: 1.4em;
    }

    .titularprincipal p{
        font-size:0.7em;
        max-width: 80%;
    }
    
    #headerfijo p{
        font-size:0.6em;
    }
    
.testimonio1{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50em;
}
}

@media (min-width: 30em) {
    #caracteristicas{
        flex-direction: row;
    }
    
    .titularprincipal h1, h2{
        font-size: 1.7em;
    }

    .titularprincipal p{
        font-size:1em;
        max-width: 60%;
    }
    
    #headerfijo p{
        font-size:1em;
    }
.testimonio1{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50em;
}
    
.foto_testimonio{
    max-height: 20em;
}
}

@media (min-width: 75em) {
    
    #caracteristicas{
        flex-direction: row;
    }
    
    .titularprincipal h1, h2{
        font-size: 2em;
    }

    .titularprincipal p{
        font-size:1.2em;
        max-width: 40%;
    }
    
    #headerfijo p{
        font-size:1em;
    }
    
.testimonio1{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 50em;
}
    
.foto_testimonio{
    max-height: 50em;
}
}