*{
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: white;
}

header{
    /* background-color: cornsilk; */
    background-image: url(../imgs/IMG_6535.jpg);
    background-position: 90% 10%;
    background-size: 100%;
    height: 58vh;
    width: 100%;
}

.contenedor{
    display: flex;
    max-width: 80%;
    /* height: 92vh; */
    /* background-color: lightcoral; */
    margin: auto;
    flex-direction: column;
    align-items: center;
} 

.flex {
    display: flex;
    justify-content: center; 
}

.barra-navegador{
    display: flex;
    height: 15vh;
    width: 100%;
    /* background-color:blueviolet; */
    justify-content: space-between;
    align-items: center;
}

.barra-navegador img{
    width: 18vh;
}

.barra-navegador{
    display: flex;
    /*flex-direction: row;
    flex-wrap: wrap; */
    height: 15vh;
    width: 100%;
    /* background-color:blueviolet; */
    justify-content: space-between;
    align-items: center;
}

.hamburger{
    display: none;
}

.navegacion a {
    margin: 10px;
    color: white;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'PT Sans', sans-serif;
    text-decoration: none;
}

.contenido-header{
    display: flex;
    margin-top: 12vh;
    width: 100%;
    color: white;
    font-size: 1.2em;
    /* background-color: aqua; */
    justify-content: center;
}

.lineaheader{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    height: 25vh;
}

.titulo1 {
    font-family: 'PT Sans', sans-serif;
}

.titulos{
    font-weight: 600;
    font-size: 1.8em;
    padding-top: 10px;
    font-family: 'Lora', serif;
}

main .contenedor{
    height: 10%;
    padding: 150px;
    margin-top: 20px;
    text-align: center;
}

strong{
    font-weight: 400;
}

.titulos{
    font-weight: 700;
    font-size: 1.8em;
    padding-top: 10px;
}

main{
    height: 40vh;
    width: 100%;
    /* background-color: crimson; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #606060;
}

section{
    height: 220vh;
    width: 100%;
    /* background-color: lightblue; */
}

.contenedor2 {
    width: 97%;
    height: 400px;
    margin-top: 40px;
    /* background-color: brown; */
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.texto{
    width: 50%;
    height: 100%;
    padding: 40px 80px 0 80px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.342);
    font-weight: 350;
    color: rgba(0, 0, 0, 0.658);
}

.botton{
    width: 50%;
    padding: 20px 40px 20px 0;
    text-align: center;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.342);
    font-weight: 350;
    justify-content: flex-end;
}

.botton  a{
    text-decoration: none;
    color: rgb(66, 66, 66);
    background-color: rgba(255, 255, 255, 0.493);
    padding: 15px 25px;
}

.texto strong{
    font-size: 1.5em;
    font-weight: 600;
    color: black;
}

.ficha3 .botton a{
    display: none;
}

.ficha1 {
    background-image: url(../imgs/13.png);
    background-position: 30% 20%;
    background-size: cover;
}

.ficha2 {
    background-image: url(../imgs/IMG_8141.jpg);
    background-position: 0% 20%;
    background-size: cover;
}

.ficha3 {
    /* background-color: #070706; */
    background-image: url(../imgs/IMG_102.jpg);
    background-position: 85% 10%;
    background-size: 100%;
    background-repeat: no-repeat;
}

footer{
    height: 25vh;
    width: 100%;
    background-color: #262626;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .9em;
    color: rgb(187, 187, 187);
}
footer a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: .9em;
    color: rgb(187, 187, 187);
    text-decoration: none;
}

footer img{
    height: 27px;
}

.mail{
    display: flex;
    justify-content: space-evenly;
    width: 18%;
    display: flex;
    align-items: center;
}

.linea2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 5.5%;
    display: flex;
    align-items: center;
    font-size: .8em;
    margin-top: 4.5vh;
}

.linea{
    height: 7vh;
    margin-bottom: -5vh;
}

.redes{
    display: flex;
    justify-content: space-evenly;
    width: 18%;
    display: flex;
    align-items: center;
}

