html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #f9fafc;
  color: #617892;
  font-family: 'Fira Sans', helvetica, sans-serif;
  font-size: 93.75%; /* 15px base 16px */
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 1.33; /* 20px */
  letter-spacing: normal;
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #052b53;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

h1, .h1 {
  font-size: 51px;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 38px;
}

h4, .h4 {
  font-size: 30px;
}

h5, .h5 {
  font-size: 28px;
  line-height: 1.29;
}

h6, .h6 {
  font-size: 18px;
  line-height: 1.23;
}

a.active,
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

a:hover,
.btn:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

img {
  height: auto !important;
  max-width: 100% !important;
}

.btn {
  border: none;
}

.btn-primary {
  color: #f7f7f7;
  display: inline-block;
  font-weight: 500;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;

  background: #edf9ff;
  background: -moz-linear-gradient(top, rgba(237,249,255,0.5) 0%, rgba(0,177,255,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(237,249,255,0.5) 0%,rgba(0,177,255,0.5) 100%);
  background: linear-gradient(to bottom, rgba(237,249,255,0.5) 0%,rgba(0,177,255,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80edf9ff', endColorstr='#8000b1ff',GradientType=0 );

  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;

  -webkit-box-shadow: 0 10px 20px 0 rgba(88,53,167,0.46);
  box-shadow: 0 10px 20px 0 rgba(88,53,167,0.46);
}

.btn-default {
  background: linear-gradient(180deg, rgba(0, 177, 255, 0.5) 0%, #0060FF 100%), #00B1FF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 21px;

  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn-default:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #fff;
}

.btn-outline-primary {
  background: none;
  border: 1.2px solid #99ccff;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;

  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

.btn-light {
  background: none;
  border: none;
  color: #0065ff;
  font-weight: 500;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;

  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;

  -webkit-box-shadow: 0 10px 20px 0 rgba(88,53,167,0.46);
  box-shadow: 0 10px 20px 0 rgba(88,53,167,0.46);
}

.btn-warning {
  background: none;
  border: none;
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;

  background-image: -webkit-linear-gradient(#ffb29b, #e78263);
  background-image: -o-linear-gradient(#ffb29b, #e78263);
  background-image: linear-gradient(#ffb29b, #e78263);

  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;

  -webkit-box-shadow: 0 10px 20px 0 #5835a774;
  box-shadow: 0 10px 20px 0 #5835a774;
}

/* Paragraph */
.text-l {
  font-size: 21px;
  font-weight: 300;
  color: #617892;
}

.text-s {
  font-size: 14px;
  line-height: 1.43;
  color: #617892;
}

.container {
  /* max-width: 1040px; */
  max-width: 1130px;
  max-width: calc(1216px + 15px + 15px);
}

.col-sm-1\/5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;

  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

/* .admin-bar #header {
  padding-top: 32px;
} */

#header {
  background: none;
  background-size: 100% 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: background-size .5sn;
       -moz-transition: background-size .5s;
        -ms-transition: background-size .5s;
         -o-transition: background-size .5s;
            transition: background-size .5s;
}

#header nav {
  background: none !important;
  color: #f7f7f7;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin: 0;
  padding: .75rem 0;
}

#header nav.navbar-single {
  padding: 3.125rem 0 1.25rem 0;
}

#header.affix .container-fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  border-bottom: 1px solid rgba(97, 120, 146, 0.10);
}

.admin-bar #header.affix .container-fixed {
  top: 32px;
}

#header.affix nav {
  color: #617892;
  background: #FFFFFF !important;
}

#header nav .container {
  padding: 0 15px;
}

#header nav .navbar-brand {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  max-width: 144px;
}

#header nav .navbar-brand img.logo-sticky,
#header.affix nav .navbar-brand img.logo {
  display: none;
}

#header nav .navbar-brand img.logo,
#header.affix nav .navbar-brand img.logo-sticky {
  display: block;
}

#header nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#header nav li {
  display: inline-block;
  margin: 0;
}

#header nav li + li {
  margin-left: 35px;
}

#header.affix nav li + li {
  margin-left: 20px;
}

#header nav li a {
  color: #fff;
  padding: 0;
}

#header.affix nav li a {
   color: #617892;
}

#header nav li a:hover,
#header nav li a:focus {
  text-decoration: none;
}

#header nav .dropdown:hover .dropdown-menu {
  display: block;
}

#header nav .dropdown .dropdown-menu,
#header nav .dropdown .sub-menu {
  background: #006cff;
  min-width: 250px;
  padding: 15px  20px;
  left: -20px;
  top: 70%;
  border-radius: 10px;
  box-shadow: 0 3px 31px 0 #00000016, 0 3px 31px 0 #00000012;
}

#header.affix  nav .dropdown .dropdown-menu,
#header.affix  nav .dropdown .sub-menu {
  background: #fff;
}

#header nav .dropdown .submenu,
#header nav .dropdown .sub-menu li,
#header nav .dropdown .dropdown-menu ul,
#header nav .dropdown .dropdown-menu ul li {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#header nav .dropdown .dropdown-menu a,
#header nav .dropdown .sub-menu a {
  color: #f7f7f7;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
}

#header.affix  nav .dropdown .dropdown-menu a,
#header.affix  nav .dropdown .sub-menu a {
  color: #617892;
}


/* LOGIN */
#header.affix nav .login-link a {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border: 2px solid #0060FF;
  box-sizing: border-box;
  border-radius: 21px;
  width: 159px;
  height: 42px;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  font-weight: 500;
  color: #0060FF;
  text-transform: uppercase;
  display: inline-block;
}

#header.affix nav .login-link a:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

/* REGISTER */
#header nav .btn-outline-primary {
  display: none;
  font-size: 15px;
  line-height: 42px;
  margin-left: 15px;
  padding: 0;
  width: 152px;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  background: linear-gradient(180deg, rgba(0, 177, 255, 0.5) 0%, #0060FF 100%), #00B1FF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

#header nav .btn-outline-primary:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#header.affix nav .btn-outline-primary {
  display: inline-block;
}

#header nav .navbar-toggler {
  background: url(../images/header-navbar-toggler.png) no-repeat 50% 50%;
  height: 22px;
  margin: 0;
  width: 37px;
  padding: 0;
}

#header nav .navbar-toggler:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* Topbar */
#topbar {
  background-color: #14375D;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
}

#topbar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 52px;
}

#topbar b {
  font-weight: 600;
}

#topbar a {
  color: #fff;
  text-decoration: underline;
}

#topbar .btn {
  background-color: #FF9878;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem; /*14px*/
  line-height: 2.5;
  padding: 0 1.125rem;
  border-radius: 1.125rem;
}

#topbar:hover,
#topbar .btn:hover {
  opacity: 1;
  text-decoration: none;
}

/* CTA PHONE */
#header .cta-phone {
  background-image: url(../images/hiring-button.svg), url(../images/hiring-button.svg);
  background-repeat: no-repeat;
  background-position: 0 50%, 100% 0;
  padding: 0 20px 0 25px;
  height: 31px;
  line-height: 31px;
  color: #0063FF;
  font-family: 'Fira Sans', helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

#header .cta-phone.active,
#header .cta-phone:active,
#header .cta-phone:focus {
  text-decoration: none;
  opacity: 1;
}

#header .cta-phone:hover {
  text-decoration: none;
  opacity: 1;
  filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.3));
}

#header.affix .cta-phone {
  display: none;
}

/* HIRING BUTTON */
#header .hiring-button {
  background-image: url(../images/hiring-button.svg), url(../images/hiring-button.svg);
  background-repeat: no-repeat;
  background-position: 0 50%, 100% 0;
  padding: 0 20px 0 25px;
  height: 31px;
  line-height: 31px;
  color: #0063FF;
  font-family: 'Fira Sans', helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin-left: 25px;
}

#header .hiring-button::after {
  content: '';
  background: url(../images/footer-carreers.png) no-repeat 100% 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  vertical-align: text-bottom;
  background-size: contain;
}

#header .hiring-button.active,
#header .hiring-button:active,
#header .hiring-button:focus {
  text-decoration: none;
  opacity: 1;
}

#header .hiring-button:hover {
  text-decoration: none;
  opacity: 1;
  filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.3));
}

#header .hiring-button-movil,
#header.affix .hiring-button {
  display: none;
}

/* Bottom bar */
#bottombar {
  background-color: #DBFFE1;
  text-align: center;
  color: #617892;
  font-size: 1.125rem;
  line-height: 1.3333;
  padding: 13px 20px 14px 20px;
}

a#bottombar {
  display: block;
}

a#bottombar:hover {
  opacity: 1;
  text-decoration: none;
}

#bottombar b {
  font-weight: 500;
}

#bottombar a {
  color: #4CD964;
  font-weight: 600;
  text-decoration: underline;
}

#bottombar img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

#bottombar span {
  display: inline-block;
  vertical-align: middle;
}

/* Bottom bar 1 */
#bottombar.dark {
  background-color: #052B53;
  color: #fff;
  padding: 11px 20px 11px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

#bottombar.dark img {
  margin-right: .1875rem;
}

#bottombar.dark span.button {
  background-color: #4CD964;
  padding: 2.5px 18px;
  border-radius: .5rem;
  margin-left: 1.4375rem;
}

/*
--------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------
*/

#main {
  padding-bottom: 70px;
  z-index: 2;
}


/*
--------------------------------------------------------------------------------
  HERO
--------------------------------------------------------------------------------
*/

.hero {
  background: url(../images/hero.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.21;
  margin-bottom: 50px;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.use-topbar .hero {
  padding-top: 132px;
}
.use-bottombar .hero {
  padding-top: calc(80px + 51px); /* Agregando los 51px del bottombar si se muestra en la página */
}

.hero .container {
  padding: 0 15px;
}

.hero .article {
  margin: 25px auto 0 auto;
  padding: 0;
  max-width: 475px;
}

.hero h1 {
  color: #f7f7f7;
  font-size: 44px;
  margin-bottom: 10px;
}

.hero p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 360px;
}



/*
--------------------------------------------------------------------------------
  PAGE: HOME
--------------------------------------------------------------------------------
*/
.home {
  background-color: #fff;
}

/* .home .container {
  max-width: 1130px;
} */

.home footer #demo {
  display: none !important;
}

.home #main {
  padding-bottom: 0;
  padding-right: 0;
}

.home #main .btn-primary {
  font-size: 0.9375rem; /*15px*/
  font-weight: 500;
  background: linear-gradient(180deg, rgba(237, 249, 255, 0.5) -15.94%, rgba(0, 177, 255, 0.5) 100%), #00B1FF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  color: #fff;
}

.home #main .btn-primary:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

/* HERO ----------------------------------------------------------------------*/

#home-hero {
  background-image: url(../images/home-hero-detalles.png), url(../images/home-hero.svg);
  background-size: cover, 100% 100%;
  /* background-position: 39px 60px, 50% 100%; */ /* sin bottom bar */
  background-position: 39px 111px, 50% 100%;
  background-repeat: no-repeat;
  font-weight: 300;
  /* padding-top: 100px; */ /* sin bottom bar */
  padding-top: 151px;
  padding-bottom: 40px;
  margin-bottom: 0;
  text-align: left;
}

.use-topbar #home-hero {
  padding-top: 182px;
}

#home-hero .article {
  margin-top: 120px;
}

#home-hero h1 {
  font-size: 3.1875rem; /*51px*/
  line-height: 1.19; /*61px*/
  margin-bottom: 22px;
}

#home-hero p {
  max-width: 350px;
  margin: 0;
}

#home-hero .article .btn {
  font-size: 0.9375rem; /*15px*/
  font-weight: 500;
  margin-top: 48px;
  background: linear-gradient(180deg, rgba(237, 249, 255, 0.5) -15.94%, rgba(0, 177, 255, 0.5) 100%), #00B1FF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  padding: 0 28px;
}

#home-hero .article .btn:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

#home-hero img {
  max-width: 750px !important;
  margin-left: -53px;
  margin-top: -4px;
}


/* CLIENT --------------------------------------------------------------------*/
#home-client .clients {
  text-align: center;
  align-content: center;
  position: relative;
}

#home-client .clients .vc_column-inner {
  padding-top: 122px;
  padding-bottom: 142px;
}

/* Caras */
#home-client .img.tl,
#home-client .img.tr,
#home-client .img.bl,
#home-client .img.br {
  position: absolute;
}

#home-client .img.tl {
  top: 34px;
  left: -52px;
  width: 83px;
}

#home-client .img.tr {
  top: 55px;
  right: -41px;
  width: 86px;
}

#home-client .img.bl {
  bottom: 58px;
  left: 10px;
  width: 80px;
}

#home-client .img.br {
  bottom: 44px;
  right: 11px;
  width: 95px;
}

#home-client .clients .clients-text {
  font-size: 21px;
}

#home-client .clients .clients-text strong {
  color: #052B53;
}

#home-client .clients .clients-text img {
  vertical-align: text-top;
}

/* Clients link */
#home-client .clients a.more {
  background: url(../images/arrow.svg) no-repeat 99% 50%;
  background-size: 22px auto;
  color: #00b1ff;
  display: inline-block;
  font-size: 1.3125rem; /*21px*/
  line-height: 1.28; /*27px*/
  margin-bottom: 0;
  padding-right: 40px;
}

/* Logos */
#home-client .logos {
  margin-bottom: 30px !important;
  margin-top: 30px;
}

#home-client .logos ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  height: auto !important;
  z-index: 0;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#home-client .logos li {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0;
  vertical-align: bottom;
}

#home-client .logos li + li {
  margin-left: 29px;
}

/* FUNCIONALITIES -----------------------------------------------------------*/
#home-functionalities {
  background: url(../images/funcionalidades.svg) no-repeat 50% 0;
  background-size: cover;
  padding: 0 0 20vw 0;
  position: relative;
  z-index: 0;
}

.row-functionality h2 {
  font-size: 1.875rem; /*30px*/
  line-height: 1.2; /*36px*/
  margin-bottom: 36px;
}

.row-functionality p {
  font-size: 1.3125rem; /*21px*/
  line-height: 1.2; /*25px*/
}

#home-functionalities .row-buttons {
  margin-top: 33px;
}

/* REVIEWS ------------------------------------------------------------------*/
#home-reviews {
  background: url(../images/testimonios.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  padding: 20vw 0 13vw 0;
  margin-top: -20vw;
  position: relative;
  z-index: 1;
}

