@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freeman&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    text-decoration: none;
    padding: 0%;
    margin: 0%;
}
/* Estilos generales */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
/* Estilos para el encabezado */
header {
    
    height: 200px;
    background-color: #333; /* Color de fondo del encabezado */
    color: #fff; /* Color del texto */
    padding: 10px 100px 10px 80px; /* Espaciado interno */
    display: flex; /* Mostrar elementos en línea */
    justify-content: space-between; /* Distribuir los elementos horizontalmente */
    align-items: center; /* Centrar verticalmente los elementos */
    
     

    /*aqui se modifico*/
}







/* Estilos para el logo */
#logo {
    width: 400px; /* Ancho del logo */
    height: auto; /* Altura automática para mantener la proporción */
}

/* Estilos para la frase de la empresa */
#slogan {
transform: translate(90px,0px);
display: flex;
align-items: center;
font-family: "Merriweather", serif;
font-weight: 300;
font-style: normal;

    
}
#sa{
    transform: translate(80px, 0px);
    font-size: 30px;
    
    
}

/* Estilos para los botones de navegación */
nav {

    padding: 0px 0px 0px 100px;
}

nav a {
    color: rgb(41, 168, 206);
    
    margin-left: 30px; /* Espacio entre los botones */
}
#botonesinicio{
    
        font-size: 30px;
        color: rgb(41, 168, 206);
        text-decoration: none;
        margin: 14px 30px;
    }



#main-box {
    background-color: #221f1f;
    text-align: center;
    padding: 20px 0;
}

#image-container {
    text-align: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#image-slider {
    width: 100vw;
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
    align-items: center;
    justify-content: center;
}

.slider-img {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slider-img img {
    transform: translateY(-200px);
    width: 100%;
    height: auto;
    object-fit: contain;
}

#prev, #next {
    font-size: 48px;
    cursor: pointer;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

#slider-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider-dot {
    width: 20px;
    height: 20px;
    background-color: #fcf8f8;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
/* desde aca empieza la reseña */
#reasons-to-choose {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh ;
    background-color: #333;
    padding: 200px 40px;
    text-align: left;
    color: rgb(251, 241, 241);
    position: relative;
    z-index: 1;
    border: 10px solid #000;
    overflow: hidden;
}
/* 🎯 Carrusel pequeño: estilos para todos los carruseles mini */
.mini-carousel-box {
  width: 500px;
  height: 800px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.mini-image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.mini-slider-img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mini-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-prev, .mini-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: white;
  background: rgba(0,0,0,0.3);
  padding: 5px;
  cursor: pointer;
  z-index: 10;
}

.mini-prev { left: 5px; }
.mini-next { right: 5px; }

.mini-slider-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.mini-slider-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.mini-slider-dot.active {
  background-color: #333;
}
/* ✅ Fin de mini carrusel */









/* Estilos para el texto de los encabezados */
#reasons-to-choose h2 {
    font-size: 50px; /* Tamaño de letra para los encabezados */
    padding:0px 0 40px 40px ;
    

    font-family: "Freeman", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

/* Estilos para el texto de los párrafos */
#reasons-text p {
    font-size: 24px; /* Tamaño de letra para los párrafos */

   
    line-height: 1.4; /* Ajusta este valor según tus necesidades */
    padding: 0px 15px 0px 35px;
    
   
    
}
#reasons-image img {
    max-width: 600px; /* Establece el ancho máximo de la imagen al 100% del contenedor */
}

#reasons-text {
    flex-basis: calc(50% - 20px); /* 60% del ancho menos 20px de margen */
    margin-right: 20px;
}


/*footer*/
/*color del cuadro*/


.footer-creative{
    background-color: #333;
    height:  100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
   
    /*aqui modifique*/
}














/* Imagen del logo */
.footer-logo-img {
  width: 600px;
  height: auto;
  display: block;
  padding: 0;
}

/* Imagen del botón */
.footer-button-img {
  width: 200px;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: block;
  margin-top: 15px;
}

.footer-button-img:hover {
  transform: scale(1.05);
}
/*dar color y manipular el h3 */
.footer-creative h3{
    font-size:60px;
    color: #33c6e0;
}
.footer-creative p{
    font-size: 30px;
    color: aliceblue;
}
.footer-content{
    display: flex;
    padding: 0%;
}
.footer-animation{
    margin-right: 10px;
    padding: 0px 50px 0px 80px;
}

  
/*COLOR E LAS LETRAS SLIDER */

.slider-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: rgb(8, 29, 162);
    text-align: center;
    max-width: 80%;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.6);
    
}

.slider-text h3 {
    font-size: 50px;
    margin-bottom: 10px;
}

.slider-text p {
    font-size: 30px;
    margin: 0;
}
.footer-c1 {
  transform: translate(10px, -50px); /* 20px a la derecha, 10px hacia arriba */
}


/*boton de wasap*/
.whatsapp-fixed {
  position: fixed;
  bottom: 40px;   /* Más arriba: aumenta el número */
  right: 40px;    /* Más a la izquierda: aumenta el número */
  z-index: 1100;
}

.whatsapp-fixed img {
  width: 80px;
  height: 80px; /* ← Esto lo hace visible */
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
  cursor: pointer;
}

.whatsapp-fixed img:hover {
  transform: scale(1.1);
}






/* 🔘 Botón flotante que abre el chatbot */
/* 🔘 Botón flotante que abre el chatbot */
#chat-toggle {
  position: fixed;
  bottom: 50px;
  right: 40px;
  background: transparent;
  border: none;
  z-index: 999;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 🖼️ Imagen dentro del botón del chatbot */
