*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}

.contenedor{
    padding: 60px 0;
    width: 90%;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    
}

/* header */
header{
    width: 100%;
    height: 600px;
    background: #2193b0; 
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(191, 78%, 68%, 0.479), hsla(192, 68%, 41%, 0.651)), url(img/1.png);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(191, 89%, 17%, 0.678), hsla(192, 84%, 25%, 0.644)), url(img/1.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
}

nav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    height: 300px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding:  20px;
    position: relative;
    right: 2%;
    

}

nav ul li {
    margin: 0 10px;

    
}

nav ul li a {
    color: whitesmoke;
    font-size: 20px;
    font-weight:bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;

}

nav ul li a:hover {
    color: #bdc1c5;
}

.menu-1{
    width: 100%;
    justify-content: space-evenly;
}
/* menu */
.menu {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.logo-1 {
    width: 0;
}

#menu {
    display: none;
}
.menu-icono {
    width: 25px;

}

.menu label{
    cursor: pointer;
    display: none;

}






.textos-header h1{
    text-align: center;
}
    

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.textos-header h1{
    color: whitesmoke;
    font-size: 100px;
    
}

/* container */

.container{
    max-width: 1200px;
    margin: 0 auto;
}



.header-content{
    margin-top: 0;
    margin-bottom: 200px;
}





.swiper-button-prev::after{
    font-size: 25px;
}

.swiper-button-next::after{
    font-size: 25px;
}

.swiper-button-next{
    color:#2193b0;
}

.swiper-button-prev{
    color:#2193b0;
    position: absolute;
    right: 200px;
}

.header-content{
    margin-top: 0;
    margin-bottom: 200px;
}

.slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.slider-text{
    margin-left: 75px;
    width: 50%;
    position: relative;
    top: 200px;
    
}

.slider-text h1{
    font-size: 70px;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
}

.slider-text p{
    font-size: 18px;
    color: black;
    text-align: justify;
    
}


.title{
    text-align: center;
    color: #3498DB;
    /*color: ; */
    font-size: 1cm;
}

.btn-1{
    margin-top:15px;
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #2193b0;
    color:#414141;
    font-weight: 2px;
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 50px;
}
.btn-1:hover {
    border: 2px solid #2193b0;
    background-color:#2193b0 ;

}


.slider-img img{
    margin-right: 225px;
    width: 400px;
    position: relative;
    left:120%;
    bottom: 300px;
    
    
    
}

.silder-img{
    width: 50%;

}


/* footer */

footer{
    background: #414141;
    padding: 60PX 0 30PX 0;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: center;
}

.content-foo h4{
    color: #fff;
    border-bottom:  3px solid rgb(5, 94, 124);
    padding-bottom: 5px;
    margin-bottom: 10px;
} 

.content-foo p{
    color: #ccc;
} 

.titulo-final{
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9E9797;
}



/* button container */
.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 125px;

}

.button-container img {
    max-width: 25%;
    height: 25%;
    margin-right: 25px;
    border-radius: 200px;
}


.btn-clases {
    background-color: #5faafa;
    color: white;
    border: none;
    padding: 35px 35px;
    font-size: 3em;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-clases:hover {
    background-color: #5faafa;
    transform: scale(1.05);
}

.btn-clases:active {
    background-color: #5faafa;
    transform: scale(2);
}


@media screen and (max-width:900px){


/* menu */ 
    .menu {
        padding: 20px;
        justify-content: space-between;
    }

    .logo-1 {
        width: 25px;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #2193b0;
        display: none;
        padding-bottom: 50px ;
        padding-top: 50px;
    }

    
    .menu .navbar ul {
        flex-direction: column;
        width: 100%;
        
    }

    .menu .navbar ul li {
        width: 100%;
        text-align: left;
        margin: 5px 0;

    }

    #menu:checked ~ .textos-header .navbar {
        display: flex;
        width: 100%;
        text-align: center;
    }



    header{
        background-position: center;
        background-size: contain;
        background-position: top center;
        width: 100%;
        height: 250px;
    }
    .title{
        text-wrap: wrap;
    
    }
    .textos-header h1{
        color: whitesmoke;
        font-size: 25px;
        
    }

    nav ul li a{
        font-size: 10px;
        align-items: center;
        
    }
    nav ul li { 
        margin: 0 10px;
    }
    nav ul {
        justify-content: center;
        align-items: center;
        width: 90%;
        position: relative;
        height: 150px;
        left: 0%;

    }

    .header-content {
        align-items: center;
        padding: 1px;
    
    }

    .slider-text{
        position: relative;
        margin-top: -50px;
        left: -25px;
    }

    .slider-text h1 {
        font-size: 1.5em;
        position: relative;
        top: -100px;
    }
    .slider-text p {
        font-size: 1em;
        position: relative;
        top: -100px;
    }
    .slider-img img {
        width: 100px;  
        height: auto;
        position: relative;
    }
    .botones .btn-1 {
        padding: 10px 20px;
        font-size: 1em;
        position: relative;
        top: -110px;
    }
        
    .btn-clases{
        width: 75%;
        font-size: 0.5cm;
    }

}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Toma el 100% de la altura de la ventana */
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.video-container {
    width: 80%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video-title{
    color: black;
    font-family: 'Poppins', sans-serif;
    transform: translateY(-20px);
    font-size: 50px;
}