#home-reviews .container {
  max-width: 100%;
  margin: 0;
  padding: 0; 
}

.row-review {
  margin: 0 0 126px 0;
  align-items: center;
  max-width: 1440px;
}

.row-review > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Card sector */
.card-sector {
  position: relative;
}

.card-sector img {
  border-radius: 0 30px 30px 0;
}

.card-sector .card-text {
  position: absolute;
  bottom: 60px;
  left: 30px;
  color: #fff;
  font-size: 1.4375rem; /*23px*/
  line-height: 1.2;
}

.card-sector .card-text p {
  margin-bottom: 0;
}

.card-sector .card-text small {
  opacity: 0.5;
  font-size: 1.0625rem; /*17px*/
  line-height: 1.2;
}

/* Card review */
.card-review {
  background: #FFFFFF;
  box-shadow: 0px 32.5px 86.6667px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-left: -160px;
  max-width: 982px;
}

.card-review .card-body {
  padding: 45px 56px 36px 52px;
  min-height: 557px;
}

.card-review h2 {
  font-size: 2.125rem; /*34px*/
  line-height: 1.18; /*40px*/
  color: #00B1FF;
  margin-bottom: 30px;
}

.card-review .card-text {
  padding-left: 86px;
  font-size: 1.1875rem; /*19px*/
  line-height: 1.42;
  font-style: italic;
  background: url(../images/comillas.svg) no-repeat 0 0;
  padding-top: 10px;
  margin-bottom: 50px;
}

.card-review .card-text p:first-child {
  font-size: 1.6875rem; /*27px*/
  line-height: 1.30;
}

.card-review .card-author {
  font-size: 1.125rem; /*18px*/
  line-height: 1.33;
  font-weight: 500;
  color: #052B53;
  display: flex;
  align-items: center;
}

.card-review .author {
  display: flex;
  align-items: center;
  width: 100%;
}

.card-review .card-author .img {
  width: 78px;
  margin-right: 20px;
}

.card-review.green .card-author .img {
  width: 92px;
}

.card-review .card-author .job {
  color: #00B1FF;
}

.card-review .logo {
  margin-left: auto;
}

.card-review.green h2,
.card-review.green .job {
  color: #4CD964;
}

.card-review.green .card-text {
  background-image: url(../images/comillas-verdes.svg);
}

.card-review.orange h2,
.card-review.orange .job {
  color: #FF9878;
}

.card-review.orange .card-text {
  background-image: url(../images/comillas-naranja.svg);
}

/* Row Reverse */
.row-review.flex-row-reverse {
  margin-left: auto;
}

.row-review.flex-row-reverse .card-sector img {
  border-radius: 30px 0 0 30px;
}

.row-review.flex-row-reverse .card-sector .card-text {
  left: auto;
  right: 30px;
}

.row-review.flex-row-reverse .card-review {
  margin-left: auto;
  margin-right: -160px;
}

/* Row buttons */
#home-reviews .row-buttons {
  max-width: 560px;
  margin: 0 auto;
}

#home-reviews .row-buttons .btn-primary {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

#home-reviews .row-buttons .btn-primary:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

/* NUMBERS -----------------------------------------------------------------*/
#home-numbers {
  background: url(../images/numeros-bg.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-top: -13vw;
  padding-top: 13vw;
  position: relative;
  z-index: 0;
}

#home-numbers > div {
  background: url(../images/numeros-bg-detalles.png) no-repeat 4.3vw 27px;
  background-size: 94% auto;
  padding-bottom: 91px;
}

.row-home-numbers {
  padding: 140px 0 110px 0;
}

.home-number {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 32.5px 86.6667px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center;
  padding: 48px;
  font-size: 1.3125rem; /*21px*/
  height: 100%;
  max-width: 344px;
  line-height: 27px;
}

.home-number strong {
  display: block;
  font-style: italic;
  font-weight: normal;
  font-size: 6.5rem; /*104px*/
  line-height: 1.2;
  color: #00B1FF;
  margin-bottom: -4px !important;
}

.home-number .number-2 strong {
  color: #FF9878;
}

.home-number .number-3 strong {
  color: #7537FF;
}

.row-buttons {
  text-align: center;
}

/*
--------------------------------------------------------------------------------
  PAGE: ABOUT
--------------------------------------------------------------------------------
*/

/* HERO ---------------------------------------------------------------------*/
#about-hero {
  background: url(../images/hero.svg) no-repeat 50% 0;
  background-size: 100% 445px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  padding-top: 115px;
  padding-bottom: 0;
  text-align: left;
}

.use-topbar #about-hero {
  padding-top: 167px;
}

#about-hero .article {
  margin-top: 45px;
  margin-left: 0;
  max-width: 425px;
}

#about-hero .article h1 {
  color: #f7f7f7;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 25px;
}

#about-hero .article p {
  margin: 0;
  max-width: 506px;
}


/* OPTIMIZE ------------------------------------------------------------------*/
#about-optimize {
  color: #617892;
  font-size: 21px;
  line-height: 26px;
  padding: 45px 0 35px 0;
}

#about-optimize .row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#about-optimize h2 {
  font-size: 30px;
  margin-bottom: 40px;
  max-width: 420px;
}

#about-optimize p {
  margin-bottom: 26px;
  max-width: 506px;
}

#about-optimize .img {
  margin-bottom: 26px;
}

/* NUMBERS -------------------------------------------------------------------*/
#about-numbers {
  background: url(../images/about-numbers.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}

#about-numbers > div {
  background: url(../images/about-numbers-01.png) no-repeat 5% 50%,
              url(../images/about-numbers-02.png) no-repeat 95% 50%;
  padding-top: 105px;
  padding-bottom: 70px;
  max-width: 1440px;
  margin: 0 auto;
}

#about-numbers .container {
  max-width: 1000px;
}

#about-numbers h2 {
  color: #fff;
  font-size: 30px;
  margin: 3px 0 37px;
}

#about-numbers h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  margin: 10px 0 0 0;
}

#about-numbers p {
  margin: 0;
}

#about-numbers .img {
  height: 46px;
}

#about-numbers .banner {
  font-size: 16px;
  margin: 77px 0 36px 0;
  text-align: center;
  position:relative;
}

#about-numbers .banner span {
  background:#008CFF;
  position:relative;
  padding:15px;
}

#about-numbers .banner::before  {
  content: '';
  position: absolute;
  width:100%;
  height:1px;
  left:0px;
  top:50%;
  background: #fff;
}


/* FOUNDERS ------------------------------------------------------------------*/
#about-founders {
  color: #617892;
  font-size: 21px;
  margin: 0 auto;
  max-width: 770px;
  padding: 75px 0 80px 0;
  text-align: center;
}

#about-founders h2 {
  font-size: 30px;
  margin-bottom: 50px;
}

#about-founders ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#about-founders ul li {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  width: 50%;
}

#about-founders .img + h3, /*wp*/
#about-founders li h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-top: -55px;
  text-align: center;
}

#about-founders p {
  margin: 70px auto 0 auto;
  max-width: 695px;
}


/* FAMILY --------------------------------------------------------------------*/
#about-family {
  background: url(../images/about-family.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  color: #617892;
  font-size: 21px;
  padding: 80px 0 120px 0;
  text-align: center;
}

#about-family h2 {
  font-size: 30px;
  margin-bottom: 75px;
}

#about-family .img {
  margin-bottom: 83px !important;
}

#about-family .img + .img {
  display: none;
}

#about-family .join {
  color: #052b53;
}

#about-family .join a {
  background: url(../images/more-orange.svg) no-repeat 100% 50%;
  color: #ff9878;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 26px;
  margin-left: 10px;
  padding-right: 30px;
  text-transform: uppercase;
}


/* OURPP ---------------------------------------------------------------------*/
#about-ourpp {
  color: #617892;
  font-size: 21px;
  padding-top: 65px;
  text-align: center;
}

#about-ourpp h2 {
  color: #052b53;
  font-size: 30px;
  margin-bottom: 15px;
}

#about-ourpp .purpose,
#about-ourpp .promise {
  min-height: 305px;
  padding: 60px 0;
}

#about-ourpp .purpose {
  background: url(../images/about-ourpp-purpose.svg) no-repeat 0 0;
}

#about-ourpp .promise {
  background: url(../images/about-ourpp-promise.svg) no-repeat 100% 0;
}

#about-ourpp .purpose p {
  margin: 0 auto;
  max-width: 357px;
}

#about-ourpp .promise p {
  margin: 0 auto;
  max-width: 390px;
}


/*
--------------------------------------------------------------------------------
  PAGE: FUNCTIONALTIES
--------------------------------------------------------------------------------
*/

/* HERO ---------------------------------------------------------------------*/
#function-hero {
  background: url(../images/hero.svg) no-repeat 50% 0;
  background-size: 100% 440px;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 50px;
  max-height: none;
  padding-top: 115px;
  padding-bottom: 0;
  text-align: center;
}

.use-topbar #function-hero,
.use-bottombar #function-hero{
  padding-top: 167px;
}

#function-hero .container {
  max-width: 100%;
  padding: 0 150px 0 100px;
}

#function-hero .article {
  margin-top: 0;
  max-width: none;
}

#function-hero .article h1 {
  font-size: 38px;
  margin-bottom: 0;
}

#function-hero .article p {
  margin: 0;
  max-width: none;
}

#function-hero .img {
  margin-top: 40px;
}

#function-hero .btn {
  font-size: 15px;
  margin-top: -30px;
  background-image: -webkit-linear-gradient(#00afff, #0060ff);
  background-image: -o-linear-gradient(#00afff, #0060ff);
  background-image: linear-gradient(#00afff, #0060ff);
}


/* TIME-OFF -------------------------------------------------------------------*/
.function-timeoff {
  padding: 100px 0;
}

#function-timeoff {
  /*background: url(../images/function-timeoff-01.svg) no-repeat 50% 100%;
  background-size: 100% auto;*/
  padding-top: 70px;
}

.function-timeoff h2 {
  background: url(../images/hr.svg) no-repeat 50% 100%;
  color: #052b53;
  font-size: 40px;
  margin-bottom: 100px;
  padding-bottom: 23px;
  text-align: center;
}

#function-timeoff-2,
#function-timeoff-4,
#function-timeoff-6,
#function-timeoff-8 {
  background: url(../images/function-timeoff-bg.svg) no-repeat 50% 0;
  background-size: 100% 100%;
}

.function-timeoff.last {
  padding-bottom: 200px !important;
  margin-bottom: -120px !important;
}

.function-timeoff .row .col-lg-6 {
  -ms-flex-item-align: center;
  align-self: center;
}

.function-timeoff .content {
  color: #617892;
  font-size: 21px;
  line-height: 29px;
  /*padding-top: 80px;*/
}

.function-timeoff .content h3 {
  color: #052b53;
  font-size: 30px;
  margin-bottom: 30px;
}

.function-timeoff .content ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.function-timeoff .content ul li {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

.function-timeoff .content ul li + li {
  margin-top: 20px;
}

.function-timeoff .content ul li {
  background: url(../images/function-timeoff-green.svg) no-repeat 0 6px;
}

.function-timeoff .content ul li:nth-child(5) {
  background-image: url(../images/function-timeoff-green.svg);
}

.function-timeoff .content ul li:nth-child(2),
.function-timeoff .content ul li:nth-child(6) {
  background-image: url(../images/function-timeoff-purple.svg);
}

.function-timeoff .content ul li:nth-child(3),
.function-timeoff .content ul li:nth-child(7) {
  background-image: url(../images/function-timeoff-orange.svg);
}

.function-timeoff .content ul li:nth-child(4),
.function-timeoff .content ul li:nth-child(8) {
  background-image: url(../images/function-timeoff-blue.svg);
}


/* SUCCESS ---------------------------------------------------------------------*/
#function-success {
  background: url(../images/function-success.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 28px;
  padding: 110px 0 70px 0;
  text-align: center;
}

#function-success .container {
  background: url(../images/function-success-l.svg) no-repeat 0 50%,
               url(../images/function-success-r.svg) no-repeat 100% 50%;
 background-size: auto 75%;
  max-width: 1120px;
}

#function-success h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}

#function-success .success {
  max-width: 544px;
}

#function-success .success-l {
  margin-right: auto;
  padding: 83px 64px 107px 124px;
}

#function-success .success-r {
  margin-left: auto;
  padding: 83px 124px 107px 64px;
}

#function-success .success p {
  margin-bottom: 0;
}

#function-success .success p b,
#function-success .success p strong {
  font-size: 40px;
  font-weight: 500;
}

#function-success .footer {
  font-size: 21px;
  margin-top: -21px;
}

#function-success .footer p {
  line-height: 1;
  margin-bottom: 25px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=58)";
  filter: alpha(opacity=58);
  opacity: 0.58;
}


/* OTHERS ---------------------------------------------------------------------*/
#function-others {
  padding-top: 92px;
}

.function-timeoff + #function-others {
  margin-top: 100px;
}

#function-others .row {
  margin-left: -23px;
  margin-right: -23px;
}

#function-others .row > div  {
  padding-left: 23px;
  padding-right: 23px;
}

#function-others h2 {
  background: url(../images/hr.svg) no-repeat 50% 100%;
  color: #052b53;
  font-size: 40PX;
  line-height: 1.33;
  margin-bottom: 90px;
  padding-bottom: 25px;
  text-align: center;
}

#function-others .content {
  background: url(../images/function-others.svg) no-repeat 0 0;
  background-size: 100% 100%;
  color: #617892;
  display: block;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 46px;
  padding: 40px;

  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

#function-others .content:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 4px 38px 0 #00b1ff42;
  box-shadow: 0 4px 38px 0 #00b1ff42;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#function-others .row .col-lg-6:nth-child(1) .content,
#function-others .row .col-lg-6:nth-child(2) .content {
  margin-top: 0;
}

#function-others .content .img {
  float: left;
  height: 120px;
  width: 100px;
}

#function-others .content b,
#function-others .content strong {
  color: #052b53;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
}

#function-others .content span {
  display: block;
}

#function-others .content .more {
  background: url(../images/more.svg) no-repeat 100% 50%;
  color: #00b1ff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: 28px;
  padding-right: 30px;
  text-transform: uppercase;
}

/*
--------------------------------------------------------------------------------
  PAGE: CANAL DE DENUNCIAS
--------------------------------------------------------------------------------
*/

/* Hero */
#function-hero.complaint-hero {
  background-color: #FCFCFC;
  margin-bottom: 0;
}