#chat-toggle img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
  object-fit: cover;
  cursor: pointer;
}




/* 💬 Contenedor del chatbot que aparece al hacer clic */
#chatbot-container {
  position: fixed;
  bottom: 40px;
  right: 220px; /* ← Lo alejamos del botón */
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-family: sans-serif;
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 998;
}


/* 🟪 Encabezado del chatbot */
#chat-header {
  background: #6C63FF;     /* Color de fondo del encabezado */
  color: white;            /* Texto blanco */
  padding: 10px;           /* Espaciado interno */
  font-weight: bold;       /* Texto en negrita */
}

/* 📜 Área donde se muestran los mensajes del chat */
#chat-log {
  padding: 10px;           /* Espaciado interno */
  height: 200px;           /* Altura fija del área de mensajes */
  overflow-y: auto;        /* Permite hacer scroll si hay muchos mensajes */
}

/* 🧾 Área de entrada de texto y botón de envío */
#chat-input {
  display: flex;           /* Organiza el input y el botón en fila */
  border-top: 1px solid #ccc; /* Línea divisoria superior */
}

/* ✏️ Campo donde el usuario escribe su pregunta */
#chat-input input {
  flex: 1;                 /* Ocupa todo el espacio disponible */
  padding: 10px;           /* Espaciado interno */
  border: none;            /* Sin borde */
}

/* 📤 Botón para enviar el mensaje */
#chat-input button {
  background: #6C63FF;     /* Color de fondo del botón */
  color: white;            /* Texto blanco */
  border: none;            /* Sin borde */
  padding: 10px;           /* Espaciado interno */
  cursor: pointer;         /* Cursor tipo mano al pasar el mouse */
}     
/* 🔘 Botón flotante que abre el chatbot */
#chat-toggle {
  position: fixed;
  bottom: 200px;
  right: 40px;
  background: transparent;
  border: none;
  z-index: 999;
  cursor: pointer;
  width: 160px;
  height: 160px;
}

/* 🖼️ Imagen dentro del botón del chatbot */
#chat-toggle img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
  cursor: pointer;
}




















/*       NOSOTROS APARTIR DE LA IMAGEN RECTANGULAR HASTA ANTES DEL FOOTER*/
#image-container1 {
    text-align: center;
    position: relative;
    height: 30vh;
    overflow: hidden;
}
#us-section {
    border: 2px solid rgb(34, 135, 202);
    background-color: #333;
    color: white;
    padding: 0;
    
    text-align: center;
}

#reviews-box {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: #333;
    padding: 0px;
    text-align: center;
}

#review-text {
    width: 40%;
    padding:100px 70px 40px 80px;
    font-size: 18px;
    float: left;
    text-align: left;
    color: rgb(255, 255, 255); 
    /* Cambia el color del texto a negro */
}#review-text h2{
    
    
    font-size: 30px;
    padding: 0px 0 25px 0;
  
    /* Cambia el color del texto a negro */
}

#review-image {
    width: 35%;
    padding: 100px 160px 100px 40px;
    float: right;
    margin-top: 20px;
}

/*                   Carusel                      */
#carousel{
    height: 100vh;
    background-color: #07101a;


}
#carousel h2{
    color: #f2eaea;
    font-size: 50px; /* Tamaño de letra para los encabezados */
    padding:75px 0 75px 400px ;
    

    font-family: "Freeman", sans-serif;
    font-weight: 400;
    font-style: normal;
  }




.carousel-item{
   
    background-color: #f6efef;
    height:  50vh;

}
.carousel-item img{
    margin: 20px;
    width: 400px 300px; /* Ancho de cada imagen */
    height:  40vh;/* Mantener la proporción de aspecto */
}








/*                              SERVIVIOS                      */

        /* Estilos para el menú desplegable */
        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
            z-index: 1;
            border-radius: 5px;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdown-content a:hover {
            background-color: #ddd;
            
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .dropdown:hover .button {
            background-color: #0056b3;
        }

        /* Estilos para el contenido adicional */

        #us-section1 {
            background-color:#3c3c3c; 
            color: white;
            padding: 20px;
            text-align: center;
            height: 85vh;
        }
        #us-section12 {
            background-color: #3c3c3c;
            color: white;
            padding: 20px;
            text-align: center;
            height: 85vh;
        }

        #reviews-box1 {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            background-color: #e3e3e3;
            padding: px 0 0 0;
            text-align: center;
            
        }
        

        #review-text1 {
            width: 40%;
            
            float: left;
            text-align: left;
            color: rgb(59, 107, 212); /* Cambia el color del texto a negro */
                 
        }
        #cajadeservicios{
            width: 100%;
            height: 100%;
            margin: 0 auto;
            background-color: #971111;
            padding: px 0 0 0;
            text-align: center;
            
        }
        #cuadrodetexto{
            width: 40%;
            
            float: left;
            text-align: left;
            color: rgb(59, 107, 212); /* Cambia el color del texto a negro */
                 
        }
        






        #review-text1 h2{
            font-size: 60px;
            padding: 80px 0px 20px 120px;
        }
        #review-text1 p{
            font-size: 20px;
            padding: 10px 0px 80px 100px;
        }

        #review-image1 {
            width: 530px;
            float: right ;
            margin-top: 40px;
            margin-right: 100px;
            border: 5px solid rgb(255, 255, 255); /* Ajusta el grosor del borde según tus necesidades */
            padding: 10px; /* Espacio entre la imagen y el borde */
            background-color: rgba(255, 255, 255, 0.486);
            
        }
        