@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Titulo';
    src: url(../fuentes/TT\ Ramillas\ Trial\ Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Parrafo';
    src: url() format('truetype');
}

:root {
    /*################ FUENTES ################*/
    /*################ FUENTES ################*/
    --title-font: "Poetsen One", sans-serif;
    --normal-font: "Roboto", sans-serif;

    /*################ TIPOGRAFIA DE TEXTO ################*/
    /*################ TIPOGRAFIA DE TEXTO ################*/
    /* Título principal */
    --fs-h1: clamp(1.375rem, 1.6vw + 1rem, 3.75rem);
    /* Subtítulo */
    --fs-h2: clamp(1.25rem, 1.5vw + 0.75rem, 3rem);
    /* Título menor */
    --fs-h3: clamp(1.125rem, 1.4vw + 0.5rem, 2.25rem);
    /* Encabezado pequeño */
    --fs-h4: clamp(1rem, 1.2vw + 0.25rem, 1.75rem);
    /* Texto normal */
    --fs-body: clamp(0.95rem, 1vw + 0.5rem, 1.5rem);
    /* Texto pequeño */
    --fs-small: clamp(0.875rem, 0.8vw + 0.25rem, 1.2rem);
    /* Texto muy pequeño */
    --fs-xs: clamp(0.75rem, 0.6vw + 0.2rem, 1rem);


    /*################ NEGRILLA AL TEXTO ################*/
    /*################ NEGRILLA AL TEXTO ################*/
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    /*################## MARGENES ##################*/
    /*################## MARGENES ##################*/
    --mb-1: .5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;
    /*################## z-index ##################*/
    /*################## z-index ##################*/
    --toolkid: 100;
    --index-1: 10;
    --index-2: 30;
    --index-3: 60;
    --index-4: 90;

    /*################ COLORES ################*/
    /*################ COLORES ################*/
    /*######## Color Fondo Principal ########*/
    /*######## Color Fondo Principal ########*/
    --body-color: #ebeff1;
    /*######## Color NavBar ########*/
    /*######## Color NavBar ########*/
    --navbar-color: #255b70;
    --navbtn-color: #f68421;
    --navbtnhover-color: #ffffff;
    /*######## Color Barra Titulo ########*/
    /*######## Color Barra Titulo ########*/
    --barra-color: #255b70;
    --barra-text-tile: #ffffff;
    /*######## Color Botones Consultar Y Ver Mas ########*/
    /*######## Color Botones Consultar Y Ver Mas ########*/
    --btncons-vermas-color: #538aa2;
    /*#03655c*/
    /*######## Color Botones WhatsApp, Email, Ver Mapa ########*/
    /*######## Color Botones WhatsApp, Email, Ver Mapa ########*/
    --btnredes-color: #009100;
    /*######## Color Footer ########*/
    /*######## Color Footer ########*/
    --footer-color: #535252;
    --foter-background-redes: #101010;
}


/*########################## PÁGINA PRINCIPAL ##########################*/
/*########################## PÁGINA PRINCIPAL ##########################*/
/*########################## PÁGINA PRINCIPAL ##########################*/
/*########################## PÁGINA PRINCIPAL ##########################*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--normal-font);
    background: var(--body-color);
    overflow-x: hidden;
}

.animate-item {
    opacity: 0;
    visibility: hidden;
}

.animate-item.is-animated {
    opacity: 1;
    visibility: visible;
}




/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
/*###################### SECCION DEL NAVBAR ######################*/
.header {
    width: 100%;
    background: var(--navbar-color);
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1800px;
}

