:root {
    --crema: #b38b2f;
    --crema2: #b38b2fe1;
    --texto: #b38313;
    --color: #A6800D;
    --plomo: #b9b9b9;
    --negro: #252525;
}


*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
}

html,body{
    width: 100%;
    overflow-x: hidden;
}

body{
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
}

/******************* INICIO ************************************/

/* CABECERA */

.cabecera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    height: 10vw; 
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.24);
    z-index: 10;
    padding: 0 5vw;
}

.logo {
    height: 10vh;
    width: auto;
    opacity: 0;
    transform: translateX(-30px);
    animation: entrar 0.6s ease-out forwards;
    animation-delay: 0.3s;
}
  
@keyframes entrar {
    to {
      opacity: 1;
      transform: translateX(0);
    }
}
  
.logo-text{
    position: absolute;
    margin-left: 6.5vw;
    font-size: 2em;
}
  
.texts {
    stroke: #000;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: drawText 2s forwards ease-out;
}
  
.texts:nth-child(2) {
    animation-delay: 0.4s;
}

.auto-line{
    margin-right: -2vw;
}

.auto-line > line {
    stroke: var(--crema);
    stroke-width: 1.6;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLine 2s forwards ease-out;
    animation-delay: 0.8s;
}
  
@keyframes drawText {
    to {
      stroke-dashoffset: 0;
    }
}
  
@keyframes drawLine {
    to {
      stroke-dashoffset: 0;
    }
}

.bar-nav {
    display: flex;
    position: absolute;
    right: 5rem;
    gap: 1.5rem;
    align-items: center;
}
  
.bar-nav a {
    color: var(--crema);
    font-weight: bold;
}

.spa1 {
    margin-top: 1vw;
}
  
.spa2 {
    margin-top: 4vw;
}

/****************************** INICIO - MAIN ***********************/

.portada{
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #b38b2f;
}