#function-hero .article .complaint-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#function-hero .article .complaint-description {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* Video */
#complaint-video {
  background: url(../images/complaint-video.svg) no-repeat 0 100%;
  background-size: 100% auto;
  padding-top: 138px;
  padding-bottom: 180px;
}

.complaint-form {
  background-color: #fff;
  filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.05));
  border-radius: 20px;
  padding-top: 1.5rem;
  max-width: 455px;
  margin: 0 auto;
}

.complaint-row-video {
  align-items: center;
}

.complaint-video.woffu-video {
  max-width: 526px;
  margin-right: 0;
}

.complaint-video::before {
  content: '';
  background: url(../images/circle_3.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 165px;
  height: 173px;
  position: absolute;
  top: -55px;
  right: -55px;
}

.complaint-video::after {
  content: '';
  background: url(../images/circle_4.svg) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 233px;
  height: 246px;
  position: absolute;
  bottom: -68px;
  left: -68px;
}

.complaint-video .picture {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
}

.complaint-video .picture img {
  box-shadow: 0px 0.8692px 1.47765px 0px rgba(0, 0, 0, 0.02), 0px 3.8245px 3.0596px 0px rgba(0, 0, 0, 0.03), 0px 9.38741px 6.10182px 0px rgba(0, 0, 0, 0.04), 0px 18.07946px 11.96026px 0px rgba(0, 0, 0, 0.04), 0px 30.42217px 21.99088px 0px rgba(0, 0, 0, 0.05), 0px 46.93707px 37.54965px 0px rgba(0, 0, 0, 0.07);
}

.complaint-video.woffu-video .btn-play {
  background-image: url(../images/icon-play-blue.svg);
  box-shadow: 0px 12.0457px 71.31385px 0px rgba(0, 0, 0, 0.25);
  width: 155px;
  height: 155px;
  border-radius: 50%;
  z-index: 1;
  left: 50%;
}

/* Info */
#complaint-info-bottom {
  background: url(../images/complaint-info-bottom.svg) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 110px 0 100px 0;
}

.complaint-info .content h3 {
  font-size: 1.5625rem;
  line-height: 1.24;
}

.complaint-info .content .btn {
  margin-top: 2.3125rem;
}

/* Steps */
#complaint-steps {
  padding: 70px 0 60px 0;
}

#complaint-steps .section-title {
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 4.375rem;
}

.complaint-step {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
}

.complaint-step h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: .875rem;
}

.complaint-step .picture {
  position: relative;
}

.complaint-step .arrow-down::before {
  content: '';
  background: url(../images/arrow-curved-down.svg) no-repeat 0 0;
  display: block;
  width: 76px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translateY(-50%);
}

.complaint-step .arrow-up::before {
  content: '';
  background: url(../images/arrow-curved-up.svg) no-repeat 0 0;
  display: block;
  width: 76px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translateY(-50%);
}

/* Extra */
#complaint-extra {
  background: url(../images/complaint-extra.svg) no-repeat 0 0;
  background-size: 100% auto;
  padding: 147px 0 230px 0;
}

#complaint-extra .section-title {
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 4.375rem;
}

.complaint-extra {
  text-align: center;
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: -0.394px;
}

.complaint-extra .picture {
  min-height: 275px;
  display: flex;
  align-items: center;
}

.complaint-extra .picture img {
  width: 235px;
  margin: 0 auto;
}

.complaint-extra .description {
  max-width: 230px;
  margin: 0 auto;
}

.complaint-extra h4 {
  font-size: 1.4375rem;
  line-height: 1.34;
  margin-top: 1.875rem;
}

.complaint-extra .description p {
  max-width: 214px;
  margin: 0 auto;
}

#complaint-extra .section-footer {
  margin-top: 5.0625rem;
  text-align: center;
}

/*
--------------------------------------------------------------------------------
  PAGE: PRICING
--------------------------------------------------------------------------------
*/

body.page-template-page-prices {
  background: linear-gradient(0deg, #FCFCFC, #FCFCFC), #FDFDFD;
}

/* HERO ---------------------------------------------------------------------*/
#pricing-hero {
  background-size: 100% 100%;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.21;
  margin-bottom: 50px;
  padding-top: 60px; /* Agregando los 51px de bottombar que se muestra en esta página */
  padding-bottom: 0;
  text-align: center;
  padding-bottom: 230px;
  background-image: url(../images/prices-hero.svg);
}

.use-topbar #pricing-hero {
  padding-top: 81px;
}

.use-bottombar #pricing-hero {
  padding-top: calc(60px + 51px); /* Agregando los 51px de bottombar que se muestra en esta página */
}

#pricing-hero .container {
  padding: 0 15px;
}

#pricing-hero .article {
  margin: 54px auto 0 auto;
  padding: 0;
  max-width: 100%;
}

#pricing-hero h1 {
  margin-bottom: 10px;
}

#pricing-hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#pricing-hero .h4 {
  color: #fff;
}

/* Formulario */
#prices-form {
  margin-top: 65px;
}

#prices-form .form-bottom-text {
	max-width: 355px;
  font-size: 17px;
  margin: 0 auto;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  line-height: 1.42;
	margin-bottom: 2rem !important;
  margin-top: -10px;
}

#prices-form.promo-prices-form-row {
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
}

.promo-prices-form-row .img {
  max-width: 348px;
}

.promo-prices-form-row #pardot-iframe {
  max-width: 348px;
  margin-left: auto;
  height: 450px !important;
}

/* Features */
#prices-features {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.27;
  text-align: center;
  margin-bottom: 90px;
  margin-top: 50px;
}

#prices-features img {
  margin-bottom: 15px;
}

#prices-features p {
  max-width: 115px;
}

#prices-features .mw-100 p {
  max-width: 160px;
}

#pardot-iframe {
  max-width: 100%;
}

/* PLAN CARDS ---------------------------------------------------------------------*/
#price-plans {
  margin-top: -200px;
  padding-bottom: 60px;
}

#price-plans .container {
  max-width: 1166px; /* 1136px + 30px padding */
}

.plans-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.plans-row > div[class^="col"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.plans-row .vc_column-inner,
.plans-row .wpb_wrapper,
.plans-row .plan-card {
  height: 100%;
}

.plans-row .plan-card {
  width: 368px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Plan card */
.plan-card {
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
}

.plan-card .card-body {
  padding: 2rem 0;
}

.plan-card-title {
  color: #4A4A4A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.17;
  margin-bottom: 1rem;
}

.plan-card-title b {
  color: #0060FF;
  font-weight: 500;
}

.plan-card-text {
  padding: 0 1rem;
  min-height: calc(1rem * 1.5 * 3 + 1rem); /* 1 paragraph with 3 text lines */
}

.plan-card-price {
  font-size: 1.25rem;
  line-height: 1.2;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price-formated .plan-card-price {
  color: #B5B5B5;
}

.price-formated .plan-card-price b {
  color: #4A4A4A;
  font-size: 2rem;
  line-height: 1.19;
  font-weight: 500;
}

.price-formated .plan-card-price del {
  text-decoration: solid line-through #F00 4px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.plan-card-features {
  text-align: left;
  list-style: none outside none;
  padding: 1.5rem 2rem 1.25rem 2rem;
  margin: 0;
}

.plan-card-features li {
  margin-bottom: 1rem;
  display: flex;
}

.plan-card-features li::before {
  content: url(../images/check.svg);
  /* transform: scale(1); */
  margin-right: .5rem;
}

.plan-card-features li.plus {
  font-weight: 500;
}

.plan-card-features li.plus::before {
  content: url(../images/plus.svg);
}

.plan-card .btn-dark {
  display: block;
  /*width: calc(100% - 4rem);*/ /* 2rem padding-left, 2rem padding-right */
  background: #0060FF;
  color: #FFFFFF;
  box-shadow: none;
  text-transform: none;
}

.btn-dark {
  background-color: #0060FF;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.71;
  border-radius: 1.875rem;
}

.btn-dark:hover {
  box-shadow: 0px 10px 20px rgba(0, 96, 255, 0.25);
  opacity: 1;
}

.plan-card-footer {
	padding-left: 2rem;
	padding-right: 2rem;
}

.plan-card-bottom-text {
	margin-top: 1.125rem;
	min-height: 1.5rem;
  font-weight: 500;
}

/* Plan accordeon */
#plans-accordeon {
  margin-top: 5.9375rem;
}

#plans-accordeon h2 {
  color: #4A4A4A;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.5rem;
}

#plans-accordeon .vc_tta-panel-title {
  font-size: 1rem;
}

#plans-accordeon .vc_tta-panel-title > a {
  color: #4A4A4A;
  padding: 2.4375rem 3rem 2.25rem 3rem;
}

#plans-accordeon .vc_tta-title-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4A4A4A;
}

#plans-accordeon .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 5rem;
  content: url(../images/down.svg);
}

#plans-accordeon .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle {
  content: url(../images/up.svg);
}

#plans-accordeon .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  display: none;
}

#plans-accordeon .vc_tta-panel {
  border: 1px solid #E1E1E1;
  border-radius: 0.25rem;
  background-color: #FFF;
  margin-bottom: 1.875rem;
}

#plans-accordeon .vc_tta-panel-heading,
#plans-accordeon .vc_tta-panel-body {
  border: none;
  background-color: transparent;
}

#plans-accordeon .vc_tta-panel-body {
  padding: 0 3.9375rem 6.25rem 3.9375rem;
}

#plans-accordeon .table {
  max-width: 900px;
}

#plans-accordeon .table td, .table th {
  border-top: 1px solid #E1E1E1;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #4A4A4A;
  padding-top: 1rem;
  padding-bottom: 0.875rem;
  vertical-align: middle;
}

#plans-accordeon .table th {
  font-weight: 400;
}

#plans-accordeon .table td {
  text-align: center;
}

#plans-accordeon .table thead th {
  font-weight: 500;
  border-bottom: 1px solid #E1E1E1;
}

#plans-accordeon .table thead th:not(:first-child) {
  text-align: center;
}

#plans-accordeon .table thead th:first-child,
  #plans-accordeon .table tbody th {
  padding-left: 0;
}

#plans-accordeon .table span.checked {
  content: url(../images/check.svg);
}

#plans-accordeon .table span.unchecked {
  content: url(../images/check-disabled.svg);
}

/* PRICING OLD ---------------------------------------------------------------------*/

#pricing {
  margin-top: -200px;
  padding-bottom: 60px;
  text-align: center;
}

#pricing .container {
  max-width: 910px;
}

#pricing.collapse:not(.show),
#pricing.collapse.show {
  display: block !important;
}

#pricing.collapsing {
  height: auto !important;
}

#pricing .panel-more {
  display: none;
}

#pricing.show .panel-more {
  display: block;
}

#pricing.collapsing .more,
#pricing.show .more {
  display: none;
}

#pricing.show .panel-more .more {
  display: inline-block;
}

#pricing .panel {
  background: #fff;
  border-radius: 25px;
  color: #617892;
  margin-left: auto;
  margin-right: auto;
  max-width: 392px;
  padding: 25px 40px 30px 40px;
  box-shadow: 0 3px 6px 0 #00000019, 0 3px 6px 0 #00000019;
  border-top: 23px solid transparent;
}

#pricing .panel-enterp {
  box-shadow: 0 3px 31px 0 #00000016, 0 3px 31px 0 #00000012;
  border-top: 23px solid #006fff;
}

#pricing .panel h2 {
  color: #052b53;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.51;
  margin: 0;
}

#pricing .panel .h2 {
  display: none;
}

#pricing .panel h3 {
  color: #617892;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.51;
}

#pricing .panel .price {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
}

#pricing .panel .price b,
#pricing .panel .price strong {
  display: block;
  font-size: 67px;
  font-weight: 300;
  line-height: 0.79;
  margin-bottom: 10px;
}

#pricing .panel .btn {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 40px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 0 50px;
}

#pricing .panel .btn-outline-primary {
  background: #fff;
  border: 2px solid #00b1ff;
  color: #00b1ff;
  line-height: 36px;
  padding: 0 48px;
  box-shadow: 0 10px 20px 0 rgba(0, 96, 255, 0.16);
}

#pricing .panel .btn-primary {
  box-shadow: 0 10px 20px 0 rgba(0, 96, 255, 0.23);
  background-image: -webkit-linear-gradient(#00afff, #0060ff);
  background-image: -o-linear-gradient(#00afff, #0060ff);
  background-image: linear-gradient(to bottom, #00afff -16%, #0060ff);
}

#pricing .panel h4 {
  color: #00b1ff;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
  margin-bottom: 20px;
}

#pricing .panel-enterp .features h4 {
  margin-bottom: 53px;
}

/*#pricing .panel-enterp .features h4:lang(es) {
  margin-bottom: 70px;
}*/

#pricing .panel li {
  text-align: left;
}

#pricing .features {
  margin: 0 -40px;
  margin-bottom: 25px;
  padding: 30px 20px 40px 40px;
}

#pricing .features ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#pricing .features ul li {
  font-size: 18px;
  line-height: 45px;
  padding: 0;
}

#pricing .features ul li + li {
  margin-top: 5px;
}

#pricing .features ul li:before {
  display: block;
  background: url("../images/pricing-features-li.svg") no-repeat 50% 50%;
  content: "";
  float: left;
  height: 50px;
  margin-right: 0;
  width: 60px;
}

#pricing .more {
  background: url(../images/more.svg) no-repeat 100% 50%;
  color: #00b1ff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-right: 30px;
}

#pricing .more:hover {
  text-decoration: none;
}

#pricing .panel-more {
  margin: 0 auto;
  max-width: 260px;
  padding-bottom: 15px;
}

#pricing .panel-more ul,
#pricing .panel-more ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#pricing .panel-more .section {
  border-top: 2px solid #f2f1f1;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.2px;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-left: 10px;
  text-align: left;
}

#pricing .panel-more .section:first-of-type {
  border: none;
  margin-top: 0;
}

#pricing .panel-more .section h4 {
  color: #617892;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

#pricing .panel-more .section li:before {
  content: "· ";
}

#pricing .panel-more .disable,
#pricing .panel-more .disable h4 {
  color: #61789240;
}

/* Prices demo */
#prices-demo {
  background: url(../images/prices-demo.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  color: #f7f7f7;
  font-size: 38px;
  padding: 120px 0 80px 0;
  text-align: center;
}