/*############# Estilos De Los LINKS #############*/
/*############# Estilos De Los LINKS #############*/
a {
    text-decoration: none;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.ZasWeb-logo img {
    width: 140px;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
}

.nav-menu {
    display: flex;
    transition: left .2s;
}

.nav-menu .button-nav {
    background-color: var(--navbtn-color);
    font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
    color: var(--navbtnhover-color);
    border: 0;
    border-radius: 40px;
    padding: 12px 48px;
    cursor: pointer;
    transition: .3s ease, background-color 0.3s ease;
}

.nav-menu .button-nav:hover {
    transform: scale(1.1);
    background-color: var(--navbtnhover-color);
    color: var(--navbar-color);
}




/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
/*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
.datos-portada {
    height: max-content;
    position: relative;
    margin-bottom: 1.8rem;
}

.datos-portada .banner {
    width: 100%;
}

.datos-portada .banner-phone {
    display: none;
}

.title-primario {
    text-align: center;
    width: 40%;
    position: absolute;
    right: 56%;
    bottom: 314px;
    transform: translate(100%, -48%);
    font-size: 5rem;
    color: var(--barra-color);
}

/*##################### ESTILOS DE LOS BOTONES #####################*/
/*##################### ESTILOS DE LOS BOTONES #####################*/
.boton-star {
    position: absolute;
    bottom: 60px;
    transform: translate(100%, -48%);
}

.boton-star button {
    background-color: var(--navbtn-color);
    border: 0;
    border-radius: 14px;
    color: #ffffff;
    font-size: var(--fs-h2);
    font-weight: var(--fw-bold);
    padding: 25px 50px;
    cursor: pointer;
    transition: .3s ease, background-color 0.3s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.boton-star button:hover {
    animation: resplandor 1.2s ease-out forwards;
}

@keyframes resplandor {
    0% {
        box-shadow: 0px 0px 0px 2px rgba(255, 104, 66, 0);
    }

    30% {
        box-shadow: 0px 0px 0px 18px rgba(255, 104, 66, 0.3);
    }

    45% {
        box-shadow: 0px 0px 0px 20px rgba(255, 104, 66, 0.2);
    }

    50% {
        box-shadow: 0px 0px 0px 20px rgba(255, 104, 66, 0.1);
    }

    55% {
        box-shadow: 0px 0px 0px 20px rgba(255, 104, 66, 0);
    }
}





/*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
/*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
/*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
/*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
/*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
/*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
.section-detail-emp {
    margin: 0 0rem;
    padding: 1rem 0rem;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-detail-emp .encapsulated-detail {
    background-color: var(--barra-color);
    width: 70%;
    height: 120px;
    border-radius: 0px 50px 50px 0px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin-right: auto;
}

.section-detail-emp .encapsulated-detail .title-growth {
    font-size: var(--fs-h1);
    color: var(--barra-text-tile);
    margin-left: auto;
}

.section-detail-emp .description-detail {
    width: 80%;
    padding: 40px 0px 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.description-detail .description-text {
    width: 70%;
    padding: 0px 80px 0px 60px;
    font-size: var(--fs-body);
    text-align: justify;
    line-height: 2;
}

.description-detail .img-description-image {
    width: 50%;
}




/*###################### ESTILOS DETALLES SERVICIO ######################*/
/*###################### ESTILOS DETALLES SERVICIO ######################*/
/*###################### ESTILOS DETALLES SERVICIO ######################*/
/*###################### ESTILOS DETALLES SERVICIO ######################*/
/*###################### ESTILOS DETALLES SERVICIO ######################*/
/*###################### ESTILOS DETALLES SERVICIO ######################*/
.section-structure-serv {
    padding: 1rem 0rem;
    padding: 10px 0px 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-structure-serv .encapsulated-serv {
    background-color: var(--navbtn-color);
    width: 80%;
    height: 120px;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.encapsulated-serv .title-serv {
    font-size: var(--fs-h1);
    color: var(--barra-text-tile);
    margin-right: auto;
    padding-left: 40px;
}

.encapsulated-choose-cards {
    width: 80%;
    padding: 60px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.encapsulated-choose-cards .card {
    position: relative;
    width: 400px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.svg-content {
    width: 90%;
    height: 340px;
    margin-top: 20px;
    background-color: black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 80% 60%;
    border-bottom-left-radius: 0;
    overflow: hidden;
    position: relative;
}

.svg-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.encapsulated-choose-cards .card .footer-card {
    width: 90%;
    color: white;
}

.encapsulated-choose-cards .card .footer-card .text-bold-footer {
    font-size: var(--fs-h3);
    font-weight: var(--fw-bold);
    text-align: center;
    padding: 30px 0px 24px 0px;
}

.encapsulated-choose-cards .card .footer-card .text-footer {
    font-size: var(--fs-body);
    text-align: justify;
    line-height: 1.4;
    padding: 0px 10px 30px 10px;
}




/*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
/*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
/*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
/*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
/*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
/*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
.section-choose {
    margin: 0 0rem;
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.section-choose .encapsulated-choose {
    background-color: var(--barra-color);
    width: 40%;
    height: 120px;
    border-radius: 0px 50px 50px 0px;
    display: flex;
    align-items: center;
    padding: 0 80px;
    margin-right: auto;
}

.section-choose .encapsulated-choose .title-choose {
    font-size: var(--fs-h1);
    color: var(--barra-text-tile);
    margin-left: auto;
}

.section-choose .area-detail-elegir {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 100px;
    padding-top: 40px;
}

.area-detail-elegir .doubt-siluet-img {
    width: 40%;
}

.area-detail-elegir .doubt-siluet-img img {
    width: 100%;
}

.area-detail-elegir .detail-list-desc {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.area-detail-elegir .content-desc-li {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.area-detail-elegir .li-line-desc {
    padding-bottom: 40px;
}

.area-detail-elegir .content-desc-li .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: var(--btncons-vermas-color);
    border-radius: 50%;
    transition: 0.5s;
}

.area-detail-elegir .icon svg {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 0;
}

.area-detail-elegir .content-desc-li .description-thought {
    width: 70%;
}

.area-detail-elegir .description-thought .title {
    font-size: var(--fs-body);
    margin-bottom: var(--mb-1);
}

.area-detail-elegir .description-thought .description {
    line-height: 24px;
    text-align: justify;
    font-size: var(--fs-body);
    line-height: 1.4;
}

/*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
/*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
/*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
/*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
/*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
/*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
.section-allied-busness {
    margin: 0 0rem;
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.title-allied {
    font-size: var(--fs-h1);
    margin-bottom: var(--mb-5);
}

/*############## ESTILOS CARRUSEL ##############*/
/*############## ESTILOS CARRUSEL ##############*/

.section-allied-busness .content-carrusel {
    width: 80%;
}

.content-carrusel .cards-carrusel-busness {
    margin: 0 100px;
    overflow: hidden;
}

.swiper-navBtn {
    color: white !important;
    background-color: var(--barra-color);
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}

.swiper-navBtn:hover {
    color: var(--navbtn-color) !important;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 28px !important;
    text-align: center;
    font-weight: var(--fw-bold);
}

/*########## SECCIOS ESTILOS DEL CARD BUSSNES ##########*/
/*########## SECCIOS ESTILOS DEL CARD BUSSNES ##########*/
.cards-carrusel-busness .card-busness {
    width: 340px;
    height: auto;
    border-radius: 20px;
}

.cards-carrusel-busness .card1 {
    background-image: url(../../img/Banner-empresa/postproduccion-animacion-de-video.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cards-carrusel-busness .card2 {
    background-image: url(../../img/Banner-empresa/fotos-de-boda-la-paz-bolivia.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cards-carrusel-busness .card3 {
    background-image: url(../../img/Banner-empresa/chicaRECORTADA.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cards-carrusel-busness .card4 {
    background-image: url(../../img/Banner-empresa/fotografia-de-producto-deformada.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cards-carrusel-busness .card-busness .header_card {
    width: 100%;
    height: 380px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    -webkit-clip-path: path("M0 0 H600 V100 C100 100, 50 100, 0 340 Z");
    clip-path: path("M0 0 H600 V100 C100 100, 50 100, 0 340 Z");
}

.cards-carrusel-busness .card-busness .header-bussnes1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: -1;
}

.cards-carrusel-busness .card-busness .header-bussnes2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: -1;
}

.cards-carrusel-busness .card-busness .header_card img {
    width: 100%;
    padding-top: 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cards-carrusel-busness .card-busness .footer-bussnes1 {
    width: 100%;
    height: 210px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    backdrop-filter: blur(2px);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 0.8) 6%,
            rgba(0, 0, 0, 0.8) 100%);
    color: white;
}

.cards-carrusel-busness .card-busness .footer-bussnes2 {
    width: 100%;
    height: 210px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    backdrop-filter: blur(2px);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 6%,
            rgba(255, 255, 255, 0.8) 100%);
}

.cards-carrusel-busness .card-busness .footer-card .desc-bussnes {
    font-size: var(--fs-h4);
    text-align: center;
    padding: 22px 16px 0px 16px;
}

.cards-carrusel-busness .card-busness .footer-card .detail-bussnes {
    font-size: var(--fs-body);
    text-align: justify;
    padding: 14px 20px 0px 20px;
}


/*###################### ESTILOS REDES Y FORMULARIO ######################*/
/*###################### ESTILOS REDES Y FORMULARIO ######################*/
/*###################### ESTILOS REDES Y FORMULARIO ######################*/
/*###################### ESTILOS REDES Y FORMULARIO ######################*/
/*###################### ESTILOS REDES Y FORMULARIO ######################*/
/*###################### ESTILOS REDES Y FORMULARIO ######################*/
.section-networks-form {
    padding: 1rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--barra-color);
}

.section-networks-form .title-networks-form {
    text-align: center;
    font-size: var(--fs-h2);
    color: white;
    padding-top: 40px;
}

.content-netwoks-form {
    width: 80%;
    display: flex;
    gap: 40px;
    padding: 60px 0px 40px 0px;
}

/*####### Contacto #######*/
/*####### Contacto #######*/
.content-netwoks-form .contactos {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc-direccion {
    width: 100%;
    margin-bottom: var(--mb-3);
}

.desc-direccion h2 {
    font-size: var(--fs-h4);
    text-align: center;
    color: white;
    margin-bottom: var(--mb-3);
}

.desc-direccion p {
    font-size: var(--fs-body);
    text-align: center;
    color: white;
    margin-bottom: var(--mb-3);
}

.desc-direccion li {
    color: white;
    width: 88%;
    display: flex;
    padding: 20px;
    font-size: var(--fs-body);
    border-bottom: solid 2px rgba(255, 255, 255, 0.18);
}

.desc-direccion li i {
    padding-right: 14px;
    font-size: var(--fs-h3);
}

.desc-direccion li .button-cont {
    background-color: var(--btnredes-color);
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: var(--fs-body);
    padding: 10px 14px;
    cursor: pointer;
    box-shadow: 0px 5px 15px rgb(0, 0, 0, 0.35);
    transition: .5s;
    margin-left: 20px;
}

/*####### Formulario #######*/
/*####### Formulario #######*/
.title-form-text {
    text-align: center;
    font-size: var(--fs-h4);
}

.content-netwoks-form .content-form {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content-form .title-form-text {
    text-align: center;
    font-size: var(--fs-h4);
    margin-bottom: var(--mb-4);
}

.content-input-form {
    width: 80%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
}

.content-input-form .file-input-date {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.content-input-form .input-box label {
    color: #000000;
    font-weight: var(--fw-medium);
    font-size: var(--fs-body);
}

.content-form :where(.input-box input, textarea) {
    position: relative;
    height: auto;
    min-height: 50px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #000000;
    margin-top: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.historia {
    height: 140px;
    padding: 14px;
    font-family: inherit;
}

.input-box input:focus,
textarea:focus {
    box-shadow: 0 4px 0 rgba(252, 158, 95, 0.6);
}

.content-form button {
    height: 55px;
    width: 100%;
    color: #fff;
    font-size: var(--fs-body);
    font-weight: 400;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--navbtn-color);
    border-radius: 8px;
}

.content-form button:hover {
    background: var(--barra-color);
}

/*################# ESTILO SECCION FOOTER Y COPY ################*/
/*################# ESTILO SECCION FOOTER Y COPY ################*/
/*################# ESTILO SECCION FOOTER Y COPY ################*/
/*################# ESTILO SECCION FOOTER Y COPY ################*/
.section-footer {
    width: 100%;
    background-color: /*#535252*/ #0a192f;
}

.section-footer .seccion_detalle_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seccion_detalle_footer .detalles_footer {
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 40px 0px;
}

.detalles_footer .logo_footer figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detalles_footer .logo_footer figure img {
    width: 250px;
}

.detalles_footer .detalle_footer {
    width: 40%;
    padding: 60px 30px 60px 30px;
}

.detalles_footer .detalle_footer h2 {
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 25px;
    font-size: var(--fs-h3);
}

.detalles_footer .detalle_footer p {
    color: hsla(0, 0%, 100%, 0.5);
    margin-bottom: 10px;
    text-align: justify;
    font-size: var(--fs-body);
}

.detalles_footer .redes_footer {
    width: 20%;
    display: none;
}

.detalles_footer .redes_footer h2 {
    color: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 25px;
    font-size: var(--fs-h3);
}

.detalles_footer .redes_footer .iconos_redes a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    margin-right: 10px;
    background-color: var(--barra-color);
    text-align: center;
}

.detalles_footer .iconos_redes a:hover {
    color: var(--navbtn-color);
}

.section-footer .seccion_copy {
    background-color: var(--navbtn-color);
    padding: 15px 10px;
    text-align: center;
    color: white;
}

.section-footer .seccion_copy small {
    font-size: var(--fs-small);
}

/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/
/*#################### SECCION DEL DISEÑO RESPONSIVO ####################*/

/* Escritorio grandes (4K, +1920px) */
/* Escritorio grandes (4K, +1920px) */
@media (max-width: 1919px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3rem;
    }




    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .title-primario {
        width: 40%;
        right: 56%;
        bottom: 245px;
        font-size: 4rem;
    }

    .boton-star {
        position: absolute;
        bottom: 40px;
        transform: translate(110%, -60%);
    }

    .boton-star button {
        font-size: var(--fs-h2);
        font-weight: var(--fw-bold);
        padding: 20px 24px;
    }




    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    .section-detail-emp .encapsulated-detail {
        width: 76%;
    }

    .section-detail-emp .description-detail {
        width: 86%;
        padding: 40px 0px 40px 0px;
        gap: 40px;
    }

    .description-detail .description-text {
        width: 50%;
        padding: 0px 40px 0px 40px;
    }




    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    .section-structure-serv {
        padding: 0px 0px 50px 0px;
    }

    .section-structure-serv .encapsulated-serv {
        width: 84%;
    }

    .encapsulated-choose-cards {
        width: 88%;
        padding: 40px 0px 0px 0px;
        gap: 30px;
    }




    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    .section-choose {
        padding-bottom: 80px;
    }

    .section-choose .encapsulated-choose {
        width: 40%;
        padding: 0 50px;
    }

    .section-choose .area-detail-elegir {
        width: 90%;
        gap: 60px;
        padding-top: 30px;
    }

    .area-detail-elegir .li-line-desc {
        padding-bottom: 30px;
    }

    .area-detail-elegir .content-desc-li .description-thought {
        width: 75%;
    }




    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    .section-allied-busness .content-carrusel {
        width: 90%;
    }

    .content-carrusel .cards-carrusel-busness {
        margin: 0 90px;
    }

    .swiper-navBtn {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 20px !important;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes1 {
        height: 180px;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes2 {
        height: 180px;
    }




    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    .section-networks-form {
        padding: 1rem 0rem;
    }

    .section-networks-form .title-networks-form {
        padding: 40px 20px 10px 20px;
    }

    .content-netwoks-form {
        width: 84%;
        gap: 40px;
        padding: 60px 0px 40px 0px;
    }

    /*####### Contacto #######*/
    .content-netwoks-form .contactos {
        width: 50%;
    }

    .desc-direccion li {
        width: 90%;
    }


    .desc-direccion li .button-cont {
        font-size: var(--fs-small);
    }

    /*####### Formulario #######*/
    .content-netwoks-form .content-form {
        width: 50%;
    }

    .content-input-form {
        width: 90%;
    }


}






/* Escritorio estándar (1024px - 1439px) */
/* Escritorio estándar (1024px - 1439px) */
@media (max-width: 1439px) {

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .title-primario {
        width: 44%;
        right: 53.8%;
        bottom: 164px;
        font-size: 3rem;
    }

    .boton-star {
        bottom: 28px;
        transform: translate(90%, -48%);
    }

    .boton-star button {
        font-size: var(--fs-h2);
        padding: 16px 16px;
    }

    @keyframes resplandor {
        0% {
            box-shadow: 0px 0px 0px 2px rgba(255, 255, 0, 0);
        }

        30% {
            box-shadow: 0px 0px 0px 12px rgba(255, 0, 0, 0.3);
        }

        45% {
            box-shadow: 0px 0px 0px 14px rgba(255, 0, 0, 0.2);
        }

        50% {
            box-shadow: 0px 0px 0px 14px rgba(255, 0, 0, 0.1);
        }

        55% {
            box-shadow: 0px 0px 0px 14px rgba(255, 0, 0, 0);
        }
    }




    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    .section-detail-emp .encapsulated-detail {
        width: 86%;
        padding: 0 34px;
        height: 100px;
    }

    .section-detail-emp .description-detail {
        width: 90%;
        padding: 40px 0px 40px 0px;
        gap: 20px;
    }

    .description-detail .description-text {
        padding: 0px 30px 0px 20px;
    }




    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    .section-structure-serv {
        padding: 0px 0px 50px 0px;
    }

    .section-structure-serv .encapsulated-serv {
        width: 90%;
    }

    .encapsulated-serv .title-serv {
        padding-left: 30px;
    }

    .encapsulated-choose-cards {
        width: 94%;
        padding: 40px 0px 0px 0px;
        gap: 20px;
    }

    .encapsulated-choose-cards .card {
        width: 306px;
    }

    .svg-content {
        height: 240px;
    }




    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    .section-choose {
        padding-bottom: 50px;
    }

    .section-choose .encapsulated-choose {
        width: 50%;
        height: 100px;
        padding: 0 40px;
    }

    .section-choose .area-detail-elegir {
        width: 94%;
        gap: 20px;
    }

    .area-detail-elegir .li-line-desc {
        padding-bottom: 24px;
    }

    .area-detail-elegir .content-desc-li .description-thought {
        width: 70%;
    }




    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    .section-allied-busness .content-carrusel {
        width: 98%;
    }

    .content-carrusel .cards-carrusel-busness {
        margin: 0 70px;
    }

    .swiper-navBtn {
        width: 44px !important;
        height: 44px !important;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 16px !important;
    }

    .cards-carrusel-busness .card-busness .header_card {
        width: 100%;
        height: 300px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
        -webkit-clip-path: path("M0 0 H380 V90 C80 80, 10 100, 0 300 Z");
        clip-path: path("M0 0 H380 V90 C80 80, 10 100, 0 300 Z");
    }

    .cards-carrusel-busness .card-busness .footer-bussnes1 {
        height: 170px;
    }



    .cards-carrusel-busness .card-busness .footer-bussnes2 {
        height: 170px;
    }




    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    .section-networks-form {
        padding: 1rem 0rem;
    }

    .section-networks-form .title-networks-form {
        padding: 40px 30px 10px 30px;
    }

    .content-netwoks-form {
        width: 94%;
        gap: 20px;
        padding: 60px 0px 40px 0px;
    }

    /*####### Contacto #######*/
    .desc-direccion li {
        width: 100%;
    }

    .desc-direccion li .button-cont {
        font-size: var(--fs-small);
    }

    /*####### Formulario #######*/
    .content-input-form {
        width: 100%;
    }

    .content-form :where(.input-box input, textarea) {
        min-height: 50px;
        font-size: var(--fs-small);
        margin-top: 8px;
        padding: 0 15px;
    }

    .historia {
        padding: 14px;
    }




    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    .seccion_detalle_footer .detalles_footer {
        gap: 30px;
        padding: 20px 0px;
    }

    .detalles_footer .logo_footer figure {
        width: 100%;
        height: 100%;
    }

    .detalles_footer .logo_footer figure img {
        width: 180px;
    }


    .detalles_footer .redes_footer h2 {
        margin-bottom: 16px;
    }

    .detalles_footer .redes_footer .iconos_redes a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 8px;
    }

}






/* Tablets horizontales (768px - 1023px) */
/* Tablets horizontales (768px - 1023px) */
@media (max-width: 1023px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .ZasWeb-logo img {
        width: 90px;
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .nav-menu .button-nav {
        font-size: var(--fs-h3);
        padding: 14px 40px;
    }

    .nav-menu .button-nav:hover {
        transform: scale(1.1);
        background-color: var(--navbtnhover-color);
        color: var(--navbar-color);
    }




    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-portada {
        height: max-content;
        position: relative;
        margin-bottom: 0.8rem;
    }

    .title-primario {
        width: 44%;
        right: 54.4%;
        bottom: 138px;
        font-size: 2.1rem;
        color: var(--barra-color);
    }

    .boton-star {
        bottom: 28px;
        transform: translate(105%, -48%);
    }

    .boton-star button {
        font-size: var(--fs-h3);
        padding: 12px 10px;
    }

    @keyframes resplandor {
        0% {
            box-shadow: 0px 0px 0px 2px rgba(255, 255, 0, 0);
        }

        30% {
            box-shadow: 0px 0px 0px 8px rgba(255, 0, 0, 0.3);
        }

        45% {
            box-shadow: 0px 0px 0px 10px rgba(255, 0, 0, 0.2);
        }

        50% {
            box-shadow: 0px 0px 0px 10px rgba(255, 0, 0, 0.1);
        }

        55% {
            box-shadow: 0px 0px 0px 10px rgba(255, 0, 0, 0);
        }
    }

    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    .section-choose {
        padding-bottom: 50px;
    }

    .section-choose .encapsulated-choose {
        width: 50%;
        height: 80px;
        padding: 0 40px;
    }

    .section-choose .area-detail-elegir {
        width: 90%;
        gap: 20px;
        padding-top: 40px;
    }

    .area-detail-elegir .content-desc-li {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 14px;
    }

    .area-detail-elegir .li-line-desc {
        padding-bottom: 20px;
    }

    .area-detail-elegir .content-desc-li .icon {
        width: 44px;
        height: 44px;
    }

    .area-detail-elegir .icon svg {
        width: 20px;
        height: 20px;
    }

    .area-detail-elegir .content-desc-li .description-thought {
        width: 80%;
    }




    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    .section-allied-busness .content-carrusel {
        width: 98%;
    }

    .content-carrusel .cards-carrusel-busness {
        margin: 0 70px;
    }

    .swiper-navBtn {
        width: 44px !important;
        height: 44px !important;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 16px !important;
    }

    .cards-carrusel-busness .card-busness .header_card {
        width: 100%;
        height: 300px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
        -webkit-clip-path: path("M0 0 H420 V90 C80 80, 10 80, 0 300 Z");
        clip-path: path("M0 0 H420 V90 C80 80, 10 80, 0 300 Z");
    }

    .cards-carrusel-busness .card-busness .footer-bussnes1 {
        height: 130px;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes2 {
        height: 130px;
    }




    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    .section-networks-form {
        padding: 1rem 0rem;
    }

    .section-networks-form .title-networks-form {
        padding: 40px 60px 10px 60px;
    }

    .content-netwoks-form {
        width: 80%;
        gap: 20px;
        padding: 60px 0px 40px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /*####### Contacto #######*/
    .content-netwoks-form .contactos {
        width: 100%;
    }

    /*####### Formulario #######*/
    .content-netwoks-form .content-form {
        width: 80%;
    }




    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    /*################# ESTILO SECCION FOOTER Y COPY ################*/
    .seccion_detalle_footer .detalles_footer {
        flex-direction: column;
        gap: 0px;
        padding: 40px 0px;
    }

    .detalles_footer .logo_footer figure img {
        width: 160px;
    }

    .detalles_footer .detalle_footer {
        width: 100%;
        padding: 30px 60px 14px 60px;
    }

    .detalles_footer .detalle_footer h2 {
        margin-bottom: 14px;
    }

    .detalles_footer .detalle_footer p {
        line-height: 20px;
    }

    .detalles_footer .redes_footer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .detalles_footer .redes_footer h2 {
        margin-bottom: 25px;
    }

    .section-footer .seccion_copy {
        padding: 10px 10px;
    }

    .section-footer .seccion_copy small {
        font-size: var(--fs-xs);
    }
}






/* Tablets verticales (600px - 767px) */
/* Tablets verticales (600px - 767px) */
@media (max-width: 767px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .ZasWeb-logo img {
        width: 90px;
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .nav-menu .button-nav {
        font-size: var(--fs-h3);
        padding: 12px 30px;
    }

    .nav-menu .button-nav:hover {
        transform: scale(1.1);
        background-color: var(--navbtnhover-color);
        color: var(--navbar-color);
    }




    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-portada {
        margin-bottom: 0.8rem;
    }

    .title-primario {
        width: 44%;
        right: 53%;
        bottom: 100px;
        font-size: 1.68rem;
    }

    .boton-star {
        bottom: 20px;
        transform: translate(90%, -48%);
    }

    .boton-star button {
        font-size: var(--fs-h4);
        padding: 10px 10px;
    }

    @keyframes resplandor {
        0% {
            box-shadow: 0px 0px 0px 2px rgba(255, 255, 0, 0);
        }

        30% {
            box-shadow: 0px 0px 0px 4px rgba(255, 0, 0, 0.3);
        }

        45% {
            box-shadow: 0px 0px 0px 6px rgba(255, 0, 0, 0.2);
        }

        50% {
            box-shadow: 0px 0px 0px 6px rgba(255, 0, 0, 0.1);
        }

        55% {
            box-shadow: 0px 0px 0px 6px rgba(255, 0, 0, 0);
        }
    }




    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    .section-detail-emp {
        margin: 0 0rem;
        padding: 1rem 0rem;
        padding-top: 20px;
    }

    .section-detail-emp .description-detail {
        width: 80%;
        padding: 30px 0px 20px 0px;
        flex-direction: column;
        gap: 20px;
    }

    .description-detail .description-text {
        width: 100%;
        padding: 0px 20px 0px 20px;
    }

    .description-detail .img-description-image {
        width: 100%;
    }




    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    .section-structure-serv {
        padding: 1rem 0rem;
        padding: 10px 0px 30px 0px;
    }

    .encapsulated-choose-cards {
        width: 95%;
        padding: 30px 0px 0px 0px;
        gap: 20px;
    }

    .encapsulated-choose-cards .card {
        width: 275px;
        border-radius: 20px;
    }

    .svg-content {
        width: 90%;
        height: 230px;
        margin-top: 20px;
    }

    .encapsulated-choose-cards .card .footer-card .text-bold-footer {
        font-size: var(--fs-h3);
        font-weight: var(--fw-bold);
        text-align: center;
        padding: 20px 0px 16px 0px;
    }

    .encapsulated-choose-cards .card .footer-card .text-footer {
        font-size: var(--fs-body);
        text-align: justify;
        line-height: 1.4;
        padding: 0px 10px 22px 10px;
    }




    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    .section-choose .encapsulated-choose {
        background-color: var(--barra-color);
        width: 60%;
        height: 88px;
    }

    .section-choose .area-detail-elegir {
        width: 80%;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-top: 0px;
    }

    .area-detail-elegir .doubt-siluet-img {
        width: 70%;
    }

    .area-detail-elegir .detail-list-desc {
        width: 100%;
    }




    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    .title-allied {
        margin-bottom: var(--mb-3);
    }

    .section-allied-busness .content-carrusel {
        width: 85%;
    }

    .content-carrusel .cards-carrusel-busness {
        margin: 0 90px;
    }

    .cards-carrusel-busness .card-busness .header_card {
        width: 100%;
        height: 340px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
        -webkit-clip-path: path("M0 0 H440 V90 C80 80, 10 100, 0 300 Z");
        clip-path: path("M0 0 H440 V90 C80 80, 10 100, 0 300 Z");
    }

    .cards-carrusel-busness .card-busness .footer-bussnes1 {
        height: 130px;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes2 {
        height: 130px;
    }




    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*####### Formulario #######*/
    .content-netwoks-form .content-form {
        width: 100%;
    }
}






/* Teléfonos grandes (425px - 599px) */
/* Teléfonos grandes (425px - 599px) */
@media (max-width: 599px) {

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-portada {
        margin-bottom: 0.8rem;
    }

    .datos-portada .banner {
        display: none;
    }

    .datos-portada .banner-phone {
        display: block;
        width: 100%;
    }

    .title-primario {
        width: 44%;
        right: 45%;
        bottom: 64px;
        font-size: 1.4rem;
    }

    .boton-star {
        bottom: 0px;
        transform: translate(110%, -48%);
    }

    .boton-star button {
        border-radius: 9px;
        font-size: var(--fs-xs);
        padding: 8px 10px;
    }
}






@media (max-width: 511px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        padding: 0 1.4rem;
    }

    .ZasWeb-logo img {
        width: 80px;
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .nav-menu .button-nav {
        font-size: var(--fs-h4);
        padding: 11px 30px;
    }

    .nav-menu .button-nav:hover {
        transform: scale(1.1);
        background-color: var(--navbtnhover-color);
        color: var(--navbar-color);
    }




    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-portada {
        margin-bottom: 0.8rem;
    }

    .datos-portada .banner {
        display: none;
    }

    .datos-portada .banner-phone {
        display: block;
        width: 100%;
    }

    .title-primario {
        width: 44%;
        right: 45%;
        bottom: 62px;
        font-size: 1.1rem;
    }

    .boton-star {
        bottom: 0px;
        transform: translate(84%, -48%);
    }

    .boton-star button {
        border-radius: 9px;
        font-size: var(--fs-xs);
        padding: 8px 10px;
    }




    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    /*###################### ESTILOS DETALLES DE LA EMPRESA ######################*/
    .section-detail-emp .encapsulated-detail {
        width: 90%;
        height: 90px;
        padding: 0 30px;
    }

    .section-detail-emp {
        margin: 0 0rem;
        padding: 1rem 0rem;
        padding-top: 20px;
    }

    .section-detail-emp .description-detail {
        width: 96%;
    }




    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    .section-structure-serv {
        padding: 1rem 0rem;
        padding: 10px 0px 20px 0px;
    }

    .section-structure-serv .encapsulated-serv {
        width: 90%;
        height: 90px;
    }

    .encapsulated-choose-cards {
        width: 90%;
    }

    .encapsulated-choose-cards .card {
        width: 340px;
        border-radius: 20px;
    }

    .svg-content {
        width: 90%;
        height: 300px;
        margin-top: 20px;
    }

    .encapsulated-choose-cards .card .footer-card .text-footer {
        font-size: var(--fs-body);
        text-align: justify;
        line-height: 1.4;
        padding: 0px 10px 26px 10px;
    }




    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    .section-choose {
        padding-bottom: 34px;
    }

    .section-choose .encapsulated-choose {
        width: 80%;
        height: 80px;
    }




    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    .section-allied-busness {
        padding-bottom: 30px;
    }

    .section-allied-busness .content-carrusel {
        width: 96%;
    }

    .content-carrusel .cards-carrusel-busness {
        margin: 0 66px;
    }

    .cards-carrusel-busness .card-busness .header_card {
        width: 100%;
        height: 280px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
        -webkit-clip-path: path("M0 0 H330 V80 C80 80, 10 100, 0 300 Z");
        clip-path: path("M0 0 H330 V80 C80 80, 10 100, 0 300 Z");
    }

    .cards-carrusel-busness .card-busness .footer-bussnes1 {
        height: 130px;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes2 {
        height: 130px;
    }




    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    .section-networks-form .title-networks-form {
        padding: 4px 20px 0px 20px;
    }

    .content-netwoks-form {
        width: 92%;
        gap: 20px;
        padding: 36px 0px 40px 0px;
    }

    /*####### Contacto #######*/
    .content-netwoks-form .contactos {
        width: 100%;
    }

    .desc-direccion li .button-cont {
        font-size: var(--fs-xs);
        padding: 10px 10px;
        margin-left: 16px;
    }

    /*####### Formulario #######*/
    .content-netwoks-form .content-form {
        width: 100%;
    }
}






/* Teléfonos estándar (375px - 424px) */
/* Teléfonos estándar (375px - 424px) */
@media (max-width: 424px) {

    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    /*###################### SECCION DEL NAVBAR ######################*/
    .nav {
        padding: 0 1.4rem;
    }

    .ZasWeb-logo img {
        width: 70px;
        height: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .nav-menu .button-nav {
        font-size: var(--fs-small);
        padding: 11px 30px;
    }




    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .datos-portada {
        margin-bottom: 0rem;
    }

    .title-primario {
        width: 44%;
        right: 45%;
        bottom: 44px;
        font-size: 1.1rem;
    }

    .boton-star {
        bottom: -8px;
        transform: translate(60%, -48%);
    }

    .boton-star button {
        border-radius: 9px;
        font-size: var(--fs-xs);
        padding: 8px 10px;
    }

    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    /*###################### ESTILOS DETALLES SERVICIO ######################*/
    .section-structure-serv {
        padding: 1rem 0rem;
        padding: 10px 0px 20px 0px;
    }

    .encapsulated-choose-cards {
        width: 86%;
    }




    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    .section-choose .area-detail-elegir {
        width: 86%;
        gap: 20px;
    }

    .area-detail-elegir .doubt-siluet-img {
        width: 90%;
    }

    .area-detail-elegir .content-desc-li .icon {
        width: 38px;
        height: 38px;
    }

    .area-detail-elegir .icon svg {
        width: 18px;
        height: 18px;
    }

    .area-detail-elegir .content-desc-li .description-thought {
        width: 90%;
    }




    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    .content-carrusel .cards-carrusel-busness {
        margin: 0 58px;
    }

    .swiper-navBtn {
        width: 36px !important;
        height: 36px !important;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 14px !important;
    }

    .cards-carrusel-busness .card-busness .header_card {
        width: 100%;
        height: 240px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
        -webkit-clip-path: path("M0 0 H330 V80 C60 40, 0 100, 0 250 Z");
        clip-path: path("M0 0 H330 V80 C60 40, 0 100, 0 250 Z");
    }

    .cards-carrusel-busness .card-busness .footer-bussnes1 {
        height: 120px;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes2 {
        height: 120px;
    }




    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    .section-networks-form .title-networks-form {
        padding: 4px 10px 0px 10px;
        font-size: var(--fs-h3);
    }

    .content-netwoks-form {
        width: 94%;
        gap: 20px;
        padding: 36px 0px 20px 0px;
    }

    /*####### Contacto #######*/
    .desc-direccion li {
        padding: 20px;
        font-size: var(--fs-small);
    }

    .desc-direccion li i {
        padding-right: 6px;
        font-size: var(--fs-h3);
    }

    .desc-direccion li .button-cont {
        font-size: var(--fs-xs);
        padding: 10px 8px;
        margin-left: 10px;
    }

    /*####### Formulario #######*/
    .content-input-form {
        border-radius: 14px;
    }

    .content-form :where(.input-box input, textarea) {
        min-height: 46px;
        width: 100%;
        font-size: 0.8rem;
        border-radius: 6px;
    }
}






/* Teléfonos pequeños (hasta 374px) */
/* Teléfonos pequeños (hasta 374px) */
@media (max-width: 374px) {

    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    /*###################### ESTILOS DEL BANNER DE LA EMPRESA ######################*/
    .title-primario {
        font-size: 0.9rem;
    }

    .boton-star {
        bottom: -8px;
        transform: translate(50%, -48%);
    }

    .boton-star button {
        border-radius: 9px;
        font-size: var(--fs-xs);
        padding: 8px 10px;
    }

    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    /*###################### ESTILOS PORQUE ELEGIRNOS ######################*/
    .section-choose .encapsulated-choose {
        background-color: var(--barra-color);
        width: 84%;
        height: 88px;
    }




    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    /*###################### ESTILOS NEGOCIOS ALIADOS ######################*/
    .content-carrusel .cards-carrusel-busness {
        margin: 0 52px;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes1 {
        height: 150px;
    }

    .cards-carrusel-busness .card-busness .footer-bussnes2 {
        height: 150px;
    }




    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    /*###################### ESTILOS REDES Y FORMULARIO ######################*/
    .section-networks-form .title-networks-form {
        padding: 4px 10px 0px 10px;
        font-size: var(--fs-h3);
    }

    .content-netwoks-form {
        width: 94%;
        gap: 20px;
        padding: 36px 0px 20px 0px;
    }

    /*####### Contacto #######*/
    .desc-direccion li {
        padding: 20px;
        font-size: var(--fs-xs);
    }

    .desc-direccion li i {
        padding-right: 6px;
        font-size: var(--fs-h4);
    }

    .desc-direccion li .button-cont {
        font-size: var(--fs-xs);
        padding: 10px 8px;
        margin-left: 10px;
    }

    /*####### Formulario #######*/
    .content-input-form {
        border-radius: 14px;
    }

    .content-form :where(.input-box input, textarea) {
        min-height: 40px;
        width: 100%;
        font-size: 0.7rem;
        border-radius: 6px;
    }
}