*{

    font-family: 'Roboto', sans-serif;
    }
    body, html {
        margin: 0;
        padding: 0;
        height:auto;
        width: 100%;
        font-family: 'Roboto';
        src: url(./fonts/roboto.woff2) format('woff2');
      
    }
    .menu-icon {
        display: none; /* Oculta el icono del menú en escritorio */
      }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    
    
    /* Animación */
    @keyframes slide-in {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
    strong{
        color: #45C9F3;
        font-weight: 600;
    
    }
        .message {
                display: none; /* Oculto inicialmente */
                padding: 20px;
                margin: 20px 0;
                border-radius: 5px;
                font-size: 18px;
                color: #155724;
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                text-align: center;
            }
    
            .error-message {
                color: #721c24;
                background-color: #f8d7da;
                border-color: #f5c6cb;
            }
    
    
    /*New menu*/
    
    /*SECCIÓN HEADER*/
    header{
        width: 100%;
        padding: 0;
        height: auto;
        margin: 0;
        background-color: #010D57;
    }
    .info {
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .info .phone{
        width: 15%;
        height: auto;
        padding: 15px;
     
    }
    .info .phone a{
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 22px;
        padding: 2%;
    }
    .info .phone:hover,.info .phone:hover a{
        color: #45C9F3;
        animation: pulse 1s infinite; 
    }
    .info .phone a i{
        padding: 2%;
    }
    .section-header{
        width: 100%;
        height: 18vh;
        margin: 0;
        padding: 0;
        display: flex;  
    }
    .section-header .logo{
        width: 30%;
        text-align: center;
    }
    .section-header .logo img{
        width: 60%;
        width: 20vh;
        margin-top: -9%;
    }
    .section-header .menu{
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-header .menu a{
        color: #45C9F3;
        text-decoration: none;
        font-size: 22px;
        padding: 1%;
        font-weight: 600;
    }
    .section-header .menu a:hover{
        animation: pulse 1s infinite;
        color: #fff;
    }
    .home{
        width: 100%;
        height: auto;
        padding-bottom: 5%;
        padding: 0;
        margin: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/img/control-de-plagas-medellin.svg);
    }
    /*fORMULARIO*/
    .contact-form {
        
       
        padding: 22px;
       height:89vh;
        width: 30%; /* O ajusta según la necesidad */
       flex-direction: column;
     
        text-align: center; /* Centrar el texto y los elementos del formulario */
        padding-top: 2px;
        padding-bottom: 5%;
        padding-left: 5%;
    
    }
    
    #contactForm label {
        display: block; /* Los labels en su propia línea */
        margin-top: 10px; /* Margen superior */
        margin-bottom: 2px; /* Espaciado antes de cada input */
        color: #666666; /* Color del texto de las etiquetas */
    }
    #contactForm textarea {
        width: 100%; /* Ocupa todo el ancho del contenedor del formulario */
        height: 130px; /* Ajusta esto según cuánto quieras que sea alto el cuadro de texto */
        padding: 7px; /* Espacio interior alrededor del texto */
        margin-bottom: 15px; /* Espaciado después del textarea */
        border: 1px solid  #00135b; /* Borde del color azul característico */
        border-radius: 6px; /* Bordes redondeados para el textarea */
        box-sizing: border-box; /* El width incluye el padding y border */
        resize: vertical; /* Permite al usuario cambiar el tamaño verticalmente si es necesario */
    }
    
    
    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="tel"],
    #contactForm textarea {
        width: calc(100% - 20px); /* Ancho menos el padding */
        padding: 8px; /* Espacio interior para escribir */
        margin-bottom: 15px; /* Espaciado después de cada input */
        border: 0;
        border-radius: 5px; /* Bordes redondeados para los inputs y textarea */
     
        box-sizing: border-box; /* El width incluye el padding y border */
    }
    
    #contactForm input[type="submit"] {
      
        width: 95%; /* El botón de envío ocupa todo el ancho */
       padding: 2%;
       font-size: 18px;
       font-weight: 600;
        background-color: #00135b; /* Color de fondo azul para el botón */
        color: #fff; /* Texto blanco en el botón */
        border: none; /* Sin bordes */
        border-radius: 5px; /* Bordes redondeados del botón */
        cursor: pointer; /* Cursor de mano al pasar por encima */
        margin-top: 3px; /* Margen superior para separar del último input/textarea */
    }
    
    #contactForm input[type="submit"]:hover {
        background-color: #00abfb; 
        color:#fff;
       
    }
    
    
    #contactForm input:invalid,
    #contactForm textarea:invalid {
        border-color:  #00135b;
        color: #666666;
         /* Color de borde para campos inválidos */
    }
    
    .contact-form h2 {
    padding: 2%;
    font-size: 25px;
    text-align:start;
        color: #00135b;
    }
    
    .contact-form form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .g-recaptcha{
        width: 100%;
        padding-bottom: 2%;
        display: flex;
        justify-content:center;
    }
    /*cuerpo de la pagina*/
    .container-contamos{
        width: 100%;
        margin: 0;
        height: 29vh;
        padding: 0;
        background-color: #00135b;
        display: flex;
    }
    .container-contamos .contenido{
        width: 50%;
        padding-left: 2%;
    }
    .container-contamos .contenido p{
        color: #fff;
        font-size: 25px;
        width: 50%;
        padding: 3%;
     
    }
    .container-contamos .imagen{
        width: 50%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .container-contamos .imagen img{
        width: 40%;
        height: auto;
        padding: 0;
        margin-top: -9%;
    }
    .nosotros{
        width: 100%;
        height:70vh;
    padding: 0;
    margin: 0;
    display: flex;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/img/background.svg);
    }
      .nosotros .contenido{
        width: 50%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2%;
    }
    .nosotros .space{
        width: 50%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content:right;
        align-items: right;
    
    }
    .nosotros .space img{
        width: 60%;
        height: auto;
    }
    .nosotros .contenido{
        width: 50%;
        margin: 0;
        padding: 0; 
        height:auto; 
    }
    .nosotros .contenido .texto{
        width: 70%;
        height:auto;
        padding: 2%;
        background-color: #fff;
        border-radius: 25px;
        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
    
    }
    .nosotros .contenido h3{
        font-size: 25px;
        color: #00135b;
    }
    .nosotros .contenido p{
        font-size: 22px;  
        width: 100%;
        color: #00135b;
    }
    .containerB{
        width: 100%;
        height:auto;
    padding: 0;
    margin: 0;
    padding-bottom: 2%;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/img/background-section.png); 
    background-position:center center;
    }
    .containerB .space{
        width: 50%;
    }
    .contentB{
    display: flex;
    flex-direction: column;
    }
    .contentB img{
        width: 100%;
        height:10vh;
        padding: 0;
    }
    .containerB .contentB h2{
        color: #45C9F3;
        font-weight: 700;
        font-size: 27px;
        text-align: center;
    }
    .contentB .card{
    display: flex;
    justify-content: center;
    width: 100%;
    }
    .contentB .card img{
        width: 10%;
        height: auto;
    }
    .contentB .card p{
        box-shadow: 0 9px 8px -2px gray, 8px 0 6px -6px gray;
        border-radius: 9px;
        padding: 2%;
        width: 45%;
        height: auto;
        font-size: 19px;
    }
    /*MAPS*/
    .contac-section{
    padding-top: 2%;
        width: 100%;
    padding-bottom: 5%;
        height:auto;
        align-items: center;
     
    
        display: flex;
        justify-content: center;
        background-image: url(/img/background.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .contac-section .map{
        width: 40%;
        height: 65vh;
    
    }
    .contac-section .map #mapa{
       width: 100%; 
       height: 100%;
    }
    .contac-section .location{
        width: 33%;
        height:65vh;
        padding: 0;
        background-image: url(/img/maps.svg);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        color: #fff;
    
       
    }
    .contac-section .location h2{
        font-size: 30px;
        font-weight: 700;
    }
    .contac-section .location h3{
        width: 90%;
        font-weight: 700;
        font-size: 23px;
        text-align: start;
    }
    footer{
        width: 100%;
        margin: 0;
        height: auto;
        padding: 0;
        background-color: #010D57;
    }
    .section-footer{
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .section-footer .logo{
        width: 20%;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .section-footer .menu{
        width: 80%;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .section-footer .menu a{
        color: #45C9F3;
        text-decoration: none;
        font-size: 22px;
        padding: 1%;
    }
    .section-footer .menu a:hover{
        color: #fff;
        animation: pulse 1s infinite; 
    }
    .section-footer .logo img{
        width: 50%;
    }
    .copyright{
        text-align: center;
        padding-bottom: 2%;
     
    }
    .copyright a{
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }
    
    /*SECCION SECTORES*/
     /* Asegúrate de agregar estilos para los íconos y adaptabilidad si es necesario */
     .sectores {
        width: 100%;
        height: auto;
        padding-bottom: 2%;
        text-align: center;
        align-items: center;
        background-image:url(../img/fumigacion-de-cucarachas.webp); /* Fondo oscuro como en la imagen */
        color: #fff; /* Texto blanco */
        padding: 0;
        margin: 0;
        font-size: 1.5rem;
        background-size: cover;
    }
    
    
    
    .grid-container {
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto); /* Crea dos filas */
        gap: 10px;
        padding: 7px;
        padding-top: 3%;
        padding-bottom: 4%;
        
    
    }
    
    .grid-item {
        background-color: rgb(255 255 255 / 65%); 
        border-radius: 10px; /* Bordes redondeados de las tarjetas */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra suave para las tarjetas */
       margin-top: 10px;
        margin: 3px; /* Margen alrededor de las tarjetas */
        transition: transform 0.3s ease-in-out; /* Transición para el efecto de hover */
        height: 100%;
        width: 70%;
        margin-left:4rem;
        margin-right: 5px;
        
    }
    
    .grid-item:hover {
        transform: scale(1.03); /* Efecto de escala al pasar el ratón */
    }
    
    .grid-item img {
        width: 90%; /* Las imágenes ocupan todo el ancho de la tarjeta */
        height: 15rem; /* Altura automática para mantener la proporción */
        margin: 10px 10px;
        border-radius: 1rem;
    }
    
    .grid-item h3 {
        padding: 0 15px; /* Relleno para el título dentro de la tarjeta */
        text-align: center;
        color: #00135b;
    }
    
    .grid-item p {
        padding: 0 15px; /* Relleno para el párrafo dentro de la tarjeta */
     text-align: center;
     color: #000;
    }
    
    .btn {
        display: block;
        width: 80%; /* Anchura del botón */
        padding: 10px;
        margin: 15px auto; /* Centra el botón horizontalmente con margen automático */
        background-color:#00abfb; /* Color de fondo del botón */
        color: #fff; /* Color del texto del botón */
        text-align: center; /* Alineación del texto dentro del botón */
        text-decoration: none; /* Elimina el subrayado del texto del enlace */
        border-radius: 5px; /* Bordes redondeados del botón */
        transition: background-color 0.3s; /* Transición para el color de fondo del botón al hacer hover */
    }
    
    .btn:hover {
        background-color: #00135b; /* Color de fondo del botón al hacer hover */
    }
    /*SUBPAGINAS*/
    .subpagina{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: flex;
    }
    .subpagina .texto,.imagen-subp{
        width: 50%;
        padding: 1%;
        height: 80vh;
        margin: 0;
        padding-bottom: 3%;
        justify-content: center;
        
    }
    .imagen-subp{
        display: flex;
    }
    .subpagina .imagen-subp img{
        width: 70%;
        height: auto;
    }
    .subpagina .texto h1{
        color: #00135b;
        font-size: 25px;
        font-weight: 600;
    }
    .subpagina .texto p{
        font-size: 19px;
        padding: 2%;
        text-align: start;
        width: 90%;
        height:62vh;
        
    }
   
    
    /*botones llamadas*/
    .whatsapp-fixed {
        position: fixed;
        right: 7%; /* Ajusta según tus preferencias */
        bottom:42%;/* Distancia desde el fondo para no superponer el footer */
        color: white;
        padding: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2px; /* Tamaño del círculo */
        height:2px; /* Tamaño del círculo */
        text-decoration: none;
        z-index: 1000; /* Asegúrate que esté sobre otros elementos */
        box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* Opcional: Añade sombra para mejor visibilidad */
    }
    .whatsapp-fixed:hover{
        animation: pulse 1s infinite; 
    }
    
    .call-fixed {
        position: fixed;
        right:7%; /* Ajusta según tus preferencias */
        bottom:30%; /* Distancia desde el fondo para no superponer el footer */
        color: white;
        padding: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1%; /* Tamaño del círculo */
        height: 1%; /* Tamaño del círculo */
        text-decoration: none;
        z-index: 1000; /* Asegúrate que esté sobre otros elementos */
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }
    .whatsapp-fixed img{
        width:12rem;
        height:5rem;
    }
    .call-fixed img{
        width: 12rem;
        height:5rem;
    }
    .call-fixed i {
        font-size: 30px; /* Aumenta el tamaño del ícono del teléfono */
    }
    .call-fixed:hover{
        animation: pulse 1s infinite; 
    }
     .vcard{
        position: fixed;
        right:3%; /* Ajusta según tus preferencias */
        bottom:18%; /* Distancia desde el fondo para no superponer el footer */
        padding: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5%; /* Tamaño del círculo */
        height: 6%; /* Tamaño del círculo */
        border-radius: 10px;
        text-decoration: none;
        z-index: 1000; /* Asegúrate que esté sobre otros elementos */
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        background-color: #00135b;
    }
    .vcard img{
        width:3rem;
        height:3rem;
    }
    
    
    
    .vcard:hover{
        animation: pulse 1s infinite; 
    }
    @media (min-width: 429px) and (max-width: 430px){
        .grid-item{
          height: 30vh;
          padding: 0;
        }
    }
    @media (min-width: 600px) and (max-width: 768px){
        .contact-form {
            width: 50%;
        }
        .home{
            background-position: 60%;
        }
        .whatsapp-fixed{
            left: 15%;
        }
       
        .call-fixed{
            left: 13%;
        }
        .grid-container{
            height: auto;
        }
        .grid-container {
            padding: 0;
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory; /* Asegura un desplazamiento suave y que los elementos se alineen al deslizar */
            -webkit-overflow-scrolling: touch; /* Permite un desplazamiento táctil fluido en iOS */
            height: 80vh;
        }
        .container-contamos .contenido p{
            width: 70%;
        }
        .grid-item {
            flex: 0 0 80%; /* Cada elemento ocupa el 80% del ancho de la pantalla, ajusta según necesites */
            scroll-snap-align: center; /* Alinea los elementos a la izquierda al desplazar */
            margin-right: 20px; /* Espacio entre elementos del carrusel */
            height: auto;
        }
        .nosotros .space {
            display: none;
        }
        .nosotros{
            justify-content: center;
          
        }
        .nosotros .contenido{
            width: 70%;
            height: auto;
        }
    .contac-section .map{
        width: 40%;
        height: 65vh;
    
    }
    .contac-section .map #mapa{
       width: 100%; 
       height: 100%;
    }
    .contac-section .location{
        width: 40%;
        height:65vh;
        padding: 0;
       
    }
    .section-header .menu a {
        display: none; /* Oculta todos los enlaces por defecto en móviles */
        width: 100%; /* Hace que cada enlace ocupe el ancho completo */
        text-align: center;
    }
    
    .section-header  .menu-icon {
        display: block;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        color: white;
        background-color: #000080;
        padding: 10px 0;
    }
    
    .show a {
        display: block; /* Muestra los enlaces cuando el menú está activo */
    }
    }
    
    @media (min-width: 300px) and (max-width: 768px){
    
        .info .phone{
            width: 100%;
        }
        .grid-container {
            padding:4px;
            height:65%;
        }
        .section-header{
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            margin: 0;
            padding: 0;
        }
        .section-header .logo{
            width: 100%;
            height: 18vh;
        }
        .section-header .logo img{
            height: 100%;
            width: 40%;
            margin: 0;
        }
        .section-header .menu{
            width: 100%;
            flex-direction: column;
        }
        .section-header .menu a{
            width: 100%;
            text-align: center;
            padding: 0;
            padding-bottom: 1%;
            margin: 3%;
        }
        .home{
            display: flex;
            justify-content: center;
            height: auto;
            background-position: 50%;
            padding-bottom: 5%;
        }
        .container-contamos{
            width: 100%;
            height: auto;
            flex-direction: column;
    
    
    }
    .container-contamos .contenido{
        align-items: center;
        justify-content: center;
        display: flex;
    }
      
    .container-contamos .contenido p{
        width: 88%;
        padding: 0%;
    }
        .nosotros{
            width: 100%;
            margin: 0;
            height: auto;
            padding-top: 5%;
            padding-bottom: 5%;
        }
        .container-contamos .contenido, .container-contamos .imagen {
            width: 100%;
            padding: 0;
            font-size: 22px;
            margin: 0;
            padding-bottom: 2%;
            padding-top: 2%;
        }
        .container-contamos .imagen img{
            margin: 0;
            width: 60%;
        }
    
        .nosotros .space{
            display: none;
        }
        .nosotros .contenido{
            width: 100%;
            padding-top: 0;
            margin: 0;
        }
        .nosotros .contenido .texto{
            padding: 0;
            margin: 0;
            height: auto;
            width: 95%;
        }
        .nosotros .contenido .texto{
            width: 80%;
            padding: 2%;
        }
    
    
    
    
        .contact-form{
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 0;
            height: auto;
            justify-content: center;
            align-items: center;
        }
        .contact-form h2{
            width: 100%;
            padding: 0;
            background-color: #423f3f5b;
            text-align: center;
            font-size: 40px;
        }
        .container-header {
            display: flex;      /* Usamos flexbox para organizar los elementos */
            flex-direction: column;  /* Los elementos se apilan verticalmente */
            align-items: center; /* Centramos los elementos horizontalmente */
            padding: 20px;      /* Añadimos un poco de padding para que no esté todo tan apretado */
            text-align: center;
            padding-bottom: 21px;
            padding-top:10px;
        }
        /* Carrusel para los elementos de grilla */
        .grid-container {
            display: flex;
            overflow-x: auto;
            flex-wrap: nowrap;
            gap: 15px;
        width:100%;
        }
    
       
        .grid-container {
            padding: 0;
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory; /* Asegura un desplazamiento suave y que los elementos se alineen al deslizar */
            -webkit-overflow-scrolling: touch; /* Permite un desplazamiento táctil fluido en iOS */
            height:auto;
        }
    
        .grid-item {
            flex: 0 0 80%; /* Cada elemento ocupa el 80% del ancho de la pantalla, ajusta según necesites */
            scroll-snap-align: center; /* Alinea los elementos a la izquierda al desplazar */
            margin-right: 20px; /* Espacio entre elementos del carrusel */
            height: auto;
            padding-top: 5%;
        }
    
        /* Elimina cualquier margen o padding adicional que pueda interferir */
        .grid-item:last-child {
            margin-right: 0; /* Elimina el margen derecho del último elemento para ajuste visual */
        }
        .containerB .space{
            display: none;
        }
        .containerB.contentB, .contentB{
            width: 100%;
            padding: 0;
        }
        .containerB{
            background-position: 45%;
        }
        .contentB .card p{
            background-color: rgba(0, 0, 0, 0.12);
            width: 60%;
        }
        .contentB .card img{
            width: 20%;
        }
     
        .contac-section{
            width: 100%;
            padding: 0;
            margin: 0;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .contac-section .map{
            width: 85%;
            padding: 0;
            height: 20vh;
            margin-top: 3%;
            margin-bottom: 3%;
        }
        .contac-section .location{
            width: 90%;
            height: auto;
            margin-bottom: 3%;
        }
        .section-footer, .menu{
            flex-direction: column;
            padding: 0;
            margin: 0;
        }
        .section-footer .logo{
            width: 100%;
            height: auto;
        }
        .section-footer .logo img{
            width:17vh ;
        }
        .section-footer .menu, .section-footer .menu a{
            width: 100%;
            padding: 0;
        }
        .subpagina{
            flex-direction: column;
            height: auto;
        }
        .subpagina .texto{
            width: 100%;
            padding: 0;
            margin: 0;
            height:auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
    
        }
        .subpagina .texto p{
            width: 90%;
            padding: 0;
            height: auto;
        }
        .imagen-subp{
            width: 100%;
            padding: 0;
            height: auto;
        }
        button {
            width: 60%;
            margin-bottom: 2%;
        }
        .whatsapp-fixed {
            left: 25%;
        }
        .call-fixed{
            left: 23%;
        }
             .vcard{
            left: 22%;
        }
        .sectores{
            height: auto;
            width: 100%;
            padding-bottom: 5%;
        }
        .sectores p{
            text-align: start;
            padding: 3% ;
        }
      
    }
    @media (min-width: 1300px) and (max-width: 1400px){
        .contact-form h2{
            text-align: start;
            font-size: 20px;
        }
        .container-contamos{
            height: auto;
        }
        .nosotros{
            height: auto;
            padding-bottom: 2%;
            padding-top: 2%;
        }
        .nosotros .contenido .texto{
            height: auto;
        }
        .nosotros .space img{
            width: 70%;
        }
        .container-contamos .contenido p{
            width:52% ;
        }
        .container-contamos .imagen img{
            width: 50%;
        }
        .sectores p{
            width: 90%;
            padding-left: 2%;
            padding-right: 2%;
         font-size: 25px;
    
        }
        .sectores{
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: center;
        }
    }
    @media (min-width: 1900px) and (max-width: 2000px){
        header{
            width: 100%;
            padding: 0;
            margin: 0 ;
        }
        .section-header .menu{
            width: 80%;
            margin: 0;
            padding: 0;
        }
    
        .home {
            width: 100%;
            height: auto;
        }
    }
    @media (min-width: 769px) and (max-width: 1200px){
        .section-header .logo img{
            width: 80%;
            margin-top: -1%;
            height: auto;
        }
        .section-header .logo{
            width: 20%;
        }
        .section-header .menu {
            width: 80%;
        }
        .home{
            height: auto;
        }
        .contact-form{
            height: auto;
            width: 38%;
        }
        .contact-form h2 {
            text-align: center;
        }
        .container-contamos .imagen img {
            width: 65%;
            height: 25vh;
        }
        .container-contamos .contenido p{
            width: 80%;
        }
        .nosotros .contenido .texto {
            width: 80%;
        }
        .nosotros .space{
            align-items: center;
        }
        .nosotros .space img{
            height: 40vh;
            width: 90%;
        }
        .grid-container{
            gap: 5px;
        }
     
    }