@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
    scroll-behavior: smooth;
}
::selection {
    background: #FD5954;
    color: rgba(255,255,255,0.85);
}
::-webkit-scrollbar {
    width: 4px;     /* Tamaño del scroll en vertical */
    height: 4px;    /* Tamaño del scroll en horizontal */
    /*display: none;*/
}
::-webkit-scrollbar-thumb {
    background: #ECE9E9;
    border-radius: 2px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
.autorizaLey {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3!important;
}
.textoLey {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1.3!important;
}
.leyLink {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 12px!important;
    font-weight: 600;
}
.fConfirm {
    font-family: 'Lato', sans-serif;
    font-size: 20px!important;
    font-weight: 400;
    line-height: 1.3!important;
    font-style: italic;
    text-align: center!important;
}
.oculto {
    display: none;
}

.containerFull {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;
    position: relative;
}
@media screen and (max-width: 1540px){
    .container {
        max-width: 1200px;
    }
}
.redDegradado {
    -webkit-animation: textGradient 6s linear infinite;
    animation: textGradient 6s linear infinite;
    background: linear-gradient(260deg, #8F1A14 5%, #FF322C 30%, #FF6661 50%, #FF322C 70%, #8F1A14 95%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
@keyframes textGradient {
    100% {
        background-position: 200% center;
    }
}
.redT {
    background-color: #FD5954;
    color: #F6F6F6;
}
.redWT {
    background-color: #fafafa;
    color: #FD5954;
}
.rosaT {
    background-color: #FFEAE9;
    color: #FD5954;
}
.grisT {
    background-color: #ABACBF;
    color: #FAFAFA;
}
.whiteT {
    background-color: #fff;
    color: #ABACBF;
}
.blackT {
    background-color: #202020;
    color: #fff;
}
.gOscuroFondo {
    background: linear-gradient(180deg, rgba(224,228,233,1) 0%, rgba(246,246,247,1) 100%);
    position: relative;
}
.grisFondo {
    background-color: #E9EAEC;
    position: relative;
}
.gClaroFondo {
    background-color: #F2F2F2;
    position: relative;
}
.whiteFondo {
    background-color: #F6F6F7;
    position: relative;
}
.fondoDegradado {
    background: url(../img/degradado.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.fondoRojoDegradado {
    position: relative;
    background-size: cover;
    background: linear-gradient(60deg, rgba(0,0,0,1) 0%, rgba(26,0,4,1) 20%, rgba(127,0,20,1) 60%, rgba(0,0,0,1) 100%);
}
.redBtn {
    background-color: #FF322C;
    color: #FAFAFA;
}
.blackBtn {
    background-color: #282727;
    color: #FAFAFA;
}
.btnLine {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}
.whiteP {
    color: #FAFAFA;
}
.redP {
    color: #FF322C;
}
.rClaroP {
    color: #FD5954;
}
.rOscP {
    color: #DF1D1D;
}
.blackP {
    color: #3F3F3F;
}
.grisP {
    color: #7E7F80;
}
.gClaroP {
    color: #E9EAEC;
}
.azulP {
    color: #2E4263;
}
.row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.column {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.whiteBlur {
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .8);
    
}
.blackBlur {
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .3);
}
.smallT {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 12px;
    padding: 5px 10px;
    letter-spacing: 0.5px;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 700;
}
h1 {
    -webkit-animation: textGradient 8s linear infinite;
    animation: textGradient 8s linear infinite;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
p span {
    font-weight: 700;
}
a, button {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    text-decoration: none;
    font-weight: 700;
}
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    line-height: 14px;
}
header {
    width: 100%;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: 0px 20px 40px rgb(253 89 84 / 5%);
    -moz-box-shadow: 0px 20px 40px rgb(253 89 84 / 5%);
    box-shadow: 0px 20px 40px rgb(253 89 84 / 5%);
}
ul {
    list-style-type: none;
}
.arrow-send {
    width: auto;
    height: 10px;
    min-height: 10px;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    margin: 0 5px 0 15px;
    fill:#fafafa;
}
.arrow-red {
    width: auto;
    height: 8px;
    min-height: 8px;
    transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    opacity: 0;
    fill:#ff322c;
}
.arrow-menu {
    width: auto;
    height: 8px;
    min-height: 8px;
    transform: rotate(90deg);
    transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    fill: #ff322c;
    margin-left: 15px;
    opacity: 0.3;
}
.nav-li:hover .arrow-menu  {
    opacity: 1;
    transform: rotate(-90deg);
}
.arrow-white {
    width: auto;
    height: 8px;
    min-height: 8px;
    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
    margin: 0 5px 0 15px;
    fill:#fafafa;
}
.redBtn:hover {
    background-color: #DF1D1D;
}
.btn:hover .arrow-white, .btn:hover .arrow-send  {
    transform: translateX(5px);
}
.iconosBox {
    position: absolute;
    width: 60px;
    height: 60px;
    -webkit-animation: leftRight 6s ease-in-out infinite;
    -moz-animation: leftRight 6s ease-in-out infinite;
    animation: leftRight 6s ease-in-out infinite;
    z-index: 1;
}
.iconos {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border-radius: 18px;
    -webkit-animation: floating 10s ease-in-out infinite;
    -moz-animation: floating 10s ease-in-out infinite;
    animation: floating 10s ease-in-out infinite;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .2);
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes leftRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/*
-webkit-animation: iconUpDown 1.7s ease-in-out infinite alternate both;
    animation: iconUpDown 1.7s ease-in-out infinite alternate both;
@keyframes iconUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
*/
button, input, textarea, select {
    outline: none;
    border: none;
    position: relative;
}
input, select {
    padding-bottom: 10px;
}
input, textarea, select {
    width: 100%;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
    font-family: 'Lato', sans-serif;
}
.campo-input {
    position: relative;
    width: calc(50% - 15px);
}
.campo-textarea {
    position: relative;
    width: 100%;
}
textarea {
    resize: vertical;
    height: 100px;
    max-height: 100px;
}
label {
    font-size: 14px;
    position: absolute;
    left: 0;
    transform: translateY(20px);
    transform-origin: bottom left;
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    pointer-events: none;
    font-weight: 700;
}
.campo {
    position: relative;
}
.formLine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ABACBF;
    opacity: 0;
}
input:required:focus ~ .formLine,
textarea:required:focus ~ .formLine,
select:required:focus ~ .formLine {
    background-image: linear-gradient(to right, #8F1A14 0%, #FF322C 50%, #FF6661 100%);
    opacity: 1;
}
input:invalid ~ .formLine,
textarea:invalid ~ .formLine,
select:invalid ~ .formLine {
    opacity: 1;
}
form {
    gap: 30px;
}
.send {
    margin: 0;
}



.logo {
    position: relative;
    height: 28px;
}
.logo img {
    width: auto;
    height: 100%;
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-ul{
    display: flex;
}
.nav-li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 26px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.nav-a {
    flex-wrap: nowrap;
}
.nav-li:hover .subNav-ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0);
}
.nav-li .nav-light {
    color: #3F3F3F;
}
.nav-li .nav-dark {
    color: #fafafa;
}
.nav-li:hover .nav-light, .nav-li:hover .nav-dark {
    color: #FF322C;
}
.subNav-item {
    color: #6e6d7a;
}
.subNav-li:hover .subNav-item {
    color: #FF322C;
}
.subNav-ul {
    position: absolute;
    flex-flow: column wrap;
    top: 85%;
    right: -30px;
    box-shadow: 0px 10px 70px rgb(253 89 84 / 15%);
    width: 320px;
    padding: 16px 0;
    border-radius: 24px;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.99) translateY(-0.7em);
    transform-origin: top;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    transition-duration: 500ms;
    transition-property: opacity,transform;
}
.subNavIdioma {
    display: none;
    max-width: 180px;
    width: 100%;
}
.subNav-li a {
    display: flex;
    align-items: center;
    margin: 0 22px;
    padding: 15px 18px;
    transition: background-color 200ms ease;
    border-radius: 12px;
}
.subNav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    transition: background-color 200ms ease;
    border-radius: 6px;
    background: #F6F6F7;
}
.subNav-item {
    flex-grow: 1;
    max-width: 70%;
}
.subNav-li:hover .arrow-red {
    transform: translateX(5px);
    opacity: 1;
}
/* Menu Responsive */
.hamburger {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FF322C;
    width: 65px;
    height: 65px;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
    position: relative;
    display: none;
}

.bannerVideo {
    width: 100%;
    height: 100%;
    position: relative;
}
.wexlerVideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
}
.expertos {
    align-items: flex-start;
    height: 100vh;
    position: relative;
}
.expertos h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}
.expertos h1 span {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
}
.expertosBox {
    max-width: 410px;
    width: 100%;
    align-items: flex-start;
    margin-left: 40px;
}
.bannerBot {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    z-index: 1;
    flex-wrap: nowrap;
}
.btnBanner {
    max-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    height: 120px;
    padding: 15px 30px;
    border: 1px solid transparent;
    transition: .1s ease-in-out;
    gap: 15px;
    background: rgba(255, 255, 255, .4);
}
.btnBanner:nth-child(1){
    border-radius: 12px 0 0 12px;
}
.btnBanner:nth-child(3){
    border-radius: 0 12px 12px 0;
}
.btnBanner div {
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
}
.btnBanner:hover {
    border: 1px solid white;
    border-radius: 12px;
    transform: scale(1.05);
    z-index: 5; 
}
.btnBanner:hover .btnLine {
    color: #FF322C;
}
.btnBanner:hover .arrow-red {
    transform: translateX(5px);
    opacity: 1;
}
.btnBanner img {
    width: auto;
    height: 40px;
}
.mouse {
    position: absolute;
    width: 17px;
    height: 22px;
    background: url(../img/mouse.png) no-repeat;
    background-size: contain;
    bottom: 90px;
    right: 50%;
    transform: translateX(-50%);

    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
    }
    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    }
    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
    }
    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    }
    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    100% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}


