@font-face {
    font-family: 'nexa_boldregular';
    src: url('../../assets/fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../../assets/fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexaw01-regularregular';
    src: url('../../assets/fonts/nexa_regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexa_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexablack';
    src: url('../../assets/fonts/nexablack-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexablack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexabold';
    src: url('../../assets/fonts/nexabold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexabook';
    src: url('../../assets/fonts/nexabook-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexabook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexalight';
    src: url('../../assets/fonts/nexalight-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexalight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexaregular';
    src: url('../../assets/fonts/nexaregular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexaregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexathin';
    src: url('../../assets/fonts/nexathin-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexathin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexaxbold';
    src: url('../../assets/fonts/nexaxbold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/nexaxbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
	font-family: 'nexaregular';
	color: #000;
	position: relative;
    background: #ffffff;
	/* background: #f3f2ef; */
    font-size: 16px;
}

p {
    /* font-weight: 500; */
}

a, .Web-Header.Active .BoxLogo,
.Web-Header.Active .BoxLogo .Logo .Img,
.Web-Header, .BoxMenuPrincipal, .Web-Header .BoxLogo .Logo .Img,
.BoxProducto .BoxProducto-SideBar .SideBar-Link .BoxFigure, .Btn{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 1.5px;
    color: #000;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

figure {
	margin-bottom: 55px;
}

/* WEB UTILITIES */

.Web-Wrapper {
    display: block;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

/* WEB - HEADER ////////////////////////////// */

.Web-Header {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 38px;
    z-index: 999;
}

.Web-Header .logoViolet {
    display: none;
}

.Web-Header.Active {
    background-color: #fff;
    padding: 10px 0 10px;
}

.Web-Header.Active .btnBurger {
    color: #4f46ba !important;
}

.Web-Header.Active .logoWhite {
    display: none;
}

.Web-Header.Active .logoViolet {
    display: block;
}

.Web-Header.Active .link {
    color: #4f46ba;
}

.Web-Header.Active .headerNav  .link {
    color: #fff;
}

.Web-Header.Active .headerNav .listPaises .link {
    color: #1f3f48;
}

.Web-Header.Active .headerNav .link_dropdown .link {
    color: #1f3f48;
}

.boxHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxContent {
    display: flex;
    align-items: center;
}

.boxHeader {}

.headerNav.Active {
    display: flex;
}

.headerNav {
    display: flex;
}

.btnClose {
    position: absolute;
    top: 44px;
    right: 31px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 2;
}

.boxHeader .link {
    font-family: 'nexabold';
    color: #fff;
    margin-right: 55px;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 0px;
    position: relative;
}

.boxHeader .link i {

}

.boxHeader .link:hover {
    color: #83d1a4;
    text-decoration: none;
}

.btnBurger {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.Web-Header.Active .btnMenu {
    color: #4f46ba;
}

.subMenu {
    display: none;
    width: 230px;
    background-color: #fff;
    border: 1px solid #1f3f48;
    border-radius: 20px;
    position: absolute;
    top: 52px;
    left: -14px;
    overflow: hidden;
}
.subMenu li {}
.subMenu li .link {
    color: #1f3f48;
    width: 100%;
    display: block;
    padding: 7px 15px;
    margin: 0;
}

.subMenu li .link:hover {
    color: #5148bb;
    background-color: #83d1a4;
}

.boxHeader .link.link_dropdown:hover .subMenu {
    display: block;
}

.subMenu.subMenu_paises {
    width: 160px;
}

.listPaises {
    display: flex;
    align-items: center;
}

/* WEB HOME - INTRO ////////////////////////////// */

.Web-Intro {
	background-image: url('../../assets/img/home-hero.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 750px;
}

.intro_contenedor {
    padding-top: 180px;
    width: 500px;
    max-width: 100%;
}
.intro_contenedor .Title{
	margin-bottom: 30px;
}
.intro_contenedor .text {
	color: #83d1a4;
	padding-left: 20px;
	border-left: 1px solid #83d1a4;
	margin-bottom: 45px;
}

.Title {
	color: #fff;
	font-family: 'nexabold';
	line-height: 3rem;
}

.Btn {
	font-family: 'nexabold';
	font-size: 18px;
    line-height: 18px;
	text-decoration: none;
	background-color: #83d1a4;
	border: 1px solid #83d1a4;
	color: #4f46ba;
	display: block;
	width: 203px;
    height: 47px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    gap: 18px;
    cursor: pointer;
}

.Btn:hover {
	text-decoration: none;
	background-color: #4f46ba;
	border: 1px solid #83d1a4;
	color: #83d1a4;
}

/* WEB HOME - HERRAMIENTAS ////////////////////////////// */

.Web-Herramientas {
	background-color: #ff8a44;
	padding: 18px 0;
}

.boxInfo {}
.boxInfo .text{
	font-family: 'nexabold';
	color: #1f3f48;
	text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 1px;
}

/* WEB HOME - BANNER ////////////////////////////// */

.Web-Banner {
    margin: 66px 0 100px;
}

.boxBanner {
    /*background-image: url('../../assets/img/home-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    position: relative;
}

/* WEB HOME - PROCESO ////////////////////////////// */

.Web-Proceso {
    margin: 0 0 90px;
}

.procesoContent_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 413px;
    margin: 0 auto;
}

.subTitle {
    color: #4f46ba;
    font-family: 'nexabold';
    line-height: 2.2rem;
}

.procesoContent_text .text {
    margin: 25px 0 40px;
}

.text {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.procesoContent_text .Btn {
    /* font-size: 16px; */
}

/* WEB HOME - MOBILE ////////////////////////////// */

.Web-Mobile {
    margin: 0 0 100px;
    position: relative;
}

.mobileContent_text {
    position: relative;
}
.mobileContent_text .content_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 427px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}
.mobileContent_text .content_text .subTitle{
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.mobileContent_text .content_text .text{
    font-size: 1.4rem;
    line-height: 2rem;
}

/* WEB HOME - EQUIPO ////////////////////////////// */

.Web-Equipo {
    margin: 80px 0 90px;
}

.equipoContent_text{
    width: 427px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.equipoContent_text .subTitle{
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.equipoContent_text .text{
    font-size: 1.4rem;
    line-height: 2rem;
}

/* WEB HOME - PLATAFORMA ////////////////////////////// */

.Web-Plataforma {
    margin: 0 0 100px;
}

.plataformaContent {
    position: relative;
}

.plataformaContent_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 427px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}
.plataformaContent_text .subTitle{
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
}
.plataformaContent_text .text{
    font-size: 1.4rem;
    line-height: 2rem;
}

/* WEB HOME - EXPERIENCIA ////////////////////////////// */

.Web-Experiencia {
    background: rgb(35,93,211);
    background: -moz-linear-gradient(90deg, rgba(35,93,211,1) 0%, rgba(251,167,96,1) 50%, rgba(79,70,186,1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(35,93,211,1) 0%, rgba(251,167,96,1) 50%, rgba(79,70,186,1) 50%);
    background: linear-gradient(90deg, rgba(35,93,211,1) 0%, rgba(251,167,96,1) 50%, rgba(79,70,186,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#235dd3",endColorstr="#4f46ba",GradientType=1);
}

.experienciaContent {
    /*background-color: #4f46ba;*/
    color: #fff;
    padding: 100px 90px 80px;
}
.experienciaContent .subTitle{
    font-size: 1.7rem;
    line-height: 1.8rem;
    color: #fff;
    margin-bottom: 30px;
}
.experienciaContent .text{
    margin-bottom: 30px;
    font-family: 'nexaregular';
    font-size: 1.1rem;
}
.experienciaContent .box_tecnologias {
    display: flex;
    align-items: center;
    gap: 55px;
}

/* WEB HOME - TESTIMONIO ////////////////////////////// */

.Web-Testimonio {
    background-color: #83d1a4;
    padding: 120px 0;
}

.itemTestimonio {
    display: flex;
    align-items: center;
    width: 1022px;
    max-width: 100%;
    margin: 0 auto;
    gap: 55px;
}
.itemTestimonio figure{}
.itemTestimonio .text{
    color: #1f3f48;
    font-size: 1.9rem;
    width: 750px;
    max-width: 100%;
    font-family: 'nexabold';
}

.itemTestimonio .text span {
    color: #1f3f48;
    font-family: 'nexaregular';
    font-size: 1rem;
    line-height: 1rem;
}

.tns-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tns-nav button {
    height: 12px !important;
    width: 12px !important;
    background-color: #65a588;
    border: none;
    margin-left: 20px;
    border-radius: 50%;
    display: inline-block;
}

.tns-nav button:focus {
    outline: none;
}

.tns-nav .tns-nav-active {
    background-color: #fff;
}

/* WEB HOME - CLIENTES ////////////////////////////// */

.Web-Clientes {
    background-color: #4f46ba;
    padding: 120px 0;
}
.TitleSection {
    font-family: 'nexabold';
    color: #83d1a4;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-bottom: 50px;
}

.clientes_logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #FFFFFFFF;
}

/* WEB - FOOTER ////////////////////////////// */

.Web-Footer {
    background-color: #222854;
    color: #fff;
    padding: 40px 0;
}

.boxCopy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.textCopy {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #e2e2e8;
}

.textCopy a {
    color: #fff;
    text-decoration: none;
}

.boxFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerNav {
    display: flex;
}
.footerNav .link{
    color: #fff;
    font-family: 'nexabold';
    margin-right: 70px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.footerNav .link:hover {
    color: #83d1a4 !important;
    text-decoration: none;
}

.footerRedes {
    display: flex;
    gap: 10px;
}
.footerRedes .logoRedes{
    background-color: #fff;
    color: #222854;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.footerRedes .logoRedes:hover {
    text-decoration: none;
    background-color: #222854;
    color: #fff;
}

.subMenuFooter {
    display: none;
    width: 230px;
    background-color: #fff;
    border: 1px solid #1f3f48;
    border-radius: 20px;
    position: absolute;
    bottom: 23px;
    left: -75px;
    overflow: hidden;
}

.footerNav .link.link_footer:hover .subMenuFooter {
    display: block;
}

.subMenuFooter li .link {
    color: #1f3f48;
    width: 100%;
    display: block;
    padding: 7px 15px;
    margin: 0;
}

.subMenuFooter li .link:hover {
    color: #5148bb !important;
    background-color: #83d1a4;
}

/* WEB SOCIAL - INTRO ////////////////////////////// */

.Web-IntroSocial {
    background-image: url(../../assets/img/bg-hero-social.webp);
    height: 750px;
}

.contentSocial span {
    font-family: 'nexabold';
    color: #83d1a4;
    margin-bottom: 25px;
    display: block;
}

.contentSocial .text {
    color: #fff !important;
    padding: 0 !important;
    border: none;
}

.feedContent_text {
    padding-left: 75px;
}

.feedContent_text .subTitle {
    margin-bottom: 50px;
}

.feedContent_text li i {
    color: #4f46ba;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.feedContent_text li .text {
    display: inline-block;
    padding-left: 30px;
}

.marginTop80 {
    margin-top: 80px;
}

.TitleImplementa {
    font-size: 3.5rem;
    line-height: 3rem;
}

/* WEB SOCIAL - CONTACTO ////////////////////////////// */

.Web-Contacto {
    background-image: url(../../assets/img/bg-contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1095px;
}

.textSmall {
    font-family: 'nexabold';
    color: #83d1a4;
    margin-bottom: 25px;
    display: block;
}

.contacto_text {
    padding-top: 180px;
    width: 500px;
    max-width: 100%;
}

.contacto_text .Title {
    margin-bottom: 30px;
}

.contacto_text .text {
    color: #fff;
    padding: 0;
    border: none;
}

.marginTop180 {
    margin-top: 180px !important;
}

.contenedor_form {
    background-color: #fff;
    border-radius: 20px;
    width: 595px;
    max-width: 100%;
    margin: 0 auto;
    padding: 43px 40px;
}

.group_input {
    border: 1px solid #1f3f48;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
}

label {
    font-family: 'nexabold';
    display: block;
    margin: 0;
    line-height: 14px;
    color: #1f3f48;
    font-size: 13px;
}

input,
textarea {
    width: 100%;
    border: none;
    outline: none;
    color: #4f46ba;
    font-size: 23px;
}

.group_input input::placeholder {
    color: #4f46ba;
    font-family: 'nexaregular';
    font-size: 23px;
}


/* ANIMACIONES HOME */

.boxBanner .Banner-BoxImg {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(23 79 88);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    width: 175px;
}

.boxBanner .Banner-BoxImg1 {
    top: 60px;
    right: 23.5%;
    /*opacity: 0.8;*/
}

.boxBanner .Banner-BoxImg2 {
    top: 60px;
    left: 24%;
    /*opacity: 0.8;*/
}

.boxBanner .Banner-BoxImg3 {
    top: 128px;
    left: 6%;
    /*opacity: 0.8;*/
}

.boxBanner .Banner-BoxImg4 {
    bottom: 65px;
    left: 18%;
    /*opacity: 0.8;*/
}

.boxBanner .Banner-BoxImg5 {
    bottom: 67px;
    right: 18%;
    /*opacity: 0.8;*/
}

.boxBanner .Banner-BoxImg6 {
    bottom: 143px;
    right: 6%;
    /*opacity: 0.8;*/
}

/* WEB - ONBOARDING ////////////////////////////// */

.IntroContenedor {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Web-IntroOnboarding {
    background-image: url(../../assets/img/bg-hero-onboarding.jpg);
    padding: 0 0 148px;
}

.boxTextOnboarding .subTitle {
    font-size: 2.8rem;
    line-height: 3.3rem;
}

.boxTextOnboarding .text {
    margin-bottom: 2rem;
}

.boxTextOnboarding .text span {
    color: #4f46ba;
    font-weight: bold;
}

/* WEB - FIRMA ELECTRÓNICA ////////////////////////////// */

.Web-IntroFirma {
    background-image: url(../../assets/img/bg-hero-firma.jpg);
    padding: 0 0 148px;
}


.listFirma li {
    display: flex;
}

.listFirma li i {
    line-height: 2rem !important;
}

.listFirma li .text {
    margin-bottom: 0;
}

.boxTextFirma .subTitle {
    font-size: 2.3rem;
    line-height: 2.8rem;
}

.boxItem {
    border: 1px solid #1f3f48;
    border-radius: 20px;
    background-color: #fff;
    padding: 4rem 2rem;
}

.boxFirmaWidth {
    width: 66%;
    margin: 0 auto;
}

/* WEB - ENGAGEMENT ////////////////////////////// */

.Web-IntroEngagement {
    background-image: url(../../assets/img/bg-hero-engagement.jpg);
    padding: 0 0 148px;
}

.itemSliderEngagement {
    border: 1px solid #1f3f48;
    border-radius: 20px;
    background-color: #fff;
    padding: 4rem 2rem;
    width: 386px;
    min-height: 550px;
    max-width: 100%;
    margin: 0 auto;
}

.tns-outer [data-action] {
    display: none;
}

#control-slider {
    position: absolute;
    width: 97%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    top: 40%;
}

#control-slider li {
    padding: 0px 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#control-slider li i {
    color: #4f46ba;
    font-size: 50px;
}

/* WEB - TALENT ////////////////////////////// */

.Web-IntroTalent {
    background-image: url(../../assets/img/bg-hero-talent.jpg);
    padding: 0 0 148px;
}

.boxTalentWidth {
    width: 67%;
    margin: 0 auto;
}

.boxTalentWidth .subTitle {
    font-size: 2.2rem;
    line-height: 2.5rem;
}

.boxTalentImg {
    position: relative;
}

.boxTalentImg .Banner-BoxImg {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(23 79 88);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    width: 200px;
}

.boxTalentImg .Banner-BoxImg1 {
    top: 115px;
    left: -15%;
    /* opacity: 0.8; */
}

.boxTalentImg .Banner-BoxImg2 {
    top: 115px;
    right: -11%;
    /* opacity: 0.8; */
}

.boxTalentImg .Banner-BoxImg3 {
    bottom: 145px;
    left: -35%;
    /* opacity: 0.8; */
}

.boxTalentImg .Banner-BoxImg4 {
    bottom: 145px;
    right: -31%;
    /* opacity: 0.8; */
}

/* WEB - PEOPLE ////////////////////////////// */

.Web-IntroPeople {
    background-image: url(../../assets/img/bg-hero-people.jpg);
    padding: 0 0 148px;
}

.listPeople li {
    display: flex;
}

.listPeople li i {
    line-height: 2rem !important;
}

/* WEB - TIME OFF ////////////////////////////// */

.Web-IntroTimeOff {
    background-image: url(../../assets/img/bg-hero-time-off.jpg);
    padding: 0 0 148px;
}

.boxTextTimeOff .subTitle {
    font-size: 2.2rem;
    line-height: 2.8rem;
}

.boxTextTimeOff .text {
    margin-bottom: 2rem;
}

.boxTextTimeOff .text span {
    color: #4f46ba;
    font-weight: bold;
}