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

body{
    background-color: white;
}

header{
    /* background-color: cornsilk; */
    background-image: url(../imgs/IMG_6537.jpg);
    background-position: 70% 30%;
    background-size: 105%;
    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;
}

.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{
    max-width: 50%;
    height: 10%;
    padding: 150px;
    margin-top: 20px;
    text-align: center;
}

strong{
        font-weight: 600;
}

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

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

.contenedor_section{
    display: flex;
    max-width: 80%;
    /* background-color: lightcoral; */
    margin: 0 auto;
    flex-direction: column;
} 

.video{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.videoInteractiva {
    width: 300px;
    flex-direction: column;
    background-size: 240px;
    /* background-color: lawngreen; */
}

.videoInteractiva img{
    width: 100%;
    /*filter: grayscale(100%) opacity(50%)  blur(10px) hue-rotate(180deg)*/;
    padding: 4px;
    vertical-align: middle;
    background-position: 70% 30%;
    height: 100%;
}

.contenedor2 {
    display: flex;
    justify-content: center;
    /* background-color: blue; */
    margin-top: 10px;
}

.contenedor2  p{
    width: 75vh;
    height: 25vh;
    /* background-color: tomato; */
    color: #606060;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 1em;
    display: flex;
    text-align: center;
    align-items: center;
}

.fotos{
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.columnaInteractiva {
    width: 25%;
    flex-direction: column;
}

.columnaInteractiva img{
    width: 100%;
    /*filter: grayscale(100%) opacity(50%)  blur(10px) hue-rotate(180deg)*/;
    padding: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}

.next{
    color:black;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    display: flex;
    justify-content:flex-end;
    text-align: right;
    font-size: 1.28em;
    padding-top: 15px;
}

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:1000px) {
    .videoInteractiva {
        width: 260px;
        flex-direction: column;
        background-size: 240px;
        /* background-color: lawngreen; */
        transition: all .5s ease;
    }
    
    .videoInteractiva img{
        width: 100%;
        /*filter: grayscale(100%) opacity(50%)  blur(10px) hue-rotate(180deg)*/;
        padding: 4px;
        vertical-align: middle;
        background-position: 70% 30%;
        height: 39vh;
        transition: all .5s ease;
    }
}

@media screen and (min-width:1320px){
    section{
        height: 200vh;
        width: 100%;
        /* background-color: lightblue; */
    }
}
    
@media screen and (max-width:900px){
    section{
        height: 150vh;
        width: 100%;
        /* background-color: lightblue; */
    }
}

@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;
    }
    .contenido-header img{
        height: 13vh;
    }

    .lineaheader{
        display: flex;
        justify-content: center;
        margin-top: 40px;
        height: 25vh;
        transition: all .5s ease;
    }
    .titulos{
        font-weight: 600;
        font-size: 1.4em;
        padding-top: 0px;
        font-family: 'Lora', serif;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        height: 10%;
        padding: 0px;
        margin-top: 100px;
    }
    main{
        height: 5vh;
        width: 100%;
        /* background-color: crimson; */
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: .85em;
        color: #606060;
        transition: all .5s ease;
    }
    section{
        height: 200vh;
    }
    .contenedor_section{
        display: flex;
        max-width: 80%;
        /* background-color: lightcoral; */
        margin: 0 auto;
    } 
    .video{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        transition: all .5s ease;
    }
    .videoInteractiva {
        width: 33%;
        flex-direction: column;
        background-size: 240px;
        /* background-color: lawngreen; */
        transition: all .5s ease;
    }
    
    .videoInteractiva img{
        width: 100%;
        /*filter: grayscale(100%) opacity(50%)  blur(10px) hue-rotate(180deg)*/;
        padding: 4px;
        vertical-align: middle;
        background-position: 70% 30%;
        height: 100%;
    }
    .contenedor2 {
        display: flex;
        justify-content: center;
        /* background-color: blue; */
        margin-top: 30px;
        transition: all .5s ease;
    }
    .contenedor2  p{
        width: 60vh;
        height: 17vh;
        /* background-color: tomato; */
        color: #606060;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: .8em;
        display: flex;
        text-align: center;
        align-items: center;
        transition: all .5s ease;
    }
    .contenedor2 .fotos{
        width: 100%x;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        transition: all .5s ease;
    }
    .columnaInteractiva {
        width: 25%;
        flex-direction: column;
    }
    .columnaInteractiva img{
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .next{
        font-size: 1.05em;
        padding-top: 15px;
        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;
        height: 10vh;
    }

    .contenido-header img{
        height: 10vh;
    }
    .lineaheader{
        display: flex;
        justify-content: center;
        margin-top: 15px;
        transition: all .5s ease;
    }
    .titulo1{
        font-size: .8em;
    }
    .titulos{
        font-weight: 600;
        font-size: 1.3em;
        font-family: 'Lora', serif;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        height: 10%;
        padding: 0px;
        margin-top: 80px;
    }
    main{
        height: 5vh;
        width: 100%;
        /* background-color: crimson; */
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: .67em;
        color: #606060;
        transition: all .5s ease;
    }
    section{
        height: 240vh;
    }
    .contenedor_section{
        display: flex;
        max-width: 80%;
        /* background-color: lightcoral; */
        margin: 0 auto;
    } 
    .video{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        transition: all .5s ease;
    }
    .videoInteractiva img{
        height: 100%;
    }
    .contenedor2 {
        display: flex;
        justify-content: center;
        /* background-color: blue; */
        margin-top: 30px;
        transition: all .5s ease;
    }
    .contenedor2  p{
        width: 70%;
        height: 9vh;
        /* background-color: tomato; */
        color: #606060;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: .65em;
        display: flex;
        text-align: center;
        align-items: center;
        transition: all .5s ease;
    }
    .contenedor2 .fotos{
        width: 100%x;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        transition: all .5s ease;
    }
    .columnaInteractiva {
        width: 25%;
        flex-direction: column;
    }
    .columnaInteractiva img{
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .next{
        font-size: 1.05em;
        padding-top: 15px;
        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;
        height: 10vh;
    }

    .contenido-header img{
        height: 10vh;
    }
    .lineaheader{
        display: flex;
        justify-content: center;
        margin-top: 15px;
        transition: all .5s ease;
    }
    .titulo1{
        font-size: .8em;
    }
    .titulos{
        font-weight: 600;
        font-size: 1.3em;
        font-family: 'Lora', serif;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        height: 10%;
        padding: 0px;
        margin-top: 80px;
    }
    main{
        height: 5vh;
        width: 100%;
        /* background-color: crimson; */
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: .67em;
        color: #606060;
        transition: all .5s ease;
    }
    section{
        height: 320vh;
    }
    .contenedor_section{
        display: flex;
        max-width: 80%;
        /* background-color: lightcoral; */
        margin: 0 auto;
    } 
    .video{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        transition: all .5s ease;
    }
    .videoInteractiva img{
        height: 100%;
    }
    .contenedor2 {
        display: flex;
        justify-content: center;
        /* background-color: blue; */
        margin-top: 30px;
        transition: all .5s ease;
    }
    .contenedor2  p{
        width: 70%;
        height: 9vh;
        /* background-color: tomato; */
        color: #606060;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size: .65em;
        display: flex;
        text-align: center;
        align-items: center;
        transition: all .5s ease;
    }
    .contenedor2 .fotos{
        width: 100%x;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        transition: all .5s ease;
    }
    .columnaInteractiva {
        width: 25%;
        flex-direction: column;
    }
    .columnaInteractiva img{
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .next{
        font-size: 1.05em;
        padding-top: 15px;
        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;
    }
    .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;
    }
    .lineaheader{
        display: flex;
        justify-content: center;
        margin-top: 15px;
        transition: all .5s ease;
    }
    .titulo1{
        font-size: .6em;
    }
    .titulos{
        font-weight: 600;
        font-size: 1.3em;
        font-family: 'Lora', serif;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        height: 10%;
        padding: 0px;
        margin-top: 60px;
    }
    main{
        height: 3vh;
        width: 100%;
        /* background-color: crimson; */
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: .58em;
        transition: all .5s ease;
    }

    section{
        height: 540vh;
    }
    .contenedor_section{
        display: flex;
        max-width: 80%;
        /* background-color: lightcoral; */
        margin: 0 auto;
    } 
    .video{
        display: flex;
        flex-direction: column;
        transition: all .5s ease;
        height: 100%;
        margin-left: 30px;
    }
    .contenedor2 {
        display: flex;
        justify-content: center;
        /* background-color: blue; */
        margin-top: 30px;
        transition: all .5s ease;
    }
    .contenedor2  p{
        width: 60%;
        height: 11vh;
        font-weight: 400;
        font-size: .6em;
        transition: all .5s ease;
    }
    .contenedor2 .fotos{
        width: 100%x;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        transition: all .5s ease;
    }
    .columnaInteractiva {
        width: 25%;
        flex-direction: column;
    }
    .columnaInteractiva img{
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .next{
        font-size: .9em;
        padding-top: 15px;
        padding-right: 10px;
        transition: all .5s ease;
    }

    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: 8.5vh;
    }
    .contenido-header img{
        height: 8vh;
    }

    .lineaheader{
        display: flex;
        justify-content: center;
        margin-top: 15px;
        transition: all .5s ease;
    }
    .titulo1{
        font-size: .6em;
    }
    .titulos{
        font-weight: 600;
        font-size: 1.3em;
        font-family: 'Lora', serif;
        transition: all .5s ease;
    }
    main .contenedor{
        max-width: 50%;
        height: 10%;
        padding: 0px;
        margin-top: 60px;
    }
    main{
        height: 3vh;
        width: 100%;
        /* background-color: crimson; */
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: .58em;
        transition: all .5s ease;
    }

    section{
        height: 422vh;
    }
    .contenedor_section{
        display: flex;
        max-width: 80%;
        /* background-color: lightcoral; */
        margin: 0 auto;
    } 
    .video{
        display: flex;
        flex-direction: column;
        transition: all .5s ease;
        margin-left: 30px;
    }
    .contenedor2 {
        display: flex;
        justify-content: center;
        /* background-color: blue; */
        margin-top: 30px;
        transition: all .5s ease;
    }
    .contenedor2  p{
        width: 60%;
        height: 11vh;
        font-weight: 400;
        font-size: .6em;
        transition: all .5s ease;
    }
    .contenedor2 .fotos{
        width: 100%x;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        transition: all .5s ease;
    }
    .columnaInteractiva {
        width: 25%;
        flex-direction: column;
    }
    .columnaInteractiva img{
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
        vertical-align: middle;
    }
    .next{
        font-size: .9em;
        padding-top: 15px;
        padding-right: 10px;
        transition: all .5s ease;
    }

    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:600px){
    .columnaInteractiva {
        width: 50%;
        flex-direction: column;
    }
    .videoInteractiva {
        width: 50%;
        flex-direction: column;
        background-size: 240px;
        /* background-color: lawngreen; */
    }
    .videoInteractiva img{
        width: 100%;
        padding: 4px;
        vertical-align: middle;
        background-position: 70% 30%;
        height: 24vh;
    }
}

@media screen and (max-width:375px){
    .columnaInteractiva {
        width: 100%;
        flex-direction: column;
    }
    .columnaInteractiva img{
        width: 85%;
        display: flex;
        justify-content: center;
    }
    .fotos{
        margin-left: 30px;
    }
    .videoInteractiva {
        width: 85%;
        flex-direction: column;
        background-size: 240px;
        /* background-color: lawngreen; */
    }
    
    .videoInteractiva img{
        width: 100%;
        /*filter: grayscale(100%) opacity(50%)  blur(10px) hue-rotate(180deg)*/;
        padding: 4px;
        vertical-align: middle;
        background-position: 70% 30%;
        height: 100%;
    }
}

@media screen and (max-width:320px){
    .columnaInteractiva {
        width: 100%;
        flex-direction: column;
    }
    .columnaInteractiva img{
        width: 85%;
        display: flex;
        justify-content: center;
    }
    .fotos{
        margin-left: 30px;
    }
    .videoInteractiva {
        width: 85%;
        flex-direction: column;
        background-size: 240px;
        /* background-color: lawngreen; */
    }
    
    .videoInteractiva img{
        width: 100%;
        /*filter: grayscale(100%) opacity(50%)  blur(10px) hue-rotate(180deg)*/;
        padding: 4px;
        vertical-align: middle;
        background-position: 70% 30%;
        height: 27vh;
    }
}