/* Reset CSS */
@font-face {
    font-family: 'Century Gothic';
    src: url('./fonts/Century Gothic/CenturyGothicPaneuropean.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Century Gothic',sans-serif;
    letter-spacing: 0;
}
/* Configuración del HTML */
html {
    scroll-behavior: smooth;
    margin: 0 !important;
}
/* Configuración del Body */
body {
    padding: 0 !important;
}
a {
    text-decoration: none;
    color: white;
}
/* HEADER */
header {
    display: flex;
    flex-direction: column;
    place-content: center;
    background-color: #212121;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 50;
}
header .general {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px 26px;
    margin: 0 auto;
    height: 93px;
    position: relative;
}
header .general img {
    width: max-content;
    max-height: 49px;
}
header .general .leftMenu{
    display: none;
}
header .general nav {
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    position: fixed;
    top: 92px;
    left: 0;
    z-index: 50;
    margin: 0;
    padding: 0;
    height: 196px;
    width: 100%;
    background: #212121;
}
header .general nav .group {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
header .general nav ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-items: left;
    list-style: none;
    padding: 24px 0 24px 24px;
}
header .general nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    height: 37px;
}

header .general nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    line-height: 17.7px;
    font-size: 14px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
@media (min-width: 834px) {
    header .general nav {
        display: flex !important;
        flex-direction: row;
        position: static;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 0;
        width: 100%;
    }
    header .general nav .group{
        justify-content: end !important;
        flex-direction: row;
        height: 100%;
    }
    header .general nav ul {
        flex-direction: row;
        position: static;
    }
    header .general .hamburger, header .general .leftMenu {
        display: none !important;
    }
    header .general img {
        max-height: 53px;
    }
}
@media (min-width: 1512px) {
    header .general{
        height: 111px !important;
        padding: 21.5px 70px !important;
    }
    header .general img {
        max-height: 68px;
    }
}
/* FINAL HEADER*/

/* FOOTER SOCIAL */