#prices-demo .container {
  background: url(../images/prices-demo-left.svg) no-repeat 0 50%,
               url(../images/prices-demo-right.svg) no-repeat 100% 50%;
  background-size: auto 100%;
  max-width: 1000px;
}

#prices-demo .content {
  max-width: 500px;
  margin: 15px auto 0 auto;
}

#prices-demo .btn-warning {
  margin-top: 55px;
  min-width: 182px;
}

#prices-demo .btn-warning:hover {
  color: #fff;
  opacity: 1;
}


/* NUMBERS -------------------------------------------------------------------*/
#about-numbers.pricing {
  background: none;
  color: #0060ff;
}

#about-numbers.pricing > div {
  background: none;
  padding-top: 60px;
  padding-bottom: 50px;
}

#about-numbers.pricing h2 {
  color: #000;
}

#about-numbers.pricing h3 {
  color: #0060ff;
}

#about-numbers.pricing .banner,
#about-numbers.pricing .bottom,
#about-numbers.pricing .bottom h3 {
  color: #00b1ff;
}

#about-numbers.pricing .banner span {
  background: #fff;
}

#about-numbers.pricing .banner::before  {
  background: #00b1ff;
}

/*
--------------------------------------------------------------------------------
  PAGE: CLIENTS
--------------------------------------------------------------------------------
*/

/* HERO ----------------------------------------------------------------------*/
#clients-hero {
  padding-bottom: 140px;
}

#clients-hero .article {
  max-width: 100%;
}

#clients-hero p {
  max-width: 390px;
}

#clients-hero .img {
  max-width: 785px;
  margin: 55px auto 0 auto;
}

#clients-hero .img img {
  border-radius: 0;
}



/* CLIENTS -------------------------------------------------------------------*/
#clients {
  margin-bottom: 100px;
}

#clients h2 {
  color: #052b53;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 425px;
  text-align: center;
}

/* NAV -------------------------------*/
#clients ul.vc_tta-tabs-list,
#clients ul.nav {
  display: block;
  list-style: none outside none;
  margin-bottom: 35px;
  text-align: center;
}

#clients .vc_tta-tabs-list li,
#clients .nav li {
  display: inline-block;
  list-style: none outside none;
}

#clients .vc_tta-tabs-list li + li,
#clients .nav li + li {
  margin-left: 30px;
}

#clients .vc_tta-tabs-list a,
#clients .nav a {
  background: url(../images/clients-right.svg) no-repeat 98% 50%;
  color: #d8d8d8;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 0;
  padding: 0 30px 0 0;
}

#clients .vc_tta-tabs-list a:hover,
#clients .vc_tta-tabs-list .vc_active a,
#clients .nav a:hover,
#clients .nav a.active {
  background-image: url(../images/clients-down.svg);
  color: #00b1ff;
  text-decoration: none;
}

/* IMG -------------------------------*/
#clients .img img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* ROWS -------------------------------*/
#clients .client-row {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}

#clients .client-row > div {
  padding: 0 20px;
}

/* PANEL -------------------------------*/
#clients .panel {
  background-color: #fff;
  border: solid 2px #00b1ff;;
  color: #617892;
  font-size: 15px;
  height: 100%;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;

  box-shadow: 0 3px 6px 0 #00000019, 0 3px 6px 0 #00000019;

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

#clients .panel.disable {
  border-color: #617892;
}

#clients .panel h3 {
  color: #052b53;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.14;
  margin-bottom: 10px;
}

#clients .panel p {
  margin: 0;
}

#clients .panel ul {
  list-style: none outside none;
  margin: 40px 0 0 0;
  padding: 0;
}

#clients .panel ul li {
  background: url("../images/clients-check.svg") no-repeat -14px -12px;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 15px 50px;
}

#clients .panel.disable ul li {
  background-image: url("../images/clients-check-disable.svg");
}


/* CLIENTS-TEAMS -------------------------------------------------------------*/
#clients-teams {
  background: url(../images/clients-teams.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  padding: 130px 0 100px 0;
}

#clients-teams > div {
  background: url(../images/clients-teams-t.png) no-repeat 50% 106px;
}

#clients-teams .container {
  max-width: 955px;
}

#clients-teams h2 {
  background: url(../images/hr.svg) no-repeat 50% 100%;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  text-align: center;
}

#clients-teams .row-team {
  border: 1px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  max-width: 620px;
  margin: 0 auto;
}

#clients-teams .row-team > div {
  padding: 0;
}

#clients-teams .team {
  color: #cecece;
  font-size: 14px;
  height: 100%;
  line-height: 19px;
  letter-spacing: -0.5px;
  padding: 25px 23px 80px 30px;
  position: relative;
}

#clients-teams .team.br {
  border-right: 1px solid #fff;
}

#clients-teams .team.bb {
  border-bottom: 1px solid #fff;
}

#clients-teams .team .img {
  height: 40px;
}

#clients-teams .team .b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  padding: 0 30px;
}

#clients-teams .team h5,
#clients-teams .team h6 {
  color: #617892;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.5px;
  margin: 0;
}

#clients-teams .team h5 {
  color: #fff;
}

#clients-teams .footer {
  margin-top: 70px;
  text-align: center;
}

#clients-teams .footer.btn-primary, /*wp*/
#clients-teams .footer .btn-primary {
  background-image: -webkit-linear-gradient(#00afff, #0060ff);
  background-image: -o-linear-gradient(#00afff, #0060ff);
  background-image: linear-gradient(#00afff, #0060ff);
}

#clients-teams .footer.btn-primary { /*wp*/
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* CLIENTS-PRESS -------------------------------------------------------------*/
#clients-press {
  background: url(../images/clients-press.svg) no-repeat 50% 100%;
  padding-top: 80px;
  padding-bottom: 140px;
}

#clients-press .carousel-indicators {
  display: block;
  margin-bottom: 50px;
  position: static;
  display: block;
  text-align: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}

#clients-press .carousel-indicators li {
  background: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 25px;
  margin-left: 25px;
  text-indent: 0;
  background-color: none;
  border: none;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#clients-press .carousel-indicators li .img-active,
#clients-press .carousel-indicators li.active .img {
  display: none;
}

#clients-press .carousel-indicators li .img,
#clients-press .carousel-indicators li.active .img-active {
  display: block;
}

#clients-press .carousel-indicators li.active {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#clients-press .carousel-item {
  color: #617892;
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: -0.6px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

#clients-press .carousel-control-prev,
#clients-press .carousel-control-next {
  background: url(../images/clients-press-prev.svg) no-repeat 0 75%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #fff;
  text-align: center;

  filter: alpha(opacity=100);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;

  transition: opacity 0.6s ease;
  transition: opacity 0.15s ease;
}

#clients-press .carousel-control-next {
  background: url(../images/clients-press-next.svg) no-repeat 100% 75%;
  position: absolute;
  left: auto;
  right: 0;
}

#clients-press .carousel-control-prev:hover,
#clients-press .carousel-control-prev:focus,
#clients-press .carousel-control-next:hover,
#clients-press .carousel-control-next:focus {
  outline: 0;
  filter: alpha(opacity=100);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}



/*
--------------------------------------------------------------------------------
  PAGE: CONTACT-US
--------------------------------------------------------------------------------
*/

/* HERO ----------------------------------------------------------------------*/
#contact-us-hero {
  padding-bottom: 230px;
}

#contact-us-hero .article {
  max-width: 630px;
}

#contact-us-hero p {
  max-width: 390px;
}


/* CONTACT-US ----------------------------------------------------------------*/
#contact-us {
  background: url(../images/contact-us.svg) no-repeat 50% 100%;
  margin-top: -185px;
  padding-bottom: 140px;
}

#contact-us .container {
  max-width: 950px;
}

#contact-us .row {
  margin-left: -20px;
  margin-right: -20px;
}

#contact-us .row > div {
  padding-left: 20px;
  padding-right: 20px;
}

#contact-us .panel {
  background: #fff;
  color: #617892;
  font-size: 21px;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  padding: 10px 10px 50px 10px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0 3px 6px 0 #00000019, 0 3px 6px 0 #00000019;
}

#contact-us .panel.email,
#contact-us .panel.phone {
  margin-top: 30px;
}

#contact-us .panel .img {
  height: 89px;
  margin: -50px auto 35px auto;
  padding-top: 22px;
  text-align: center;
  width: 89px;
}

#contact-us .panel.email .img {
  background: url(../images/contact-us-email.svg) no-repeat 50% 50%;
  padding-top: 34px;
}
#contact-us .panel.address .img {
  background: url(../images/contact-us-address.svg) no-repeat 50% 50%;
}
#contact-us .panel.phone .img {
  background: url(../images/contact-us-phone.svg) no-repeat 50% 50%;
  padding-top: 25px;
}

#contact-us .panel a {
  color: #617892
}


/*
--------------------------------------------------------------------------------
  PAGE: CARREERS
--------------------------------------------------------------------------------
*/

/* HERO ----------------------------------------------------------------------*/
#carreers-hero {
  background: url(../images/carreers-hero.jpg) no-repeat 50% 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#carreers-hero > div {
  background: url(../images/carreers-hero.svg) no-repeat 50% 0;
  background-size: 100% 272px;
  padding-top: 80px;
  padding-bottom: 320px;
}

.use-topbar #carreers-hero > div {
  padding-top: 132px;
}

#carreers-hero .article {
  max-width: none;
}



/* CARREERS ----------------------------------------------------------------*/
#carreers {
  padding-bottom: 140px;
  background: url(../images/carreers.svg) no-repeat 50% 100%;
}

#carreers h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}

#carreers .intro {
  background: url(../images/hr.svg) no-repeat 50% 100%;
  font-size: 15px;
  line-height: 20px;
  margin: 0 auto 45px auto;
  max-width: 606px;
  padding-bottom: 25px;
  text-align: center;
}

#carreers .positions {
  color: #052b53;
  font-size: 15px;
  line-height: 1.6;
}

#carreers .positions .labels {
  overflow: hidden;
  padding: 15px 0;
}

#carreers .positions .labels strong {
  float: left;
  padding-left: 45px;
  width: 62%;
}

#carreers .positions .labels strong + strong {
  float: right;
  padding-left: 40px;
  width: 38%;
}

#carreers .positions .labels,
#carreers .positions .labels strong {
  font-weight: 500;
}

#carreers .positions ul {
  border: 2px solid rgba(0, 177, 255, 0.2);
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 4px 17px 0 #00b1ff1e;
}

#carreers .positions ul li {
  display: table;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#carreers .positions ul li + li a strong {
  border-top: 2px solid rgba(0, 177, 255, 0.2);
}

#carreers .positions ul a {
  color: #052b53;
  display: table-row;
}

#carreers .positions ul a:hover,
#carreers .positions ul a:focus {
  text-decoration: none;
}

#carreers .positions ul strong {
  font-weight: 300;
  display: table-cell;
  padding: 15px 0;
  padding-left: 45px;
  width: 62%;
}

#carreers .positions ul strong + strong {
  background: url(../images/icon-location.svg) no-repeat 40px 20px,
              url(../images/icon-right.svg) no-repeat 90% 20px;
  border-left: 2px solid rgba(0, 177, 255, 0.2);
  padding-left: 65px;
  padding-right: 80px;
  width: 38%;
}


/* CARRIER-PERKS -------------------------------------------------------------*/
#carreers-perks {
  background: url(../images/carreers-perks.svg) no-repeat 50% 0;
  background-size: 100% 100%;
  margin-bottom: -220px;
  padding: 110px 0 235px 0;
}

#carreers-perks .container {
  max-width: 960px;
}

#carreers-perks h2 {
  color: #000;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 80px auto;
  max-width: 425px;
}

#carreers-perks .img {
  text-align: right;
}

#carreers-perks .perk {
  color: #617892;
  font-size: 21px;
  margin-top: 40px;
  max-width: 205px;
}

#carreers-perks .perk h6 {
  color: #617892;
  font-size: 21px;
  margin: 0;
  padding: 0;
}

#carreers-perks .row .row {
  margin-top: -40px;
}

#carreers-perks .perk .img {
  margin-bottom: 10px;
  text-align: left;
}


/*
--------------------------------------------------------------------------------
  PAGE: ERRORS 401, 403, 404, 500
--------------------------------------------------------------------------------
*/

#error-hero {
  padding-bottom: 30px;  
}

#error-page {
    position: relative;
    padding-top: 100px;
}

#error-page h2 {
    background: url(../images/hr.png) no-repeat 0 100%;
    font-size: 40px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#error-page img.error-bg {
    position: absolute;
    right: -150px;
    top: -110px;
}

#error-page .description {
    max-width: 465px;
}

#error-page p {
    font-size: 21px;
    margin-bottom: 50px;
}

#error-page p a {
    font-weight: bold;
    color: #00b1ff;
}

#error-page .btn-primary {
  font-size: 15px;
  line-height: 20px;
  padding: 11px 15px;
  min-width: 161px;
  background: #0060ff;
  background: -moz-linear-gradient(top, rgba(0,175,255,1) 0%, rgba(0,96,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,175,255,1) 0%,rgba(0,96,255,1) 100%);
  background: linear-gradient(to bottom, rgba(0,175,255,1) 0%,rgba(0,96,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000afff', endColorstr='#800060ff',GradientType=0 );

  -webkit-box-shadow: 0 10px 20px 0 rgba(0,96,255,0.23);
  box-shadow: 0 10px 20px 0 rgba(0,96,255,0.23);
}

/*
--------------------------------------------------------------------------------
  LIGHT THEME
--------------------------------------------------------------------------------
*/
body.light-theme,
.light-theme > body {
  background: #fff;
}

.light-theme #header:not(.affix) {
  position: static;
  border-bottom: 1px solid #BAECFD;
}

.light-theme #header nav li a {
  color: #617892;
  font-size: 14px;
  line-height: 28px;
}

/*
--------------------------------------------------------------------------------
  STATUS HISTORY
--------------------------------------------------------------------------------
*/

/* Level */
.level-icon::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.level-icon.level-1::before {
  background-color: #0060FF;
}

.level-icon.level-2::before {
  background-color: #FECB2F;
}

.level-icon.level-3::before {
  background-color: #FD9426;
}

.level-icon.level-4::before {
  background-color: #FC3D39;
}

h1.level-1 {
  color: #0060FF;
}

h1.level-2 {
  color: #FECB2F;
}

h1.level-3 {
  color: #FD9426;
}

h1.level-4 {
  color: #FC3D39;
}

