@import url('colores.css');

@font-face {
    font-family: 'Cocogoosepro';
    src: url('/css/fontawesome/cocogoose/Cocogoose-Pro-Thin-trial.ttf');
    font-weight: bold;
    font-style: bold;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

body header {
    padding: 10px 0;
    box-shadow: 0 -3px 17px -2px grey;
}

body * {
    color: rgb(34, 34, 34);
}

body p {
    text-align: justify;
}

body a:hover {
    color: rgb(34, 34, 34);
}

body header {
    width: 100%;
    position: fixed;
    z-index: 999999;
    background-color: transparent;
}

body header .row {
    display: flex;
    justify-content: space-between;
}

body header .row .navigation a {
    font-weight: bold;
    font-size: 15px;
}

body header .row .navigation ul {
    margin-top: 25px;
}

.logo {
    cursor: pointer;
}

.logo img {
    max-width: 150px;
}

body .imagen-principal {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;/
}

.imagen-principal .btn-whatsapp {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(119, 15, 15, 0.408), rgba(119, 15, 15, 0.408));
    z-index: 1;
}

.mobile-only,
.phone {
    display: none;
}

/*Estilos del nav*/
body header .row .navigation a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.container .row .navigation li a {
    color: var(--text-color);
    text-transform: uppercase;
}



.container .row .navigation li .tocwhatsapp {
    display: inline-block;
    padding: 10px 20px;
    background-color: #25D366;
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
}

/*Estilos del Mensaje especial*/
.texto-inicial {
    position: absolute;
    top: 40%;
    left: 35%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: var(--text-color);
    z-index: 2;

}

.texto-inicial h2 {
    margin: 0;
    color: var(--text-color);
    line-height: 0.8;
    z-index: 2;
    width: 80%;
    display: block;
    margin-left: 20%;
    margin-top: 15%;
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 100;
}

.texto-inicial .resaltar-verde {
    margin: 0;
    color: var(--color-verde-lima);
    line-height: 0.8;
    z-index: 2;
    width: 80%;
    display: block;
    margin-left: 20%;
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 100;
}


/* Estilos para el div de datos */
.algunos-numeros {
    background-color: var(--color-verde-lima);
    text-transform: uppercase;
    text-align: center;
    padding: 3rem;
    margin: 2rem auto;
    max-width: 1300px;
    width: 80%;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    margin-top: -120px;

}


.algunos-numeros h4 {
    color: var(--text-color);
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 20px;
}




.row-datos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 8%;
}

.row-datos p {
    font-weight: 400;
    text-align: center;
}



.col-sm-2 {
    flex: 1;
    min-width: 150px;
    max-width: 200px;
    text-align: center;
    padding: 10px;
}


.col-sm-2:not(:last-child) {
    border-right: 1.5px solid var(--color-amarillo);
    height: 7%;

}


.texto h1,
.col-sm-2 h1 {
    color: var(--text-color);
    font-size: 50px;
    margin: 0;
    font-weight: 1000;
    text-align: center;
    margin-left: -60%;
}


.texto p,
.col-sm-2 p {
    font-size: 14px;
    margin: 5px 0;
    font-weight: 300;
    color: white;
    margin-left: -60%;
}


/* Estilos para la info de la empresa */
.container.acercade {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    /* Dos filas, una para cada “bloque” */
    gap: 50px;
    /* Definimos las áreas del grid en cada fila */
    grid-template-areas:
        /* Fila 1 (arriba): imagen a la izq, texto a la der */
        "imgNosotros contentNosotros"
        /* Fila 2 (abajo): texto a la izq, imagen a la der */
        "contentKali imgKali";
    align-items: center;
    margin-top: -32px;
}

.img-nosotros {
    grid-area: imgNosotros;
    width: 100%;
    height: auto;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    margin-top: -30px;
}

.content-nosotros {
    grid-area: contentNosotros;
    text-align: left;
}