.fondoEmpresa {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/fondoEmpresa.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.empresa {
    min-height: 790px;
    position: relative;
    gap: 60px;
    padding-top: 130px;
    padding-bottom: 60px;
}
.wEmpresa {
    position: absolute;
    max-width: 600px;
    height: auto;
}
.wEmpresa img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.empresaSobre {
    max-width: 420px;
    position: relative;
}
.empresaSobre h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.empresaSobre .btn {
    margin-top: 30px;
}

.empresaSwiperContainer {
    position: relative;
    max-width: 420px;
    width: 100%;
}
.empresaSwiper {
    width: 100%;
    border-radius: 24px;
    border: 1px solid white;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0px 10px 70px rgb(253 89 84 / 15%);
}
.empresaSItem {
    width: 100%;
    min-height: 300px;
    padding: 40px;
}
.empresaSTitulo {
    gap: 20px;
    margin-bottom: 30px;
}
.empresaSTitulo h3 {
    width: calc(100% - 70px);
}
.empresaSItem img {
    width: auto;
    height: 50px;
}
.empresaNext {
    border-radius: 0 25px 25px 0;
    right: 0;
}
.empresaPrev {
    border-radius: 25px 0 0 25px;
    left: initial;
    right: 50px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: '';
}
.empresaSwiperContainer .swiper-button-next, .empresaSwiperContainer .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid white;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, .2);
    transition: all .2s;
    cursor: pointer;
    bottom: -25px;
    top: initial;
    position: absolute;
}
.empresaSwiperContainer .swiper-button-next svg, .empresaSwiperContainer .swiper-button-prev svg {
    margin: 0;
    height: 10px;
}
.empresaSwiperContainer .swiper-button-next:hover, .empresaSwiperContainer .swiper-button-prev:hover {
    background-color: #FF322C;
    border: transparent;
}
.empresaSwiperContainer .swiper-button-next:active, .empresaSwiperContainer .swiper-button-prev:active {
    background-color: #FF322C;
    border: transparent;
}
.empresaSwiperContainer .swiper-button-prev svg {
    transform: rotate(180deg);
}