/* History */
#status-history > header {
  border-bottom: 1px solid #BAECFD;
  padding: 25px 0 12px 0;
  overflow: hidden;
}

#status-history h1 {
  color: #617892;
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
}

/* Legend */
#status-history .legend {
  font-size: 9.8px;
  line-height: 18px;
  float: right;
  border: 1px solid #BAECFD;
  padding: 12px;
  border-radius: 10px;
  background: #FCFCFC;
}

#status-history .legend ul {
  list-style: none outside none;
  float: right;
  padding: 0;
  margin-left: 23px;
  margin-bottom: 0;
}

#status-history .legend ul li {
  font-weight: 500;
}

#status-history .legend ul li::before {
  margin-right: 5px;
  vertical-align: text-top;
}

#status-history .status-archives > div {
  border-bottom: 1px solid #BAECFD;
  padding: 35px 0;
}

#status-history h2 {
  color: #617892;
  font-size: 26px;
  line-height: 32px;
}

#status-history .text-disabled {
  opacity: 0.5;
}

#status-history a {
  color: #00B1FF;
}

#status-history a:hover {
  text-decoration: none;
}

#status-history a.prev {
  display: inline-block;
  margin-top: 30px;
  background: url(../images/status-prev.png) no-repeat 0 50%;
  padding-left: 16px;
}

/* Incident */
h2 + .incident-history {
  margin-top: 30px;
}

.incident-history {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 26px;
}

.incident-history .level-icon {
  float: right;
  line-height: 30px;
}

.incident-history .level-icon::before {
  width: 15px;
  height: 15px;
}

.incident-history .services {
  list-style: none outside none;
  padding-left: 0;
  display: inline-flex;
  margin-bottom: 0;
}

.incident-history .services li {
  background: #FCFCFC;
  border: 1px solid #BAECFD;
  padding: 0 12px;
  line-height: 18px;
  font-size: 10px;
  border-radius: 10px;
  margin-left: 5px;
  font-weight: bold;
}

.incident-history .date {
  opacity: 0.5;
  margin-top: 10px;
}

.incident-history .date + .date {
  margin-top: 0;
}

.incident-history a.more {
  opacity: 1;
  text-decoration: underline;
}

/*
--------------------------------------------------------------------------------
  STATUS INCIDENT
--------------------------------------------------------------------------------
*/

#status-incident {
  padding-top: 45px;
}

#status-incident h1 {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}

#status-incident h2 {
  color: #617892;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 20px;
}

#status-incident .incident-update {
  margin-top: 50px;
}

#status-incident .status {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

#status-incident .services {
  margin-top: 40px;
  margin-bottom: 45px;
  padding: 45px 55px;
  background: #FCFCFC;
  border: 1px solid #BAECFD;
  border-radius: 10px;
}

#status-incident footer {
  border-top: 1px solid #BAECFD;
  padding-top: 30px;
}

#status-incident a {
  color: #00B1FF;
}

#status-incident a:hover {
  text-decoration: none;
}

#status-incident a.prev {
  display: inline-block;
  background: url(../images/status-prev.png) no-repeat 0 50%;
  padding-left: 16px;
}

/* Subscribe */
.sml_subscribe {
  background: #fff;
  max-width: 395px;
  border-radius: 15px;
  padding: 20px;
  margin: 0 auto;
}

.sml_subscribe label {
  display: block;
}

.sml_subscribe input {
  border: 1px solid #d7dde4 !important;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}

.sml_subscribe .btn {
  margin-top: 20px;
  width: 100%;
  background: #015fff;
  color: white;
  border: none !important;
  padding: 0 14px;
  border-radius: 100px;
}

/*
--------------------------------------------------------------------------------
  PAGE: BUZÓN INTERNO
--------------------------------------------------------------------------------
*/
#buzon-interno .wpcf7-radio {
  border: none;
  /*margin-bottom: 10px;
  display: block;*/
}

#buzon-interno .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}

#buzon-interno .wpcf7-form label {
  margin-top: 10px;
}

/*
--------------------------------------------------------------------------------
  PAGE TRIAL
--------------------------------------------------------------------------------
*/
.hero-trial .article {
  max-width: 100%;
}

.hero-trial p {
  max-width: 100%;
  margin-top: 10px;
}

.trial-content {
  text-align: center;
}

.trial-content .footer-text {
  margin-top: 3rem;
  margin-bottom: 1rem !important;
}

.trial-content .btn-link {
  color: #0060ff;
  background-color: #fff;
  border: 2px solid #0060ff;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  box-shadow: 0px 10px 20px rgba(0,0,0,.1);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  border-radius: 9999px;
}

.trial-content .btn-link:hover {
  color: #0060ff;
  background-color: #fff;
  border-color: #0060ff;
  box-shadow: 0px 10px 20px rgba(0,0,0,.15);
  text-decoration: none;
}

/*
--------------------------------------------------------------------------------
  API PAGE
--------------------------------------------------------------------------------
*/
#api-top {
  margin-top: 7.5rem;
}

.p-l {
    text-align: left;
    font-size: 20px;
}

.btn-primary-blue {
    color: white;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 11px 15px;
    min-width: 161px;
    background: #0060ff;
    background: -moz-linear-gradient(top, rgba(0,175,255,1) 0%, rgba(0,96,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,175,255,1) 0%,rgba(0,96,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,175,255,1) 0%,rgba(0,96,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000afff', endColorstr='#800060ff',GradientType=0 );
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,96,255,0.23);
    box-shadow: 0 10px 20px 0 rgba(0,96,255,0.23);
}

#api-links a.more {
  background: url(../images/arrow.svg) no-repeat 99% 50%;
  background-size: 1.375rem auto;
  color: #00b1ff;
  display: inline-block;
  font-size: 1.3125rem;
  line-height: 1.29;
  margin-bottom: 0;
  padding-right: 2rem;
}

#api-links a.more:hover {
  text-decoration: none;
}

#api-links a.more + a.more {
  margin-top: 0.625rem;
}

/*
--------------------------------------------------------------------------------
  RESOURCES PAGE
--------------------------------------------------------------------------------
*/

/* Resources hero */
#resources-hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 30vw;
  padding-bottom: 2.75vw;
  margin-bottom: 126px;
  background-repeat: no-repeat;
  background-position: 50% 100%, 50% 100%, 0 0;
  background-size: 90% auto, 100% auto, contain;
	
  background-image: url(../images/resources-hero-figures.png),
	  url(../images/resource-hero.svg), 
	  -webkit-linear-gradient(180deg, #0060FF 0%, #00B1FF 100%);
  
  background-image: url(../images/resources-hero-figures.png),
	  url(../images/resource-hero.svg), 
	  linear-gradient(180deg, #0060FF 0%, #00B1FF 100%);
  
  
}

#resources-hero > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#resources-hero h1 {
  max-width: 520px;
}

/* Resource row */
.resources-row {
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: 30px;
}

.resources-row > div {
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 75px;
  order: 4;
}

.resources-row > div:nth-child(1) {
  order: 3;
}

.resources-row > div:nth-child(2) {
  order: 1;
}

.resources-row > div:nth-child(3) {
  order: 2;
}

/* Newsletter card */
.newsletter-card {
  background: url(../images/newsletter-block.svg) no-repeat 0 0,
              linear-gradient(317.57deg, #00B1FF 23.69%, #0060FF 93.94%);
  background-size: 100% auto;
  color: #fff;
  border-radius: 15px;
  padding-top: 20px;
  max-width: 380px;
  max-height: 434px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-card .card-header {
  padding: 0;
  background: none;
  border: none;
}

.newsletter-card h2 {
  padding: 0 14px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.07;
  text-align: center;
  margin-bottom: 9px;
}

.newsletter-card .card-body {
  padding: 0;
}

.newsletter-card p {
  text-align: center;
  color: rgba(255, 255, 255, 0.71);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.37;
  max-width: 252px;
  margin: 0 auto;
}

.newsletter-card iframe {
  min-height: 310px;
  margin-top: 8px;
}

/* Book card */
.resource-card {
  background-color: #fff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.0668706);
  border: none;
  border-radius: 15px;
  transition: all .3s ease;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}

.resource-card .card-header:first-child {
  border-radius: 15px 15px 0 0;
  padding: 18px 25px 0 25px;
}

.resource-card .card-header img {
  bottom: -1px;
  position: relative;
}

.resource-card h2 {
  color: #052B53;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 4px;
  min-height: 94px;
}

.resource-card .category {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.resource-card .btn-default {
  font-size: 13px;
  line-height: 1;
  padding: 8px;
  min-width: 112px;
  box-shadow: none;
}

.ebook-card .card-header:first-child {
  background-color: #0060FF;
}

.ebook-card .category {
  color: #0060FF;
}

.ebook-card .btn-default {
  background: #0060FF;
}

.guide-card .card-header:first-child {
  background-color: #00B1FF;
}

.guide-card .category {
  color: #00B1FF;
}

.guide-card .btn-default {
  background: #00B1FF;
}

.resource-card:hover {
  text-decoration: none;
  opacity: 1;
  top: -14px;
  box-shadow: 0px 4px 56px rgba(0, 0, 0, 0.12);
}

.resource-card:focus {
  text-decoration: none;
}

/*
--------------------------------------------------------------------------------
  RESOURCE DETAIL PAGE
--------------------------------------------------------------------------------
*/

/* Hero */
#resource-hero {
  background: linear-gradient(180deg, #0060FF 0%, #00B1FF 100%);
  padding-top: 146px;
  padding-bottom: 0;
  margin-bottom: 123px;
  text-align: left;
}

#resource-hero::after {
  content: "";
  background: url(../images/resource-hero1.svg) no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  width: 100%;
  height: 1.5vw;
  margin-top: -1.5vw;
  position: relative;
  z-index: 1;
}

#resource-hero .attachment-post-thumbnail {
  margin-left: -18px;
}

#resource-hero .category {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  color: #F7F7F7;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 17px;
  margin-top: 10px;
}

#resource-hero h1 {
  font-weight: 400;
  font-size: 51px;
  line-height: 61px;
  color: #F7F7F7;
  max-width: 700px;
}

/* Content */
.resource-content {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.61;
  color: #617892;
}

.resource-content .row div[class^="col"]:first-child {
  padding-top: 10px;
  padding-bottom: 30px;
}

.resource-content p {
  max-width: 480px;
  margin-bottom: 28px;
}

.resource-content iframe {
  width: 560px;
}

/*
--------------------------------------------------------------------------------
  RESOURCE THANKYOU PAGE
--------------------------------------------------------------------------------
*/
.thanks-resource-content {
	align-items: center;
}

.thanks-resource-content .thanks-caption {
  max-width: 480px;
  font-size: 23px;
  font-weight: 400;
  line-height: 37px;
}

.thanks-resource-content .thanks-caption p:not(:last-child) {
  margin-bottom: 28px;
}

.thanks-resource-content .thanks-caption a {
  color: #00B1FF;
}

.thanks-resource-content .thanks-image {
  max-width: 344px;
  display: block;
  margin-left: auto;
}


/*
--------------------------------------------------------------------------------
  PARTNERS - ASESORÍA
--------------------------------------------------------------------------------
*/

/* Layout */
.page-template-page-partners {
  background-color: #FFFFFF;
}

.page-template-page-partners #main {
  padding-bottom: 0;
}

.page-template-page-partners #footer .top {
  margin-top: -100px;
}

/* Hero */
#partners-hero {
  background-image: url(../images/partners-hero.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-color: #F9F9F9;
  padding-bottom: 6vw;
  color: #fff;
  text-align: left;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 0;
}

#partners-hero .row {
  align-items: center;
}

#partners-hero h1 {
  max-width: 457px;
  font-size: 51px;
  line-height: 61px;
  margin-bottom: 1rem;
}

#partners-hero p {
  margin: 0;
}

/* Generales */
.parners-section-title {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 100px;
}

.btn-secondary {
  color: #f7f7f7;
  display: inline-block;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
  border-radius: 21px;

  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 12px 32px;
  min-width: 182px;
  background: linear-gradient(180deg, #00AFFF -15.94%, #0060FF 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* Features */
#partners-features {
  padding: 78px 0 96px 0;
  background-color: #F9F9F9;
}

.partners-features-row-container {
  align-items: center;
}

.row-partners-features {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.58;
  text-align: center;
  letter-spacing: -0.39352px;
  color: #617892;
}

.row-partners-features + .row-partners-features {
  margin-top: 3.125rem;
}

.row-partners-features .icon {
  min-height: 50px;
  margin-bottom: 30px !important;
}

.row-partners-features .description {
  max-width: 220px;
  margin: 0 auto;
}

.row-partners-features .description strong {
  font-weight: 500;
}

/* Form */
.partners-form-container {
  background: linear-gradient(180deg, #0060FF 0%, #00B1FF 100%);
  border-radius: 20px;
  padding: 22px 34px 46px 34px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  text-align: center;
  height: 500px;
  max-width: 480px;
  margin: 0 auto;
}

.partners-form-container .caption {
  max-width: 349px;
  margin: 0 auto 23px auto;
}

/* Users */
#partners-users {
  background-image: url(../images/partners-bg-white.svg), linear-gradient(to bottom, #F9F9F9 0%, #F9F9F9 50%, #FDFDFD 50%, #FDFDFD 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-color: #F9F9F9;
  padding: 115px 0 137px 0;
  position: relative;
  z-index: 1;
}

.partner-user {
  padding: 30px 0;
  text-align: center;
  height: 100%;
  color: #fff;
  border-radius: 13.2239px;
  max-width: 305px;
  margin: 0 auto;
  background-color: #4CD964;
}

.partner-user.orange {
  background-color: #FF9878;
}

.partner-user.violet {
  background-color: #7537FF;
}

.partner-user .icon {
  margin-bottom: 30px !important;
}

.partner-user .description p {
  margin-bottom: 0;
}

.partner-user .description strong {
  display: block;
  font-size: 4.125rem;
  font-weight: 900;
  letter-spacing: 3px;
}

/* Customers */
#partners-customers {
  background-image: url(../images/partners-bg-lightgrey.svg), linear-gradient(to bottom, #FDFDFD 0%, #FDFDFD 50%, #FFFFFF 50%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% -2px, 0 0;
  padding: 84px 0 168px 0;
  position: relative;
  z-index: 0;
  text-align: center;
}

.partners-customers-row {
  margin-bottom: 48px;
}

.partner-customer .picture {
  margin-bottom: 34px !important;
  min-height: 287px;
}

.partner-customer .description {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  text-align: center;
  color: #023163;
  max-width: 223px;
  margin: 0 auto;
}

.partner-customer .description strong {
  font-weight: 500;
}

/* Software */
#partners-software {
  background-color: #FFFFFF;
  padding: 2rem 0 6.25rem 0;
}

.partner-software {
  text-align: center;
}

.partner-software .picture {
  min-height: 322px;
  margin-bottom: 44px !important;
}

.partner-software .picture img {
  width: 280px;
}

.partner-software .description {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.58;
  text-align: center;
  letter-spacing: -0.39352px;
  color: #617892;
  max-width: 284px;
  margin: 0 auto;
}

.partner-software .description h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  text-align: center;
  color: #023163;
  margin-bottom: 0.75rem;
}