@media screen and (max-width:860px) {
    header{
        height: 40vh;
        width: 100%;
        transition: all .5s ease;
    }
    
    .barra-navegador img{
        width: 18vh;
    }
    .contenido-header{
        margin-top: 4vh;
        font-size: 1em;
    }
    .contenido-header img{
        height: 13vh;
    }

    .lineaheader{
        margin-top: 40px;
    }
    main .contenedor{
        height: 10%;
        padding: 100px;
        margin-top: 20px;
        text-align: center;
    }
    strong{
        font-weight: 400;
    }
    .titulos{
        font-weight: 700;
        font-size: 1.8em;
        padding-top: 10px;
        transition: all .5s ease;
    }
    main{
        height: 30vh;
        width: 100%;
        font-weight: 300;
        font-size: .9em;
        color: #606060;
        transition: all .5s ease;
    }
    section{
        height: 195vh;
        width: 100%;
        transition: all .5s ease;
    }
    .contenedor2 {
        width: 100%;
        height: 300px;
        margin-top: 40px;
        font-family: 'Open Sans', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        transition: all .5s ease;
    }
    .texto{
        width: 50%;
        height: 100%;
        padding: 30px 70px 0 70px;
        text-align: center;
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.342);
        font-weight: 350;
        font-size: .9em;
        color: rgba(0, 0, 0, 0.658);
        transition: all .5s ease;
    }
    .botton  a{
        text-decoration: none;
        color: rgb(66, 66, 66);
        background-color: rgba(255, 255, 255, 0.493);
        padding: 13px 20px;
        transition: all .5s ease;
    }

    footer{
        height: 13vh;
        transition: all .5s ease;
    }
    footer img{
        height: 20px;
    }
    .mail{
        width: 20%;
        font-size: .7em;
    }
    .linea2{
        width: 10%;
        font-size: .7em;
        margin-top: 3vh;
    }
    .linea{
        height: 4vh;
        margin-bottom: -1.5vh;
    }
    .redes{
        width: 20%;
    }
}

@media screen and (max-width:670px) {
    header{
        height: 45vh;
        width: 100%;
        transition: all .5s ease;
    }
    .contenedor{
        max-width: 85%;
    } 
    .barra-navegador img{
        width: 20vh;
    }
    .navegacion a {
        font-size: .8em;
        margin: 8px;
    } 
    .contenido-header{
        margin-top: 0vh;
        font-size: .9em;
        transition: all .5s ease;
    }
    .contenido-header img{
        height: 10vh;
    }

    .lineaheader{
        margin-top: 17px;
        transition: all .5s ease;
    }
    main .contenedor{
        height: 10%;
        padding: 90px 70px;
        margin-top: 0px;
        transition: all .5s ease;
    }
    .titulos{
        font-weight: 700;
        font-size: 1.7em;
        padding-top: 10px;
        transition: all .5s ease;
    }
    main{
        height: 43vh;
        width: 100%;
        font-size: .78em;
        transition: all .5s ease;
    }
    section{
        height: 250vh;
        width: 100%;
    }
    .contenedor2 {
        width: 96%;
        height: 250px;
        margin-top: 40px;
        align-items: flex-end;
        transition: all .5s ease;
    }
    .texto{
        width: 50%;
        height: 100%;
        padding: 30px 30px 0 30px;
        font-size: .78em;
        transition: all .5s ease;
    }
    .botton{
        width: 50%;
        padding: 10px 15px 10px 0;
        font-size: .8em;
        transition: all .5s ease;
    }
    .botton  a{
        padding: 8px 12px;
        transition: all .5s ease;
    }
    .texto strong{
        font-size: 1.3em;
        transition: all .5s ease;
    }
    
    footer{
        height: 10vh;
        transition: all .5s ease;
    }
    footer img{
        height: 15px;
    }
    .mail{
        width: 25%;
        font-size: .5em;
    }
    .linea2{
        width: 10%;
        font-size: .5em;
        margin-top: 2vh;
    }
    .linea{
        height: 2.7vh;
        margin-bottom: -2.5vh;
    }
    .redes{
        width: 25%;
    }
}