.img-kali {
    grid-area: imgKali;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-kali {
    grid-area: contentKali;
    text-align: left;
}

.name-empresa {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.name-empresa::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--color-verde-lima);
    margin-top: 8px;

}

.titulo-nosotros,
.titulo-kali {

    text-transform: uppercase;
    color: var(--text-color-dos);
    line-height: 1.0;
    margin: 0;
    margin-top: 150px;
    font-weight: 1000;
    letter-spacing: -3px;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
}

.texto-nosotros,
.texto-kali {
    line-height: 1.8;
    color: var(--text-color-tres);
    text-align: left;
    margin-top: 10%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}




/*Estilos de servicos*/
.servicios-bg {
    background-image: url("../images/fondo-madera.webp");
    background-size: cover;
    background-position: center;
    min-height: 400px;
    width: 100%;
    position: relative;
}

.servicios-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-cafe);
    opacity: 0.8;
    z-index: 1;
}

/* Estilo para los indicadores */
.tab-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    height: 20px;
}

.indicator {
    width: 40px;
    height: 6px;
    background-color: white;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: var(--color-verde-lima);
}


/* Asegura que el contenido esté por encima de la capa */
.servicios {
    position: relative;
    z-index: 2;
}

.titulo-con-linea {
    text-align: center;
    justify-content: center;
    gap: 1rem;

}

.titulo-servicios {
    color: var(--text-color);
    text-transform: uppercase;
    margin: 50px;
    font-weight: 1000;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
}

.linea-vertical {
    display: block;
    width: 1px;
    margin-right: auto;
    height: 50px;
    background-color: transparent;
    margin: 0rem auto;


}

.linea-superior {
    display: block;
    width: 1px;
    margin-right: auto;
    height: 50px;
    background-color: transparent;
    margin: 0rem auto;
}


.linea-verde {
    width: 100%;
    height: 2px;
    background-color: var(--color-verde-lima);
    margin: 6rem auto;
    padding: 0;
}


.servicios .intro {
    text-align: center;
    max-width: 600px;
    color: var(--text-color);
    margin: 0 auto 3rem auto;
    line-height: 1.5;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Pestañas */
.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    gap: 6rem;
}


.nav-tabs .nav-link {
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.nav-tabs .nav-link.active {
    color: white;
    border-bottom: 2px solid var(--color-verde-lima);
    background: transparent;
    /*width: 50px;*/
}

.nav-link:focus {
    outline: none;
    box-shadow: none;
}


.tab-content h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 1rem;
}


.tab-content p {
    color: var(--text-color);
    line-height: 1.6;
    text-align: left;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20%;
}


.icono-servicios {
    color: var(--color-verde-lima);
    margin: 1rem 0;
}



/*Estilos de Proyectos*/

.proyectos h1 {
    font-weight: 1000;
    color: var(--text-color-dos);
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
}

.proyectos p.text-center {
    max-width: 600px;
    margin: 0 auto 2rem auto;
    text-align: center;
    line-height: 1.6;
    color: #412828;

}


.lista-empresas {
    border-right: 1px solid #ddd;
    margin-bottom: 2rem;
}


.lista-empresas .nav-link {
    color: #000000;
    background: transparent;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-left: 5px solid transparent;
    border-radius: 0;
    text-align: left;
}

.lista-empresas .nav-link {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Activo */
.lista-empresas .nav-link.active {
    color: var(--color-verde-claro);
    background: #fff;
    border-left-color: var(--color-verde-ocuro);
    font-weight: 500;
}

.proyectos img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}


.tab-pane .text-proyectos {
    color: var(--text-color-tres);


}

.tab-pane .text-proyectos a {
    color: rgb(16, 0, 242);
    text-decoration: underline;
}

.btn-casos {
    display: inline-block;
    background-color: var(--color-verde-ocuro);
    padding: 10px 20px;
    text-align: center;
}