.partner-software .description h3 strong {
  font-weight: 500;
  display: block;
}

/* Client */
#home-client.partners {
  background-image: url(../images/partners-bg-lightgrey-1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 0;
  background-color: #FFFFFF;
  padding: 84px 0 111px 0;
}

#home-client.partners .parners-section-title {
  margin-bottom: 64px;
}

#home-client.partners .customers-logo {
  margin-bottom: 0;
}

#home-client.partners .customers-logo ul {
  max-width: 585px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#home-client.partners .customers-logo li {
  margin: 0 0 42px 0;
  padding: 0 20px;
}

#home-client.partners .customers-logo li + li {
  margin-left: 0;
}

/* Reviews */
#partners-reviews {
  background-color: #FFFFFF;
  padding: 82px 0 135px 0;
  border-bottom: 1px solid rgba(0, 177, 255, 0.2);
}

#partners-reviews .partners-review {
  margin: 0 auto;
  max-width: 886px;
  border: none;
}

#partners-reviews .partners-review .card-body {
  min-height: auto;
  padding: 45px 55px 36px 52px;
}

#partners-reviews .partners-review .card-text p:first-child {
  font-size: 39px;
  line-height: 1.31;
}

/* Info */
#partners-info {
  background: url(../images/partners-bg-colors.png) no-repeat 0 100%;
  background-size: cover;
  padding: 40px 0 130px 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #052B53;
  min-height: 430px;
}

#partners-info > div {
  background: url(../images/partners-bg-figures.png) no-repeat 0 0;
  background-size: cover;
  padding: 70px 0 60px 0;
  max-width: 1215px;
  margin: 0 auto;
}

.partners-info .description {
  max-width: 643px;
  margin: 0 auto 48px auto !important;
}

/*
--------------------------------------------------------------------------------
  PARTNERS - NO SOY ASESORÍA
--------------------------------------------------------------------------------
*/

#partners-hero h1.text-xl {
  font-size: 68px;
  line-height: 79px;
}

/* Generales */
.partners-section-caption {
  font-size: 19px;
  line-height: 1.58;
  text-align: center;
  letter-spacing: -0.39352px;
  color: #617892;
}

.partners-section-caption h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 13px;
}

/* Features */
.row-partners-features-1 .icon {
  min-height: 74px;
  margin-bottom: 25px !important;
}

/* Customers */
#partners-customers-1 {
  background-image: url(../images/partners-bg-white.svg), linear-gradient(to bottom, #F9F9F9 0%, #F9F9F9 50%, #FDFDFD 50%, #FDFDFD 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-color: #F9F9F9;
  padding: 115px 0 137px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

#partners-customers-1 .partner-customer .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  text-align: center;
  letter-spacing: -0.39352px;
  color: #617892;
}

#partners-customers-1 .partner-customer h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  text-align: center;
  color: #023163;
  margin-bottom: 1rem;
}

.partner-customer .arrow-green {
  position: relative;
}

.partner-customer .arrow-green::before {
  content: '';
  background: url(../images/partners-arrow-green.svg) no-repeat 0 0;
  display: block;
  width: 51px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

.partner-customer .arrow-orange {
  position: relative;
}

.partner-customer .arrow-orange::before {
  content: '';
  background: url(../images/partners-arrow-orange.svg) no-repeat 0 0;
  display: block;
  width: 51px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

/* Client */
#home-client.partners-1 {
  margin-top: -2px;
  padding-bottom: 170px;
}

#home-client .logos-box {
  margin-bottom: 103px !important;
}

#home-client .logos-box li {
  background: #FFF;
  width: 160px;
  height: 70px;
  box-shadow: 0px 10.9922px 23.3034px rgba(0, 0, 0, 0.1);
  border-radius: 15.8287px;
  line-height: 60px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home-client .logos-box li + li {
  margin-left: 25px;
}

#home-client .logos-box li:last-child img,
#home-client .logos-box li:nth-child(2) img {
  margin-bottom: 0;
}

/* Software */
#partners-software .partners-section-caption {
  margin-bottom: 83px !important;
}

.partners-software-row + .partners-software-row {
  margin-top: 86px;
}

.partners-software-row {
  justify-content: center;
}

/* Video */
#partners-video {
  padding: 76px 0 110px 0;
  text-align: center;
  background: url(../images/partners-bg-lightblue.svg) no-repeat 0 0;
  background-size: cover;
}

#partners-video > div {
  background: url(../images/partners-bg-figures-1.png) no-repeat 0 0;
  background-size: 100% auto;
  max-width: 1287px;
  margin: 0 auto;
}

#partners-video .parners-section-title {
  margin-bottom: 60px;
}

.woffu-video {
  max-width: 690px;
  margin: 0 auto;
  position: relative;
}

.woffu-video .description {
  position: absolute;
  left: 60px;
  bottom: 25px;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}

.woffu-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 72px;
  background: url(../images/icon-play.svg) no-repeat 0 0;
  background-size: contain;
}

/* Lightbox */
.lightbox-carousel .ratio {
  position: relative;
  width: 100%;
}

.lightbox-carousel .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox-carousel .ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.lightbox-carousel .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}


.lightbox .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

.lightbox .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/*
--------------------------------------------------------------------------------
  RRHH INTEGRACION ERP
--------------------------------------------------------------------------------
*/

/* Layout */
.page-template-page-landing {
  background-color: #FFFFFF;
}

.page-template-page-landing #main {
  padding-bottom: 0;
}

/* Hero */
#erp-hero {
  background-image: url(../images/hero-darkblue.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-color: #FFFFFF;
  padding-bottom: 6vw;
  color: #fff;
  text-align: left;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 0;
}

#erp-hero > div {
  padding-top: 77px;
}

#erp-hero .row {
  align-items: center;
}

#erp-hero h1 {
  max-width: 457px;
  font-size: 51px;
  line-height: 61px;
  margin-bottom: 1rem;
}

#erp-hero p {
  margin: 0;
}

.erp-hero-form-wrapper {
  text-align: right;
}

.erp-hero-form-container {
  display: inline-block;
  position: relative;
}

.erp-hero-form-container::before {
  content: '';
  background: url(../images/circle-1.svg) no-repeat 0 0;
  display: block;
  width: 165px;
  height: 173px;
  position: absolute;
  top: -65px;
  left: -43px;
}

.erp-hero-form-container::after {
  content: '';
  background: url(../images/circle-2.svg) no-repeat 0 0;
  display: block;
  width: 253px;
  height: 266px;
  position: absolute;
  bottom: -64px;
  right: -63px;
}

#erp-hero-iframe {
  background-color: #fff;
  border-radius: 30px;
  padding-top: 20px;
  z-index: 1;
  position: relative;
}

/* Generales */
.btn-secondary-dark {
  color: #F7F7F7;
  display: inline-block;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
  border-radius: 21px;

  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 12px 32px;
  min-width: 271px;
  background: #052B53;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-secondary-dark:hover {
  color: #F7F7F7;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* Software */
#erp-software {
  background-color: #FFFFFF;
  padding: 4.75rem 0 5.75rem 0;
  text-align: center;
}

#erp-software h2 {
  max-width: 692px;
  margin: 0 auto 4.125rem auto;
}

.erp-software-row {
  margin-bottom: 4.875rem;
}

.erp-software {
  text-align: center;
}

.erp-software .picture {
  min-height: 253px;
  margin-bottom: 2rem !important;
}

.erp-software .picture img {
  width: 219px;
}

.erp-software .description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.56;
  text-align: center;
  color: #617892;
  max-width: 264px;
  margin: 0 auto;
}

.erp-software .description h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  text-align: center;
  color: #023163;
  margin-bottom: 0.625rem;
}

.erp-software .description h3 strong {
  font-weight: 500;
  display: block;
}

.erp-software .description p {
  max-width: 244px;
  margin: 0 auto;
}

.erp-software .description p strong {
  color: #00B1FF;
}

/* Features */
#erp-features {
  background: url(../images/erp-features-bg.svg) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: #FFF;
  padding: 8.125rem 0 7.75rem 0;
}

.erp-features-caption {
  text-align: center;
  max-width: 478px;
  margin: 0 auto;
}

.erp-features-caption .parners-section-title {
  margin-bottom: 1.5rem;
}

.erp-features-row-container {
  align-items: center;
  text-align: center;
}

.erp-features-row-container h3 {
  margin-top: 4rem;
  margin-bottom: 1.625rem;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.35;
  color: #052B53;
}

.erp-features-row-container .btn-secondary-dark {
  margin-top: 6rem;
}

.row-erp-features {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.56;
  text-align: center;
  color: #617892;
}

.row-erp-features .icon {
  margin-bottom: 1.5rem !important;
  text-align: center;
}

.row-erp-features .icon img {
  max-width: 4.6875rem !important;
}

.row-erp-features .description {
  max-width: 288px;
  margin: 0 auto;
}

/* Customers */
#erp-customers {
  padding: 95px 0 134px 0;
  text-align: center;
}

.erp-customer .picture {
  margin-bottom: 34px !important;
  min-height: 287px;
}

.erp-customer .description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.56;
  text-align: center;
  color: #617892;
  max-width: 288px;
  margin: 0 auto;
}

.erp-customer .description h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.41;
  color: #023163;
  margin-bottom: 1rem;
}

.erp-customer .description h3 strong {
  font-weight: 500;
}

/* Reviews */
#erp-reviews {
  background: url(../images/erp-reviews-bg.svg) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: #FFFFFF;
  padding: 114px 0 90px 0;
  text-align: center;
}

#erp-reviews .erp-review {
  margin: 0 auto 98px auto;
  max-width: 1011px;
}

.erp-review {
  border: none;
  text-align: left;
}

.erp-review .card-body {
  min-height: auto;
  padding: 45px 55px 36px 52px;
}

.erp-review h2 {
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1.18;
  color: #052B53;
}

.erp-review .card-text {
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.42;
  color: #617892;
}

.erp-review .card-text p:first-child {
  font-size: 27px;
  line-height: 1.3;
}

.erp-review .card-author {
  font-weight: 400;
}

.erp-review .card-author .job {
  font-weight: 500;
  color: #052B53;
}

/* Client */
#home-client.erp {
  background: url(../images/erp-home-clients-bg.svg) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  padding: 126px 0 60px 0;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

/* Info */
#erp-info {
  background: url(../images/erp-info-bg.svg) no-repeat 0 100%;
  background-size: 100% 100%;
  background-color: #FFF;
  padding: calc(94px + 50px) 0 104px 0;
  min-height: 430px;
  margin-top: -50px;
  z-index: 0;
  position: relative;
  text-align: center;
}

#erp-info h2 {
  max-width: 402px;
  margin: 0 auto 3rem auto;
}

#erp-info .description {
  max-width: 577px;
  margin: 55px auto 0 auto !important;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.41;
  text-align: center;
  color: #617892;
}

#erp-info-iframe {
  background-color: #052B53;
  border-radius: 30px;
  padding-top: 20px;
}

/*
--------------------------------------------------------------------------------
  SOFTWARE TRABAJO FLEXIBLE
--------------------------------------------------------------------------------
*/
/* Hero */
#flexible-soft-hero {
  background-image: url(../images/hero-blue3.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 100%;
  background-color: #FFFFFF;
  padding-bottom: 6vw;
  text-align: left;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 0;
}

#flexible-soft-hero .row {
  align-items: center;
}

#flexible-soft-hero h1 {
  max-width: 510px;
  font-size: 51px;
  line-height: 61px;
  margin-bottom: 1rem;
}

#flexible-soft-hero p {
  margin: 0;
}

/* Customers */
#flexible-soft-customers {
  padding: 78px 0 90px 0;
  text-align: center;
}

#flexible-soft-customers h2 {
  max-width: 742px;
  margin: 0 auto 2.5rem auto;
}

#flexible-soft-customers .erp-customers-row {
  margin-left: -58px;
  margin-right: -58px;
}

#flexible-soft-customers .erp-customers-row div[class*="col-"] {
  padding-left: 56px;
  padding-right: 56px;
}

#flexible-soft-customers .erp-customer .description h3 {
  font-weight: 500;
}

#flexible-soft-customers .erp-customer .picture img {
  width: 288px;
}

#flexible-soft-customers .erp-customer-2 {
  padding-top: 3.5rem;
}

#flexible-soft-customers .erp-customer-2 .picture img {
  width: 308px;
}

#flexible-soft-customers .btn {
  margin-top: 78px;
  min-width: 271px;
}

/* Reviews */
#flexible-soft-reviews {
  background: url(../images/erp-features-bg.svg) no-repeat 0 0;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: 100% 100%;
  background-color: #FFF;
  padding: 8.75rem 0 7.75rem 0;
}

.flexible-soft-review-row {
  align-items: end;
  margin-right: -30px;
  margin-left: -30px;
}

.flexible-soft-review-row div[class^="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.flexible-soft-review-row div.col-sm-8 {
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
}

.flexible-soft-review-row div.col-sm-4 {
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}

#flexible-soft-reviews .erp-review {
  margin: 0;
}

#flexible-soft-reviews .erp-review .card-body {
  padding: 48px 63px 39px 60px;
}

.erp-review.orange .card-author .job {
  color: #FF9878;
}

/* Numbers */
#flexible-soft-reviews h2 {
  margin-bottom: 1.875rem;
}

.flexible-soft-number {
  border-radius: 13.2239px;
  color: #fff;
  padding: 0.85rem;
  background-color: #00B1FF;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.28;
  text-align: center;
  letter-spacing: -0.219342px;
}

.flexible-soft-number + .flexible-soft-number {
  margin-top: 1.125rem;
}

.flexible-soft-number.orange {
  background-color: #FF9878;
}

