html{
    scroll-behavior: smooth;
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Montserrat;
}

.wrap{
    width: 100%;
    height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(to right,rgb(0 0 0 / .2),rgb(0 0 0 / .2)), url(slide-ilus2-1.png);
    background-size: cover;
}

.seccion0{
    width: 800px;
    max-height: 160px;
    height: 130px;
    color: aliceblue;
    font-size: 35px;
    font-weight: 600;
    display: flex;
    text-align: center;
    justify-content: center;
}

.flecha-volver{
    width: 60px;
    height: 50px;
    z-index: 100;
    position: absolute;
    top: 55px;
    left: 50px;
}

.flecha-volver a{
    color: rgb(209, 204, 204);
    font-size: 2rem;
    text-decoration: none;
    text-shadow: 0px 0px 1px white;
    transition: all 300ms;
}

.flecha-volver a:hover{
    text-shadow: 0px 0px 4px  rgb(193, 193, 194);
}

section{
    width: 100%;
    background-image: url(ffflurry.svg);
}

.contenedor-caja_video{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.contenedor-nombre1{
    width: 500px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.897);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor-nombre1 p{
    font-family: "Cantora One";
    margin: 0;
    color: aliceblue;
    font-size: 43px;
    font-weight: 400;
}


.contenedor-nombre2{
    width: 500px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.897);
    display: flex;
    text-align: center;
}

.contenedor-nombre2 p{
    font-family: "Cantora One";
    margin: auto;
    color: aliceblue;
    font-size: 43px;
    font-weight: 400;
}

.contenedor-nombre3{
    width: 500px;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.897);
    display: flex;
    text-align: center;
}

.contenedor-nombre3 p{
    font-family: "Cantora One";
    margin: auto;
    color: aliceblue;
    font-size: 43px;
    font-weight: 400;
}


.caja-video1{
    width: 100%;
    height: 400px;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}

.caja-video1 video{
    margin: auto;
    height: 400px;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.897);
}

footer{
    width: 100%;
    height: 180px;
    background-image: url(mv2.png);
    background-size: cover;
    display: flex;
    justify-content: center;
}

.contenedor-footer{
    width: 240px;
    height: 160px;
}
.caja-footer1{
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
}

.p-footer1{
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
    color: white;
    user-select: none;
}
b{
    font-weight: 500;
}


.caja-footer2{
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    user-select: none;
}
.caja-footer2 p{
    margin: auto;
    color: white;
}

.flecha-footer{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.flecha-footer i{
    margin: 0;
    color: rgb(228, 228, 228);
    font-size: 38px;
}

.caja-footer3{
    width: 100%;
    height: 20px;
    display: flex;
}
.caja-footer3 p{
    margin: auto;
    color: rgb(211, 211, 211);
}

.flecha-footer a{
    text-decoration: none;
}
.flecha-footer a:hover{
    text-shadow: 0px 0px 2px  rgb(158, 159, 160);
}

@media only screen and (max-width: 768px){
    footer{
        height: 100%;
        background-position: 0px 0px;
    }
    .p-footer1{
        font-size: 25px;
        margin: 0;
        letter-spacing: 2px;
    }
    .flecha-footer{
        height: 40px;
        align-items: center;
    }
    .flecha-footer i{
        font-size: 35px;
    }
}

@media only screen and (max-width: 700px){
    footer{
        background-position: 0px 0px;
    }
    .seccion0{
        font-size: 30px;

    }
    .contenedor-nombre1{
        width: 400px;
        height: 80px;
        align-items: center;
    }
    
    .caja-video1{
        padding-bottom: 0px;
        height: 370px;
    }

    .caja-video1 video{
        margin: 0;
        height: 300px;
        width: 400px;
    }
    .contenedor-nombre1 p{
        font-size: 39px;    
    }

        
    .contenedor-nombre2{
        width: 400px;
        height: 100px;
    }

    .contenedor-nombre2 p{
        font-size: 34px;
    }

    .contenedor-nombre3{
        width: 400px;
    }
    
    .contenedor-nombre3 p{
        font-size: 34px;
    }

    .caja-footer1{
        height: 40px;
        text-align: center;
        align-items: center;
    }
    .p-footer1{
        font-size: 25px;
    }
    .caja-footer2 p{
        font-size: 15px;
    }
    
    .flecha-footer{
        height: 40px;
        align-items: end;
    }
    .flecha-footer i{
        font-size: 30px;
    }

}

@media only screen and (max-width: 600px){
    footer{
        background-position: 0px 0px;
    }
    .wrap{
        height: 380px;
    }

    .seccion0{
        height: 100px;
        font-size: 25px;
    }

}

@media only screen and (max-width: 500px){
    footer{
        background-position: 0px 0px;
    }
    .wrap{
        height: 330px;
    }
    .seccion0{
        height: 70px;
        font-size: 20px;
    }

    .flecha-volver a{
        font-size: 1.5rem;
    }

    .contenedor-nombre1{
        width: 350px;
        height: 80px;
        align-items: center;
    }
    
    .caja-video1{
        padding-bottom: 0px;
        height: 300px;
    }

    .caja-video1 video{
        margin: 0;
        height: 250px;
        width: 350px;
    }
    .contenedor-nombre1 p{
        font-size: 35px;    
    }

        
    .contenedor-nombre2{
        width: 350px;
    }

    .contenedor-nombre2 p{
        font-size: 31px;
    }
    .contenedor-nombre3{
        width: 350px;
    }
    
    .contenedor-nombre3 p{
        font-size: 31px;
    }

    .p-footer1{
        font-size: 22px;
    }
    .flecha-footer i{
        font-size: 28px;
    }
}

@media only screen and (max-width: 470px){
    footer{
        background-position: 0px 0px;
    }
    .p-footer1{
        font-size: 19px;
    }
    .flecha-footer i{
        font-size: 20px;
    }
}