*{
    border: 0;
    padding: 0;
    margin: 0;
}

body{
    background-color: white;
}

header{
    background-color: cornsilk;
    background-image: url(../imgs/IMG_6540.jpg);
    /* background-position: center; */
    background-size: cover;
    position: relative;
    background-attachment:fixed; 
    background-position: 50% 190%;
    height: 58vh;
    width: 100%;
}

/* img{
    width: 100%;
}  */

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

.contenedor1{
    display: flex;
    max-width: 80%;
    height: 900px;
    /* background-color: lightcoral; */
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
} 

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

.contenedor2 {
    width: 100%;
    height: 35vh;
    /* background-color: black; */
    margin-top: 40px;
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    display: flex;
}

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

section .contenedor1 {
    margin-top: 35px;
}

.ficha1 {
    /* flex-basis: calc(33.3% -20px);
    margin-top: 50px; */
    text-decoration: none;
    color: white;
    background-color: black;
    display: flex;
    padding-left: 100px;
    align-items: center;
    justify-content: flex-start;
    background-image: url(../imgs/IMG_6537.jpg);
    background-position: center;
    background-size: cover;
}
.contenedor2:hover{
    filter: grayscale(100%) opacity(80%);
    filter: blur(100%);
    /* background: #07070694;  para que funcione se le tiene que quitar el image  de background-image a las fichas */
    color: #070706;
}

.ficha1 img {
    padding-top: 10px;
}

.ficha2 {
    text-decoration: none;
    color: white;
    display: flex;
    padding-left: 100px;
    margin-top: 50px;
    align-items: center;
    background-image: url(../imgs/IMG_6535.jpg);
    background-position: 0% 22%;
    background-size: cover;
}

a{
    text-decoration: none;
    color: white;
}

.ficha3 {
    display: flex;
    padding-left: 100px;
    margin-top: 50px;
    align-items: center;
    background-color: #070706;
    background-image: url(../imgs/IMG_9627.jpg);
    background-position: 85% 41%;
    background-size: 60%;
    background-repeat: no-repeat;
}

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

.contenido-header{
    display: flex;
    margin-top: 25vh;
    width: 100%;
    color: white;
    font-size: 2em;
}

.contenido-header img{
    margin-top: 90px;
    height: 23vh;
}