.testimonio {
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonioBox {
    width: 100%;
}
.testimonio h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px;
    text-align: center;
}
.testimonioImagen {
    max-width: 350px;
    width: 100%;
    height: auto;
    position: relative;
    right: -15px;
    z-index: 2;
}
.testimonioSwiper {
    max-width: 440px;
    width: 100%;
    margin: 0;
    left: -15px;
    position: relative;
    box-shadow: 0px 10px 70px rgb(253 89 84 / 15%);
    border: 1px solid white;
    background: rgba(255, 255, 255, .4);
    border-radius: 24px;
}
.testimonioItem {
    width: 100%;
    min-height: 300px;
    padding: 30px 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.testimonioInfo {
    position: relative;
    line-height: 24px;
}
.testimonioInfo::before {
    content: '“';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    font-size: 30px;
    font-weight: 900;
    color: #DF1D1D;
    left: 0;
    top: -20px;
}
.testimonioInfo::after {
    content: '”';
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    font-size: 30px;
    font-weight: 900;
    color: #DF1D1D;
    right: 0;
    bottom: -30px;
}
.testimonioAutor {
    justify-content: flex-start;
    margin-top: 30px;
    flex-wrap: nowrap;
}
.testimonioAutor img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.testimonioAutor p {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    max-width: calc(100% - 70px);
}
.testimonioNext {
    border-radius: 0 25px 25px 0;
    right: 50px;
}
.testimonioPrev {
    border-radius: 25px 0 0 25px;
    left: initial;
    right: 100px;
}
.testimonioImagen .swiper-button-next, .testimonioImagen .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid white;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, .2);
    transition: all .2s;
    cursor: pointer;
    bottom: 0;
    top: initial;
}
.testimonioImagen .swiper-button-next svg, .testimonioImagen .swiper-button-prev svg {
    margin: 0;
    height: 10px;
}
.testimonioImagen .swiper-button-next:hover, .testimonioImagen .swiper-button-prev:hover {
    background-color: #FF322C;
    border: transparent;
}
.testimonioImagen .swiper-button-next:active, .testimonioImagen .swiper-button-prev:active {
    background-color: #FF322C;
    border: transparent;
}
.testimonioImagen .swiper-button-prev svg {
    transform: rotate(180deg);
}