footer .footerSocial{
    display: flex;
    flex-direction: row;
    place-content: center;
    background-color: #333333;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 23.5px 26px;
    margin: 0 auto;
    height: 79px;
    position: relative;
}
footer .footerSocial .message{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.32px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #727272;
}
footer .footerSocial .message a{
    text-decoration: none;
    color: #727272 !important;
}
footer .footerSocial .socials{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
footer .footerSocial .socials a{
    height: 32px;
}
@media (min-width: 1512px) {
    footer .footerSocial{
        padding: 23.5px 70px;
    }
}

/* FINAL FOOTER SOCIAL */

/* FOOTER INFO */
footer .containerFooterInfo{
    display: flex;
    flex-direction: column;
    background-color: white;
}
footer .footerInfo{
    display: flex;
    flex-direction: column;
    background-color: #212121;
    align-items: start;
    justify-content: center;
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    height: 252px;
    position: relative;
    gap: 22px;
    color: white;
}
footer .footerInfo .elementFooter .mobileContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 17px;
    height: 50px;
}
footer .footerInfo .elementFooter .mobileContainer .textContainer{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
footer .footerInfo .elementFooter .mobileContainer .textContainer span{
    font-size: 18px;
    font-weight: 400;
    line-height: 22.07px;
}
footer .footerInfo .elementFooter .mobileContainer .textContainer span.phoneNumber{
    font-weight: 700;
    font-size: 24px;
    line-height: 29.43px;
}
footer .footerInfo .elementFooter .mobileContainer .textContainer span.email{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.62px;

}
footer .footerInfo .elementFooter span.phoneNumberFullScreen, footer .footerInfo .elementFooter span.emailFullScreen{
    display: none;
}
footer .containerFooterInfo .containerCellphone{
    position: relative;
    max-height: 182px;
    min-height: 182px;
}
footer .containerFooterInfo .containerCellphone img{
    position: absolute;
    max-height: 182px;
    bottom: 0;
    right: 0;
}
@media (min-width: 1512px) {
    footer .containerFooterInfo{
        max-height: 184px;
        background-color: #212121;
        padding: 0 368px 0 235px;
    }
    footer .footerInfo{
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        width: 100%;
        max-width: 941px;
        margin: 42px auto 32px auto;
        height: 184px;
        position: relative;
        gap: 75px;
        padding: 0;
    }
    footer .footerInfo .elementFooter .mobileContainer .textContainer span.phoneNumber, footer .footerInfo .elementFooter .mobileContainer .textContainer span.email{
        display: none;
    }
    footer .footerInfo .elementFooter span.phoneNumberFullScreen, footer .footerInfo .elementFooter span.emailFullScreen{
        display: block;
    }
    footer .footerInfo .elementFooter .mobileContainer{
        height: 35px;
        justify-content: start;
    }
    footer .footerInfo .elementFooter{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    footer .footerInfo .elementFooter span{
        font-size: 24px;
        font-weight: 700;
        line-height: 29.43px;
    }
    footer .footerInfo .elementFooter:nth-child(2){
        order: -1;
    }
    footer .containerFooterInfo{
        position: relative;
        min-height: 184px;
    }
    footer .containerFooterInfo .containerCellphone{
        position: absolute;
        width: 420px;
        height: 320px;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    footer .containerFooterInfo .containerCellphone img{
        max-height: 320px;
    }
}
@media (min-width:853px) and (max-width:1512px){
    footer .footerInfo{
        flex-direction: row;
        max-height: 184px;
    }
}
/* FINAL FOOTER INFO */

/*SWIPPER HOME */
.infoSwiper{
    width: 100%;
    position: relative;
  }
  .infoSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
  }
  .infoSwiper .swiper-slide .image_cover {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 624px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  }
  .gradiente {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  }
  .infoSwiper .swiper-pagination{
    position: absolute;
  }
  .infoSwiper .swiper-pagination .swiper-pagination-bullet{
    height: 11px !important;
    width: 11px !important;
    border: 1px solid white;
    background-color: transparent;
    transform: scale(1);
    opacity: 1;
  }
  .infoSwiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: white;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: var(--swiper-pagination-bottom, 45px) !important;
  }
.infoSwiper .titleContainer{
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 229px;
    bottom: 100px;
    right: 26px;
    z-index: 2;
    max-width: 296px;
    justify-content: space-between;
    align-items: end;
    color: white;
}
.infoSwiper .titleContainer h1{
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    text-align: right;
}
.infoSwiper .titleContainer a{
    display: flex;
    flex-direction: row;
    height: 42px;
    width: 196px;
    background-color: #982E33;
    border-radius: 50px;
    padding: 10px 24px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.infoSwiper .titleContainer a:hover {
    transform: scale(1.1);
    background-color: #bb393f;
}
.infoSwiper .titleContainer a span{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: white;
}
.infoSwiper .statueContainer{
    display: none;
}
.polygon {
    position: absolute;
    bottom: 0%;
    width: 101%;
    height: 60px;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    background-color: #0E2A3A;
    z-index: 4;
    margin: -1px;
  }
  @media (min-width: 1512px){
    .infoSwiper{
        height: 700px;
    }
    .infoSwiper .titleContainer{
        right: 16%;
        bottom: 49%;
        height: 268px;
        max-width: 350px;
    }
    .infoSwiper .titleContainer h1{
    font-size: 64px;
    font-weight: 700;
    line-height: 66px;
    }
    .infoSwiper .swiper-slide .image_cover{
        height: 1200px;
        margin-top: -208px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: var(--swiper-pagination-bottom, 28%) !important;
      }
    .infoSwiper .statueContainer{
        display: flex !important;
        position: absolute;
        z-index: 2;
        left: 16%;
        bottom: 0;
        left: 15%;
        z-index: 2;
        max-width: 311px;
        align-items: center;
        justify-content: center;
    }
    .polygon {
        position: absolute;
        bottom: 0%;
        width: 100%;
        height: 200px;
        background-color: #0E2A3A;
        z-index: 1;
      }
    .statueContainer img{
        max-width: 311px;
        max-height: 621px;
        z-index: 2;
    }
    
}
/*FINAL SWIPPER HOME*/

/*SERVICES*/

.cardsContainer{
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #0E2A3A 45%, #FFFFFF 45%);
    height: 591px;
    align-items: center;
    justify-content: space-between;
    padding: 30px 22px;
    gap: 20px;
}
.cardsContainer .card{
    display: flex;
    max-width: 330px;
    max-height: 178px;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, #212121 100%);
    gap: 20px;
    border-radius: 20px;
    color: white;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
.cardsContainer .card .imgServiceCardContainer{
    position: relative;
    max-width: 141px;
    max-height: 178px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cardsContainer .card .imgServiceCardContainer img{
    overflow: hidden;
    max-width: 230px;
}
.cardsContainer .card:first-child .imgServiceCardContainer img:first-child{
    transform: translate(-20%, -10%);
}
.cardsContainer .card:nth-child(2) .imgServiceCardContainer img{
    transform: translateX(-20%);
}
.cardsContainer .card:nth-child(3) .imgServiceCardContainer img{
    transform: translateX(-35%);
}
.cardsContainer .card .textServiceCardContainer{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 0;
    gap: 14px;
    justify-content: space-between;
}
.cardsContainer .card .textServiceCardContainer h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #D9D9D9;
}
.cardsContainer .card .textServiceCardContainer span{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #F4F4F4;
}
.cardsContainer .card .imgServiceCardContainer .desktop{
    display: none;
}
@media (min-width: 1200px){
    .cardsContainer{
        flex-direction: row;
        background: linear-gradient(180deg, #0E2A3A 70%, #FFFFFF 70%);
        height: 100%;
        align-items: start;
        justify-content: center;
        gap: 32px;
        padding: 60px 0;
        margin-top: -1px;
    }
    .cardsContainer .card{
        width: 387px;
        height: 201px;
        gap: 33px;
        border-radius: 20px;
        color: white;
        max-width: 387px;
        transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
    .cardsContainer .card:hover{
        transform:scale(1.1);
    }
    .cardsContainer .card .textServiceCardContainer{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 6.5px 10px 6.5px 0;
        gap: 14px;
        justify-content: center;
    }
    .cardsContainer .card .textServiceCardContainer h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }
    .cardsContainer .card .textServiceCardContainer span{
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }
    .cardsContainer .card .imgServiceCardContainer .mobile{
        display: none;
    }
    .cardsContainer .card .imgServiceCardContainer .desktop{
        display: block;
        height: 100%;
        width: auto;
    }
}
/* FINAL SERVICES */

/* ABOTUS */
.aboutUsSection{
    display: flex;
    height: 762px;
    background-color: #982E33;
    align-items: end;
    justify-content: center;
    position: relative;
    color: white;
}
.aboutUsSection .etiqueta{
    position: absolute;
    top: 0;
    left: 10%;
    height: 200px;
    width: 163px;
    background-color: #0E2A3A;
}
.aboutUsSection .etiqueta .etiquetaText{
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: start;
    justify-content: center;
    margin: 26px 15px;
}
.aboutUsSection .etiqueta .etiquetaText span{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.aboutUsSection .imageContainer{
    position: absolute;
    top: 10%;
    right: 1%;
    max-width: 209px;
    max-height: 294px;
}
.aboutUsSection .imageContainer img{
    max-width: 164px;
    max-height: 294px;
    transform: scaleX(-1);
}
.aboutUsSection .textAboutUs{
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 504px;
    padding: 24px;
}
.aboutUsSection .textAboutUs h2{
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}
.aboutUsSection .textAboutUs p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
@media (min-width: 1200px){
    .aboutUsSection{
        overflow: hidden;
        max-width: 100%;
        height: 464px;
        align-items: center;
        justify-content: left;
    }
    .aboutUsSection .etiqueta{
        position: absolute;
        left: 65%;
        height: 217px;
        width: 169px;
    }
    .aboutUsSection .imageContainer{
        bottom: 0;
        right: -5%;
        max-width: 311px;
        max-height: 438px;
        z-index: 2;
        overflow: hidden;
    }
    .aboutUsSection .imageContainer img{
        display: flex;
        max-width: 311px;
        max-height: 438px;
        transform: scaleX(-1);
        animation:entrada 1s ease-out;
    }
    .aboutUsSection .textAboutUs{
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 30px;
        height: 372px;
        max-width: 788px;
        padding: 46px 0 48px 185px;
    }
    .aboutUsSection .textAboutUs h2{
        font-size: 64px;
        line-height: 66px;
    }
    .cortador{
        position: absolute;
        object-fit: cover;
        width: 170px;
        height: 50%;
        top: 0;
        right: 0;
        background-color: white;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        margin: -1px;
    }
}
@media (min-width: 649px) and (max-width: 1200px) {
    .aboutUsSection{
        height: 100%;
    }
    .aboutUsSection .textAboutUs {
        margin-top: 200px;
        height: 100%;
        max-width: 900px;
    }
}
@media (min-width: 1532px){
    .aboutUsSection{
        overflow: visible;
        max-width: 1443px;
    }
}

@keyframes entrada{
    from{
        transform:translateX(-100%);
        opacity:0;
    }
    to{
        transform:translateX(0);
        opacity:1;
    }
}
/* FINAL ABOUT US */

/* SERVICIOS LEGALES */

.serviciosLegales{
    display: flex;
    flex-direction: column;
    height: 1022px;
    padding: 34px 22px;
    gap: 34px;
    justify-content: space-between;
}
.serviciosLegales .textServiciosLegales{
    height: 434px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
}
.serviciosLegales .textServiciosLegales span{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;   
    color: #4F4F4F;
}
.serviciosLegales .textServiciosLegales h2{
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #212121;
}
.serviciosLegales .textServiciosLegales p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
.serviciosLegales .itemServiciosLegales{
    height: 486px;
    gap: 34px;
    display: flex;
    flex-direction: column;
}
.serviciosLegales .itemServiciosLegales .lista{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.serviciosLegales .itemServiciosLegales .lista h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #982E33;    
}
.serviciosLegales .itemServiciosLegales .lista ul{
    display: flex;
    gap: 16px;
    flex-direction: column;
    list-style: none;
}
.serviciosLegales .itemServiciosLegales .lista ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: left   ;
    gap: 14px;
}
.serviciosLegales .itemServiciosLegales a{
    display: flex;
    height: 42px;
    width: 100%;
    max-width: 318px;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 6px 24px;
    border-radius: 50px;
    background-color: #982E33;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.serviciosLegales .itemServiciosLegales a:hover {
    transform: scale(1.1);
    background-color: #bb393f;
}
.serviciosLegales .itemServiciosLegales a span{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
@media (min-width: 467px) and (max-width:1354px){
    .serviciosLegales{
        align-items: center;
        padding-bottom: 0;
    }
    .serviciosLegales .textServiciosLegales, .serviciosLegales .itemServiciosLegales{
        max-width: 467px;
    }
    .serviciosLegales .textServiciosLegales h2{
        max-width: 327px;
    }

}
@media (min-width: 1354px){
    .serviciosLegales{
        flex-direction: row;
        height: 523px;
        padding: 46px 131px 13px 182px;
        gap: 132px;
        justify-content: space-between;
    }
    .serviciosLegales .textServiciosLegales{
        height: 100%;
        max-height: 523px;
        width: 100%;
        max-width: 564px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: left;
    }
    .serviciosLegales .textServiciosLegales span{
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;   
        color: #4F4F4F;
    }
    .serviciosLegales .textServiciosLegales h2{
        font-size: 64px;
        font-weight: 700;
        line-height: 66px;
        text-align: left;
        max-width: 368px;
        margin-bottom: 30px;
    }
    .serviciosLegales .itemServiciosLegales{
        max-height: 424px;
        height: 100%;
        gap: 32px;
        display: flex;
        flex-direction: column;
    }
    .serviciosLegales .itemServiciosLegales .lista{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .serviciosLegales .itemServiciosLegales .lista h3{
        max-width: 359px;
        width: 100%;
    }
    .serviciosLegales .itemServiciosLegales a{
        display: flex;
        height: 42px;
        width: 100%;
        max-width: 318px;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
        padding: 6px 24px;
        border-radius: 50px;
        background-color: #982E33;
        color: white;
        text-decoration: none;
    }
    .serviciosLegales .itemServiciosLegales a span{
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
    }
}
/* FIN SERVICIOS LEGALES */

/* SERVICIOS LEGALES SWIPER */

.serviciosLegalesTarjetas{
    height: 776px;
    display: flex;
    flex-direction: column;
}
.serviciosLegalesTarjetas h2{
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    max-width: 327px;
    width: 100%;
    height: 176px;
    margin: 0 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #982E33;
}
.serviciosLegalesTarjetas .information{
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    max-height: 600px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 36px 37px 26px 38px;
}
.serviciosLegalesTarjetas .information a{
    display: flex;
    height: 42px;
    width: 100%;
    max-width: 259px;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 6px 24px;
    border-radius: 50px;
    background-color: #982E33;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.serviciosLegalesTarjetas .information a:hover {
    transform: scale(1.1);
    background-color: #bb393f;
}
.serviciosLegalesTarjetas .information a span{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.serviciosLegalesTarjetas .swiperCards{
    max-width: 257px;
    border-radius: 20px;
    max-height: 553px;
    max-width: 300;
    width: 100%;
    height: 100%;
    position: relative;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 438px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide .image_cover {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide .gradiente{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(152, 46, 51, 0.8), rgba(152, 46, 51, 0.8));
    z-index: 1;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide span{
    position: absolute;
    bottom: 63px;
    padding: 10px 48px 10px 34px;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: white;
    z-index: 2;
    min-height: 148px;
    transition: transform 0.3s ease-in-out;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide .deploy{
    position: absolute;
    bottom: 24px;
    right: 28px;
    z-index: 2;
    cursor: pointer;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide .description .contract{
    cursor: pointer;
}
.serviciosLegalesTarjetas .swiperCards .swiper-pagination{
    bottom: 24px !important;
}
.serviciosLegalesTarjetas .swiperCards .swiper-pagination-bullet{
    height: 11px !important;
    width: 11px !important;
    border: 1px solid #982E33;
    background-color: transparent;
    transform: scale(1);
    opacity: 1;
  }
.serviciosLegalesTarjetas .swiperCards .swiper-pagination-bullet-active{
    background-color: #982E33;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide .description{
    position: absolute;
    bottom: -100%; /* Hidden by default */
    left: 0;
    width: 100%;
    background: white;
    color: black;
    padding: 20px;
    box-sizing: border-box;
    transition: bottom 0.3s ease-in-out;
    z-index: 2;
    min-height: 202px;
    max-height: 202px;
    background-color: #982E33;
    color: white;
    border-radius: 20px;
    padding:24px, 36px;
    display: flex;
    flex-direction: column;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide .description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    max-width: 228px;
}
.serviciosLegalesTarjetas .swiperCards .swiper-wrapper .swiper-slide .description img{
    height: 29px;
    width: 29px;
    position: absolute;
    bottom: 24px;
    right: 28px;
    z-index: 2;
}
@media(min-width:1160px){
    .serviciosLegalesTarjetas{
        height: 730px;
        width: 100%;
        padding: 0 115px 38px 115px;
    }
    .serviciosLegalesTarjetas .information{
        display: flex;
        flex-direction: column;
        gap: 34px;
        align-items: center;
        justify-content: space-between;
        max-height: 514px;
        height: 100%;
        width: 100%;
        padding: 0;
        padding-top: 46px;
        border-top: 1px solid #982E33;
        overflow: visible;
    }
    .serviciosLegalesTarjetas h2{
        font-size: 64px;
        font-weight: 700;
        line-height: 66px;
        text-align: right;
        max-width: 604px;
        width: 100%;
        height: 132px;
        margin-left: auto;
        padding: 0;
        padding-right: 66px;
        margin-right: 0;
        border: none;
        background-color: white;
        transform: translateY(2px);
    }
    .serviciosLegalesTarjetas .swiperCards{
        border-radius: 20px;
        max-height: 553px;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: visible;
    }
    .serviciosLegalesTarjetas .swiperCards .swiper-wrapper{
        display: flex;
        gap: 28px;
        align-items: center;
        justify-content: center;
    }
}
@media(min-width:789px) and (max-width: 1160px){
    .serviciosLegalesTarjetas h2{
        display: flex;
        align-self: center;
        text-align: center;
    }
    .serviciosLegalesTarjetas h2{
        font-size: 64px;
        font-weight: 700;
        line-height: 66px;
        text-align: center;
        max-width: 604px;
        width: 100%;
        height: 132px;
        margin: 0;
        padding: 0;
        padding-right: 66px;
        border: none;
        background-color: white;
        display: flex;
        justify-content: center;

    }
}
/* FIN SERVICIOS LEGALES SWIPER */

/* FUNCIONA ENTORNO LEGAL SECTION */

.funcionaEntorno{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.funcionaEntorno h2{
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    width: 100%;
    padding: 34px 24px;
    background-color: #0E2A3A;
    color: white;
    display: flex;
    justify-content: center;
}
.funcionaEntorno .plansContainer{
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: black;
    padding: 31px 22px 43px 22px;
    align-items: center;
}
.funcionaEntorno .plansContainer .imgContainer{
    height: 238px;
    width: 100%;
    max-width: 550px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
}
.funcionaEntorno .plansContainer .imgContainer img{
    height: 238px;
    max-width: 332px;
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;

}
.funcionaEntorno .plansContainer .imgContainer img:hover{
    transform: scale(1.1); 
}
.funcionaEntorno .plansContainer .swiperSelect{
    padding-top: 20px;
    max-width: 332px;
    height: 212px;
    width: 100%;
    position: relative;
    margin-top: 45px;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: row;
    align-items: end;
    max-height: 129px;
    height: 100%;
    width: 100%;
    gap: 18px;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide .textContainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 18px;
    align-items: start;
    height: 125px;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide .textContainer .number{
    display: flex;
    align-self:start;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide .textContainer .number span{
    font-size: 96px;
    font-weight: 700;
    line-height: 66px;
    text-align: left;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide .textContainer .textNumber{
    display: flex;
    align-items: end;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide .textContainer .textNumber span{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-top: 54px;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide .textContainer .textNumber span b{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

.funcionaEntorno .plansContainer .swiperSelect .swiper-wrapper .swiper-slide span{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    text-align: left;
    color: white;
    z-index: 2;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-pagination{
    bottom: 5% !important;
    z-index: 4;
}
.funcionaEntorno .plansContainer .swiperSelect .swiper-pagination-bullet{
    height: 8px !important;
    width: 8px !important;
    border: 1px solid #D9D9D9;
    background-color: #D9D9D9;
    opacity: 1;
  }
.funcionaEntorno .plansContainer .swiperSelect .swiper-pagination-bullet-active{
    background-color: #982E33;
    border: 1px solid #982E33;
}
.swiper-button-next1, .swiper-button-prev1{
    top: 95% !important;
}
.funcionaEntorno .plansContainer .swiperSelect img{
    height: 29px;
    width: 43px;
}
@media(min-width:1200px){
    .funcionaEntorno{
        height: 407px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: black;
        clip-path: polygon(649px 28px, 666px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
    }
    .funcionaEntorno h2{
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 64px;
        font-weight: 700;
        line-height: 66px;
        width: 650px;
        padding: 48px 192px;
        background: #0E2A3A;
        height: 379px;
        clip-path: polygon(0 0, 100% 0, 64% 100%, 0 100%);
    }
    .funcionaEntorno .plansContainer{
        position: absolute;
        padding-left: 650px !important;
        height: 407px;
        left: 0;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        background-color: transparent;
        padding: 31px 22px 43px 22px;
    }
    .funcionaEntorno .plansContainer .swiperSelect{
        margin-left: 0;
        padding-top: 0;
    }
}
/* FIN FUNCIONA ENTORNO LEGAL*/
/* TITLE PLANES */
.titlePlanes{
    width: 100%;
}
.titlePlanes .containerText{
    display: flex;
    flex-direction: column;
    padding: 25px;
    height: 268px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.titlePlanes .containerText h2{
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
}
.titlePlanes .containerText span{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
@media(min-width:549px){
    .titlePlanes{
        position: relative;
        height: 241px;
    }
    .titlePlanes .containerText{
        width: 565px;
        position: absolute;
        top: 0;
        height: 240px;
        right: 20px;
        gap: 18px;
    }
    .titlePlanes .containerText h2{
    font-size: 64px;
    font-weight: 700;
    line-height: 66px;
    text-align: right;
    width: 100%;
    height: 200px;
    }
    .titlePlanes .containerText span{
        text-align: right;
    }
}
/* FIN TITLE PLANES */

/* NUESTROS PLANES */
.nuestrosPlanes{
    height: 954px;
    width: 100%;
}
.nuestrosPlanes .labelPlanes, .porRequerimiento .labelTitle{
    display: flex;
    height: 57px;
    width: 337px;
    background-color: #982E33;
    color: white;
    justify-content: start;
    align-items: center;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    padding: 13px 0 13px 24px;
}
.nuestrosPlanes .tableContainer{
    height: 897px;
    padding: 27px 0 36px 0;
}
.nuestrosPlanes .tableContainer .swiper-table{
    height: 100%;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-wrapper{
    height: auto;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    position: relative;
    margin: 0;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-table {
    max-width: 300px;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    margin: 0 auto;
    height: 770px;
}

.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-header {
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding: 22px 24px 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-header h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-header p{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel{
    display: flex;
    flex-direction: row;
    height: 64px;
    background-color: #4F4F4F;
    width: 238px;
    border-radius: 20px 20px 0px 0px;
    padding: 4px 24px 4px 24px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    transform: translateX(-31px);
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .plan{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: white;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .containerDuracion{
    height: 56px;
    width: 61px;
    padding: 4px 10px;
    border: 1px solid #737373;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .containerDuracion .tiempo{
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: white;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .containerDuracion .meses{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    color: white;
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel.gold{
    background: linear-gradient(173.53deg, #FFC063 1.81%, #C87200 96.21%);
}
.nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel.gold .containerDuracion{
    border: 1px solid white;
}
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #F0F0F0;
}
th{
    border: 0.25px solid #c4c4c4;
    padding: 10px 12px;
    text-align: left;
    width: 50%;
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    border-left: none;
}
tr:last-child th{
    border-bottom: none;
}
td {
    border: 0.25px solid #c4c4c4;
    padding: 12px 20px;
    text-align: center;
    width: 50%;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    border-right: none;
}
td.acompañamientos{
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    border-bottom: none;
}

td img {
    width: 27px;
    height: 30px;
}
.swiper-button-prev2, .swiper-button-next2{
    top: 50% !important;

}
.nuestrosPlanes .labelPlanes .desktopMessage, .porRequerimiento .labelTitle .desktopMessage{
    display: none;
}
@media(min-width:1200px){
    .nuestrosPlanes{
        height: 847px;
        width: 100%;
        margin-top: -84px;
    }
    .nuestrosPlanes .labelPlanes, .porRequerimiento .labelTitle{
        width: 533px;
        justify-content: end;
        padding: 13px 68px 13px 150px !important;
        align-items: end;
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }
    .nuestrosPlanes .labelPlanes .mobileMessage, .porRequerimiento .labelTitle .mobileMessage{
        display: none;
    }
    .nuestrosPlanes .labelPlanes .desktopMessage, .porRequerimiento .labelTitle .desktopMessage{
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    .nuestrosPlanes .tableContainer{
        height: 790px;
        padding: 55px 0;
    }
    .nuestrosPlanes .tableContainer .swiper-table{
        height: 100%;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-wrapper{
        height: auto;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: auto;
        position: relative;
        margin: 0;
        justify-content: center;
        align-items: start;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-table {
        max-width: 450px;
        height: 668px;
        margin: 0;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-header {
        padding: 24px 50px;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-header h2 {
        font-size: 32px;
        line-height: 22px;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .pricing-header p{
        line-height: 24px;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel{
        display: flex;
        flex-direction: column;
        height: 242px;
        background-color: #4F4F4F;
        width: 93px;
        border-radius: 20px 0 0 20px;
        padding: 4px 24px 4px 24px;
        gap: 10px;
        align-items: center;
        justify-content: center;
        transform: translateX(1px);
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .plan{
        text-align: center;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .logo{
        height: 61px;
        width: 62px;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .containerDuracion{
        height: 74px;
        width: 59px;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .containerDuracion .tiempo{
        font-size: 60px;
        line-height: 50px;
    }
    .nuestrosPlanes .tableContainer .swiper-table .swiper-slide .planLabel .containerDuracion .meses{
        font-size: 14px;
        line-height: 20px;
    }
}
/* FIN NUESTROS PLANES */

/* POR REQUERIMIENTO */

.porRequerimiento{
    height: 288px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.porRequerimiento .information{
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    max-height: 231px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 33px 18px 0 18px;
}
.porRequerimiento .swiper-require{
    max-width: 345px;
    border-radius: 20px;
    max-height: 231px;
    max-width: 300;
    width: 100%;
    height: 100%;
    position: relative;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 345px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide:hover{
    transform:scale(1.1);
}
.porRequerimiento .swiper-require .swiper-pagination{
    bottom: 0 !important;
}
.porRequerimiento .swiper-require .swiper-pagination-bullet{
    height: 11px !important;
    width: 11px !important;
    border: 1px solid #982E33;
    background-color: transparent;
    transform: scale(1);
    opacity: 1;
  }
.porRequerimiento .swiper-require .swiper-pagination-bullet-active{
    background-color: #982E33;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card{
    display: flex;
    flex-direction: row;
    height: 160px;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(105.93deg, #212121 4.69%, #982E33 94.59%);
    padding: 20px;
    justify-content: start;
    align-items: start;
    gap: 17px;
}

.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .numberContainer{
    height: 72px;
    width: 72px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .numberContainer span{
    font-size: 64px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .textContainer{
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
    align-items: start;
    color: #D9D9D9;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .textContainer .req{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .textContainer .price{
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}
.porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .textContainer .rules{
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.porRequerimiento a{
    display: none;
}
@media(min-width:1250px){
    .porRequerimiento{
        height: 377px;
    }
    .porRequerimiento .information{
        display: flex;
        flex-direction: column;
        gap: 34px;
        align-items: end;
        justify-content: space-between;
        max-height: 284px;
        height: 100%;
        width: 100%;
        padding: 0;
        padding: 57px 0 47px 0;
    }
    .porRequerimiento .swiper-require{
        max-width: 398px;
        border-radius: 20px;
        max-height: 553px;
        max-width: 300;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: visible;
        height: 180px;
    }
    .porRequerimiento .swiper-require .swiper-wrapper{
        display: flex;
        gap: 28px;
        align-items: center;
        justify-content: center;
    }
    .porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card{
        height: 180px;
    }
    .porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .textContainer .req{
        font-size: 28px;
        line-height: 22px;
    }
    .porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .textContainer .price{
        font-size: 48px;
        line-height: 64px;
    }
    .porRequerimiento .swiper-require .swiper-wrapper .swiper-slide .card .textContainer .rules{
        font-size: 16px;
        line-height: 24px;
    }
    .porRequerimiento a{
        display: flex;
        height: 42px;
        width: 100%;
        max-width: 318px;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
        padding: 6px 24px;
        border-radius: 50px;
        background-color: #982E33;
        color: white;
        text-decoration: none;
        align-self: end;
        margin-right: 13%;
        transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    }
    .porRequerimiento a:hover {
        transform: scale(1.1);
        background-color: #bb393f;
    }
    .porRequerimiento a span{
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
    }
}
/* FIN POR REQUERIMIENTOS */

/*TESTIMONIOS*/

.testimonios{
    height: 434px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 25px auto;
}
.testimonio .title{
    max-width: 90%;
}
.testimonios .title span{
    margin-left: 25px;
    padding-bottom: 25px;
    height: 100%;
    width: 327px;
    border-bottom: 1px solid #982E33;
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    display: flex;
    height: 73px;
}
.testimonios .title .desktopMessage{
    display: none;
}
.testimonios .information{
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    max-height: 336px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    padding: 0 20px;
}
.testimonios .swiper-testimonios{
    max-width: 371px;
    border-radius: 20px;
    max-height: 336px;
    max-width: 300;
    width: 100%;
    height: 100%;
    position: relative;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 309px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide:hover{
    transform: scale(1.1);
}
.testimonios .swiper-testimonios .swiper-pagination{
    bottom: 0 !important;
}
.testimonios .swiper-testimonios .swiper-pagination-bullet{
    height: 11px !important;
    width: 11px !important;
    background-color: white;
    border: 1px solid #982E33;
    opacity: 1;
}
.testimonios .swiper-testimonios .swiper-pagination-bullet-active{
    background-color: #982E33;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card{
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 330px;
    border-radius: 20px;
    padding: 24px 30px;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card .textContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 252px;
    align-items: start;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card .textContainer .person{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card .textContainer .person .img{
    width: 55px;
    height: 43px;
    border-radius: 50%;
    border: 5px solid #DCDCDC;
    display: flex;
    justify-content: center;
    align-items: top;
    overflow: hidden;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card .textContainer .person .img img{
    width: 43px;
    height: 43px;
    object-fit: contain;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card .textContainer .person .cargo{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;  
    max-height: 44px;
    letter-spacing: 0;
}
.testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card .textContainer .text{
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    align-items: end;
    display: flex;
}

@media(min-width:1250px){
    .testimonios .swiper-testimonios{
        max-width: 1250px;
    }
    .testimonios .swiper-testimonios .swiper-wrapper .swiper-slide .card{
        width: 396px;
    }
    .testimonios .title{
        display: flex;
        margin-left: 10%;
        width: 80%;
        border-bottom: 1px solid #982E33;
    }
    .testimonios .title span{
        padding-bottom: 0;
        height: 100%;
        font-size: 64px;
        font-weight: 700;
        line-height: 68px;
        letter-spacing: -0.02em;
        text-align: left;
        width: 100%;
        border: none;
        background-color: white;
        transform: translateY(2px);
        margin-left: 0;
        padding-right: 35px;
    }
    .testimonios .title img{
        height: 32px;
        width: 32px;
        margin-bottom: 7px;
    }
    .testimonios .title .desktopMessage{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .testimonios .title .mobileMessage{
        display: none;
    }
}
/* FIN TESTIMONIOS */

/* BLOG */
.blog{
    height: 616px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 25px auto;
}
.blog .title{
    max-width: 90%;
}
.blog .title span{
    margin-left: 25px;
    padding-bottom: 25px;
    height: 100%;
    width: 327px;
    border-bottom: 1px solid #982E33;
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    display: flex;
    height: 73px;
}
.blog .information{
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    max-height: 518px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    padding: 0 20px;
}
.blog .swiper-blog{
    max-width: 371px;
    border-radius: 20px;
    max-height: 518px;
    max-width: 300;
    width: 100%;
    height: 100%;
    position: relative;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 476px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.blog .swiper-blog .swiper-pagination{
    bottom: 0 !important;
}
.blog .swiper-blog .swiper-pagination-bullet{
    height: 11px !important;
    width: 11px !important;
    background-color: white;
    border: 1px solid #982E33;
    opacity: 1;
}
.blog .swiper-blog .swiper-pagination-bullet-active{
    background-color: #982E33;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card{
    display: flex;
    flex-direction: column;
    height: 476px;
    width: 330px;
    border-radius: 20px;
    align-items: start;
    background-color: #D9D9D94D;
    border: 0.5px solid #605E6333;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .imgContainer{
    position: relative;
    max-width: 329px;
    max-height: 169px;
    overflow: hidden;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .imgContainer img{
    transform: translateY(-30px);
    max-width: 329px;
    object-fit: cover;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .imgContainer .labelImg{
    position: absolute;
    left: 0;
    top: 20px;
    height: 31px;
    width: 146px;
    background-color: #982E33;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .imgContainer .labelImg span{
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: white;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 40px;
    justify-content: space-between;
    align-items: start;
    max-height: 260px;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .titleContainer{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .titleContainer img{
    height: 44px;
    width: 35px;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .titleContainer span{
    font-size: 24px;
    font-weight: 700;
    line-height: 29.43px;
    text-align: left;
    letter-spacing: 0px;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .spanContainer span{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.17px;
    text-align: left;
    display: flex;
    max-height: 79px;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .buttonContainer{
    width: 152px;
    height: 40px;
    border-radius: 20px;
    border: 1.4px solid #982E33;
    background-color: transparent;
    color: #982E33;
    padding: 10px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;   
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .buttonContainer:hover {
    transform: scale(1.1);
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .buttonContainer img{
    height: 20px;
    width: 20px;
}
.blog .swiper-blog .swiper-wrapper .swiper-slide .card .textContainer .buttonContainer span{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
.blog a{
    text-decoration: none;
}
@media(min-width:1250px){
    .blog{
        height: 685px;
        margin-bottom: 92px;
    }
    .blog .swiper-blog{
        max-width: 1282px;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .blog .swiper-blog .swiper-wrapper{
        justify-content: space-between;
    }
    .blog .swiper-blog .swiper-wrapper .swiper-slide{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 441px;
        height: 100%;
        width: 410px;
        overflow: hidden;
    }
    .blog .swiper-blog .swiper-wrapper .swiper-slide .card{
        height: 441px;
        width: 410px;
    }
    .blog .swiper-blog .swiper-wrapper .swiper-slide .card .imgContainer{
        max-width: 410px;
    }
    .blog .swiper-blog .swiper-wrapper .swiper-slide .card .imgContainer img{
        max-width: 410px;
    }
    .blog .title{
        display: flex;
        margin-left: 10%;
        width: 80%;
        border-bottom: 1px solid #982E33;
    }
    .blog .title span{
        padding-bottom: 0;
        height: 100%;
        font-size: 64px;
        font-weight: 700;
        line-height: 68px;
        letter-spacing: -0.02em;
        text-align: left;
        width: 100%;
        border: none;
        background-color: white;
        margin-left: 0;
        padding-right: 35px;
        border: none;
        max-width: 236px;
        transform: translateY(1px);

    }
}
/* FIN BLOG */

/*-- NOSOTROS PAGE */

/* BANNER NOSOTROS */

.bannerNosotros{
    width: 100%;
    position: relative;
  }
.bannerNosotros .imgContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
}
.bannerNosotros .imgContainer .imageCover {
    object-fit: cover;
    object-position: -500px center;
    width: 100%;
    height: 624px;
}
.polygon2 {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 60px;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    background-color: #0E2A3A;
    z-index: 4;
  }
@media(min-width:585px){
    .polygon2 {
        height: 200px;
        background-color: #0E2A3A;
        z-index: 1;
      }
      .bannerNosotros .imgContainer .imageCover {
        object-position: center bottom;
    }
}
/* FIN BANNER NOSOTROS */
/*TITLE CONTAINER*/

.titlePage{
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: row;
    padding: 30px 0px 30px 24px;
    align-items: center;
    justify-content: left;
    background-color: #0E2A3A;
    gap: 12px;
    margin-top: -1px;

}
.titlePage .imgContainer{
    height: 100%;
    align-items: start;
    max-width: 34px;
    height: 100%;
    border-bottom: 3px solid #982E33;
}
.titlePage .imgContainer img{
    width: 33.43px;
    height: 24.89px;
}
.titlePage span{
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: white;
}
@media(min-width:585px){
    .titlePage{
        padding: 35px 0 35px 15%;
    }
    .titlePage span{
        font-size: 64px;
        font-weight: 700;
        line-height: 66px;
    }
}
/*FIN TITLE CONTAINER*/

/*GROUP SECTION*/
.groupSection{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 50px 80px 0 80px;
}
.groupSection .personContainer{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.groupSection .personContainer .imgContainer{
    max-width: 216px;
    max-height: 216px;
    box-shadow: 0px 4px 12px 0px #00000073;
    overflow: hidden;
    border-radius: 50%;
}
.groupSection .personContainer .imgContainer img{
    object-fit: cover;
    max-width: 216px;
}
.groupSection .personContainer .name{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #4F4F4F;
}
.groupSection .personContainer .cargo{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #4F4F4F;
}
@media(min-width:944px){
    .groupSection{
        flex-direction: row;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        gap: 132px;
        padding: 98px 300px 63px 300px;
    }
}
/*FIN GROUP SECTION*/

/*TEXT CONTAINER */

.textContainerUs{
    padding: 25px 25px 25px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.textContainerUs p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #0E2A3A;
    max-width: 1142px;
}
.textContainerUs .line{
    display: none;
}
@media(min-width:944px){
    .textContainerUs{
        padding-bottom: 69px;
    }
    .textContainerUs .line{
        display: block;
        position: absolute;
        top: 0px;
        height: 1px;
        background-color:#982E33;
        right: 0;
        width: 50%;
        height: 1px;
    }

}

/*FIN TEXT CONTAINER */

/*-- NUESTRO BLOG PAGE --*/

/* BANNER BLOG */
.bannerNosotros .imgContainer .imageCover.imgNosotros{
    object-fit: cover;
    object-position: -300px center;
    width: 100%;
    height: 624px;
}
@media(min-width:585px){
    .bannerNosotros .imgContainer .imageCover.imgNosotros{
        object-position: center;
    }
}
/* FIN BANNER BLOG */

/* CONTENT BLOG */

.contentBlog {
    display: flex;
    flex-direction: column;
    padding: 43px 24px 30px 24px;
    gap: 29px;
    align-items: start;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.contentBlog .textContent{
    display: flex;
    flex-direction: column;
    gap: 19px;
    height: 100%;
}
.contentBlog .textContent .subtitle{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #4F4F4F;
}
.contentBlog .textContent h1{
    font-size: 46px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #212121;
}
.contentBlog .textContent .contentBody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 33px;
}
.contentBlog .textContent .steps .step{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contentBlog .textContent .contentBody p strong{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #4F4F4F;
}
.contentBlog .textContent .contentBody p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color:#0E2A3A;
}
.contentBlog .textContent .steps .step .textSpan ol{
    margin-left: 20px;
}

  
.contentBlog .containerNotices .interestItems {
    border: 2px solid #0E2A3A33;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
.contentBlog .containerNotices{
    width: 100%;
}
.contentBlog .containerNotices .interestItems .interestHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    padding: 30px 27.5px;
}
  
.contentBlog .containerNotices .interestItems .interestHeader span {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #605E63;
}
  
.contentBlog .containerNotices .interestItems .interestHeader button.toggleButton {
    background: none;
    border: none;
    cursor: pointer;
}

.contentBlog .containerNotices .interestItems .interestList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.contentBlog .containerNotices .interestItems .interestList .interestItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    align-items: start;
    justify-content: center;
    gap: 14px;
}
.contentBlog .containerNotices .interestItems .interestList .interestItem .titleInterest{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 20px;
}
.contentBlog .containerNotices .interestItems .interestList .interestItem .titleInterest .icon{
    height: 43.75px;
    width: 35px;
}
.contentBlog .containerNotices .interestItems .interestList .interestItem .titleInterest span{
    font-size: 18px;
    font-weight: 700;
    line-height: 22.07px;
    text-align: left;
    color: #212121;
}
  
.contentBlog .containerNotices .interestItems .interestList .readButton{
    display: flex;
    flex-direction: row;
    padding: 6px 24px;
    background-color: #982E33;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.contentBlog .containerNotices .interestItems .interestList .readButton:hover {
    transform: scale(1.1);
    background-color: #bb393f;
}
.contentBlog .containerNotices .interestItems .interestList .readButton span{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.contentBlog .containerNotices .informationButton{
    display: none;
    width: 80%;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    background-color: #982E33;
    border-radius: 50px;
    border: none;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.contentBlog .containerNotices .informationButton:hover {
    transform: scale(1.1);
    background-color: #bb393f;
}
.contentBlog .containerNotices .informationButton span{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;   
    color: white; 
}

@media (min-width: 1200px) {
    .contentBlog{
        flex-direction: row;
        gap: 73px;
        padding: 60px 68px 25px 15%;
        justify-content: space-between;
    }
    .contentBlog .containerNotices{
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        gap: 36px;
        order: 1;
        max-width: 415px;
    }
    .contentBlog .containerNotices .informationButton{
        display: flex;
    }
    .contentBlog .containerNotices .interestItems {
        display: block;
        min-width: 415px;
        max-width: 415px;
    }

    .contentBlog .containerNotices .interestItems .interestList {
        display: block;
    }
    
    .contentBlog .containerNotices .interestItems .interestHeader button.toggleButton {
        display: none;
    }
}
@media(min-width:1200px){
    .contentBlog{
        padding: 60px 68px 150px 15%;
    }
}
/* FIN CONTENT BLOG */
/*-- FIN NUESTRO BLOG PAGE --*/

/* CONTACT PAGE */

/* BANNER CONTACT */
.bannerNosotros .imgContainer .imageCover.imgContact{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 624px;
}
@media(min-width:585px){
    .bannerNosotros .imgContainer .imageCover.imgContact{
        object-position: center;
    }
}
/* FIN BANNER CONTACT */

/* CONTACT FORM */

.form-container {
    padding: 60px 24px 24px 24px;
    width: 100%;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-container form .form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: end;
}

.form-container form .form-group label {
    font-weight: bold;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-left: 20px;
}

.form-container form .form-group input[type="text"],
.form-container form .form-group input[type="email"],
.form-container form .form-group input[type="tel"],
.form-container form .form-group select,
.form-container form .form-group textarea {
    width: 100%;
    padding: 15px 15px 15px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color:#0E2A3A1A;
    border: none;
    color: #4F4F4F;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}
.form-container form .form-group select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('./images/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 6px;
}
.form-container form .form-group input{
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.form-container form .form-group textarea{
    background-repeat: no-repeat;
    background-position: top 5% right 15px;
}
.form-container form .form-group input::placeholder, .form-container form .form-group textarea::placeholder{
    margin-right: 30px;
}
.form-container form .form-group input.name {
    background-image: url('./images/pen.svg');
}
.form-container form .form-group input.email {
    background-image: url('./images/mailContact.svg');
}
.form-container form .form-group input.tel {
    background-image: url('./images/label.svg');
}
.form-container form .form-group input.empresa {
    background-image: url('./images/bag.svg');
}
.form-container form .form-group textarea.solicitud {
    background-image: url('./images/whitePen.svg');
}

.form-container form .form-group textarea {
    height: 285px;
    resize: vertical;
    background-color: white;
    border: 2px solid #0E2A3A33;
}

.form-container form .checkbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    padding: 14px 0;
}
.form-container form .checkbox label {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin: 0;
}
.form-container form .checkbox input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}
.form-container form .checkbox input[type="checkbox"]:checked {
    background-color: #982E33;
}
.form-container form .checkbox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-container form p.nota-legal {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}
.form-container form .buttonContainer{
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.form-container form .buttonContainer .btn {
    padding: 10px 24px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.form-container form .buttonContainer .btn:hover {
    transform: scale(1.1);
}
.form-container form .buttonContainer .enviar {
    background-color: #982E33;
    color: white;
    margin-top: 24px;
}
.form-container form .buttonContainer .enviar:hover {
    background-color: #bb393f;
}
.form-container form .buttonContainer .cancelar {
    background-color: white;
    border: 2px solid #982E3333;
    color: #982E3366;
}
.form-container form .buttonContainer .cancelar:hover {
    border: 2px solid#bb393f;
    color:#bb393f;
}

@media (min-width: 1250px) {
    .form-container {
        max-width: 85%;
        padding: 35px 0 35px 15% !important;
        padding: 60px;
    }

    .form-container form {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .form-container form .form-group:nth-child(1),
    .form-container form .form-group:nth-child(8),
    .form-container form .checkbox,
    .form-container form p.nota-legal
     {
        grid-column: span 3;
    }

    .form-container form .buttonContainer {
        grid-column: span 1;
        display: flex;
        flex-direction: row;
        margin-left: 28px;
        gap: 16px;
    }

    .form-container form .btn {
        width: 135px;
        padding: 12px 24px;
        margin-top: 16px !important;
    }
    .form-container form .checkbox{
        justify-content: start;
        padding: 14px 28px;
    }
    .form-container form p.nota-legal {
        padding: 0 65px;
    }
}

/* FIN CONTACT FORM */

/* FIN CONTACT PAGE */

.wppButton{
    position: fixed;
    z-index: 9999;
    margin: 0;
    right: 2%;
    bottom: 8%;
}

.wppButton img {
    margin: 0;
    height: 75px;
    width: 75px;
    animation-name: pulse !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
section {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

section.visible {
    opacity: 1;
}

.swiper-button-next3, .swiper-button-prev3{
    top: 95% !important;
    height: 29px !important;
    width: 43px !important;
    display: none !important;
}
.swiper-button-next3{
    right: 87% !important;

}
.swiper-button-prev3{
    left: 5% !important;
}
@media(min-width:1250px){
    .swiper-button-next3, .swiper-button-prev3{
        display: block !important;
    }
}
.error {
    border-color: red;
}

.error::placeholder {
    color: red;
}

.thanks{
    padding: 38px 37px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.thanks .title{
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: #212121;
}
.thanks img{
    max-width: 295px;
    max-height: 292px;
}
.thanks .soon{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #4F4F4F;
}
.thanks a{
    max-width:213px;
    height: 42px;
    padding: 10px 24px 10px 24px;
    border-radius: 50px;
    border: 2px solid #982E3333;
    color: #982E3366;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.thanks a:hover {
    transform: scale(1.1);
    color: #982E33;
    border: 2px solid #982E33;
}
@media(min-width:1200px){
    .thanks{
        padding: 45px 15% 56px 15%;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    .thanks .title{
        align-self: flex-start;
        text-align: left;
    }
    .thanks img{
        max-width: 436px;
        min-width: 436px;
        max-height: 436px;
        min-height: 436px;
        margin-top: 106px;
        margin-bottom: 66px;
    }
    .thanks .soon{
        margin-bottom: 31px;
    }
}