.flexible-soft-number.green {
  background-color: #4CD964;
}

.flexible-soft-number.violet {
  background-color: #7537FF;
}

.flexible-soft-number p {
  margin-bottom: 0;
}

.flexible-soft-number strong {
  font-size: 4.125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3px;
}

/* Button */
.flexible-soft-bottom {
  text-align: center;
  margin-top: 98px;
}

/* Software */
#flexible-soft {
  background: url(../images/flexible-soft-bg.svg) no-repeat 0 100%;
  background-size: 100% auto;
  background-color: transparent;
  padding: 4.875rem 0 10.5rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

#flexible-soft .btn {
  min-width: 271px;
}

/* Info */
#flexible-soft-info {
  background: url(../images/erp-info-bg.svg) no-repeat 0 100%;
  background-size: 100% 100%;
  background-color: #FFF;
  padding: calc(94px + 50px) 0 104px 0;
  min-height: 430px;
  margin-top: -50px;
  z-index: 0;
  position: relative;
}

#flexible-soft-info h2 {
  max-width: 402px;
  margin: 0 0 3rem 0;
  text-align: left;
}

#flexible-soft-info .description {
  
}

#flexible-soft-info .description ul {
  list-style: none outside none;
  padding-left: 3.25rem;
}

#flexible-soft-info .description ul li {
  color: #00B1FF;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.41;
  background: url(../images/arrow-circle-blue.svg) no-repeat 0 0;
  background-size: 31px auto;
  padding-left: 48px;
}

#flexible-soft-info .description ul li:nth-child(2) {
  color: #FF9878;
  background-image: url(../images/arrow-circle-orange.svg);
}

#flexible-soft-info .description ul li:nth-child(3) {
  color: #7537FF;
  background-image: url(../images/arrow-circle-violet.svg);
}

#flexible-soft-info .description ul li:nth-child(4) {
  color: #4CD964;
  background-image: url(../images/arrow-circle-green.svg);
}

#flexible-soft-info .description ul li + li {
  margin-top: 1.625rem;
}

.flexible-soft-form-wrapper {
  padding: 66px 63px 63px 0;
  display: inline-block;
  position: relative;
}

.flexible-soft-form-wrapper > div {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.flexible-soft-form-wrapper::before {
  content: '';
  background: url(../images/circle-3.svg) no-repeat 0 0;
  display: block;
  width: 165px;
  height: 173px;
  position: absolute;
  top: 0;
  left: -43px;
}

.flexible-soft-form-wrapper::after {
  content: '';
  background: url(../images/circle-4.svg) no-repeat 0 0;
  display: block;
  width: 253px;
  height: 266px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#flexible-soft-iframe {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.05);
  padding-top: 1.25rem;
  max-width: 100%;
}

/*
--------------------------------------------------------------------------------
  TOP MENU
--------------------------------------------------------------------------------
*/
.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: .5313rem 0;
}

.top-nav-menu {
  display: flex;
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 16px;
  justify-content: end;
}

.top-nav-menu .menu-item + .menu-item {
    background: url(../images/menu-item-left-border-light.svg) no-repeat 0 50%;
    padding-left: 1rem;
}

.top-nav-menu .menu-link {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.top-nav-menu .menu-link:hover {
    text-decoration: none;
}

.top-menu-icon .menu-link {
    padding-left: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.top-menu-icon.contact .menu-link {
    background-image: url(../images/menu-icon-contact-light.svg);
}

.top-menu-icon.login .menu-link {
    background-image: url(../images/menu-icon-login-light.svg);
}

/* Style 1 */
#header.header-style1 .header-top {
  border-bottom-color: rgba(97, 120, 146, 0.10);
}

#header.header-style1 .top-nav-menu .menu-item + .menu-item {
  background-image: url(../images/menu-item-left-border.svg);
}

#header.header-style1 .top-nav-menu .menu-link {
  color: #617892;
}

#header.header-style1 .top-menu-icon.contact .menu-link {
  background-image: url(../images/menu-icon-contact.svg);
}

#header.header-style1 .top-menu-icon.login .menu-link {
  background-image: url(../images/menu-icon-login.svg);
}

/*
--------------------------------------------------------------------------------
  MEGA MENU
--------------------------------------------------------------------------------
*/
#mega-menu-wrap-top_nav {
    background: none;
}

/* Light */
#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: none;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff;
    background: none;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
  transform: rotate(180deg);
}

/* Style 1 */
#header.header-style1 #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item > a.mega-menu-link {
  color: #617892;
}

#header.header-style1 #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item > a.mega-menu-link:hover,
#header.header-style1 #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #0060FF;
}

#header.header-style1 #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item:not(.menu-button) > a.mega-menu-link {
  background: none;
}

/* Sticky */
#header.affix #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item > a.mega-menu-link {
    color: #617892;
}

#header.affix #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item > a.mega-menu-link:hover,
#header.affix #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #0060FF;
}

/* Menu buttons */
#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.menu-button-light > a.mega-menu-link,
#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.menu-button-light > a.mega-menu-link:hover {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #052B53 !important;
  font-weight: 500;
  padding: .625rem 1.125rem;
  line-height: 1.5;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.menu-button-dark > a.mega-menu-link,
#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.menu-button-dark > a.mega-menu-link:hover {
    border-radius: 8px;
    border: 1px solid #052B53;
    background: #052B53;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff !important;
    font-weight: 500;
    padding: .625rem 1.125rem;
    line-height: 1.5;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.menu-button-light > a.mega-menu-link:hover,
#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.menu-button-dark > a.mega-menu-link:hover {
    box-shadow: 0px 4px 17px rgba(0, 96, 255, 0.25);
}

#mega-menu-wrap-top_nav .menu-button {
    margin-left: .75rem !important;
}