.irBlog {
    min-height: 700px;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: space-evenly;
    gap: 60px;
}
.irBlogLeft {
    max-width: 300px;
}
.irBlogLeft h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px;
}
.blogArticle {
    max-width: 320px;
    width: 100%;
    position: relative;
    padding: 0 10px;
}
.blogAImg {
    width: 100%;
    height: 200px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blogAImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .2s;
}
.blogAUp {
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}
.blogACategory {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 16px;
    color: #FD5954;
    font-weight: 700;
}
.blogADate {
    font-family: 'Montserrat';
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 16px;
}
.blogADate::before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    background: #dee2e6;
}
.blogATitulo {
    min-height: 80px;
}
.blogATitulo a {
    color: #3f3f3f;
    font-size: 18px;
    line-height: 26px;
    transition: all .2s;
}
.blogATitulo a:hover {
    color: #FD5954;
}
.blogABy {
    font-family: 'Montserrat';
    color: #666666;
    font-size: 13px;
    line-height: 17px;
    margin-top: 6px;
}
.blogABy span {
    font-weight: 700;
}
.blogArticle:hover .blogAImg img {
    transform: scale(1.1);
}

.startBanner {
    max-width: 1200px;
    width: 100%;
    min-height: 500px;
    background: linear-gradient(130deg, rgba(0,0,0,1) 10%, rgba(127,0,20,1) 50%, rgba(0,0,0,1) 90%);
    border-radius: 24px;
    margin: 60px 0;
    gap: 30px;
}
.startLeft {
    width: calc(50% - 30px);
    max-width: 450px;
    padding: 30px 0 30px 50px;
    align-items: flex-start;
}
.startLeft h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px;
}
.startRight {
    position: relative;
    max-width: 420px;
    width: 50%;
    height: 500px;
    align-self: flex-end;
}
.startRight p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}
.startRight p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: normal;
}
.startRight img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.startRight div {
    position: absolute;
    bottom: 30px;
    max-width: 370px;
    padding: 15px 20px;
    min-height: 80px;
    border-radius: 24px;
    gap: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}

