/* Reset y estilos generales */
* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    vertical-align: baseline;
    box-sizing: border-box; 
}

body {
    background-color: #171717;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin: 0; 
    overflow-x: hidden;
}

/* Estilos de enlaces */
a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
}

a:hover {
    color: orange;
}

/* HEADER MENU */
.nav {
    width: 100%;
    background: #9DC3E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: fixed;
    transition: all 0.5s ease;
    border-bottom: 2px solid #f4f6f9;
    z-index: 10; /* Asegura que el nav esté encima */
}

.menu {
    display: flex;
}

.menu li {
    list-style: none;
    margin: 10px;
}

.menu li a {
    color: #101010;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.menu li a:hover {
    padding: 5px 10px;
    background-color: #101010;
    color: #ddd;
    border-radius: 15px;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #101010;
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px; /* Adjust based on the height of your header */
        right: 15px;
        background: #101010;
        width: 100%; /* Adjust the width as needed */
        padding: 10px;
        border-radius: 5px;
    }

    .menu li {
        margin: 10px 0;
    }

    .menu-icon {
        display: block;
        width: 80px;
        height: 40px;
    }

    .nav {
        justify-content: space-between;
    }

    .nav {
        width: 100%;
        background: #9DC3E6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        position: fixed;
        transition: all 0.5s ease;
    }
    .nav.logo img{
        width: 200px;
        height: 50px;
    }
}

/* Show menu  */
.menu.active {
    display: flex;
}

/* menu scroll*/
.scrol{
    height: 100px;
}


/*columnas*/
.container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 70px;
    background-color: rgba(16, 16, 16, 0.9); 
    border-radius: 40px;
    transition: 0.5s;

}

.left-column, .right-column {
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
}

.left-column {
    align-content: center;
}
/* columnas de imagenes*/

.container2 {
    display: flex;
    justify-content: space-between;
}

.left-column2, .right-column2 {
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
    align-content: center;
}
.left-column2 i, .right-column2 i{
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 90%;
    color: #fff;
    background-color:darkorange;
    font-size: 3.5rem;
    margin-top: 20px;
    }
    


@media (max-width: 768px) {
    .container, .container2 {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .left-column, .right-column, .left-column2, .right-column2 {
        width: 65%;
        padding: 5px;
    }

    .left-column2 i, .right-column2 i {
        height: 6rem;
        width: 6rem;
        line-height: 6rem;
        margin: 1rem 0;
        justify-content: center;
        align-items: center;
    }
    .item {
        text-align: left;
        font-size: 20px; /* Cambia el tamaño de la fuente si es necesario */
        padding: 0; /* Ajusta el padding si es necesario */
        justify-content: flex-start; /* Asegura que los elementos hijos se alineen a la izquierda */
        align-items: flex-start; /* Asegura que los elementos hijos se alineen al inicio */
      }
}

.item {
    margin-bottom: 15px;
    font-size: 18px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
    padding: 0;
  }

  .item::before {
    content: '+ ';
    color: #f0c040;
    font-size: 24px;
  }

  .item2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 20px;
    color: #101010;
  }

  .item2::before {
    content: '+ ';
    color: #f0c040;
    font-size: 24px;
  }
  /*MAYUSCULAS PANTONE*/

  .uppercase {
    color: #008080; /* Cambia el color a tu preferencia */
  }


