@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #CCCCCC;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background-image: url(Images/HeroImage.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
}

.logo {
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 800;
    width: 150px;
    height: 150px;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: center;
}

.header-txt h1 {
    font-size: 65px;
    color: #FFFDFC;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-txt {
    color: #FFFDFC;
    font-size: 16px;
    padding: 0 250px;
    margin-bottom: 45px;
}

.btn-1 {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #FFFDFC;
    color: #FFFDFC;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-1 :hover {
    color: black;
    background-color: #FFFDFC;
}

.general {
    padding: 50px 0;
    text-align: center;
}

.general-content {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.general-1 {
    background-image: url(Images/Diamante1.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    min-width: 33%;
    padding: 170px 55px;
}

.general-2 {
    background-image: url(Images/Diamante2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    min-width: 33%;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.general-3 {
    background-image: url(Images/Diamante3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    min-width: 33%;
    padding: 170px 55px;
}

.general-4 {
    background-image: url(Images/effective.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}

.general-5 {
    background-image: url(Images/trust.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}

.general-6 {
    background-image: url(Images/availability.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    padding: 170px 55px;
}

h2 {
    font-size: 70px;
    text-transform: uppercase;
    color: black;
}

.txt h3 {
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    margin-left: 10px;
}

.txt p {
    color: black;
    font-size: 16px;
}

.info-1 {
    padding: 250px 0;
    background-image: url(Images/bg7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.info-content {
    text-align: center;
}

.info-content h2, span {
    color: black;
}

.info-circle {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.circle-txt {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}

.circle-1 {
    height: 150px;
    width: 150px;
    border: 10px solid black;
    border-radius: 50%;
    padding-top: 35px;
}

.circle-1 h3 {
    color: black;
    font-size: 16px;
}

.circle-txt p {
    color: black;
    margin-top: 25px;
}

.cirlce-txt ul, li {
    color: black;
    margin-top: 5px;
}

.info-2 {
    padding: 250px 0;
    background-image: url(Images/Work1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testi {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 35px;
}

.testi-left {
    width: 50%;
    padding-right: 25px;
}

.testi-right {
    width: 50%;
    padding-left: 35px;
}

.testi-txt {
    margin-bottom: 25px;
}

.testi-txt img {
    width: 50px;
    margin-bottom: 15px;
}

.testi-txt h3 {
    font-size: 20px;
    color: #4285F4;
}

.testi-txt p {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.footer {
    padding: 100px 0 0 0;
    text-align: center;
}

.form {
    margin-top: 35px;
}

.camp {
    margin-right: 10px;
    padding: 17px 35px;
    border: 2px solid #B4B4B4;
    outline: none;
    color: #1B293A;
}

.campo::placeholder {
    color: #B4B4B4;
}

.btn-2 {
    padding: 17px 35px;
    border: 2px solid #1B293A;
    color: #FFFDFC;
    background-color: #1b1b1b;
}

.cards-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Asegura que los testimonios se acomoden en múltiples filas */
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 30%;
    height: 400px;
    margin: 15px;
}

.card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0px;
}

.testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
}

.testimonial-card {
    width: 45%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin: 10px;
    text-align: center;
    background-color: #CCCCCC;
}

.testimonial-card img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-card h3 {
    font-size: 18px;
    color: #4285F4;
    margin-bottom: 5px;
}

.testimonial-card p {
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.container-Footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    background-color: #f1f1f1;
  }
  
  .logo-Footer {
    width: 30%;
    text-align: center;
  }
  
  .logo-Footer img {
    width: 150px;
    height: 150px;
  }
  
  .logo-Footer h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
  }

/* Responsive */
@media(max-width: 991px) {
    .menu {
        position: fixed;
        
        top: 0;
    left: 0;
    right: 0;
    z-index: 1000;  /* Asegúrate de que esté sobre otros elementos */
    background-color: transparent; /* Fondo transparente */
    display: flex;
    justify-content: space-between;
    padding: 10px 20px; /* Agrega algo de espacio alrededor del icono */
    }

    .menu-icono {
        display: block;  /* Se asegura de que el icono sea visible */
        width: 30px;  /* Ajusta el tamaño si es necesario */
        height: 30px;
        cursor: pointer;
    }
    .menu-icono img {
    width: 100%; /* Ajusta la imagen del icono al tamaño del contenedor */
    height: auto;
}
    .logo{
        display: none;
    }
    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1B293A;
        display: none;
    }
    
   

    #menu:checked ~ .navbar {
        display: initial;
        
    }

    .header {
        min-height: 0vh;
    }

    .header-txt {
        padding: 0 30px; /* Ajustamos el padding para pantallas pequeñas */
    }
    
    .header-txt h1 {
        font-size: 50px;
    }


    .general {
        padding: 30px 30px 0 30px;
    }

    .general-content {
        flex-direction: column;
        align-items: center;
        min-height:50vh ;
    }

    .general-1,
    .general-2,
    .general-3 {
        width: 100%;
        margin-bottom: 120px;
    }

    .info-1 {
        padding: 200px 30px;
        background-size: cover;
        margin-top: -110px;
    }

    .info-circle {
        flex-direction: column;
        align-items: center;
    }

    .circle-txt {
        width: 100%;
        margin-bottom: 25px;
    }

    .info-2 {
        padding: 280px 30px;
        background-size: cover;
        margin-top: 30px;
    }

    h2 {
        font-size: 40px;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
        min-height:50vh;
    }

    .card {
        width: 80%;
        margin-bottom: 20px;
    }

    .testimonials-container {
        flex-direction: column;
        align-items: center;
        
    }

    .testimonial-card {
        width: 80%;
        margin-bottom: 20px;
    }
    
    .container-Footer {
        flex-direction: column; /* Organiza las secciones en una columna */
        align-items: center; /* Centra las secciones horizontalmente */
    }

    .logo-Footer {
        width: 100%; /* El logo ocupa todo el ancho */
        margin-bottom: 20px; /* Agrega espacio inferior */
    }

    .social-media {
        width: 100%; /* Las redes sociales ocupan todo el ancho */
        justify-content: center; /* Centra los iconos */
        margin-bottom: 20px; /* Agrega espacio inferior */
    }

    .social-media a {
        font-size: 18px; /* Ajusta el tamaño de los iconos */
    }

    .contact,
    .services {
        width: 100%; /* Las secciones de contacto y servicios ocupan todo el ancho */
        margin-bottom: 20px; /* Agrega espacio entre las secciones */
    }

    .contact h3,
    .services h3 {
        font-size: 18px; /* Ajusta el tamaño de los títulos */
    }

    .contact li,
    .services li {
        font-size: 14px; /* Ajusta el tamaño del texto de los enlaces */
    }

    
} 