/* Submenu */
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-icon:hover {
    background-color: #ECF4FF;
    border-radius: .75rem;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.menu-icon > a.mega-menu-link {
    display: flex;
    font-weight: 500;
    background: none;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu li.megamenu-item.menu-icon > a.mega-menu-link:hover,
#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu li.megamenu-item.menu-icon > a.mega-menu-link:focus {
    font-weight: 500;
    background: none;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.menu-icon > a.mega-menu-link .mega-menu-description {
    color: #617892;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.42;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.menu-icon a.mega-menu-link::before {
    flex-basis: 2.5rem;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0;
}

/* Producto */
#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.control-horario .mega-menu-link::before {
    content: url(../images/menu-icon-control-horario.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.app-fichaje .mega-menu-link::before {
    content: url(../images/menu-icon-app-fichaje.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.canal-denuncias .mega-menu-link::before {
    content: url(../images/menu-icon-canal-denuncias.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.comunicacion-interna .mega-menu-link::before {
    content: url(../images/menu-icon-comunicacion-interna.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.gestion-turnos .mega-menu-link::before {
    content: url(../images/menu-icon-gestion-turnos.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.informes-rrhh .mega-menu-link::before {
    content: url(../images/menu-icon-informes-rrhh.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.vacaciones-ausencias .mega-menu-link::before {
    content: url(../images/menu-icon-vacaciones-ausencias.svg);
}

/* Por qué Woffu */
#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.normativa-laboral .mega-menu-link::before {
    content: url(../images/menu-icon-normativa-laboral.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.servicio-postventa .mega-menu-link::before {
    content: url(../images/menu-icon-servicio-postventa.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.implementacion-guiada .mega-menu-link::before {
    content: url(../images/menu-icon-implementacion-guiada.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.compara-woffu .mega-menu-link::before {
    content: url(../images/menu-icon-compara-woffu.svg);
}

/* Especialistas en tu sector */
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sectores {
  padding-top: 0;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sectores > a.mega-menu-link {
    color: #0060FF;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.42;
	display: block;
	margin-bottom: 1.25rem;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon[class*="sector-"] {
    margin-bottom: 1.25rem;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon[class*="sector-"] .mega-menu-link {
    color: #052B53 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    background-repeat: no-repeat !important;
    padding-left: 3rem !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon[class*="sector-"] .mega-menu-link:hover {
    color: #0060FF !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-alimentacion .mega-menu-link {
    background-image: url(../images/menu-icon-sector-alimentacion.svg) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-farmaceutico .mega-menu-link {
    background-image: url(../images/menu-icon-sector-farmaceutico.svg) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-automocion .mega-menu-link {
    background-image: url(../images/menu-icon-sector-automocion.svg) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-media .mega-menu-link {
    background-image: url(../images/menu-icon-sector-media.svg) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-educacion .mega-menu-link {
    background-image: url(../images/menu-icon-sector-educacion.svg) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-bienes-consumo .mega-menu-link {
    background-image: url(../images/menu-icon-sector-bienes-consumo.svg) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-finanzas .mega-menu-link {
    background-image: url(../images/menu-icon-sector-finanzas.svg) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sector-industrial .mega-menu-link {
    background-image: url(../images/menu-icon-sector-industrial.svg) !important;
}

/* Conoce Woffu */
#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.conoce-woffu > .mega-sub-menu .mega-menu-row {
    padding: 2rem 1.125rem;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.conoce-woffu > .mega-sub-menu .mega-menu-row:last-child {
    background-color: #FAFCFF;
    padding: 1.5rem 1.125rem;
    border-top: 1px solid #E4E7EC;
    border-radius: 0 0 .75rem .75rem;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.clientes .mega-menu-link::before {
    content: url(../images/menu-icon-clientes.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.quienes-somos .mega-menu-link::before {
    content: url(../images/menu-icon-quienes-somos.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.sostenibilidad .mega-menu-link::before {
    content: url(../images/menu-icon-sostenibilidad.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.blog .mega-menu-link::before {
    content: url(../images/menu-icon-blog.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.blog-normativa .mega-menu-link::before {
    content: url(../images/menu-icon-blog-normativa.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.blog-personas .mega-menu-link::before {
    content: url(../images/menu-icon-blog-personas.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.blog-control-horario .mega-menu-link::before {
    content: url(../images/menu-icon-blog-control-horario.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.blog-casos-exito .mega-menu-link::before {
    content: url(../images/menu-icon-blog-casos-exito.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.blog-noticias .mega-menu-link::before {
    content: url(../images/menu-icon-blog-noticias.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.help-center .mega-menu-link::before {
    content: url(../images/menu-icon-help-center.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.woffu-academy .mega-menu-link::before {
    content: url(../images/menu-icon-woffu-academy.svg);
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.help-center,
#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.woffu-academy {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.help-center .mega-menu-link,
#mega-menu-wrap-top_nav #mega-menu-top_nav .menu-icon.woffu-academy .mega-menu-link {
    color: #0060FF !important;
}

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

/* TOP -----------------------------------------------------------------------*/
#footer .top {
    background: #fff;
    border-top: 1px solid #F1F2F4;
    padding-top: 5.5rem;
    padding-bottom: 6rem;
}

#footer .top .footer-col-1 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#footer .top .navbar-brand {
    color: #052B53;
    font-size: 2.375rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 115px;
    display: flex;
    max-width: 100%;
}

#footer .top .apk-links {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

#footer .top .apk-links svg {
    max-width: 100%;
}

#footer .top .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}

#footer .top .area {
    display: flex;
    justify-content: right;
}

#footer .top .area-1 {
    justify-content: center;
}

#footer .top h6 {
    color: #0060FF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 1rem;
}

#footer .top .menu {
    list-style: none outside none;
    padding-left: 0;
}

#footer .top .menu-item {
    margin-bottom: .75rem;
}

#footer .top .menu-item a {
    color: #052B53;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

#footer .top .languages-list {
    list-style: none outside none;
    padding-left: 0;
    color: #052B53;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    column-count: 2;
    column-gap: 1.5rem;
    max-width: 5rem;
}

#footer .top .languages-list li {
    margin-bottom: .75rem;
}

/* BOTTOM --------------------------------------------------------------------*/
#footer .bottom {
    background: #fff;
    border-top: 1px solid #F1F2F4;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-top: 0;
}

#footer .row-bottom {
    align-items: center;
}

/* Copyright */
#footer .copyright {
    color: rgba(17, 51, 91, 0.31);
    font-size: .625rem;
    max-width: 580px;
}

#footer .copyright ul {
    list-style: none outside none;
    margin-bottom: .5rem;
    padding: 0;
}

#footer .copyright ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#footer .copyright li+li::before {
    content: " / ";
    color: rgba(17, 51, 91, 0.6);
}

#footer .copyright a {
    color: rgba(17, 51, 91, 0.6);
    font-size: .6875rem;
    line-height: 2;
    display: inline-block;
}

#footer .copyright a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Logos */
#footer .legal-images {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: .5rem;
}

#footer .legal-images img {
    mix-blend-mode: multiply;
}

#footer .legal-images > a:first-child {
    margin-right: 1rem;
}

#footer .legal-images > a:last-child {
    margin-left: 1rem;
}

/*
********************************************************************************
  WP THEME
********************************************************************************
*/
/*.admin-bar #header.affix {
  top: 30px;
}*/

/* Columnas de bootstrap en WPBakery Frontpage Editor */
div[class*="vc_col-"] > div[class*="col-"] {
  max-width: 100%;
}

/* Reglas que hacen compatible el tema con WPBakery Page Editor */
.vc_column-inner .row {
  margin-left: 0;
  margin-right: 0;
}

.vc_column-inner .row div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_editor #header {
  z-index: 1;
}

/* Footer */
#footer .newsletter .form-control {
  max-width: 254px;
}

/* Functionalities */
#main > section.function-timeoff:nth-child(2n+1) .row.vc_inner > div:nth-child(2) {
  -ms-flex-order: -1;
  order: -1;
}

.function-timeoff .img {
  text-align: right;
}

#main > section.function-timeoff:nth-child(2n+1) .row.vc_inner > div:nth-child(2) .img {
  text-align: left;
}

.function-timeoff .img img {
  max-width: 75% !important;
}

.function-timeoff .content ul {
  padding-right: 8px;
}

/* Clientes */
.vc_editor .row-team > .vc_vc_column_inner > div,
.vc_editor .client-row > .vc_vc_column_inner > div {
  height: 100%;
}

.vc_editor .row-team .team > .vc_element-container div.vc_vc_column_text:nth-child(3) {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#clients .vc_tta-panels {
  background: none;
}

#clients .vc_tta-panel-body {
  padding: 0;
}

/* Carrers */
#carreers .positions > div .vc_column-inner,
#carreers .positions > div .vc_column-inner .wpb_wrapper {
  height: 100%;
}

/* Idiomas */
#footer .wpml-ls-legacy-list-vertical a {
  padding: 0;
  line-height: 28px;
  border-bottom: none;
}

#footer .wpml-ls-legacy-list-vertical a span {
  vertical-align: initial;
}

/* MENU DROPDOWN */
#header nav .sub-menu {
  display: none;
  
  position: absolute;
  z-index: 1000;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  
  background: #006cff;
  min-width: 250px;
  padding: 15px 20px;
  left: -20px;
  top: 70%;
  border-radius: 10px;
  box-shadow: 0 3px 31px 0 #00000016, 0 3px 31px 0 #00000012;
}

#header nav ul.sub-menu li {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#header nav ul.sub-menu li a {
  color: #f7f7f7;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 34.6px;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
}

#header nav .menu-item-has-children {
  position: relative;
}

#header nav .menu-item-has-children::after {
  content: url('../images/arrow-submenu.svg');
  vertical-align: super;
  margin-left: 3px;
}

#header.affix nav .menu-item-has-children::after {
  content: url('../images/arrow-submenu-sticky.svg');
}

#header nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Newsletter */
.newsletter {
	display: none !important;
}

.newsletter form.wpcf7-form {
    background: none;
    border: none;
    border-radius: 0;
    max-width: 395px;
    margin: 0 auto;
    padding: 0;
}

/* Image lazyloaded */
img[data-lazyloaded] {
	opacity: 0;
}

img.litespeed-loaded {
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}

/* Form default */
form.wpcf7-form {
  background: white;
  max-width: 395px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 24px 28px;
  border: 1px solid #00000014;
  border-radius: 18px;
}

.wpcf7-form label {
  display: grid;
  margin-bottom: 0.5rem;
	width: 100%
}

.wpcf7-submit {
  margin-top: 20px;
  width: 100%;
  background: #015fff;
  color: white;
  border: none;
  padding: 14px;
  border: none !important;
  border-radius: 100px;
  margin-bottom: 0;
}

.wpcf7-form-control {
  border: 1px solid #d7dde4;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
  width: 100%;
  height: 40px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
  height: 40px;
  width: 100%;
}

/* Hide edit links in English language */
html[lang="en-US"] #wp-admin-bar-edit,
html[lang="en-US"] #wp-admin-bar-vc_inline-admin-bar-link {
  display: none;
}

/*
********************************************************************************
  GRAPHICS PAGE
********************************************************************************
*/
body.page-style1 {
  background-color: #fff;
}

body.page-style1 #main {
  padding-bottom: 0;
}

#header.header-style1 nav li a {
  color: #617892;
}

#header.header-style1 nav .menu-item-has-children::after {
  content: url('../images/arrow-submenu-dark.svg');
}

/* Hero */
#graphics-hero {
  background-image: url(../images/graphics-hero.png);
  background-size: cover;
  background-position: 100% 0;
  text-align: left;
  color: #617892;
  font-weight: 400;
  padding: 171px 0 130px 0;
  margin-bottom: 0;
}

#graphics-hero h1 {
  color: #052B53;
  max-width: 730px;
  margin-bottom: 18px;
  font-size: 51px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

#graphics-hero p {
  max-width: 590px;
  margin: 0 0 45px 0;
  line-height: 1.62;
}

#graphics-hero h2 {
  color: #052B53;
  margin-bottom: 2rem;
  font-size: 2.1875rem;
  line-height: 2;
}

#graphics-hero h2 strong {
  font-weight: 500;
  background: url(../images/curved-line.svg) no-repeat 0 100%;
  display: inline-block;
}

/* Button dark 1 */
.btn-dark1 {
  background-color: #052B53;
  color: #F7F7F7;
  padding: .5rem 2.25rem;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.733;
  border-radius: 1.875rem;
  text-transform: uppercase;
}

.btn-dark1:hover {
  box-shadow: 0px 10px 20px rgba(0, 96, 255, 0.25);
  opacity: 1;
  color: #F7F7F7;
}

/* Section */
.graphic-section {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.58;
  padding: 103px 0 193px 0;
}

.graphic-section.violet {
  background: url(../images/graphic-violet-bg.svg) no-repeat 0 50%;
  background-size: cover;
}

.graphic-section.green {
  background: url(../images/graphic-green-bg.svg) no-repeat 0 50%;
  background-size: cover;
}

.graphic-section.blue {
  background: url(../images/graphic-blue-bg.svg) no-repeat 0 50%;
  background-size: cover;
}

.graphic-section.orange {
  background: url(../images/graphic-orange-bg.svg) no-repeat 0 50%;
  background-size: cover;
}

.graphic-section.violet1 {
  background: url(../images/graphic-violet1-bg.svg) no-repeat 0 50%;
  background-size: cover;
}

/* Caption */
.graphic-caption h2 {
  width: 900px;
  font-size: 35px;
  font-weight: 400;
  line-height: 2.28;
  margin-bottom: 17px;
}

.graphic-caption .description-1 {
  width: 690px;
  margin-bottom: 1rem !important;
}

.graphic-caption .description-2 {
  max-width: 500px;
}

.graphic-caption .description ul {
  color: #052B53;
  font-weight: 500;
  list-style: none outside none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.graphic-caption .description ul li {
  background-image: url(../images/graphic-li-blue.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 10px;
  padding-left: 68px;
  min-height: 50px;
}

.graphic-section.violet .graphic-caption .description ul li,
.graphic-section.violet1 .graphic-caption .description ul li {
  background-image: url(../images/graphic-li-violet.svg);
}

.graphic-section.green .graphic-caption .description ul li {
  background-image: url(../images/graphic-li-green.svg);
}

.graphic-caption .description ul li + li {
  margin-top: 25px;
}

.graphic-caption .btn {
  margin-top: 54px;
}

#graphic-section-1 .graphic-caption .description-2 {
  margin-top: 55px;
}

/* Legend */
.graphic-legend {
  text-align: right;
  margin-top: 54px;
  margin-bottom: 2rem !important;
}

/* Card */
.graphic-card {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(0, 177, 255, 0.2);
  border-radius: 50px;
  padding: 2rem 4rem;
  margin-top: 4rem;
}

/* Simple review */
.simple-review {
  margin-left: 0 !important;
  max-width: 100%;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.simple-review .card-body {
  padding: 0;
  min-height: auto;
}

.graphic-section .simple-review {
  margin-top: 112px;
  margin-bottom: 0;
}

.graphic-section .simple-review h2 {
  margin-bottom: 0;
}

/* Form */
.graphics-form-section {
  background: url(../images/colors-bg.svg) no-repeat 0 0;
  background-size: cover;
  padding: 157px 0 137px 0;
}

.graphics-form-container {
  padding: 66px 63px 63px 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.graphics-form-container::before {
  content: '';
  background: url(../images/circle_3.svg) no-repeat 0 0;
  display: block;
  width: 165px;
  height: 173px;
  position: absolute;
  top: 0;
  left: -43px;
}

.graphics-form-container::after {
  content: '';
  background: url(../images/circle_4.svg) no-repeat 0 0;
  display: block;
  width: 253px;
  height: 266px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.graphics-form-container .wpb_wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 17px rgb(0 0 0 / 5%);
  padding: 1.85rem 0.5rem 0 0.5rem;
  z-index: 1;
  position: relative;
}

/* Popup kit digital */
.pum-theme-tema-por-defecto .pum-container {
  padding: 0 !important;
  background: radial-gradient(100% 94.59% at 24.85% 79.79%, rgba(196, 233, 253, 0.14) 0%, rgba(255, 255, 255, 0.00) 100%), #F3F8FC !important;
  max-width: 90% !important;
  margin-bottom: 0 !important;
}

.pum-theme-tema-por-defecto  .pum-close {
  background: url(../images/close.svg) no-repeat 0 0 !important;
  background-size: contain !important;
  width: 20px !important;
  height: 20px !important;
  box-shadow: none !important;
  font-size: 0 !important;
  right: 20px !important;
  top: 20px !important;
}

/*
********************************************************************************
  MD AND LG
********************************************************************************
*/
@media (min-width: 992px) {

    /* Mega menu */
    #header nav .container {
        position: relative;
    }

    #mega-menu-wrap-top_nav, 
    #mega-menu-wrap-top_nav #mega-menu-top_nav {
        position: initial;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
        max-width: 1110px;
        left: 15px;
        top: calc(100% + 10px);
    }
	
	#mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.why-woffu > ul.mega-sub-menu {
        max-width: calc(100% - 2rem);
    }
	
	#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.col-sector {
		width: 40%;
	}
	
	#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.col-page {
		width: 30%;
	}
	
	#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.sectores > ul.mega-sub-menu {
		column-count: 2;
		column-gap: 0;
		column-width: 187px;
		max-width: max-content;
	}

    #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.conoce-woffu {
        position: relative;
    }
    
    #mega-menu-wrap-top_nav #mega-menu-top_nav > li.mega-menu-item.conoce-woffu > .mega-sub-menu {
        width: 350px;
        padding: 0;
    }
  
  /* Funcionalidad 1 */
  .row-functionality-1 {
    margin-bottom: 47px;
  }

  .row-functionality-1 .col-lg-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .row-functionality-1 .col-lg-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .row-functionality-1 h2 {
    margin-top: 220px;
  }

  .row-functionality-1 img {
    max-width: 748.5px !important;
    margin-left: -40px;
    margin-top: -10px;
  }

  /* Funcionalidad 2 */
  .row-functionality-2 {
    margin-bottom: 63px;
  }
  
  .row-functionality-2 .col-lg-4 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .row-functionality-2 .col-lg-8 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .row-functionality-2 h2 {
    margin-top: 142px;
  }

  .row-functionality-2 img {
    max-width: 689px !important;
    margin-left: -86px;
  }

  /* Funcionalidad 3 */
  .row-functionality-3 {
    margin-bottom: 67px;
  }
  
  .row-functionality-3 .col-lg-4 {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }

  .row-functionality-3 .col-lg-8 {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
  }

  .row-functionality-3 h2 {
    margin-top: 103px;
  }

  .row-functionality-3 img {
    max-width: 790px !important;
    margin-left: -55px;
  }

  /* Funcionalidad 4 */
  .row-functionality-4 .col-lg-4 {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }

  .row-functionality-4 .col-lg-8 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }

  .row-functionality-4 h2 {
    margin-top: 197px;
  }

  .row-functionality-4 img {
    max-width: 744.5px !important;
    margin-left: -94px;
  }

  /* Review */
  /* .row-review .col-md-8 {
    -ms-flex: 0 0 982px;
    flex: 0 0 982px;
    max-width: 982px;
  }
  
  .row-review .col-md-4 {
    -ms-flex: 0 0 445px;
    flex: 0 0 445px;
    max-width: 445px;
  } */

  /* Footer */
  #footer .nav .area-2 > div {
    margin-left: 36px;
  }

  #footer .nav .area-3 > div {
    margin-left: 32px;
  }

  #footer .nav .area-4 > div {
    max-width: 65px;
    margin-left: auto;
  }
  
}

@media (min-width: 992px) and (max-width: 1260px) {
  
  #home-hero img {
    max-width: 100% !important;
    margin-left: auto;
  }

  #home-hero .article {
    margin-top: 30px;
  }
  
  /* Caras */
  #home-client .img.tl {
    left: 10px;
  }

  #home-client .img.tr {
    right: 10px;
  }

  #home-client .img.bl {
    left: 50px;
  }

  #home-client .img.br {
    right: 50px;
  }

  /* Reviews */
  #home-reviews {
    background-size: cover;
  }
  
}

/* Para partners */
@media (min-width: 767.01px) {
  
  #home-client.partners .clients .vc_column-inner {
    padding: 0;
  }
  
  #home-client.partners .clients .wpb_wrapper {
    position: relative;
    min-height: 350px;
  }

  #home-client.partners .img.tl {
    top: 0;
    left: 0;
  }
  
  #home-client.partners .img.bl {
    bottom: 25px;
    left: 62px;
  }
  
  #home-client.partners .img.tr {
    top: 25px;
    right: 0;
  }
  
  #home-client.partners .img.br {
    bottom: 0px;
    right: 62px;
  }
  
  #home-client.partners-1 .img.tl {
    top: 25px;
    left: 0;
  }
  
  #home-client.partners-1 .img.bl {
    bottom: 25px;
    left: 62px;
  }
  
  #home-client.partners-1 .img.tr {
    top: 50px;
    right: 0;
  }
  
  #home-client.partners-1 .img.br {
    bottom: 0px;
    right: 62px;
  }
  
}


/*
********************************************************************************
  DESKTOP MEDIUM
********************************************************************************
*/
@media (min-width: 992px) and (max-width: 1199px) {
  
  #header nav .btn-outline-primary {
    margin-left: 60px;
    margin-right: 0;
  }

  .row-functionality-1 img,
  .row-functionality-2 img,
  .row-functionality-3 img,
  .row-functionality-4 img {
    max-width: 670px !important;
  }
  
}

/* Mas de 1600px */
@media (min-width: 1600px) {
  
	#home-numbers > div {
	  padding-bottom: 10vw;
	}
  
	.row-home-numbers {
	  padding-top: 9vw;
	  padding-bottom: 9vw;
	}
}

/* Para testimonios en la home */
@media (min-width: 1441px) and (max-width: 1600px) {
  
  .card-review {
    margin-left: -80px;
  }
  
  .row-review.flex-row-reverse .card-review {
    margin-left: auto;
    margin-right: -80px;
  }
  
}

/* Para testimonios en la home */
@media (min-width: 1601px) and (max-width: 1700px) {
  
  .card-review {
    margin-left: -75px;
  }
  
  .row-review.flex-row-reverse .card-review {
    margin-left: auto;
    margin-right: -75px;
  }
  
}

/*
********************************************************************************
  PAGINAS LEGALES
********************************************************************************
*/
.legal-page td {
    border: 1px solid #cecece;
    padding: 10px;
}

/* Cookies page */
#cookies-page .CookieDeclarationType {
    border: 0px;
	padding: 0px;
}

#cookies-page .CookieDeclarationTableHeader,
#cookies-page .CookieDeclarationTableCell {
    border-bottom: 1px solid #cecece;
}

#cookies-page .CookieDeclaration {
	padding-top: 1rem;
}

/* OneTrust Cookies */
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, 
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
  color: #617892 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus, 
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline-color: transparent !important;
  outline-width: 0 !important;
}