@media screen and (max-width:600px) {
    header{
        height: 29vh;
        width: 100%;
        transition: all .5s ease;
    }
    .contenedor{
        max-width: 85%;
    } 
    .barra-navegador img{
        width: 15vh;
    }
    .navegacion a {
        font-size: .8em;
        margin: 8px;
    } 
    .contenido-header{
        margin-top: 0vh;
        font-size: .9em;
        transition: all .5s ease;
    }
    .contenido-header img{
        height: 10vh;
    }

    .lineaheader{
        margin-top: 17px;
        transition: all .5s ease;
    }
    main .contenedor{
        height: 10%;
        padding: 90px 70px;
        margin-top: 0px;
        transition: all .5s ease;
    }
    .titulos{
        font-weight: 700;
        font-size: 1.7em;
        padding-top: 10px;
        transition: all .5s ease;
    }
    main{
        height: 26vh;
        width: 100%;
        font-size: .78em;
        transition: all .5s ease;
    }
    section{
        height: 170vh;
        width: 100%;
    }
    .contenedor2 {
        width: 96%;
        height: 250px;
        margin-top: 40px;
        align-items: flex-end;
        transition: all .5s ease;
    }
    .texto{
        width: 50%;
        height: 100%;
        padding: 30px 30px 0 30px;
        font-size: .78em;
        transition: all .5s ease;
    }
    .botton{
        width: 50%;
        padding: 10px 15px 10px 0;
        font-size: .8em;
        transition: all .5s ease;
    }
    .botton  a{
        padding: 8px 12px;
        transition: all .5s ease;
    }
    .texto strong{
        font-size: 1.3em;
        transition: all .5s ease;
    }
    
    footer{
        height: 10vh;
        transition: all .5s ease;
    }
    footer img{
        height: 15px;
    }
    .mail{
        width: 25%;
        font-size: .5em;
    }
    .linea2{
        width: 10%;
        font-size: .5em;
        margin-top: 2vh;
    }
    .linea{
        height: 2.7vh;
        margin-bottom: -2.5vh;
    }
    .redes{
        width: 25%;
    }
}

@media screen and (max-width:375px) {
    .hamburger{
        display: block;
        position: sticky;
    }
    header{
        width: 100%;
        background-position: 80% 10%;
        background-size: 160%;
        transition: all .5s ease;
    }
    .navegacion{
        background: rgba(151, 144, 112, 0.144);
        position: relative;
        top: 69px;
        left: 10px;
        display: flex;
        flex-direction: column;
        display: none;
        font-size: .88em;
    }
    .navegacion_activo{
        display: flex;
    }
    .barra-navegador img{
        width: 9.5vh;
        transition: all .5s ease;
    }
    .barra-navegador{
        height: 10vh;
    }
    .contenido-header{
        margin-top: 7vh;
        font-size: 1.5em;
        transition: all .5s ease;
    }
    .contenido-header img{
        height: 8vh;
    }
    .lineaheader{
        margin-top: 10px;
        transition: all .5s ease;
    }
    .titulo1{
        font-size: .6em;
    }
    .titulos{
        font-weight: 600;
        font-size: 1.3em;
        transition: all .5s ease;
    }

    main .contenedor{
        padding: 60px 30px;
    }
    main{
        height: 18vh;
        width: 100%;
        font-weight: 300;
        font-size: .6em;
        color: #606060;
        transition: all .5s ease;
    }
    section{
        height: 216vh;
        width: 100%;
    }
    .contenedor2 {
        width: 90%;
        height: 400px;
        margin-top: 40px;
        font-family: 'Open Sans', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transition: all .5s ease;
    }
    .texto{
        width: 100%;
        height: 40%;
        padding: 10px 30px 0 30px;
        font-size: .7em;
        background-color: rgba(255, 255, 255, 0.603);
        transition: all .5s ease;
    }
    .botton{
        width: 100%;
        padding: 7px 10px 10px 0;
        text-align: center;
        font-size: .7em;
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.603);
        font-weight: 350;
        justify-content: flex-end;
        transition: all .5s ease;
    }
    .botton  a{
        text-decoration: none;
        color: rgb(66, 66, 66);
        background-color: rgba(255, 255, 255, 0.582);
        padding: 5px 7px;
        transition: all .5s ease;
    }
    .texto strong{
        font-size: 1.3em;
        font-weight: 600;
        color: black;
        transition: all .5s ease;
    }
    .ficha1 {
        background-image: url(../imgs/13.png);
        background-position: 5% 20%;
        background-size: 230%;
    }
    .ficha2 {
        background-image: url(../imgs/IMG_8141.jpg);
        background-position: 50% 20%;
        background-size: cover;
    }
    .ficha3 {
        /* background-color: #070706; */
        background-position: 85% 10%;
        background-size: 150%;
    }


    footer{
        height: 8vh;
        transition: all .5s ease;
    }
    footer img{
        height: 10px;
    }
    .mail{
        width: 30%;
        font-size: .2em;
    }
    .linea2{
        width: 10%;
        font-size: .3em;
        margin-top: 1vh;
    }
    .linea{
        height: 2.2vh;
        margin-bottom: -2.5vh;
    }
    .redes{
        width: 25%;
    }
}