.lineaheader{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.hello{
    width: 50%;
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
}

.hello strong {
    font-size: 1.5em;
}

.barra-navegador img{
    /* height: 10vh; 
    margin-left: 20px;*/
    width: 18vh;
}

.hamburger{
    display: none;
}

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

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

.black{
    color: black;
}

strong{
        font-weight: 600;
}

main .contenedor{
    max-width: 36%;
    height: 10%;
    margin: 0 auto;
    padding: 150px;
    text-align: center;
}

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

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

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: 48vh;
        width: 100%;
        transition: all .5s ease;
    }
    header{
        background-size: cover;
        background-position: 90% 4800%;
    }
    .barra-navegador img{
        width: 18vh;
    }
    /* .navegacion a {
        font-size: 1em;
    } */
    .contenedor{
        height: 80vh;
    }
    .contenido-header{
        margin-top: 13vh;
    }
    .contenido-header img{
        margin-top: 78px;
        height: 13vh;
    }
    .hello{
        font-size: .8em;
        transition: all .5s ease;
    }
    .hello strong {
        font-size: 1.5em;
        transition: all .5s ease;
    }
    main{
        height: 41vh;
        width: 100%;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        padding: 115px;
        font-size: 1em;
    }
    section .contenedor1 {
        margin-top: 5px;
    }
    .contenedor1{
        max-width: 80%;
        height: 580px;
        transition: all .5s ease;
    } 
    section{
        height: 90vh;
        transition: all .5s ease;
    }
    .contenedor2 {
        width: 85%;
        height: 20vh;
        margin-top: 30px;
        font-weight: 500;
        font-size: 1.1em;
    }
    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;
    }
    header{
        background-size: 100%;
        background-position: 90% 0%;
        background-repeat: no-repeat;
    }
    .contenedor{
        max-width: 85%;
        height: 60vh;
    } 
    .barra-navegador img{
        width: 20vh;
    }
    .navegacion a {
        font-size: .8em;
        margin: 8px;
    } 
    .contenido-header{
        margin-top: 6vh;
    }
    .contenido-header img{
        margin-top: 62px;
        height: 9vh;
    }
    .hello{
        font-size: .6em;
        transition: all .5s ease;
    }
    .hello strong {
        font-size: 1.5em;
        transition: all .5s ease;
    }
    main{
        height: 33vh;
        width: 100%;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        padding: 50px;
        font-size: .7em;
    }
    section .contenedor1 {
        margin-top: 5px;
    }
    section{
        height: 124vh;
        transition: all .5s ease;
    }
    .contenedor1{
        max-width: 80%;
        height: 400px;
        transition: all .5s ease;
    } 
    .contenedor2 {
        width: 83%;
        height: 40vh;
        margin-top: 30px;
        font-weight: 500;
        font-size: 1em;
    }
    .titulos{
        font-size: 1.5em;
    }
    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: 35vh;
        width: 100%;
        transition: all .5s ease;
    }

    header{
        background-size: 110%;
        background-position: 90% -70%;
        background-repeat: no-repeat;
    }

    .contenedor{
        max-width: 85%;
    } 
    .barra-navegador img{
        width: 15vh;
    }
    .navegacion a {
        font-size: .8em;
        margin: 8px;
    } 
    .contenido-header{
        margin-top: 6vh;
    }
    .contenido-header img{
        margin-top: 62px;
        height: 9vh;
    }
    .hello{
        font-size: .6em;
        transition: all .5s ease;
    }
    .hello strong {
        font-size: 1.5em;
        transition: all .5s ease;
    }
    main{
        height: 30vh;
        width: 100%;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        padding: 80px;
        font-size: .7em;
    }
    section .contenedor1 {
        margin-top: 5px;
    }
    section{
        height: 84vh;
        transition: all .5s ease;
    }
    .contenedor1{
        max-width: 80%;
        height: 400px;
        transition: all .5s ease;
    } 
    .contenedor2 {
        width: 83%;
        height: 40vh;
        margin-top: 30px;
        font-weight: 500;
        font-size: 1em;
    }
    .titulos{
        font-size: 1.5em;
    }
    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:376px) {
    .hamburger{
        display: block;
        position: sticky;
    }
    .navegacion{
        background: rgba(151, 144, 112, 0.144);
        position: relative;
        top: 69px;
        left: 10px;
        display: flex;
        flex-direction: column;
        display: none;
        font-size: .88em;
    }
    header{
        background-size: 125%;
        background-position: 90% -10%;
        background-repeat: no-repeat;
    }
    .navegacion_activo{
        display: flex;
    }
    .barra-navegador img{
        width: 11vh;
        transition: all .5s ease;
    }
    .barra-navegador{
        height: 10vh;
    }
    .contenedor{
        height: 55vh;
    }
    .contenido-header{
        margin-top: 8.5vh;
    }
    .contenido-header img{
        margin-top: 80px;
        height: 8vh;
    }
    .hello{
        font-size: .4em;
        transition: all .5s ease;
    }
    .hello strong {
        font-size: 1.2em;
        transition: all .5s ease;
    }
    main{
        height: 18vh;
        width: 100%;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 100%;
        padding: 10px;
        font-size: .53em;
        padding: 50px;
    }
    section .contenedor1 {
        margin-top: 5px;
    }
    section{
        height: 83vh;
        transition: all .5s ease;
    }
    .contenedor1{
        max-width: 100%;
        height: 500px;
        transition: all .5s ease;
    } 
    .contenedor2 {
        width: 56%;
        height: 18vh;
        margin-top: 30px;
        font-weight: 500;
        font-size: 1em;
        justify-content: flex-start;
        padding: 0 30px;
    }
    .ficha2 {
        background-position: 60% 16%;
        background-size: 130%;
    }
    .ficha3 {
        background-position: 5% 39%;
        background-size: 125%;
        background-repeat: no-repeat;
    }
    .titulos{
        font-size: 1.2em;
    }
    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) {
    header{
        background-size: 135%;
        background-position: 90% -10%;
        background-repeat: no-repeat;
    }
    .hamburger{
        display: block;
        position: sticky;
    }
    .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: 8.5vh;
    }
    .contenido-header img{
        margin-top: 70px;
        height: 8vh;
    }
    .hello{
        font-size: .4em;
        transition: all .5s ease;
    }
    .hello strong {
        font-size: 1.2em;
        transition: all .5s ease;
    }
    main{
        height: 18vh;
        width: 100%;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 100%;
        padding: 10px;
        font-size: .53em;
        padding: 50px;
    }
    section .contenedor1 {
        margin-top: 5px;
    }
    section{
        height: 90vh;
        transition: all .5s ease;
    }
    .contenedor1{
        max-width: 100%;
        height: 450px;
        transition: all .5s ease;
    } 
    .contenedor2 {
        width: 56%;
        height: 18vh;
        margin-top: 30px;
        font-weight: 500;
        font-size: 1em;
        justify-content: flex-start;
        padding: 0 30px;
    }
    .ficha2 {
        background-position: 60% 16%;
        background-size: 130%;
    }
    .ficha3 {
        background-position: 5% 35%;
        background-size: 125%;
        background-repeat: no-repeat;
    }
    .titulos{
        font-size: 1.2em;
    }
    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%;
    }
}