main {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.desenfoque{
    width: 100%;
    object-fit: cover;
}

.desenfoque.inic{
    background-color: #b38b2f0c;
}

img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img.port{
    width: 100%;
    max-height: 100vh; 
    object-fit: cover;
    display: block;
}

.img.ing{
    height: 50%;
    width: auto;
    position: absolute;
    object-fit: cover;
    bottom: 0;
    left: 9rem;
}


/****************************** INICIO - SECCIONES ***********************/
section{
    display: flex;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    color: var(--crema);
    object-fit: cover;

}

.parallax {
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.efec1 {
    height: 100vh;
    width: 100%;
    background-image: url('Caol4.png');
}
.efec2 {
    background-image: url('autorizacion.png');
}
.efec3 {
    background-image: url('gestion.png');
}
.efec4 {
    background-image: url('vision.png');
}



/* SOMOS */
.somos{
    display: flex;
    position: relative;
}
.desenfoque.soms{
    background-color: rgba(245, 245, 245, 0.164);
}
.desenfoque.sm{
    display: flex;
    background-color: #ffffff;
    clip-path: polygon(0 0, 80% 0 ,35% 100%, 0 100%);
}
.caja-tit{
    width: 50%;
    height: 30%;
    margin: 10% 2% 0;
    display: inline;
    text-align: center;
    z-index: 1;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.titulo{
    color: var(--crema);
    font-size: 3vw;
}

.caja-tit > .parrafo{
    color: var(--crema2);
    font-size: 1.5vw;
    text-align: center;
}

.somos > .somos-img{
    height: 60%;
    width: auto;
    position: absolute;
    object-fit: cover;
    bottom: 0;
    right: 5rem;
}

/* Hacemos */
.hacemos{
    position: relative;
    text-align: center;
}
.desenfoque.hac{
    display: flex;
    background-color: #fff;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 80% 100%);
    justify-content: end;
}
.caja-tit.hac{
    width: 35%;
    height: 30%;
    display: inline;
    text-align: center;
    z-index: 1;
}
.titulo.hac{
    color: var(--crema);
    font-size: 3vw;
}
.caja-tit > p{
    color: var(--crema2);
    margin-top: 4rem;
    font-size: 1.5rem;
    text-align: center;
}
/* SERVICIOS */
.servicios{
    position: relative;
}
.desenfoque.serv{
    display: flex;
}
.buttons {
    display: flex;
    flex-direction: column;
    margin: 14vw 0 0 5%;
    height: 80%;
    width: 25%;
    z-index: 1;
}
.caja-boton{
    display: flex;
}

.caja-boton.activa .letra,
.caja-boton.activa .flecha
{
    background-color: #c7a75d;
}

.boton{
    background-color: var(--crema);
}

.flecha {
    display: none;
    width: 20%;
    height: 3vw;
    margin: 1vw 0 0 0;
    border: none;
    color: white;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.letra {
    width: 100%;
    height: 3vw;
    margin: 1vw 0 0 0;
    border: none;
    color: white;
    border-radius: 5px 5px 5px 5px; /*EDIT*/
    cursor: pointer;
    transition: all 0.3s ease;
}

.sec{
    margin-top: 10rem; 
    /* width: 60vw; */
    height: 80%;
    z-index: 1;
}
#overlay{
    margin-top: 15vw;
}
.contenido {
    /* min-height: 60%; */
    min-width: 60%;
    display: grid;
    border-radius: 35px;
    padding: 1vw;
    grid-template-columns: repeat(auto-fit, minmax(auto-fit, 1fr));
    background-color: #fff;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.329);
    align-content: start;
}
.card {
    height: 2.7vw;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    align-self: center;
    align-content: center;
    z-index: 2;
    padding-left: 1rem;
}
.card:hover{
    cursor: pointer;
    background-color: #fff;
    color: #b38313;
    transform: translateY(-0.3rem);
}

/******************* CONTACTOS *****************/
.contactos{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
}
.efec6 {
    background-image: url('urbano.png');
}
.cuadr{
    position: absolute;
    width: 100%;
    background-color: #000000bb;
    bottom: 0;
}
.caja-padr{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}
.titulo.contac{
    position: relative;
    align-content: center;
}
.cja{
    position: relative;
    display: inline;
    width: auto;
    height: auto;
    align-content: center;
}
.caja{
    width: auto;
    height: 19%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 1vw 0 1vw 0;
}

/* CARTA */
.animate {
    width: 5vw;
    display: block;
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}
  
.animate.visible {
    opacity: 1;
    transform: translateY(0);
}
  
.animate path {
    fill: none;
    stroke: #B38B2F;
    stroke-width: 1.4;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    filter: drop-shadow(0 0 0 transparent);
}
.animate > .phon{
    stroke-width: 0.6;
}

.animate > .pk{
    stroke-width: 2;
}

.animate.draw path {
    animation: draw 2s ease-out forwards;
}
.animate.draw path:nth-child(2) {
    animation-delay: 0.3s;
}
.animatedraw path:nth-child(3) {
    animation-delay: 0.6s;
}
.animate.draw path:nth-child(4) {
    animation-delay: 0.9s;
}
.animate.draw path:nth-child(5) {
    animation-delay: 1.2s;
}
  
@keyframes draw {
    to {
        stroke-dashoffset: 0;
        filter: drop-shadow(0 0 8px #B38B2F);
    }
}

.caja > p{
    color: #fff;
    font-size: 2vw;
    /* padding: 1rem; */
    margin-left: 6rem;
}


/* boton */
.contenedor{
    display: flex;
    align-items: center;
    margin-right: 2vw;
    align-self: center;
}
.btn{
    display: flex;
    width: auto;
    padding: 1.5vw 3vw;
    font-size: 1.2vw;
    border: none;
    border-radius: 10px;
    background:rgb(179, 139, 47, 0.8);
    box-shadow: 0 5px 0 #816421cc;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 1;
}
.bro > a{
    color: #fff;
}
.btn:active {
    transform: translateY(5px);
    box-shadow: 0 2px 0 #816421;
}


/*********************** FOTER ****************************/
footer{
    display: flex;
    width: 100%;
    height: 4vh;
    background-color: #0D0D0D;
    color: #F2F2F2;
    font-family: 'Segoe UI', sans-serif;
}

.drch{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.drch > img{
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0;
    left: 1.5rem;
}

/* IPHONE - 4 */
@media (max-width: 321px) {

    h2, .titulo {
        font-size: 1.5rem !important; 
    }

    p, .parrafo {
        font-size: 1rem !important; 
        margin-top: 2.5rem !important;
    }

    section, .parallax {
        max-height: 100vh;
        padding: 10vh 8vw 8vh 8vw; 
        background-attachment: scroll; 
        background-size: cover;
        background-position: center center;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    }
    .desenfoque.soms {
        display: none; 
    }

    /* === Cabecera === */
    .cabecera {
        height: 12vh; 
        padding: 0 5vw;
        justify-content: space-between; 
    }

    .logo {
        height: 8vh; 
        margin-right: 20px;
    }

    .logo-text {
        margin-left: 0;
        position: static;
        font-size: 2.5em;
    }

    .auto-line {
        display: none;
    } 

    .bar-nav {
        display: none; 
    }

    /* === Main (Inicio) === */
    main {
        height: 100vh;
    }
    .img.ing {
        left: 1vw; 
        transform: none; 
        right: 8vw; 
        bottom: 0;
    }
    .img.port {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
    }


    /* === Somos / Hacemos / Mision / Vision === */
    .desenfoque.sm, .desenfoque.hac {
        clip-path: none;
        width: 90%; 
        height: auto;
        background-color: rgba(255, 255, 255, 0.95); 
        position: relative;
        display: block;
        margin: auto; 
    }

    .caja-tit {
        width: 100%; 
        height: auto;
        margin: 0;
        text-align: center;
    }

    .somos-img {
        display: none;
    }

}
/* MOBIL ACTUAL */
@media (max-width: 375px) {
    /* === General === */
    /* h2, .titulo {
        font-size: 2rem !important; 
    } */

    p, .parrafo {
        font-size: 1.1rem !important;  
        margin-top: 1.8rem !important; 
    }

    section, .parallax {
        max-height: 100vh;
        padding: 10vh 5vw 5vh 5vw;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .desenfoque.soms {
        display: none;
    }

    /* === Main (Inicio) === */
    main {
        height: 100vh;
    }
    .img.ing {
        height: 28%;
        transform: translateX(-50%);
    }

    /* === Somos / Hacemos / Mision / Vision === */
    .desenfoque.sm, .desenfoque.hac {
        clip-path: none;
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.8);
        position: relative;
        display: block;
    }

    .caja-tit {
        width: 90%;
        height: auto;
        margin: 6% auto;
        display: block;
        text-align: center;
    }

    .somos-img {
        display: none;
    }

    /* === Servicios === */
    .servicios {
        max-width: 100vw;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 15vh;
    }

    .caja-tit.serv {
        margin: 5% auto;
    }

    .buttons {
        flex-direction: column;
        width: 85%;
        height: auto;
        margin: 0 0;
        gap: 10px;
    }

    .buttons > button {
        width: 100%;
        font-size: 1rem;
        padding: 0.7rem;
        margin: 0.6rem 0;
    }

    .sec {
        width: 90%;
        margin: 1.5rem auto;
        height: auto;
    }

    .contenido {
        grid-template-columns: 1fr;
        padding: 2rem;
        margin: 5% auto;
        height: auto;
    }

    .card {
        height: auto;
        padding: 1rem 1.2rem;
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }
}
@media (max-width: 414px) {
    /* === General === */
    /* h2, .titulo {
        font-size: 2rem !important; 
    } */

    p, .parrafo {
        font-size: 1.1rem !important;  
        /* margin-top: 1.8rem !important;  */
    }
    section, .parallax {
        max-height: 100vh;
        padding: 10vh 6vw 6vh 6vw;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .desenfoque.soms {
        display: none;
    }

    /* === Main (Inicio) === */
    main {
        height: 100vh;
    }
    .img.ing {
        height: 40%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .logo-text {
        font-size: 3em;
    }


    /* === Somos / Hacemos / Mision / Vision === */
    .desenfoque.sm, .desenfoque.hac {
        clip-path: none;
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.85);
        position: relative;
        display: block;
    }

    .caja-tit {
        width: 85%;
        height: auto;
        margin: 7% auto;
        display: block;
        text-align: center;
    }

    .somos-img {
        display: none;
    }

    /* === Servicios === */
    .servicios {
        max-width: 100vw;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 18vh;
    }

    .caja-tit.serv {
        margin: 6% auto;
    }

    .buttons {
        flex-direction: column;
        width: 80%;
        height: auto;
    }

    .buttons > button {
        width: 100%;
        font-size: 1.1rem;
        padding: 0.8rem;
        margin: 0 0;
    }

    .sec {
        width: 90%;
        margin: 2rem auto;
        height: auto;
    }

    .contenido {
        grid-template-columns: 1fr;
        padding: 2.5rem;
        margin: 6% auto;
        height: auto;
    }

    .card {
        height: auto;
        padding: 1.1rem 1.5rem;
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
}
@media (max-width: 480px) {
    /* === General === */
    /* h2, .titulo {
        font-size: 2rem !important; 
    } */

    p, .parrafo {
        font-size: 1.1rem !important;  
        /* margin-top: 1.8rem !important;  */
    }

    section, .parallax {
        max-height: 100vh;
        padding: 13vh 7vw 7vh 7vw;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .desenfoque.soms {
        display: none;
    }

    /* === Main (Inicio) === */
    main {
        height: 100vh;
    }
    .img.ing {
        height: 35%;
        transform: translateX(-50%);
    }
}
@media (max-width: 768px) {
    /* === General === */
    h2, .titulo {
        font-size: 1.5rem !important;
        margin-top: 4vw;
    }
    p, .parrafo {
        font-size: 1.1rem !important;  
        /* margin-top: 1.8rem !important;  */
    }
    section, .parallax {
        max-height: 100vh;
        padding: 10vh 8vw 8vh 8vw;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .desenfoque.soms {
        display: none;
    }

    /* === Cabecera === */
    .cabecera {
        height: 12vh;
        padding: 0 5vw;
        justify-content: space-between;
    }
    .logo {
        height: 8vh;
        margin-right: 20px;
        left: 0;
    }
    .logo-text {
        margin-left: 0; 
        position: static;
        font-size: 4em;
    }
    .auto-line {
        display: none;
    }
    .menu-toggle{
        font-size: 2rem;
        color: #b38b2f;
        cursor: pointer;
        display: block;
        z-index: 10;
        transition: transform 0.3s ease;
        position: relative;
        margin-right: 2rem;
        touch-action: manipulation;
    }
    .menu-toggle::before {
        content: "☰";
    }
    .menu-toggle.open::before {
        content: "✖";
    } 
    .bar-nav {
        display: none;
        flex-direction: column;
        background-color: #ffffff;
        position: absolute;
        top: 12vh;
        right: 0;
        width: 200px;
        border: 1px solid #b38b2f;
    }
    .spa2.one{
        margin-top: 4vw;
    }
    
    .spa2.tow {
        margin-bottom: 4vw;
    }

    /* === Main (Inicio) === */
    main {
        height: 100vh;
    }
    .img.ing {
        height: 33%;
    }
    .img.port {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
    }
    /* === Somos / Hacemos / Mision / Vision === */
    .desenfoque.sm, .desenfoque.hac {
        clip-path: none;
        height: auto;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 4rem 3rem;
        position: relative;
        display: block;
        margin: auto;
    }
    .desenfoque.serv{
        display: flex;
        margin-top: -2rem;
    }
    .caja-tit {
        width: 100%;
        height: auto;
        margin: 0;
        text-align: center;
    }
    .somos-img {
        display: none;
    }
    /* === Servicios === */

    .servicios {
        flex-direction: column;
    }

    .caja-boton{
        margin-top: 1rem;
    }
    .flecha{
        display: flex;
        width: 10%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    .letra{
        height: 100%;
        border-radius: 0 5px 5px 0;
    }

    .sec {
        display: none;
    }
    #overlay{
        position: absolute;
        z-index: 1;
        width: 60%;
        margin-top: 10vw;
    }

    .contenido {
        padding: 1.5rem; 
        min-height: auto;  
        grid-template-columns: 1fr; 
        height: auto;
        grid-template-columns: repeat(1, 1fr); 
        gap: 1vw; 
        padding: 1.5vw;
        height: auto;
        box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .card {
        height: auto;
        min-height: 2.5rem;
        padding: 0.8rem;
        font-size: 0.8rem;
    }

    .servicios {
        max-width: 100vw;
        flex-direction: column; 
        justify-content: flex-start;
        padding-top: 15vh; 
    } 

    .buttons {
        flex-wrap: wrap; 
        width: 90%;
        height: auto;
        justify-content: center;
        margin: 0 0;
    }

    .buttons > button {
        font-size: 1.1rem;
        padding: 1rem;
    }

    /* === Contactos === */
    .contactos {
        height: auto;
        padding: 100vh 8vw 12vh 8vw;
    }
    .cuadr {
        /* height: 100%; */
        /* background-color: #000000e1; */
        align-content: end;
    }
    .caja-padr {
        flex-direction: row;
        flex-wrap: wrap; 
        align-items: center;
        justify-content: space-around; 
        margin: 10% auto;
        height: auto;
        width: 90%; 
    }
    .titulo.contac {
        display: block; 
        width: 100%;
        text-align: center;
        font-size: 4rem; 
        margin-bottom: 3rem; 
        color: var(--crema);
    }
    .cja {
        display: flex;
        flex-direction: row; 
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
        gap: 20px; 
    }
    .caja {
        flex-direction: column; 
        text-align: center;
        height: auto;
        margin-top: 0; 
        min-width: 200px; 
    }
    .animate {
        width: 5rem; 
        height: 5rem;
        margin: 0 auto 1.5rem auto; 
    }
    .caja > p {
        margin-left: 0;
        word-break: break-all;
    }
    .contenedor {
        margin-top: 9vw;
        margin-right: 0;
        width: 100%; 
        text-align: center;
        justify-content: center;
    }
    .btn {
        height: auto;
        padding: 20px 40px;
        font-size: 1.4em;
    }

    /* === Footer === */
    footer {
        position: relative;
        height: auto;
        text-align: center;
    }
    .drch {
        position: relative;
        flex-direction: row; 
        justify-content: center;
        align-items: center;
    }
    .drch > p {
        font-size: 2.5vw !important;
        padding: 0;
    }
}


/* Tablet  horizontal */
@media (min-width: 769px) and (max-width: 1024px) {
    .cabecera{
        height: 12vw;
    }
    .logo-text{
        margin-left: 15vw;
    }@media (min-width: 800px){
        .logo-text{
            margin-left: 14vw;
        }@media (min-width: 850px){
            .logo-text{
                margin-left: 13vw;
            }@media (min-width: 900px){
                .logo-text{
                    margin-left: 12.5vw;
                }@media (min-width: 950px){
                    .logo-text{
                        margin-left: 12vw;
                    }@media (min-width: 1000px){
                        .logo-text{
                            margin-left: 11.5vw;
                        }
                    }
                }
            }
        }
    }

    .auto-line > line {
        stroke-width: 3;
    }
    .spa1 {
        margin-top: 0.9rem;
    }
    .spa2 {
        margin-top: 5rem;
    }
    .desenfoque{
        width: 100%;
    }
    .titulo{
        padding: 1rem;
    }
    .caja-tit > p{
        margin-top: 0.05vw;
    }
    .somos > .somos-img{
        height: 50%;
    }
    .desenfoque.serv{
        position: absolute;
    }
    .buttons > button{
        height: 4rem;
    }
    .caja > p{
        padding: 0.5rem;
        margin-left: 1rem;
    }
}
/* Laptop pequeño */
@media (min-width: 1025px) and (max-width: 1280px) {
    .logo-text{
        margin-left: 11vw;
    }@media (min-width: 1100px){
        .logo-text{
            margin-left: 10.5vw;
        }@media (min-width: 1150px){
            .logo-text{
                margin-left: 10vw;
            }@media (min-width: 1200px){
                .logo-text{
                    margin-left: 9.5vw;
                }@media (min-width: 1250px){
                    .logo-text{
                        margin-left: 9vw;
                    }
                }
            }
        }
    }

    .auto-line > line {
        stroke-width: 2.5;
    }
    .spa1 {
        margin-top: 0.9rem;
    }
    .spa2 {
        margin-top: 5rem;
    }
    .desenfoque{
        width: 100%;
    }
    .titulo{
        padding: 1rem;
    }
    .caja-tit > p{
        margin-top: 1.5rem;
        text-align: center;
    }
    .titulo.hac{
        font-size: 2.5rem;
    }
    .desenfoque.serv{
        position: absolute;
    }
    /* .buttons{
        margin: 18vw 0 0 5%;
    } */
    .caja > p{
        padding: 0.5rem;
        margin-left: 1rem;
    }
}
/******************************** Laptops - Estandar ********************************************/
@media (min-width: 1281px) and (max-width: 1366px) {

    .logo-text{
        margin-left: 8.5vw;
        margin-top: -0.5rem;
    }
    .auto-line{
        margin-top: -1.5rem;
    }
    .auto-line > line {
        stroke-width: 2;
    }
    .spa1 {
        margin-top: 0.9rem;
    }
    .spa2 {
        margin-top: 4rem;
    }
    .desenfoque{
        width: 100%;
    }
    .titulo{
        padding: 1rem;
    }
    .caja-tit > p{
        margin-top: 1.5rem;
        text-align: center;
    }
    .caja-tit{
        margin: 10% 3% 0 3%;
    }
    .titulo.hac{
        font-size: 2.5rem;
    }
    .desenfoque.serv{
        position: absolute;
    }
    .buttons > button{
        height: 2.5rem;
    }
}
/******************************** Laptops - Grande 1 ********************************************/
@media (min-width: 1367px) and (max-width: 1440px){

    .logo-text{
        margin-left: 8vw;
    }
    .auto-line{
        margin-top: -10px;
    }
    .auto-line > line {
        stroke-width: 2;
    }
    .spa1 {
        margin-top: 0.9rem;
    }
    .spa2 {
        margin-top: 5rem;
    }
    .desenfoque{
        width: 100%;
    }
    .titulo{
        padding: 1rem;
    }
    .caja-tit > p{
        margin-top: 1.5rem;
        font-size: 1.3rem;
        text-align: center;
    }
    .desenfoque.serv{
        position: absolute;
    }
    .caja > p{
        padding: 0.5rem;
        margin-left: 1rem;
    }
    
}
/******************************** Laptops - Grande 2 ********************************************/
@media (min-width: 1441px) and (max-width: 1600px){

    .logo-text{
        margin-left: 7.5vw;
    }

    .auto-line{
        margin-top: -15px;
    }
    .auto-line > line {
        stroke-width: 2;
    }
    .spa1 {
        margin-top: 1.5rem;
    }
    .spa2 {
        margin-top: 5.5rem;
    }
    .desenfoque{
        width: 100%;
    }
    .titulo{
        padding: 1rem;
    }
    .caja-tit > p{
        font-size: 1.4rem;
    }
    .caja-tit > p{
        margin-top: 1.5rem;
        text-align: center;
    }
    .desenfoque.serv{
        position: absolute;
    }
    .caja > p{
        padding: 0.5rem;
        margin-left: 1rem;
    }
}
/******************************** Escritorio - HD 1 ********************************************/
@media (min-width: 1601px) and (max-width: 1750px){

    .logo-text{
        margin-left: 7vw;
    }
    .auto-line{
        margin-top: -15px;
    }
    .auto-line > line {
        stroke-width: 2;
    }
    .spa1 {
        margin-top: 1.5rem;
    }
    .spa2 {
        margin-top: 5.5rem;
    }
    .desenfoque{
        width: 100%;
    }
    .titulo{
        padding: 1rem;
    }
    .caja-tit > p{
        margin-top: 1.5rem;
        text-align: center;
    }
    .desenfoque.serv{
        position: absolute;
    }
    .caja > p{
        padding: 0.5rem;
        margin-left: 1rem;
    }
}
/******************************** Escritorio - HD 2 ********************************************/
@media (min-width: 1751px) and (max-width: 1920px){

    .logo-text{
        margin-top: 1.5vw;
        margin-left: 7vw;
    }
    .auto-line{
        margin-top: -15px;
    }
    .auto-line > line {
        stroke-width: 1.5;
    }
    .spa1 {
        margin-top: 3.5rem;
    }
    .spa2 {
        margin-top: 7rem;
    }
    .desenfoque{
        width: 100%;
    }
    .titulo{
        padding: 1rem;
    }
    .caja-tit > p{
        margin-top: 1.5rem;
        text-align: center;
    }
    .desenfoque.serv{
        position: absolute;
    }
    .caja > p{
        padding: 0.5rem;
        margin-left: 1rem;
    }
}