@media screen and (max-width:320px) {
    .hamburger{
        display: block;
        position: sticky;
    }
    header{
        width: 100%;
        background-position: 80% 10%;
        background-size: 160%;
        transition: all .5s ease;
    }
    .navegacion{
        background: rgba(151, 144, 112, 0.144);
        position: relative;
        top: 69px;
        left: 10px;
        display: flex;
        flex-direction: column;
        display: none;
        font-size: .88em;
    }
    .navegacion_activo{
        display: flex;
    }
    .barra-navegador img{
        width: 9.5vh;
        transition: all .5s ease;
    }
    .barra-navegador{
        height: 10vh;
    }
    .contenido-header{
        margin-top: 7vh;
        font-size: 1.5em;
        transition: all .5s ease;
    }
    .contenido-header img{
        height: 8vh;
    }
    .lineaheader{
        margin-top: 15px;
        transition: all .5s ease;
    }
    .titulo1{
        font-size: .6em;
    }
    .titulos{
        font-weight: 600;
        font-size: 1.3em;
        transition: all .5s ease;
    }

    main .contenedor{
        padding: 60px 30px;
    }
    main{
        height: 15vh;
        width: 100%;
        font-weight: 300;
        font-size: .65em;
        color: #606060;
        transition: all .5s ease;
    }
    section{
        height: 205vh;
        width: 100%;
    }
    .contenedor2 {
        width: 90%;
        height: 400px;
        margin-top: 40px;
        font-family: 'Open Sans', sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transition: all .5s ease;
    }
    .texto{
        width: 100%;
        height: 40%;
        padding: 10px 30px 0 30px;
        font-size: .7em;
        background-color: rgba(255, 255, 255, 0.603);
        transition: all .5s ease;
    }
    .botton{
        width: 100%;
        padding: 7px 10px 10px 0;
        text-align: center;
        font-size: .7em;
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.603);
        font-weight: 350;
        justify-content: flex-end;
        transition: all .5s ease;
    }
    .botton  a{
        text-decoration: none;
        color: rgb(66, 66, 66);
        background-color: rgba(255, 255, 255, 0.582);
        padding: 5px 7px;
        transition: all .5s ease;
    }
    .texto strong{
        font-size: 1.3em;
        font-weight: 600;
        color: black;
        transition: all .5s ease;
    }
    .ficha1 {
        background-image: url(../imgs/13.png);
        background-position: 5% 20%;
        background-size: 230%;
    }
    .ficha2 {
        background-image: url(../imgs/IMG_8141.jpg);
        background-position: 50% 20%;
        background-size: cover;
    }
    .ficha3 {
        /* background-color: #070706; */
        background-position: 85% 10%;
        background-size: 150%;
    }


    footer{
        height: 8vh;
        transition: all .5s ease;
    }
    footer img{
        height: 10px;
    }
    .mail{
        width: 30%;
        font-size: .2em;
    }
    .linea2{
        width: 10%;
        font-size: .3em;
        margin-top: 1vh;
    }
    .linea{
        height: 2.2vh;
        margin-bottom: -2.5vh;
    }
    .redes{
        width: 25%;
    }
}
