*{
    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;
} 

.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: 40px;
    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{
    padding: 120px;
    margin-top: 0px;
    text-align: center;
}

strong{
    font-weight: 500;
}

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

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

main p{
    font-size: .6em;
    font-family: 'Lora', serif;
    color: #606060;
    font-weight: 200;
}

section{
    height: 930px;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.ficha1{
    background-image: url(../imgs/IMG_7470.jpg);
    height: 350px;
    width: 480px;
    background-size: cover;
    background-position: 30% 50%;
}

.ficha2{
    background-image: url(../imgs/IMG_8798.jpg);
    height: 710px;
    width: 455px;
    background-size:cover;
}

.ficha3{
    background-image: url(../imgs/Brochure1.jpg);
    height: 350px;
    width: 480px;
    background-size: 105%;
    background-position: 0 29%;
}

.ficha1 { grid-area: foto; }
.ficha2 { grid-area: larga; }
.ficha3 { grid-area: img; }

.fichas {
    display: grid;
    grid-template-areas:
        'foto foto larga larga'
        'img img larga larga';
    grid-gap: 10px;
    /* background-color: #2196F3; */
    padding: 10px;
    width: 100%;
}

.fichas > div {
    /* background-color: rgba(255, 255, 255, 0.8); */
    max-width: 100%;
    max-height: 600%;
}

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: 60px;
        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: 33vh;
        width: 100%;
        font-weight: 300;
        font-size: 1.3em;
        color: #383737;
        transition: all .5s ease;
    }


    
    section{
        height: 720px;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        transition: all .5s ease;
    }
    
    .ficha1{
        height: 250px;
        width: 315px;
        background-size:cover;
        background-position: 55% 50%;
        transition: all .5s ease;
    }
    
    .ficha2{
        height: 510px;
        width: 330px;
    }
    
    .ficha3{
        height: 250px;
        width: 315px;
        background-size: 105%;
        background-position: 0 29%;
        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: 80px;
        margin-top: 0px;
        transition: all .5s ease;
    }
    .titulos{
        font-weight: 700;
        font-size: 1.7em;
        padding-top: 10px;
        transition: all .5s ease;
    }
    main{
        height: 49vh;
        width: 100%;
        font-size: .98em;
        transition: all .5s ease;
    }
    

    section{
        height: 500px;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        transition: all .5s ease;
    }
    
    .ficha1{
        height: 180px;
        width: 250px;
        background-size:cover;
        background-position: 55% 50%;
        transition: all .5s ease;
    }
    
    .ficha2{
        height: 370px;
        width: 250px;   
    }
    
    .ficha3{
        height: 180px;
        width: 250px;
        background-size: 105%;
        background-position: 0 29%;
        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: 80px;
        margin-top: 0px;
        transition: all .5s ease;
    }
    .titulos{
        font-weight: 700;
        font-size: 1.7em;
        padding-top: 10px;
        transition: all .5s ease;
    }
    main{
        height: 32vh;
        width: 100%;
        font-size: .98em;
        transition: all .5s ease;
    }
    

    section{
        height: 500px;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        transition: all .5s ease;
    }
    
    .ficha1{
        height: 180px;
        width: 220px;
        background-size:cover;
        background-position: 55% 50%;
        transition: all .5s ease;
    }
    
    .ficha2{
        height: 370px;
        width: 218px;   
    }
    
    .ficha3{
        height: 180px;
        width: 220px;
        background-size: 105%;
        background-position: 0 29%;
        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: 5vh;
        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: 22vh;
        width: 100%;
        font-weight: 300;
        font-size: .75em;
        color: #606060;
        transition: all .5s ease;
    }

    section{
        height: 870px;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        transition: all .5s ease;
    }
    
    .ficha1{
        height: 180px;
        width: 280px;
        background-size:cover;
        background-position: 55% 50%;
        transition: all .5s ease;
    }
    
    .ficha2{
        width: 280px;
    }
    
    .ficha2 strong{
        font-size: 1.3em;
        color: black;
        transition: all .5s ease;
    }
    
    .ficha3{
        height: 180px;
        width: 100%;
        background-size: 105%;
        background-position: 0 29%;
        transition: all .5s ease;
    }

    .fichas {
        display: grid;
        grid-template-areas:
            'foto foto foto foto'
            'larga larga larga larga'
            'img img img img';
        grid-gap: 10px;
        /* background-color: #2196F3; */
        padding: 10px;
        width: 100%;
    }

    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: 25vh;
        width: 100%;
        font-weight: 300;
        font-size: .65em;
        color: #606060;
        transition: all .5s ease;
    }

    section{
        height: 790px;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
        transition: all .5s ease;
    }
    
    .ficha1{
        height: 120px;
        width: 240px;
        background-size:cover;
        background-position: 55% 50%;
        transition: all .5s ease;
    }
    
    .ficha2{
        width: 240px;
    }
    
    .ficha2 strong{
        font-size: 1.3em;
        color: black;
        transition: all .5s ease;
    }
    
    .ficha3{
        width: 240px;
        background-size: 105%;
        background-position: 0 29%;
        transition: all .5s ease;
    }

    .fichas {
        display: grid;
        grid-template-areas:
            'foto foto foto foto'
            'larga larga larga larga'
            'img img img img';
        grid-gap: 10px;
        /* background-color: #2196F3; */
        padding: 10px;
        width: 100%;
    }

    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%;
    }
}