.btn-casos .texto-btn {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}


.btn-casos:hover {
    background-color: var(--color-verde-claro);
}



/* Estilos del contacto */
.contacto-bg {
    background-color: var(--color-verde-lima);
    padding: 3rem 0;
    box-sizing: border-box;
}

.contacto-form {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-color);
}


.contacto-form h2 {
    color: var(--text-color);
    margin-bottom: 1rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2%;
    letter-spacing: -3px;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
}


.contacto-form>p {
    color: var(--text-color);
    margin: 0 auto 3rem auto;
    max-width: 500px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.linea-vertical {
    display: block;
    width: 1px;
    margin-right: auto;
    height: 70px;
    background-color: transparent;
    margin: 0rem auto;
    margin-top: -1%;
}


.contacto-form input[type="text"],
.contacto-form input[type="email"],
.contacto-form textarea {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    font-family: inherit;
    outline: none;
}


.contacto-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacto-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacto-form ::placeholder {
    color: rgba(255, 255, 255, 0.7);
}


.contacto-form input[type="text"]:focus,
.contacto-form input[type="email"]:focus,
.contacto-form textarea:focus {
    border-color: #fff;
    outline: 1px solid #fff;
}


.mb-3 {
    margin-bottom: 1.5rem;
}


.btn-enviar {
    background-color: var(--color-verde-ocuro);
    color: var(--text-color);
    padding: 0.8rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-enviar:hover {
    background-color: var(--color-verde-claro);
}

.g-recaptcha {
    margin: 30px;
}



/* Footer */
.footer {
    background-color: var(--color-verde-ocuro);
    color: var(--text-color);
    position: relative;
    height: 200px;
    padding: 2rem 1rem;
    box-sizing: border-box;
    font-family: sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.contact-info {
    display: inline-flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.contact-item i {
    color: var(--color-verde-lima);
    font-size: 1.2rem;
}

.contact-item span {
    color: white;
}

.footer-rights p {
    margin: 100px;
    font-size: 0.9rem;
    opacity: 0.8;
    color: white;
    text-align: center;
}

.magento-logos {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: end;
}


.magento-logos img {
    width: 60px;
    height: auto;
}

@media (max-width: 1670px) {

    .texto-inicial h2 {
        margin-left: 12%;
    }

    .texto-inicial .resaltar-verde {
        margin-left: 12%;
    }

}

@media (max-width: 1615px) {

    .texto p,
    .col-sm-2 p {
        margin-left: -45%;
    }

}

@media (max-width: 1550px) {

    .texto h1,
    .col-sm-2 h1 {
        margin-left: -30%;
    }

    .texto p,
    .col-sm-2 p {
        margin-left: -30%;
    }

}

@media (max-width: 1420px) {


    .texto p,
    .col-sm-2 p {
        margin-left: -20%;
    }

    .tab-content p {

        margin-left: 15%;
    }

}

@media (max-width: 1360px) {

    .texto-inicial h2 {
        font-size: 3.5rem;
        font-weight: 300;
        margin-left: 10%;
    }

    .texto-inicial .resaltar-verde {
        font-size: 3.5rem;
        font-weight: 300;
        margin-left: 10%;
    }

    .texto h1,
    .col-sm-2 h1 {
        font-size: 35px;
    }
}

@media (max-width: 1250px) {

    .texto h1,
    .col-sm-2 h1 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .nav-tabs {
        gap: rem;
    }

    body header .row .navigation a {
        font-size: 12px;
    }

}

@media (max-width: 1050px) {

    .texto-inicial h2 {
        font-size: 2.5rem;
    }

    .texto-inicial .resaltar-verde {
        font-size: 2.5rem;

    }

    .texto h1,
    .col-sm-2 h1 {
        font-size: 30px;
    }

}

@media (max-width: 1030px) {

    .texto h1,
    .col-sm-2 h1 {
        font-size: 35px;
    }

}



@media (max-width: 995px) {
    .logo img {
        max-width: 125px;
    }

    .nav-tabs {
        gap: rem;
    }

    body header .row .navigation a {
        font-size: 10px;
    }

    .container .row .navigation li .tocwhatsapp {
        font-size: 12px;
        margin-top: -5;
    }

}

@media (max-width: 920px) {

    .texto h1,
    .col-sm-2 h1 {
        font-size: 35px;
    }

}



@media (max-width: 768px) {


    .navigation {
        display: none;
    }

    .logo {
        width: 100%;
        margin-top: -10px;
        text-align: center;
    }



    .phone {
        width: 400px;
        height: 50px;
        Display: flex;
        position: absolute;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        margin-top: 20%;

    }

    .phone .content {
        width: 100%;
        height: 91%;
        overflow: hidden;
        margin-left: 5%;
    }

    .phone nav {
        height: 65px;
    }


    .phone #menuToggle {
        display: flex;
        flex-direction: column;
        top: 25px;
        left: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        position: fixed;
    }

    .phone #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    .phone #menuToggle span {
        display: flex;
        width: 29px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: white;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    .phone #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    .phone #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    .phone #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

    .phone #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    .phone #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    .phone a {
        font-size: 24px;
    }

    body .carousel-control-next,
    body .carousel-control-prev {
        align-items: end;
    }

    .phone #menu {
        position: absolute;
        width: 400px;
        height: 550px;
        box-shadow: 0 0 10px #85888C;
        margin: -50px 0 0 -50px;
        list-style: none;
        padding: 50px;
        padding-top: 125px;
        background-color: #F5F6FA;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .phone #menu li {
        padding: 10px 0;
        transition-delay: 2s;
    }

    .phone #menuToggle input:checked~ul {
        transform: none;
    }





    /*===== 2) IMAGEN PRINCIPAL (HERO) =====*/
    .imagen-principal {
        background-image: url("../images/portada.webp");
        min-height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 80%;
    }

    .imagen-principal .img-portada {
        display: none;
    }

    .imagen-principal .btn-whatsapp {
        display: block;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 10px;
        background-color: #25d366;
        color: white;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px white;
        outline: none;
        z-index: 100;
    }

    .imagen-principal .float-wsp-button i {
        font-size: 40px;
        margin-top: 10px;
        margin-left: 3px;
    }

    .fa-whatsapp:before {
        color: white;
    }



    .texto-inicial {
        top: 60%;
        transform: translate(-50%, -50%);
        width: 90%;
        margin-top: -30%;
    }

    .texto-inicial h2,
    .texto-inicial .resaltar-verde {
        font-size: 2rem;
        line-height: 1.2;
        text-align: center;
        width: 125%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);

        font-size: 36px;
        margin-left: 8px;

    }

    /*===== 3) SECCIÓN "ALGUNOS NÚMEROS" =====*/
    .algunos-numeros {
        width: 100% !important;
        margin-top: 0rem !important;
    }

    .algunos-numeros h4 {
        font-size: 20px;
    }


    .row-datos {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        margin-left: -4%;
    }

    .row-datos p {
        font-weight: 400;
        text-align: center;
        margin-left: 4%;
    }

    .row-datos h1 {
        font-size: 65px;
        margin: 0;
        text-align: center;
    }

    .col-sm-2 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .col-sm-2:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 227, 18, 0.5);
        padding-bottom: 1rem;
    }

    /*===== 4) SECCIÓN "ACERCA DE" (QUIENES SOMOS) =====*/
    .container.acercade {
        display: block;
        margin-top: 0;
    }

    .acercade {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .img-nosotros,
    .content-nosotros,
    .img-kali,
    .content-kali {
        margin: 0 auto;
    }

    .img-nosotros {
        display: block;
        width: 100%;
        margin-top: -20px;
        padding: 0;
    }

    .name-empresa {
        margin-left: 30px;
    }

    .titulo-nosotros,
    .titulo-kali {
        font-weight: 1000;
        text-transform: uppercase;
        color: #000;
        line-height: 1.0;
        margin: 0;
        margin-left: 30px;
    }

    .texto-nosotros,
    .texto-kali {
        padding: 30px;
        text-align: justify;
    }

    .content-nosotros {
        order: 2;
        margin-top: 1rem;
    }

    .content-kali {
        order: 3;
        margin-top: 2rem;
    }

    .img-kali {
        order: 4;
    }

    /*===== 5) SECCIÓN "SERVICIOS"=====*/
    .nav-servicios {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        gap: 0rem;
    }

    .servicios .intro {
        text-align: justify;
    }

    .nav-item-servicios {
        margin: 10px 0;
        /* Espaciado entre los botones */
    }

    .nav-link {
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        background: none;
        border: none;
        text-align: center;
    }

    .tab-content .texto {
        margin: 10%;

    }

    .nav-tabs .nav-link.active {
        width: 160px;
        font-weight: 400;
        letter-spacing: 4px;
    }

    .nav-tabs .nav-link {
        margin-top: 10px;
        font-weight: 400;
        letter-spacing: 4px;
    }

    /*===== 6) SECCIÓN "PROYECTOS" =====*/
    .proyectos .row {
        flex-direction: column;
    }

    .lista-empresas {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
    }

    .tab-content p {
        padding: 30px;
        margin-left: 0%;
        text-align: justify;
    }

    .tab-content .btn-casos {
        background-color: var(--color-verde-ocuro);
        color: #fff;
        padding: 0.8rem 2rem;
        font-size: 1rem;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s
    }

    /*===== 7) SECCIÓN "CONTACTO" =====*/
    .contacto-bg {
        padding: 1rem 0;
    }

    .contacto-form>p {
        max-width: 90%;
        text-align: justify;
    }

    .contacto-form h2 {
        font-size: 2.5rem;


    }

    .linea-vertical {
        height: 50px;
        margin-top: 2%;
    }

    .btn-enviar {
        margin-top: 10%;
    }

    /*===== 8) FOOTER =====*/
    .contact-info {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-rights p {
        margin: 2rem 0 0 0;
    }

    .magento-logos {
        right: 0.5rem;
        bottom: 0.5rem;
    }

    .magento-logos img {
        width: 30px;
        height: auto;
    }

    .footer {
        padding: 2rem 2rem;
    }

    .magento-logos img {
        display: none;
    }


}

@media (max-width: 500px) {

    .titulo-servicios {
        font-size: 45px;
    }

    .proyectos h1 {
        font-size: 45px;
    }

    .contacto-form h2 {
        font-size: 40px;
    }
}

@media (max-width: 400px) {
    .phone #menu {
        width: 335px;
    }

    .algunos-numeros h4 {
        font-size: 15px;
    }

    .texto-inicial h2,
    .texto-inicial .resaltar-verde {
        font-size: 30px;
    }

    .titulo-servicios {
        margin-left: 10%;
    }

    .row-datos h1 {
        font-size: 50px;
    }

    .titulo-nosotros,
    .titulo-kali {
        font-size: 50px;
    }

    .g-recaptcha {
        margin: -2%;
    }

}

@media (max-width: 300px) {

    .row-datos h1 {
        font-size: 35px;

    }

    .row-datos h1 {
        font-size: 35px;
    }

    .titulo-nosotros,
    .titulo-kali {
        font-size: 40px;
    }

    .titulo-servicios {
        font-size: 35px;
        margin-left: 1%;
    }

    .proyectos h1 {
        font-size: 35px;
    }

    .btn-casos .texto-btn {
        font-size: 0.8rem;
    }

    .contacto-form h2 {
        font-size: 30px;
    }

    .g-recaptcha {
        margin: -5%;
    }
}