/* content */
.header{
    justify-content: center;
    align-items: center;
}
.header{
    width: 100%;
    background-image: url("IMG/hari-nandakumar-MARQqyuH02s-unsplash.jpg");
    text-align: center;
    overflow: hidden; /* Asegura que el contenido no se salga del header */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
}
@media (max-width:768px) {
    .header{
        justify-content: center;
        text-align: justify;
    }
    .header{
        height: fit-content;
        width: 100%;
        background-image: url("IMG/hari-nandakumar-MARQqyuH02s-unsplash.jpg");
        background-size: cover;
        overflow: hidden; /* Asegura que el contenido no se salga del header */
        color: #101010;
    }
    .left-column .title{
        text-align: justify;
    }
    
    .header .right-column p{
        text-align: justify;
    }
    
    .right-column li{

        text-align: justify;
    }
}
.title{
    margin-bottom: 40px;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.subtitulo{
    font-size: 60px;
    margin-top: -45px;
}

.subtitulo2{
    font-size: 70px;
    color: #E9ECF0;
    margin-top: 40px;
    margin-bottom: 20px;
}

p{
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff;
}
@media (max-width:768px){
    .title{
        margin-bottom: 40px;
        font-size: 40px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .subtitulo{
        font-size: 20px;
        margin-top: -45px;
    }
    
    .subtitulo2{
        font-size: 40px;
        color: #E9ECF0;
        margin-top: 40px;
        margin-bottom: 23px;
    }
    
    p{
        margin-bottom: 30px;
        font-size: 20px;
        color: #fff;
        text-align: center;
    }


}
    
.content{
    display: flex;
    flex-direction: column;
}

.sau {
    height: fit-content ;
    width: 100%;
    background: #171717;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.box-container .box{
    height: 12rem;
    width: 17rem;
    background: #101010;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, 0.5);
    margin: 2rem;
}

.box-container .box h3{
    font-size: 20px;
    color: #fff;
    padding: 15px;
}

.box-container .box p{
    font-size: 16px;
    padding: 0 15px;
}

.box-container .box i{
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color:darkorange;
    font-size: 1rem;
    margin: 1rem 0;
}

.about{
    background: #101010;
    padding: 10px;
    height: fit-content;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.price {
    background-image: url("IMG/declan-sun-auHO68r6xBU-unsplash.jpg");
    padding: 100px;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #101010;
    background-attachment: fixed;
    background-size: cover;
}

.footerr{
    padding: 100px;
    background: #171717;
    margin: 50px;
    padding: 100px;
    height: 300px;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 768px) {
    .sau {
        flex-direction: column; /* Cambiado a columna para apilar contenido */
        text-align: center; /* Centrado el texto */
        width: 100%;
    }
    .about {
        justify-content: column;
        text-align: center; 
        width: 100%;
    }

    .price {
        justify-content: center;
        padding: 100px;
        width: 100%;
    }

    .footerr{
    padding: 100px;
    background: #171717;
    height: 600px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-bottom: 0;
}

.contenedor {
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    margin-top: 20px;
  }

  .contenedor p{
    font-size: 21px;
    margin-top: 36px;
  }
  
  .columna-izquierda {
    width: 350px;
    background-color: #222;
    color: #fff;
    padding: 20px;
    align-items: center;
    text-align: center;
  }
}
.footerr i{
    font-size: 2rem;
    padding: 1rem;
}

/* FOOTER */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer i{
    font-size: 2rem;
    padding: 1rem;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-section h3 {
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #ddd;
}

.footer-section a img {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    transition: transform 0.3s;
}

.footer-section a img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 10px;
}


.misionvision {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; /* Agregué esta línea */
    height: 100vh;
    align-items: center;
  }
  
  .misionvision {
    display: flex;
    flex-direction: row;
  }
  
  .misionvision {
    display: flex;
    flex-direction: row;
  }
  
  .mision,.vision {
    background-color: #101010;
    color: #fff;
    padding: 20px;
    flex-grow: 0;
    height: 500px;
    flex-basis: 700px; /* establecer un ancho fijo de 300px */
    margin: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: -70px;
  }
  
  .mision h2,.vision h2 {
    color: #fff;
    margin-top: 0;
  }
  
  .mision p,.vision p {
    margin-top: 35px;
    margin-bottom: 10px;
    overflow: auto; /* agregar overflow auto para que el texto no se salga del div */
  }
/*contenedores info */
.contenedor {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .contenedor p{
    font-size: 21px;
    margin-top: 36px;
  }
  
  .columna-izquierda {
    width: 350px;
    background-color: #222;
    color: #fff;
    padding: 20px;
    align-items: center;
    text-align: center;

  }

  .columna-derecha {
    width: 50%;
    background-color: #f2f2f2;
    padding: 20px;
  }
  @media (max-width: 768px) {
    .columna-derecha {
        width: 99%;
        background-color: #f2f2f2;
        padding: 20px;
      }
  }
  
  .elemento-lista {
    margin-bottom: 20px;
  }
  
  .elemento-lista::before {
    content: "\f00c"; /* Font Awesome icon for bullet point */
    font-family: FontAwesome;
    display: inline;
    margin-right: 10px;
  }

/* POPS */
.box:hover {
    transform: scale(1.05); /* Escala ligeramente aumentada al pasar el cursor por encima */
}

#popup {
    width: 700px;
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    color: #101010;
}

#popup p {
    margin: 0;
    color: #101010;
}

#popup #closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.hidden {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Color de fondo semi-transparente */
    z-index: 500;
    opacity: 0; /* Inicialmente invisible */
    display: none; /* Oculto por defecto */
    transition: opacity 0.3s ease; /* Transición suave para la opacidad */
}

.aviso{
    margin-bottom: 30px;
        font-size: 20px;
        color: #fff;
        text-align: justify;
}
.privacy-container {
            background-color: #333; /* Fondo oscuro para el div */
            color: white; /* Texto blanco */
            padding: 50px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: fit-content;
            max-width: 2000px;
            font-size: 12px;
            line-height: 1.6;
            text-align: justify;
            
        }
        .privacy-container b {
            font-weight: bold;
        }
        .privacy-container ul{
            font-weight: bold;
            font-size: 12px;
        }
        .privacy-container ul li{
            font-weight: bold;
            font-size: 12px;
        }

        /* BOTON WASAP */
        .float-wa{
            position:fixed;
            width:60px;
            height:60px;
            bottom:40px;
            right:40px;
            background-color:#25d366;
            color:#FFF;
            border-radius:50px;
            text-align:center;
            font-size:30px;
            z-index:100;
        }