.sectoresC {
    min-height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sectores {
    max-width: 980px;
    width: 100%;
    padding: 40px 30px;
    gap: 40px;
    border-radius: 24px;
    outline: 1px solid white;
    box-shadow: 0px 10px 70px rgb(253 89 84 / 10%);
    justify-content: space-evenly;
}
.sectoresUno {
    padding: 0 50px;
}
.sectoresUno h2 {
    font-size: 40px;
    line-height: 50px;
}
.sectoresDos {
    max-width: 560px;
    justify-content: flex-start;
}
.sectoresDos li {
    width: 140px;
    height: 140px;
    justify-content: flex-start;
    position: relative;
}
.sectoresDos li:nth-child(1), .sectoresDos li:nth-child(2), .sectoresDos li:nth-child(3),
.sectoresDos li:nth-child(5), .sectoresDos li:nth-child(6), .sectoresDos li:nth-child(7) {
    border-right: 1px solid white;
}
.sectoresDos li:nth-child(1), .sectoresDos li:nth-child(2), .sectoresDos li:nth-child(3),
.sectoresDos li:nth-child(4) {
    border-bottom: 1px solid white;
}
.sectoresDos li img {
    height: 80px;
    width: auto;
    margin-top: 15px;
}
.sectoresDos li h4 {
    font-size: 12px;
    color: #7E7F80;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
}
.sectoresDos li:hover .selectorCard {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.selectorCard {
    position: absolute;
    width: 103%;
    height: 103%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9);
    z-index: 5;
    opacity: 0;
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1);
}
.selectorCard div {
    width: 20px;
    height: 20px;
    position: absolute;
}
.selectorCard :nth-child(1) {
    border-left: 4px solid #FAFAFA;
    border-top: 4px solid #FAFAFA;
    top: 0;
    left: 0;
}
.selectorCard :nth-child(2) {
    border-right: 4px solid #FAFAFA;
    border-top: 4px solid #FAFAFA;
    top: 0;
    right: 0;
}
.selectorCard :nth-child(3) {
    border-left: 4px solid #FAFAFA;
    border-bottom: 4px solid #FAFAFA;
    bottom: 0;
    left: 0;
}
.selectorCard :nth-child(4) {
    border-right: 4px solid #FAFAFA;
    border-bottom: 4px solid #FAFAFA;
    bottom: 0;
    right: 0;
}
.serviciosCard:hover .selectorCard {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.serviciosCard:active .selectorCard {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


.interes {
    padding-top: 40px;
    padding-bottom: 130px;
    min-height: 500px;
}
.interesUno {
    flex-flow: row nowrap;
}
.interesUno h3 {
    font-size: 23px;
    line-height: 32px;
    text-align: right;
    font-weight: 400;
    padding-right: 30px;
    max-width: 330px;
    width: 100%;
}
.interesUno h3 span {
    font-size: 30px;
    font-weight: 700;
}
.interesUno p {
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    max-width: 330px;
    width: 100%;
}
.interesUno p::after{
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to top, #8F1A14 0%, #FF322C 50%, #FF6661 100%);
}
.interesC {
    margin: 40px 0;
    gap: 60px;
}
.interesCard {
    position: relative;
    max-width: 380px;
    width: 100%;
    border-radius: 24px;
}
.interesCardImg {
    height: 180px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.interesCardImg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    border-radius: 5px;
    bottom: 0;
    background: linear-gradient(to top, rgba(225,225,226,0.9) 0, rgba(245,222,223,0.9) 30%, rgba(245,222,223,0) 100%);
}
.interesCardImg img {
    transition: transform .2s;
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
}
.interesCardBtn {
    position: absolute;
    bottom: -25px;
    margin: 0;
    padding: 15px 28px 15px 15px;
}
.interesCard:hover .interesCardBtn {
    outline: 1px solid white;
}
.interesCard:hover .interesCardBtn h3, .interesCard:hover .interesCardBtn h3 span {
    color: #FF322C;
}
.interesCard .arrow-red {
    transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    margin-left: 10px;
    opacity: 0.3;
    position: absolute;
    right: 15px;
}
.interesCard:hover .arrow-red {
    transform: translateX(3px);
    opacity: 1;
}
.interesCardBtn h3 {
    max-width: 200px;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.interesCardBtn h3 span {
    font-size: 12px;
    font-weight: 800;
}
.interesCardBtn img {
    height: 25px;
    width: auto;
    margin-right: 15px;
}
.interesCard:hover .interesCardImg img {
    transform: translate(-50%, -50%) scale(1.2);
}
.interesCard:hover {
    box-shadow: 0px 5px 30px rgb(253 89 84 / 15%);
}

.clientes {
    padding-top: 40px;
    padding-bottom: 40px;
}
.clientesBox {
    max-width: 800px;
}
.clientesBox h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.clientesBox p {
    text-align: center;
}

.aliados {
    padding-top: 40px;
    padding-bottom: 130px;
}
.aliadosBox {
    max-width: 900px;
    width: 100%;
}
.aliadosBox h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}

.aliadoSwiper {
    width: 100%;
    height: 200px;
    cursor: grab;
    position: relative;
    overflow-x: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 40px;
}
.aliadoSwiper a {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
    cursor: grab;
}
.aliadoSwiper a img {
    filter: grayscale(100%);
    opacity: .4;
    transition: .25s ease-in-out;
    cursor: pointer;
}
.aliadoSwiper a img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1);
}
.aliadoPrev, .aliadoNext {
    z-index: 3;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.aliadoPrev {
    left: 0;
    background: linear-gradient(to right, rgba(246,246,247,1) 20%, rgba(246,246,247,0) 100%);
}
.aliadoNext {
    right: 0;
    background: linear-gradient(to left, rgba(246,246,247,1) 20%, rgba(246,246,247,0) 100%);
}
.aliadoPrev svg {
    transform: rotate(180deg);
}
.aliadoPrev svg, .aliadoNext svg {
    height: 10px;
    opacity: 1;
}
footer::after {
    content: '';
    position: absolute;
    background: url(../img/footerTop.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100px;
    top: -100px;
}
footer {
    position: relative;
    background: url(../img/footerFondo.png) no-repeat center center;
    background-size: cover;
}
.footer {
    min-height: 240px;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    justify-content: space-around;
    align-items: flex-start;
}
.footerFondo {
    width: 100%;
    height: 100%;
    position: absolute;
}
.socialRedes {
    gap: 15px;
    margin: 20px 0;
    justify-content: flex-start;
}
.socialRedes a {
    width: 30px;
    height: 30px;
}
.socialIcon {
    width: 20px;
    height: 20px;
    fill: #7E7F80;
    transition: transform .1s;
}
.socialRedes a:hover .socialIcon {
    fill: #FD5954;
    transform: scale(0.9);
}
.footerNav p {
    margin-bottom: 0;
}
.footerNav a:hover {
    color: #FF322C;
}
.footerNav {
    gap: 30px;
    justify-content: space-between;
}
.footerNav a {
    color: #3F3F3F;
    font-weight: 800;
    margin: 0;
    line-height: 28px;
}
.footerCopy {
    gap: 20px;
}
.footerCopy div {
    gap: 10px 30px;
}
.footerCopy a, .footerCopy p {
    color: #7E7F80;
    font-weight: 500;
    margin: 0;
    text-align: center;
    position: relative;
}
.footerCopy a:hover {
    color: #FF322C;
}
.footerCopy .flink::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -15px;
    background-color: #7E7F80;
}
/*=============== SCROLL UP ===============*/
.scrollup {
    width: 36px;
    height: 24px;
    position: fixed;
    right: 8%;
    bottom: -30%;
    background: url(../img/arrowUp.png) no-repeat;
    background-size: contain;
    display: inline-flex;
    z-index: 60;
    opacity: .8;
    transition: .4s;
}
.scrollup:hover {
    opacity: 1;
}
.scrollup__icon {
    font-size: 1.5rem;
    color: var(--first-color);
}
/* Show Scroll Up*/
.show-scroll {
    bottom: 100px;
}
/* no Scroll Menu*/
body:has(.headerBack) {
    height: 100%;
    overflow: hidden;
}

.clienteSwiper{
    cursor: grab;
    position: relative;
    max-width: 100%;
    display: flex;
    overflow: hidden;
    padding: 15px 0;
    margin-top: 50px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clienteItem {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
}
.clienteItem img {
    filter: grayscale(100%);
    opacity: .4;
    transition: .25s ease-in-out;
}
.clienteItem img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.1);
}
.clienteSwiper::before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(246,246,247,1) 0%, rgba(246,246,247,0) 100%);
    z-index: 1;
}
.clienteSwiper::after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left, rgba(246,246,247,1) 0%, rgba(246,246,247,0) 100%);
    z-index: 1;
}
.clienteSlide {
    display: flex;
    animation: clienteLoop 20s linear infinite;
}
.reverse .clienteSlide {
    animation-direction: reverse;
}
@keyframes clienteLoop {
    from  {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.clienteSwiper:hover .clienteSlide{
    animation-play-state: paused;
}

.GPTW {
    width: auto;
    height: 90px;
    max-height: 90px;
}

/*----------------------Responsive 990----------------------*/
@media screen and (max-width: 990px) {
    .container {
        padding-right: 50px;
        padding-left: 50px;
    }
    .empresaSobre {
        max-width: 380px;
    }
    .testimonialImg {
        left: 0;
    }
    .testimonialSlider {
        right: 0;
        top: -50px;
        padding: 100px 30px 50px 30px;
        min-height: 350px;
    }
}
/*----------------------Responsive 768----------------------*/
@media screen and (max-width: 768px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    /* Menu Responsive */
    .hamburger {
        display: flex;
    }
    .hamburgerM {
        position: absolute;
        transform: translateY(-50%) translateX(0);
        opacity: 1;
        top: 50%;
        transition: all .2s linear;
    }
    .hamburgerX {
        position: absolute;
        transform: translateY(-50%) translateX(20px);
        opacity: 0;
        top: 50%;
        transition: all .2s linear;
    }
    .hamburger.hamburgerOpen .hamburgerM {
        transform: translateY(-50%) translateX(20px);
        opacity: 0;
    }
    .hamburger.hamburgerOpen .hamburgerX {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
    .nav {
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
    }
    .logo {
        height: 25px;
    }
    .navLogo {
        width: 100%;
        height: 65px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-ul {
        display: flex;
        flex-direction: column;
        width: calc(100% - 32px);
        height: calc(100% - 94px);
        overflow: auto;
        top: 70px;
        overflow-x: hidden;
        border-radius: 24px;
        gap: 20px;
        background: #fafafa;
        position: fixed;
        transform-origin: top right;
        transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
        transition-duration: 500ms;
        transition-property: opacity, transform;
        visibility: hidden;
        opacity: 0;
        transform: scale(0.9) translateY(-24px);
        box-shadow: 0px 10px 70px rgb(253 89 84 / 15%);
    }
    .navToggle {
        visibility: visible;
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    .headerBack {
        height: 100%;
    }
    .nav-li {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        padding: 0;
    }
    .nav-li .nav-a {
        width: 100%;
        justify-content: space-between;
        padding: 20px;
    }
    .subNav-ul {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        overflow: hidden;
        visibility: hidden;
        transition: all .25s ease;
        background: none;
    }
    .subNav-li a {
        margin: 0;
        padding: 16px 20px;
    }
    .nav-ul li.subNavToggle .subNav-ul {
        height: max-content;
        visibility: visible;
    }
    .nav-li .nav-dark {
        color: #3F3F3F;
    }
    .footerCopy {
        max-width: 400px;
    }
    .footerCopy a::after {
        display: none;
    }
    .campo-input {
        width: calc(100% - 15px);
    }
    .testimonioItem {
        padding: 40px 20px;
    }
    .testimonioImagen {
        right: 0;
        bottom: -15px;
    }
    .testimonioSwiper {
        left: 0;
    }
    .startBanner {
        max-width: 500px;
    }
    .startLeft {
        width: 100%;
        padding: 50px 30px 0 30px;
        max-width: 310px;
    }
    .startRight {
        width: 100%;
    }
    .startRight img {
        max-width: 300px;
    }
    .startRight {
        height: 400px;
    }
    .bannerBot {
        bottom: 0;
    }
    .btnBanner {
        width: 100px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        height: 70px;
        padding: 15px;
        gap: 15px;
        justify-content: center;
    }
    .btnBanner .btnLine {
        display: none;
    }
}
/*----------------------Responsive 480----------------------*/
@media screen and (max-width: 480px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    p {
        line-height: 1.55;
    }
    .expertosBox {
        margin-left: 0;
    }
    .expertos h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .expertos h1 span {
        font-size: 46px;
        line-height: 42px;
    }
    .empresaSobre h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .testimonio h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .irBlogLeft h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .startLeft h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .clientesBox h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .aliadosBox h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .footer {
        justify-content: flex-start;
    }
    .footerNav {
        flex-flow: column wrap;
        align-items: flex-start;
        gap: 15px;
    }
    .startRight p span {
        font-size: 20px;
    }
    .startRight p {
        font-size: 14px;
    }
    .empresaSTitulo h3 {
        width: 100%;
    }
    .empresaSItem {
        padding: 40px 20px;
    }
    .startLeft {
        max-width: 270px;
    }
    .startRight div {
        max-width: 100%;
        width: 100%;
        bottom: 0;
    }
    .sectoresUno h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .interesUno h3 {
        text-align: center;
        padding-right: 0;
        padding-bottom: 15px;
        max-width: 240px;
    }
    .interesUno p {
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
        max-width: 240px;
    }
    .interesUno p::after{
        content: '';
        width: 40px;
        height: 1px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background-image: linear-gradient(to bottom, #8F1A14 0%, #FF322C 50%, #FF6661 100%);
    }
    .sectoresDos {
        justify-content: center;
    }
    .sectoresDos li {
        border-bottom: 1px solid white;
    }
    .sectoresDos li:nth-child(2), .sectoresDos li:nth-child(4), .sectoresDos li:nth-child(6) {
        border-right: none;
    }
    .sectoresDos li:nth-child(7) {
        border-bottom: none;
        border-right: none;
    }
    .sectores {
        padding: 40px 15px;
    }
    .interesCardImg img {
        transform: translate(-50%, -50%) scale(1.3);
    }
    .interesCard:hover .interesCardImg img {
        transform: translate(-50%, -50%) scale(1.4);
    }
    .interesUno {
        flex-flow: row wrap;
    }
    .startRight img {
        border-radius: 0 0 24px 24px;
    }
}
/*----------------------Responsive 320----------------------*/
@media screen and (max-width: 320px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .expertos h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .expertos h1 span {
        font-size: 40px;
        line-height: 36px;
    }
    .cardBlog {
        max-width: 250px;
    }
    .cardBlog-info {
        padding: 15px;
    }
    .sectoresDos li:nth-child(1), .sectoresDos li:nth-child(3), .sectoresDos li:nth-child(5) {
        border-right: none;
    }
    .interesCardImg img {
        transform: translate(-50%, -50%) scale(1.6);
    }
    .interesCard:hover .interesCardImg img {
        transform: translate(-50%, -50%) scale(1.8);
    }
}
/*----------------------Responsive 280----------------------*/
@media screen and (max-width: 280px) {
    .expertos h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .expertos h1 span {
        font-size: 34px;
        line-height: 40px;
    }
    .interesCardBtn {
        width: 100%;
    }
    .startRight {
        height: 330px;
    }
}