:root {
  --color-deg-azul: linear-gradient(45deg, #66BDE5 0%, #2798C0 50%);
  --color-deg-amarillo: linear-gradient(45deg, #F59A1C 0%, #F9BA14 100%);
  --color-deg-dark: linear-gradient(45deg, #21262C 0%, #323C49 100%);

  --color-blanco: #fff;
  --color-blanco-06: rgba(255, 255, 255, 0.6);

  --color-gris-light-extra: #f1f2f3;
  --color-gris-light: #D6D8DB;
  --color-gris: #848A92;
  --color-gris-dark: #5B636D;

  --color-azul-dark: #2182A5;
  --color-amarillo-cri: #EBAC06;

  --color-rojo: #FF3B5F;

  --font-regular: 'NeueHaasGroteskDisp Pro';
  --font-italid: 'NeueHaasGroteskDisp Pro';
  --font-medium: 'NeueHaasGroteskDisp Pro';
  --font-bold: 'NeueHaasGroteskDisp Pro';

  --border-radius: 0.5rem;

  --box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.13);
  --box-shadow-max: 0 0px 20px 0 rgba(0, 0, 0, 0.20);
  --box-shadow-hover: 0 0px 10px 0 rgba(0, 0, 0, 0.2);

  --trans: all .2s ease-in-out;

  --font-size-13: 0.875rem;
  --font-size-14: 0.875rem;
}

body {
  font-family: 'NeueHaasGroteskDisp Pro';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  color: var(--dark);
  letter-spacing: 0.01875rem;
  background-color: var(--color-blanco);

  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

::-moz-selection {
  background-color: var(--blue);
  color: #fff;
}

::selection {
  background-color: var(--blue);
  color: #fff;
}

/* test
----------------------------------------------------------------------------------- */

#meta-blog,
.meta-blog {
  display: block;
}

/* Links
----------------------------------------------------------------------------------- */
a {
  color: var(--blue);
  transition: all .2s ease-in-out;
}

a:hover {
  transition: all .2s ease-in-out;
}

a.link-dotted {
  color: var(--color-blanco);
  border-bottom: 2px dotted var(--color-blanco-06);
}

a.link-dotted:hover {
  text-decoration: none;
  border-bottom: 2px dotted var(--color-blanco);
}


a.link-amarillo {
  color: var(--warning);
  font-weight: bold;
  font-size: 1.25rem;
}

/* Mark
----------------------------------------------------------------------------------- */
mark {
  background-color: var(--primary);
  color: #fff;
}

h2 mark {
  padding: 0.3rem 1rem;
}

@media (max-width: 767px) {
  h2 mark {
    padding: 0.1rem 0.5rem;
  }
}

/* Espacios
----------------------------------------------------------------------------------- */

.mar-b-minim {
  margin-bottom: 40px !important;
}

.pad-b-min {
  padding-bottom: 65px !important;
}

.mar-b-min {
  margin-bottom: 55px !important;
}

.pad-b {
  padding-bottom: 95px !important;
}

.mar-b {
  margin-bottom: 95px !important;
}

.pad-b-max {
  padding-bottom: 140px !important;
}

.mar-b-max {
  margin-bottom: 140px !important;
}

.pad-t-min {
  padding-top: 65px !important;
}

.mar-t-min {
  margin-top: 65px !important;
}

.mar-t-min {
  margin-top: 65px !important;
}

.pad-t {
  padding-top: 95px !important;
}

.mar-t {
  margin-top: 95px !important;
}

.pad-t-max {
  padding-top: 140px !important;
}

.mar-t-max {
  margin-top: 140px !important;
}

.pad-min {
  padding: 65px 0 !important;
}

.pad-min {
  padding: 65px 0 !important;
}

.pad {
  padding: 95px 0 !important;
}

.pad {
  padding: 95px 0 !important;
}

.pad-max {
  padding: 140px 0 !important;
}

.pad-max {
  padding: 140px 0 !important;
}

.pad-b-header-max {
  padding-bottom: 10vw;
}


@media (max-width: 480px) {
  .pad-b-min {
    padding-bottom: 45px !important;
  }

  .mar-b-min {
    margin-bottom: 45px !important;
  }

  .pad-b {
    padding-bottom: 75px !important;
  }

  .mar-b {
    margin-bottom: 75px !important;
  }

  .pad-b-max {
    padding-bottom: 100px !important;
  }

  .mar-b-max {
    margin-bottom: 100px !important;
  }

  .pad-t-min {
    padding-top: 65px !important;
  }

  .mar-t-min {
    margin-top: 65px !important;
  }

  .pad-t {
    padding-top: 75px !important;
  }

  .mar-t {
    margin-top: 75px !important;
  }

  .pad-t-max {
    padding-top: 100px !important;
  }

  .mar-t-max {
    margin-top: 100px !important;
  }

  .pad-min {
    padding: 45px 0 !important;
  }

  .pad {
    padding: 75px 0 !important;
  }

  .pad-max {
    padding: 100px 0 !important;
  }

  .pad-sm-t-min {
    padding-bottom: 50px !important;
  }

  .pad-sm-b-min {
    padding-bottom: 50px !important;
  }

}



@media (max-width: 767px) {
  .img-resp-izq {
    width: 70%;
    height: auto;
    margin: 2rem 0;
  }
}


/* Backgrounds y colores
----------------------------------------------------------------------------------- */
.bg-deg-azul {
  background: var(--color-deg-azul);
  color: #fff !important;
}

.bg-deg-amarillo {
  background: var(--color-deg-amarillo);
  color: #fff;
}

.bg-deg-dark {
  background: var(--color-deg-dark);
  color: #fff;
}

.bg-gris {
  background-color: var(--color-gris-light-extra);
}

.bg-amarillo-cri {
  background-color: var(--color-amarillo-cri);
}

.gris-header {
  color: rgba(255, 255, 255, 0.7);
}

.gris-header--06 {
  /* color: rgba(255, 255, 255, 0.6); */
  color: rgba(255, 255, 255, 1);
}

.azul {
  color: var(--blue);
}

.amarillo {
  color: var(--color-amarillo-cri);
}

.blanco {
  color: rgba(255, 255, 255, 1) !important;
}
.blanco--op {
  color: var(--color-blanco-06);
}

.rojo {
  color: #7F2C52;
}

.logo-blanco {
  filter: brightness(100)
}

.color-gris {
  color: var(--color-gris);
}

/* Backgrounds y colores
----------------------------------------------------------------------------------- */
.container--max {
  max-width: 1300px;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1300px) {
  .container--max {
    max-width: 90%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}


@media (min-width: 1100px) and (max-width: 1208px) {
  .container--max {
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}


@media (max-width: 676px) {
  .container--max {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}



/* Headers
----------------------------------------------------------------------------------- */

h1 {
  font-size: 3.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.pre-header {
  color: var(--blue);
  font-weight: 500;
}

.h1-header {
  font-size: 4.8rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1.8rem;
  letter-spacing: 0.2px;
}

.h1-header-page {
  font-size: 4.124rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1.3rem;
  letter-spacing: 0.2px;
}

.h1-header-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2px;
}

.h2-header-page {
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 8rem;
  letter-spacing: 0.2px;
}


@media (min-width: 481px) and (max-width: 991px) {

  .h1-header-page {
    font-size: 3.2rem;
    margin-bottom: 1.0rem;
  }

  
}



@media (max-width: 575px) {
  .h1-header {
    font-size: 2.8rem;
  }
 
  .h1-header-page {
    font-size: 2.6rem;
    margin-bottom: 1.0rem;
  }

  .h1-header-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    font-weight: 500;
  }
  #hs_cos_wrapper_header_ti_sub_img,
  .h2-header-page {
    padding-bottom: 1rem;
    font-size: 1.8rem !important;
    margin-bottom: 1rem;
  }
  #hs_cos_wrapper_header_ti_sub_img,
  .h2-header-page--max {
    padding-bottom: 1rem;
    font-size: 2.2rem !important;
    margin-bottom: 1rem;
  }
}



.h2-header {
  font-size: 3.125rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1rem;
  letter-spacing: 0.2px;
}

.h2-header-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.h3-header {
  font-size: 2.735rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.h3-header-subtitle {
  font-size: 1.313rem;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.h3-header-subtitle-medium {
  font-size: 1.313rem;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.7);
}


@media (max-width: 480px) {
  .h2-header {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }

  .h2-header-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .h3-header {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    font-weight: bold;
    letter-spacing: 0.2px;
  }

  .h3-header-subtitle {
    font-size: 1.313rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2px;
  }

  .h3-header-subtitle-medium {
    font-size: 1.313rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2px;
  }
}




.h4-header {
  font-size: 1.650rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.h4-header-subtitle {
  font-size: 0.687rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2px;
}

.h5-header {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0.2px;
}

.h6-header {
  font-size: 0.937rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 0.2px;
}




.h3-icon {
  font-size: 1.6rem !important;
  margin-bottom: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.h3-icon a {
  color: var(--dark);
}

.h3-icon a:hover {
  text-decoration: none;
}

.h3-icon i {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: var(--blue);
}

@media (max-width: 767px) {
  .h3-icon {
    font-size: 1.4rem !important;
  }

  .h3-icon i {
    font-size: 1.6rem !important;
  }
}








.line-before::before {
  content: '';
  width: 40px;
  height: 10px;
  background-color: var(--warning);
  display: block;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.line-before-center {
  padding-top: 1.5rem !important;
  position: relative;
}

.line-before-center::before {
  margin: auto;
  content: '';
  width: 40px;
  height: 10px;
  background-color: var(--warning);
  display: block;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  left: calc(50% - 25px);
  position: absolute;
  top: 0;
}

.line-before-right {
  padding-top: 1.5rem !important;
  position: relative;
}

.line-before-right::before {
  content: '';
  width: 40px;
  height: 10px;
  background-color: var(--warning);
  display: block;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.pos-relative {
  position: relative;
}





.titulo-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .titulo-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem;
  }
}

.titulo-horizontal__h h2 {
  margin-bottom: 0;
}

.titulo-horizontal__actions .link {
  font-weight: 500;
  font-size: 18px;
}






/* TITULOS DE EMBURSE CAPTIO 
----------------------------------------------------------------
---------------------------------------------------------------- */


.titulos {
  margin-bottom: 80px;
}

.titulos--center {
  text-align: center;
}

.titulos--50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .titulos--50 {
    width: 100%;
  }
}

.titulos--60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .titulos--60 {
    width: 100%;
  }
}

.titulos__pretitulo {
  font-size: 0.875rem;
  color: var(--color-gris);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.titulos__titulo {
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .titulos__titulo {
    font-size: 1.9rem;
  }
}

.titulos__subtitulo {
  color: #2798C0;
  font-size: 1.3rem;
  font-weight: 500;
}

.titulo-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .titulo-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem;
  }
}

.titulo-horizontal__h h2 {
  margin-bottom: 0;
}

.titulo-horizontal__actions .link {
  font-weight: 500;
  font-size: 18px;
}









/* BOTONES 
----------------------------------------------------------------
---------------------------------------------------------------- */


.btn-login {
  background-color: var(--color-gris-dark);
  font-weight: bold;
  border-radius: 3px;
  padding: 6px 12px 6px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.btn-login:hover {
  text-decoration: none;
  background-color: #47505B;
}
.btn-login span {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 0.3rem;
  line-height: 2rem;
}


.btn {
  color: #fff !important;
  font-style: normal;
  font-weight: 500;
  transition: .2s all ease-in-out;
}

.btn-smr {
  padding: .35rem 0.2rem .30rem 0.93rem !important;
}

.btn-smr .material-icons-round {
  font-size: 19px;
  vertical-align: middle;
  display: inline-flex;
  transform: translateY(-1px);
  margin-left: 1rem;
}

.btn-sm {
  padding: .59rem 1.6rem .50rem !important;
}

.btn-sm .material-icons-round {
  font-size: 19px;
}

.btn:hover,
.hs-button:hover {
  transition: .1s all ease-in-out;
  transform: translateY(-3px);
}

.btn.btn-warning {
  color: var(--dark) !important;
}

.btn.btn-light {
  color: var(--dark) !important;
}

.btn-outline-dark-blue {
  background-color: initial;
  color: var(--dark) !important;
  border-color: var(--dark) !important;
}

.btn-outline-dark-blue:hover {
  color: #fff !important;
  background-color: var(--dark) !important;
  border-color: var(--dark) !important;
}

.btn-outline-light:hover {
  color: var(--color-gris-dark) !important;
}


.btn span.material-icons,
.btn span.material-icons-round {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  margin-right: 10px;
  transform: translateY(-2px);
  font-size: 1.2rem;
  
}


.btn i.material-icons,
.btn i.material-icons-round {
  font-size: 16px;
}


.btn i.material-icons,
.btn i.material-icons-round,

.btn-lg i.material-icons,
.btn-lg i.material-icons-round {
  vertical-align: middle;
  display: inline-flex;
  color: var(--blue);
  margin-right: 5px;
  transform: translateY(-2px);
}






.btn:hover {
  box-shadow: 0 3px 9px -1px rgba(50, 60, 73, 0.35);
  /*  transform: translateY(-1px); } */
}

.btn-warning:hover {
  background-color: var(--warning) !important;
  border-color: var(--warning) !important;
}

.btn-danger:hover {
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
}

.btn-primary:hover {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}

.btn.btn-light:hover {
  color: var(--dark) !important;
  background-color: var(--light);
  border-color: var(--light);
}

.btn-outline-dark {
  color: var(--blue) !important;
}

/* .btn:hover { transform: translateY(-2px); transition: 0.2s all ease-in-out; } */


.button:focus {
  outline: none !important;
}

/* Labels
----------------------------------------------------------------------------------- */

.label {
  border-radius: 4px;
  padding: 4px 12px 3px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  
}

.label--dark {
  color: #fff;
  background-color: var(--dark);
}

.label--amarillo {
  color: #fff;
  background-color: var(--warning);
}
.label--amarillo-inverse {
  color: var(--dark);
  background-color: var(--warning);
}

.label--rojo {
  color: #fff;
  background-color: var(--color-rojo);
}

.label--rounded {
  border-radius: 50px;
  font-weight: bold;
}


.snackbar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius);
  padding: 8px 16px;
}

.snackbar:hover {
  transition: .1s all ease-in-out;
  transform: translateY(-3px);
}

.snackbar:hover {
  text-decoration: none;
}

.snackbar span {

}
.snackbar__copy {
  margin-left: 1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .snackbar {
    padding: 8px 12px;
  }
  
  .snackbar__copy {
    line-height: 1.2;
    font-size: 0.75rem;
    text-align: left;
    font-weight: 500;
  }
}



/* Header switch
----------------------------------------------------------------------------------- */


.top-switch {
  width: 100%;
  background: var(--dark);
  position: sticky !important;
  position: -webkit-sticky;
  top: -1px !important;
  z-index: 21;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid var(--dark);
}



/* .top-switch--shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.40);
  transition: all .2s ease-in-out;
} */


.top-switch a {
  color: #fff;
}

.top-switch .dropdown-menu {
  margin-top: .7rem;
  border-radius: 10px !important;
  overflow: hidden;
  border: 0;
  box-shadow: var(--box-shadow);
}

.top-switch .dropdown-menu .dropdown-item {
  padding: 14px 1.5rem 14px 1.2rem;
  display: block;
  line-height: 1.3rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
}
.top-switch .dropdown-menu .dropdown-item:hover {
  background-color: #e8e8e8;
}

.top-switch .dropdown-menu .dropdown-item span {
  margin-right: .8rem;
}
.top-switch .dropdown-menu .dropdown-item span img {
  width: 18px;
  height: auto;
}

.top-switch .dropdown-menu a {
  color: var(--color-gris-dark);
  font-weight: bold;
  font-size: 14px;
}

.top-switch__content {
  height: 52px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  line-height: 52px;
}


@media (max-width: 767px) {
  .top-switch .btn-login {
    display: none;
  }
}


.top-switch__left {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
  .top-switch__left {
    width: 100%;
  }
}



.top-switch__right {

}
.top-switch__title {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .top-switch .dropdown {
    position: initial;
  }  
  .top-switch .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
    border-radius: 0 !important;
  }  
  .top-switch .dropdown-menu.show {
    transform: translate3d(0px, 43px, 0px) !important;
  }  
  .top-switch .dropdown-item {
    text-align: center;
  }
  .top-switch__title {
    margin-right: 1rem !important;
  }
  .top-switch__content {
    font-size: 12px !important;
  }
}











.btn-login {
  background-color: #47505B;
  font-weight: bold;
  border-radius: 3px;
  padding: 6px 12px 6px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.btn-login:hover {
  text-decoration: none;
  background-color: var(--color-gris-dark);
}
.btn-login span {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 0.3rem;
  line-height: 2rem;
}

.dropdown-switch {
  font-weight: bold;
  border-radius: 3px;
  padding: 6px 12px 6px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.dropdown-switch:focus,
.dropdown-switch:hover {
  text-decoration: none;
  background-color: #47505B;
}

.dropdown-switch::after {
  vertical-align: .155em;
  margin-left: 7px;
}


@media (max-width: 480px) {
  .btn-login {
    padding: 6px 10px 6px 8px;
  }
}



/* Header
----------------------------------------------------------------------------------- */

.header {
  padding-bottom: 140px;
  position: relative;
}

.header--pad-min {
  padding-bottom: 120px;
  position: relative;
}

.header--pad {
  padding-bottom: 180px;
  position: relative;
}

.page-home .header {
  overflow: hidden;
}

@media (max-width: 480px) {
  .header {
    text-align: center;
    padding-bottom: 80px;
  }
}


.header--azul {
  background: var(--color-deg-azul);
  color: #fff;
}

.header--amarillo {
  background: var(--color-deg-amarillo);
  color: #fff;
}
.header--amarillo-cri {
  background: var(--color-amarillo-cri);
  color: #fff;
}



.header--center {
  text-align: center;
  padding-bottom: 120px
}

@supports (-ms-ime-align:auto) {
  .header--center {
    padding-bottom: 25px
  }

}


.header--center .header__content {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.header--center-cri .header__content {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.header--enterprise {
  padding-bottom: 100px;
}




@media (max-width: 767px) {
  .header--center {
    padding-bottom: 80px
  }

  .header--center .header__content {
    width: 100%;
  }

  .header--blog-single {
    padding-bottom: 70px;
  }
}

.page-recursos .header {
  padding-bottom: 80px !important;
  margin-bottom: 2rem;
}



.header__scroll {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 5px;
  background: #fff;
  z-index: 20;
  box-shadow: var(--box-shadow);
}

.header__scroll--topswitch,
body.cri .header__scroll {
  top: 52px;
}



.header__scroll nav.navbar {
  padding-bottom: 0;
  padding-top: 5px;
}



@media (max-width: 767px) {
  .header__scroll {
    padding-bottom: 10px;
  }

  .header__scroll nav.navbar {
    padding-bottom: 0;
    padding-top: 8px;
  }

  .header__scroll .navbar__logo img {
    width: 110px;
    height: auto;
  }
}


.header--img {
  overflow: visible !important;
  position: relative;
}

.header__animation,
#hs_cos_wrapper_top_header {
  display: block;
  height: 50px;
  position: relative;
  z-index: 19;
}

@media (max-width: 767px) {
  .header__animation {
    display: none;
  }
}


.header__logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__logos--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logos--between {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

.header__logos__item {
  margin: 0 1rem;
}

@media (max-width: 480px) {
  .header__logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }

  .header__logos__item {
    margin-right: 0rem;
    display: flex;
    align-items: center;
  }

  .header__logos__item img {
    width: 100%;
    height: auto;
  }
  .header__logos--between {
    margin-bottom: 0 !important;
  }
}




.header__content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header__img {
  display: block;
}

.header__img--screenshot img {
  border-radius: 1rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .header__content .w-75 {
    width: 100% !important;
  }

  .header__img {
    display: none !important;
  }
}

.header__img img {
  width: 100% !important;
  height: auto;
}

.header__img__producto img {
  height: 500px;
  width: auto !important;
}
.header__img__producto-expenses img {
  height: auto;
  max-width: 100% !important;
}

.header__img__producto {}


.header__buttons img.logo-visa {
  width: 80px;
  height: auto;
}


@media (max-width: 480px) {
  .page-home .header__buttons .btn-light {
    background-color: inherit !important;
    color: #fff !important;
    border: 0;
    margin-top: 2rem;
  }

  .page-home .header__buttons .btn {
    margin-right: 0 !important;
  }

  .page-home .header__buttons .btn i {
    color: #fff;
  }
}



@media (max-width: 480px) {
  .header__buttons {
    text-align: center;
  }

  .header__buttons .w-50 {
    width: auto !important;
    display: inline-block;
  }
}


.header__cri-logos {
  width: 100%;
  display: flex ;
  justify-content: space-between;
  align-items: center;
}
  .header__cri-logos img {
    margin: .5rem;
  }

@media (max-width: 767px) {
  .header__cri-logos {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .header__cri-logos img {
    margin: 1rem 1.5rem;
  }
}



/* Lang menú ---------------------------------------- */


@media (max-width: 1130px) {
  .header .navbar .navbar__lang {}
}

.lang-menu {
  margin-left: 1rem;
}




.navbar__overlay__content .lang-menu {
  margin-left: 0;
  margin-bottom: 1rem;
}


.lang-menu .dropdown-toggle {
  color: #fff;
  padding: 0.55rem 8px 0.75rem 10px !important;
  border-radius: 6px;
}

.lang-menu .dropdown-toggle:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.lang-menu .dropdown-toggle:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}



.lang-menu .dropdown-toggle img {
  width: 22px;
  height: auto;
}


.lang-menu .dropdown-toggle::after {
  border-radius: 3px !important;
  vertical-align: 0.1em !important;
}

.header__scroll .lang-menu .dropdown-toggle::after {
  color: var(--dark);
}


.lang-menu .dropdown-menu {
  font-size: 14px;
  border-radius: 10px;
  min-width: 8rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.lang-menu .dropdown-item {
  padding: 0.70rem 1.2rem !important;
  font-size: 13px;
  line-height: 13px;
  color: var(--color-gris-dark);
}

.lang-menu .dropdown-item:hover {
  background-color: var(--color-gris-light-extra);
  color: var(--color-dark);
}

.lang-menu .dropdown-item img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}

.lang-menu .dropdown-menu-top {
  top: 2.5rem;
}

.lang-menu .dropdown-menu:after {
  content: '';
  position: absolute;
  display: block;
  right: 1.5rem;
  top: -8px;
  width: 20px;
  height: 10px;
  background: url('https://www.captio.net/hubfs/_assets/ico/flags/dropdown.svg') center center no-repeat;
  background-size: cover;
}

/* .navbar__overlay__content .lang-menu .dropdown-menu:after {
  content: '';
  position: absolute;
  display: block;
  left: 1rem;
  top: -8px;
  width: 20px;
  height: 10px;
  background: url('https://www.captio.net/hubfs/_assets/ico/flags/dropdown.svg') center center no-repeat;
  background-size: cover;
} */

.lang-menu .dropdown-menu-bottom {
  margin-bottom: 0.7rem;
}

.lang-menu--footer {
  margin-left: 0;
}

.lang-menu--footer .dropdown-toggle {
  color: var(--dark);
}

.lang-menu.lang-menu--footer .dropdown-menu::after {
  display: none;
}


.lang-menu.lang-menu--footer .dropdown-menu::before {
  content: '';
  position: absolute;
  display: block;
  left: 1.5rem;
  /* bottom: -9px !important; */
  width: 20px;
  /* height: 10px; */
  /* background: url('https://www.captio.net/hubfs/_assets/ico/flags/dropdown.svg') center center no-repeat; */
  background-size: cover;
  transform: rotate(180deg);
}



/* Resto
----------------------------------------------------------------------------------- */
.mar-t-resta-min {
  margin-top: -120px;
  z-index: 10;
  position: relative;
}

.mar-t-resta {
  margin-top: -120px;
  z-index: 10;
  position: relative;
}

.mar-t-resta-max {
  margin-top: -150px;
  z-index: 10;
  position: relative;
}

.mar-t-resta-cri {
  margin-top: -400px;
  z-index: 10;
  position: relative;
}



@media (max-width: 480px) {

  .mar-t-resta-min {
    margin-top: -60px;
    z-index: 10;
    position: relative;
  }

  .mar-t-resta {
    margin-top: -100px;
  }

  .mar-t-resta-max {
    margin-top: -50px;
  }
  .mar-t-resta-cri {
    margin-top: -200px;
    z-index: 10;
    position: relative;
  }
  
  .mar-t-resta-contacto {
    margin-top: -100px;
  }
  
}


@media (max-width: 767px) {
  .hs-blog-listing .mar-t-resta {
    margin-top: -60px;
  }
}


/* Clip paths
----------------------------------------------------------------------------------- */
.deg-70-footer {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}

.deg-dia-amarillo-cri,
.deg-dia-amarillo,
.deg-dia-dark,
.deg-dia-azul {
  color: #fff;
}

.deg-dia-gris {
  color: var(--dark);
}

.deg-dia-amarillo-cri::after,
.deg-dia-amarillo::after,
.deg-dia-dark::after,
.deg-dia-azul::after,
.deg-dia-gris::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
}

.deg-dia-azul::after {
  /* background: var(--color-deg-azul); */
  background-color: var(--primary);
}

.deg-dia-amarillo::after {
  background: var(--color-deg-amarillo);
}

.deg-dia-amarillo-cri::after {
  background: var(--color-amarillo-cri);
}

.deg-dia-dark::after {
  background: var(--color-deg-dark);
}

.deg-dia-gris::after {
  background: var(--color-gris-light-extra);
}





/* NAVEGACIÓN
-------------------------------------------------------- */

.stp {
  height: 400px;
  width: 100%;
  position: absolute;
  background-color: red;
  top: 0;
  z-index: 30;
}

.navbar {
  width: 100%;
  padding: 10px 0 3.2rem;
  display: flex;
}


@media (max-width: 1130px) {
  .navbar__lang {
    margin-left: auto !important;
    margin-right: 1.5rem !important;
  }
}

.navbar__logo {}


.navbar__menu {
  margin-top: 1rem;
}

@media (max-width: 1130px) {
  .navbar__menu {
    display: none;
  }
}

@media (min-width: 1129px) {
  .navbar__menu__overlay {
    display: none;
  }
}

.navbar__menu--app .hs-menu-wrapper>ul>li:last-child>a,
.navbar__menu--app .hs-menu-wrapper>ul>li:nth-child(2)>a {
  background-color: var(--red);
  color: #fff !important;
  margin-left: 1rem;
}

.navbar__menu--app .hs-menu-wrapper>ul>li:last-child>a:hover,
.navbar__menu--app .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  background-color: var(--red) !important;
  transition: var(----box-shadow-hover);
}

.navbar__menu--app .hs-menu-wrapper>ul>li:last-child>a:hover,
.navbar__menu--app .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  transition: .1s all ease-in-out;
  transform: translateY(-3px);
}

.header__scroll .navbar__menu--app .hs-menu-wrapper>ul>li:last-child>a,
.header__scroll .navbar__menu--app .hs-menu-wrapper>ul>li:nth-child(2)>a {
  background-color: var(--red);
  color: #fff !important;
  margin-left: 1rem;
}


.header__scroll .navbar__menu--app .hs-menu-wrapper>ul>li:last-child>a,
.header__scroll .navbar__menu--app .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  transition: .1s all ease-in-out;
  transform: translateY(-3px);
}








.navbar__menu--right {
  margin-left: auto;
}

.navbar__menu--left {
  margin-right: auto;
}

.navbar__menu .hs-menu-wrapper ul {
  display: flex;
  padding-left: 2rem;
}

@media (min-width: 1100px) and (max-width: 1208px) {
  .navbar__menu .hs-menu-wrapper ul {
    padding-left: 1rem;
  }
}


.navbar__menu .hs-menu-wrapper ul li {
  color: #fff;
  display: inline-block;
}

.navbar__menu .hs-menu-wrapper>ul>li {
  list-style: none;
  margin: 0 3px;
}

.navbar__menu .hs-menu-wrapper>ul>li>a {
  color: #fff !important;
  padding: 0.55rem 1.4rem !important;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 50px;
}

.header__scroll .navbar__menu .hs-menu-wrapper>ul>li>a {
  color: #323C49 !important;
}

.navbar__menu .hs-menu-wrapper>ul>li>a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--blue);
  text-decoration: none;
}


.navbar__menu a,
.header__scroll a {
  letter-spacing: 0.4px;
}

/* Esconder boton solicita una demo  */


.page-home .navbar__menu--right div[data-menu-id="9782591964"] ul li:nth-child(2) {
  display: none;
}
.page-home .header__scroll .navbar__menu--right div[data-menu-id="9782591964"] ul li:nth-child(2) {
  display: block !important;
}


.page-home .navbar__menu--right .hs-menu-wrapper>ul>li:nth-child(2),
.page-partners .navbar__menu--right .hs-menu-wrapper>ul>li:nth-child(2) {
  display: none;
}

.page-home .header__scroll .navbar__menu--right .hs-menu-wrapper>ul>li:nth-child(2),
.page-partners .header__scroll .navbar__menu--right .hs-menu-wrapper>ul>li:nth-child(2) {
  display: block;
}


.navbar__overlay__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 10%;
}


.navbar__overlay__content .hs-menu-wrapper>ul {
  list-style: none;
  padding-left: 0;
}

.navbar__overlay__content .hs-menu-wrapper>ul li {}

.navbar__overlay__content .hs-menu-wrapper>ul li a {
  display: block;
  border-radius: 50px;
}

.navbar__overlay__content .hs-menu-wrapper>ul li a:hover {
  text-decoration: none;
}


.navbar__overlay__web {
  margin-bottom: 1.5rem;
}

.navbar__overlay__web ul li {
  margin-bottom: 0.6rem;
}

.navbar__overlay__web a {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--dark);
}

.navbar__overlay__app ul li {
  margin-bottom: 1rem;
}

.navbar__overlay__app a {
  font-size: 1.25rem;
  font-weight: 500;
}


.navbar__overlay__app ul li:nth-child(3) a {
  background-color: var(--red);
  padding: 1.2rem 3rem;
  color: #fff;
  display: block !important;
  width: 100%;
  font-size: 1rem;

}

.navbar__overlay__logo {
  margin-bottom: 2rem
}



.navbar__overlay__web ul,
.navbar__overlay__app ul {
  display: flex;
  flex-direction: column;
}

.navbar__menu__overlay__boton {
  font-size: 3rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  color: var(--color-blanco);
}

.navbar__menu__overlay__boton i {
  font-size: 2rem;
}

.header__scroll .navbar__menu__overlay__boton {
  color: var(--color-gris-dark);
}



.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 100ms linear, visibility 0s linear;
  /* transition: var(--trans); */
}


.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
  visibility: hidden;
  transition: opacity 100ms linear, visibility 0s linear 200ms;
}



.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > a::after {
  font-family: 'Material Icons';
  content: "arrow_drop_down";
  -webkit-font-feature-settings: 'liga';
  font-size: 1.4rem;
  line-height: .5;
}


.navbar__menu
.hs-menu-children-wrapper {
  z-index: 20;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem 0 !important;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: absolute;
}


.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item {
  padding-left: 0 !important;
  display: block;
  float: none;

}

.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item a {
  padding: .5rem 6.5rem .5rem 1.5rem !important;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--dark);
  display: flex;
  align-items: center;
  transition: none;
}


.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(5) a,
.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(6) a,
.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(7) a,
.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(8) a {
  padding: .5rem 1.5rem !important;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-gris-dark);
  display: flex;
  align-items: center;
  transition: none;
}

.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(5) a {
  padding: 0px !important;
}

.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(5) a:hover {
  background-color: #fff;
  cursor: default;
}


.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(5) a hr {
  border-top: 1px solid #F1F2F3 !important;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(1) a::before {
  font-family: 'Material Icons';
  content: "receipt";
  -webkit-font-feature-settings: 'liga';
  margin-right: 1rem;
  font-size: 1.2rem;
}

.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(2) a::before {
  font-family: 'Material Icons';
  content: "credit_card";
  -webkit-font-feature-settings: 'liga';
  margin-right: 1rem;
  font-size: 1.2rem;
}



.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(3) a::before {
  font-family: 'Material Icons';
  content: "donut_small";
  -webkit-font-feature-settings: 'liga';
  margin-right: 1rem;
  font-size: 1.2rem;
}


.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(4) a::before {
  font-family: 'Material Icons';
  content: "flight";
  -webkit-font-feature-settings: 'liga';
  margin-right: 1rem;
  font-size: 1.2rem;
}








.navbar__menu
.hs-menu-children-wrapper 
.hs-menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}



.navbar__overlay__web 
.hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1;
  position: relative;
  padding-left: 0;
}

.navbar__overlay__web 
.hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1;
  position: relative;
  list-style: none;
}

.navbar__overlay__web 
.hs-menu-children-wrapper  li a {
  font-size: 1.2rem;
  display: flex;
  vertical-align: middle;
}







.navbar__overlay__web 
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(1) a::before {
  font-family: 'Material Icons';
  content: "receipt";
  -webkit-font-feature-settings: 'liga';
  margin-right: 1rem;
  font-size: 1.0rem;
  padding-top: 4px;
  display: inline-block;
}

.navbar__overlay__web 
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(2) a::before {
  font-family: 'Material Icons';
  content: "credit_card";
  -webkit-font-feature-settings: 'liga';
  margin-right: 1rem;
  font-size: 1.0rem;
  padding-top: 4px;
  display: inline-block;
}

.navbar__overlay__web 
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(3) a::before {
  font-family: 'Material Icons';
  content: "donut_small";
  -webkit-font-feature-settings: 'liga';
  margin-right: 1rem;
  font-size: 1.0rem;
  padding-top: 4px;
  display: inline-block;
}



.navbar__overlay__web 
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(4),
.navbar__overlay__web 
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(5),
.navbar__overlay__web 
.hs-menu-children-wrapper 
.hs-menu-item:nth-child(6) {
  display: none !important;
}




/* Grid cols
-------------------------------------------------------- */

.colc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

@media screen and (max-width: 1199px) {
  .colc {
    gap: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .colc {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 992px) {
  .colc--inverse .colc__pic {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .colc--inverse .colc__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.colc__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.colc__pic img {
  width: 100%;
  height: auto;
}

.colc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colc__content .h2-header-subtitle {
  color: #2798C0;
}


/* Articles
-------------------------------------------------------- */
article {
  font-weight: normal !important;
}

article p {
  margin-bottom: 3rem;
  letter-spacing: 0.01875;
  color: var(--dark);
}

p.text-max {
  font-size: 1.25rem !important;
  letter-spacing: 0.01875;
  font-weight: normal !important;
  color: var(--color-gris-dark);
}

p.text-min {
  font-size: 0.875rem;
  font-weight: normal;
}

.text-min,
p.text-min {
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--color-gris-dark);
}

article ul {
  margin-bottom: 3rem;
  padding-left: 1rem;
}

article ul li {
  list-style: none;
}

article ul li::before {
  content: '•';
  font-weight: bold;
  color: var(--blue);
  padding-right: 10px;
}

article ol {
  font-weight: 500;
}

article blockquote {
  font-size: 2.30rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

article a {
  text-decoration: underline;
}

p strong {
  font-weight: 500;
}

p {
  color: var(--color-gris-dark);
}




/* CTA
-------------------------------------------------------- */

.cta-full {
  padding: 4rem 0;
}

.cta-groc {
  background: var(--color-deg-amarillo);
}

.cta-groc-cri {
  background: var(--color-amarillo-cri);
}





.cta-doble-line {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}











.cta-amarillo {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/bg/bg-cta-groc.svg');
  background-repeat: no-repeat;
  position: relative;
  background-position: -3rem 3rem;
}


.cta-azul {
  background-image: url('https://www.captio.net/hubfs/_assets/bg/bg-cta-blau.svg');
  background-repeat: no-repeat;
  background-color: var(--primary);
  position: relative;
  background-position: 110% -5rem;
}

@media (max-width: 767px) {
  .cta-azul {
    background-position: 250% -8rem !important;
  }
  .cta-max .btn-lg,
  .cta-amarillo .btn-lg,
  .cta-azul .btn-lg {
    padding: 0.837rem 2rem;
    font-size: 0.9rem;

  }
}


.cta-amarillo::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color-deg-amarillo);
  border-radius: 2.1rem;
}







@media (max-width: 480px) {
  .cta-groc__logo {
    width: 100px;
    height: auto;
  }
}

.cta-max {
  padding: 4rem;
  border-radius: 2.1rem;
}

.cta-max h2 {
  margin-bottom: 2rem !important;
}


@media (max-width: 480px) {
  .cta-max {
    padding: 4rem 2rem;
    border-radius: 0rem;
    margin-left: -25px;
    margin-right: -25px;
    text-align: center;
  }

  .cta-max .btn {
    margin-right: 0 !important;
    margin-bottom: 1.2rem;
  }
}

.cta-gris {
  display: block;
  background-color: rgba(0, 0, 0, 0.09);
  text-decoration: none !important;
  padding: 0.9rem 1.4rem;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3rem;
  color: var(--dark);
  display: inline-block;
  text-align: left;
  transition: .1s all ease-in-out;
}

.cta-gris:hover {
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0.09) !important;
  transition: .1s all ease-in-out;
  transform: translateY(-3px);
}

.cta-gris div {
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  color: #848A92;
  margin-left: 1px;
  display: block;
}

.cta-gris em {
  font-size: 16px !important;
  color: var(--blue);
  margin-right: 5px;
  line-height: 9px;
  display: inline-block !important;
  transform: translateY(4px);
}

.cta-blog-header {
  margin-bottom: 3rem !important;
}


@media (max-width: 767px) {
  .cta-pic {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  } 
}



/* CTA INLINE
-------------------------------------------------------- */

.cta-inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-inline__item {
  margin: 0 1rem;
  font-weight: 500;
}
.cta-inline__item a {
  text-decoration: underline;
  font-weight: 500;
}



@media (max-width: 767px) {
  .cta-inline__item {
    margin: 0 ;
    font-weight: 500;
    text-align: center;
  }
  .cta-inline__item a {
    text-decoration: underline;
    font-weight: 500;
    padding-top: .9rem;
  }
  
}


/* CTA BLOG TEXT
-------------------------------------------------------- */


.cta-blog-grid {
  display: grid;
  grid-template-columns: 0.9fr 4.1fr;
  padding: 2rem;
  grid-gap: 2rem;
  border-radius: 2.1rem;
}

.cta-blog-grid .hs-form-field {
  margin-bottom: 7px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .cta-blog-grid {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 757px) {
  .cta-blog-grid {
    display: flex;
    flex-direction: column;
  }

  .cta-blog-grid .hs-form-field {
    margin-bottom: 4px;
  }
}


.cta-blog-grid h3 {
  font-size: 27px;
  margin-bottom: 1.4rem;
  padding-bottom: 0;
}

.cta-blog-grid form.hs-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.8rem;
}

@media (max-width: 991px) {
  .cta-blog-grid form.hs-form {
    display: flex;
    flex-direction: column;
  }

  /* .cta-blog-grid form > div {
    margin-bottom: 10px;
  } */
}


.cta-blog-grid__poster img {
  width: 100%;
  height: auto;
}





.cta-blog-grid .hs_firstname {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.cta-blog-grid .hs_company {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.cta-blog-grid .hs_email {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.cta-blog-grid .hs_viajeros_empresa {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.cta-blog-grid .hs_politica_de_privacidad {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.cta-blog-grid .hs_politica_de_privacidad .inputs-list {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.cta-blog-grid .hs_submit {
  grid-column: 2 / 3;
  grid-row: 3 / 4;

}

.cta-blog-grid form .hs_submit input.hs-button {
  padding: 0.837rem 2rem !important;
  font-size: 0.812rem !important;
  background-color: var(--blue);
  border-color: var(--blue);
  color: #fff;
}


.cta-blog-grid form div:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 1 / 4;
}

.cta-blog-grid .gdpr-captio>* {
  line-height: 1.3 !important;
}




/* CTA GO TO CAPTIO
-------------------------------------------------------- */

.cta-gtc {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  
}

.cta-gtc__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: no-wrap;
}

.cta-gtc__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: no-wrap;
}


.cta-gtc__content h2 {
  font-size: 2.3rem;
  order: 2;
}
.cta-gtc__content img {
  order: 1;
  margin-right: 2rem;
  width: 245px;
  height: auto;
}

@media (max-width: 767px) {
  .cta-gtc {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
  .cta-gtc__content {
    display: block;
  }
  .cta-gtc__cta {
  }

  .cta-gtc__content h2 {

  }

  .cta-gtc__content img {
    width: 150px;
    height: auto;
    margin-bottom: 1rem;
  }


}



/* CTA VOLVER
-------------------------------------------------------- */

.cta-back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.cta-back i {
  line-height: 1.5;
  font-size: 2rem !important;
  
}
.cta-back a {
  margin-left: 1rem;
  color: var(--color-gris-dark);
}


/* BOX ICONS
-------------------------------------------------------- */
.box-icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3.1rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .box-icon {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box-icon {

    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .box-icon {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}


@media (max-width: 480px) {
  .box-icon {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}


.box-icon__item:hover {}

.box-icon__item {
  box-shadow: var(--box-shadow);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  position: relative;
}

.box-icon__item i {
  color: var(--blue);
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.box-icon__item h4 {
  font-size: 15px;
  margin-bottom: 1.4rem;
}

.box-icon__item p {
  font-size: 14px;
  /* color: #323C49; */
}

.box-icon--dark .box-icon__item {
  padding: 0;
  box-shadow: none;
}

.box-icon--dark .box-icon__item p {
  color: rgba(255, 255, 255, 0.6);
}

.box-icon__item__modal i {
  font-size: 2rem;
  color: var(--dark);
  transition: var(--trans);

}

.box-icon__item__modal i:hover {
  transform: rotate(360deg) scale(1.2);
  transition: var(--trans);

}


.box-icon__nuevo {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-block;
}



@media (max-width: 767px) {
  .page-partners .box-icon {
    grid-template-columns: 1fr 1fr;
  }

  .page-partners .box-icon .box-icon__item {
    text-align: left;
  }
}


.box-icon-max {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem 8rem;
}

.box-icon-max .ico {
  margin-bottom: 2rem;
}



@media (min-width: 768px) and (max-width: 991px) {
  .box-icon-max {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }
  
}

@media (max-width: 767px) {
  .box-icon-max {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem 2rem;
  }
  .box-icon-max .ico {
    margin-bottom: 1rem;
  }
  .box-icon-max__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }
}





/* DIAGONAL
-------------------------------------------------------- */

.item__dg:nth-child(4n) {
  transform: translateY(0rem);
  /* border: 1px dotted #fff; */
}

.item__dg:nth-child(4n-1) {
  transform: translateY(2.1rem);
  /* border: 1px dotted red; */
}

.item__dg:nth-child(4n-2) {
  transform: translateY(3.2rem);
  /* border: 1px dotted yellow; */
}

.item__dg:nth-child(4n-3) {
  transform: translateY(4.3rem);
  /* border: 1px dotted green; */
}


.item__dg__3:nth-child(3n) {
  transform: translateY(0rem);
  /* border: 1px dotted #fff; */
}

.item__dg__3:nth-child(3n-1) {
  transform: translateY(2.1rem);
  /* border: 1px dotted red; */
}

.item__dg__3:nth-child(3n-2) {
  transform: translateY(3.2rem);
  /* border: 1px dotted yellow; */
}



@media (max-width: 767px) {
  .item__dg:nth-child(2n) {
    transform: translateY(0rem);
    /* border: 1px dotted #fff; */
  }

  .item__dg:nth-child(2n-1) {
    transform: translateY(2.1rem);
    /* border: 1px dotted red; */
  }


  .item__dg__3:nth-child(2n) {
    transform: translateY(0rem);
    /* border: 1px dotted #fff; */
  }

  .item__dg__3:nth-child(2n-1) {
    transform: translateY(2.1rem);
    /* border: 1px dotted red; */
  }

}












/* ICONS SQUARE DEGRADADOS Y ROUNDED
-------------------------------------------------------- */


.icon-square {
  text-align: center;
}

.icon-square__container {
  border-radius: 23px;
  width: 110px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}


.icon-square__container .ico {
  width: 45px !important;
  height: 45px !important;
}

.icon-square__desc {

}

@media (max-width: 767px) {
  .icon-square__desc {
    font-size: 0.9rem;
  }
}



/* LISTAS
-------------------------------------------------------- */

ul.list-radio {
  padding-left: 0px;
  list-style: none;
}

ul.list-radio li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  color: var(--color-gris-dark);
}

ul.list-radio li::before {
  font-family: "Material Icons";
  content: "check_circle";
  color: var(--blue);
  left: 0px;
  top: -2px;
  position: absolute;
  font-size: 1.2rem;
}


.list-text-max {
  color: #fff;
  font-size: 1.2rem;
  list-style: none;
  margin-bottom: 4rem !important;
}

.list-text-max li {
  margin-bottom: 1.8rem;
  position: relative;
}

.list-text-max li::before {
  font-family: "Material Icons";
  content: "done";
  color: var(--warning);
  left: -2.5rem;
  top: 0px;
  position: absolute;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .list-text-max {
    font-size: 1.0rem;
  }
  .list-text-max li {
    margin-bottom: 0.8rem;
  }
  
}



.list-logos {
  display: flex;
  justify-content: space-between;
}
.list-logos img {
  min-height: 60px;
}

/* TOOLTIPS
-------------------------------------------------------- */
.tooltip-inner {
  border-radius: 3px;
  box-shadow: var(--box-shadow);
  background: var(--dark) !important;
  color: #D6D8DB;
  padding: 1rem;
  font-size: 13px !important;
  text-align: left;
}

.tooltip.show {
  opacity: 1;
}


/* IMAGENES
-------------------------------------------------------- */
.card-img-shadow {
  display: block !important;
}
.card-img-shadow img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
}

.img-fluid-img img {
  max-width: 100%;
  height: auto;
}


@media (max-width: 575px) {
  .img-fluid--r50 {
    width: 50%;
  }
}



/* Utilidades
-------------------------------------------------------- */


@media (max-width: 575px) {
  .m-no {
    display: none;
  }
}

.badge-new {
  background-color: #FF3B30!important;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase !important;
  font-size: 12px;
}



/* CARDS TEXT
-------------------------------------------------------- */
.card-text {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  background-color: var(--color-blanco);
  padding: 5rem;
}

.card-text--min {
  padding: 4rem !important;
}

@media (max-width: 767px) {
  .card-text {
    padding: 2rem;
  }

  .card-text--min {
    padding: 2rem !important;
  }
}

.card-text > h4 {
  color: var(--dark);
}

.card-text--form-header {
  z-index: 10;
  display: block;
  position: absolute;
}


@media (max-width: 767px) {
  .card-text--form-header {
    position: relative;
    text-align: left !important;
  }
  .card-text h3 {
    font-size: 1.5rem !important;
  }
}


/* COLS GRID
-------------------------------------------------------- */
.cols-dos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
}

.grid-3--mini {
  gap: 1.5rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}


@media (max-width: 480px) {

  .cols-dos {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5rem;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }

  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}




/* FANCYBOX
-------------------------------------------------------------------------------- */
.fancybox-bg {
  background: var(--color-deg-dark) !important;
  opacity: 0.95 !important;
}

.fancybox-container video {
  box-shadow: var(--box-shadow-max);
}

/* VIDEOS
-------------------------------------------------------------------------------- */
.video-container {
  width: 100%;
  height: auto;
  
}


/* MODAL
-------------------------------------------------------------------------------- */
.modal-content {
  border-radius: var(--border-radius);
  border: 0;
  /* box-shadow: var(--box-shadow); */
}


.modal-backdrop {
  background: var(--color-deg-azul);
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 1;
}



.modal-header {
  padding: 2rem 3rem 1rem;
  border: 0;
}

.modal-body {
  padding: 2rem 3rem;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 2rem 2rem 1rem;
  }

  .modal-body {
    padding: 2rem 2rem;
  }
}




.modal-content {
  background-color: rgba(0, 0, 0, 0.0);
}

.modal-content .close {
  padding-top: 0.5rem !important;
}

.modal-content .close i {
  font-size: 4rem;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--color-blanco) !important;
}




.modal-content .post-body p,
.modal-content .post-body ul,
.modal-content .post-body ol,
.modal-content .post-body h4 {
  color: #fff;
}

.modal-content .post-body p,
.modal-content .post-body ul,
.modal-content .post-body ol {
  font-size: 1rem;
}


.modal-content .post-body ul {
  padding-left: 3rem;
}

.modal-content .post-body ul li::before {
  color: var(--color-blanco);
  left: 2rem;
}


.modal-header h5.modal-title {
  color: var(--color-blanco);
  font-size: 2.1rem !important;
}

/* MODAL
-------------------------------------------------------------------------------- */
.lt-clientes {}

.lt-enterprise {}

@media (max-width: 576px) {
  .lt-clientes {
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto;
    position: relative;
  }

  .lt-home {
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 768px) {}

@media (max-width: 992px) {
  .lt-clientes {
    width: 300px !important;
    height: 300px !important;
  }
}

@media (max-width: 1200px) {
  .lt-enterprise {
    width: 213px !important;
    height: 308px !important;
  }
}



/* PORTADA - INICIO - HOME
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.clientes-home {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@supports (-ms-ime-align:auto) {
  .clientes-home {
    margin-top: 2rem;
  }
}


.clientes-home__item {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 480px) {
  .clientes-home {
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .clientes-home__item {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .clientes-home {
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clientes-home__item {
    margin-bottom: 3rem;
  }
}

.featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8rem;
  margin-bottom: 140px;
}

.featured__info .text-max {
  margin-bottom: 3rem;
}

.featured__info__logos {
  max-width: 320px;
}

@media (max-width: 480px) {
  .featured__info__logos {
    max-width: 90%;
  }
}


.featured:nth-child(2n) .featured__img {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.featured:nth-child(1n) .featured__img {
  text-align: right;
}


.featured:nth-child(2n) .featured__info {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}


.featured--47 {
  display: grid;
  grid-template-columns: 4fr 7fr;
  grid-gap: 8rem;
  margin-bottom: 130px;
}

.featured--47 .featured__info {
  margin-top: 3rem;
}

.featured__img img {
  height: 430px;
  width: auto;
}

.featured__img--300 img {
  height: 400px;
  width: auto;
}

.featured--47:nth-child(2n) {
  grid-template-columns: 7fr 4fr;
}


@media (max-width: 480px) {

  .featured {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin-bottom: 140px;
  }

  .featured:nth-child(2n) .featured__img {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .featured:nth-child(1n) .featured__img {
    text-align: left;
  }


  .featured:nth-child(2n) .featured__info {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .featured__img {
    text-align: left;
  }

  .featured__img img {
    height: 250px;
    width: auto;
  }

  .featured__img--300 img {
    height: 200px;
    width: auto;
  }

  .featured--47 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin-bottom: 130px;
  }

  .featured--47 .featured__info {
    margin-top: 0rem;
  }

  .featured__img img {
    height: 300px;
    width: auto;
  }

  .featured__img--300 img {
    height: 400px;
    width: auto;
  }

  .featured--47:nth-child(2n) {
    grid-template-columns: 1fr;
  }



}









.card-feedback {
  display: flex;
}

.card-feedback__foto img {
  width: 60px;
  height: auto;
  margin-right: 1rem;
}

.card-feedback__info h5 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
}

.card-feedback__info h5 span.h5--sub {
  font-size: 14px;
  font-weight: normal;
}

.cta-groc .card-feedback__info h5 span.h5--sub {
  color: var(--color-blanco-06);
}

.card-feedback__info img {
  height: auto;
  height: 34px;
  width: auto;
}

@media (max-width: 767px) {
  .card-feedback__info h5 {
    display: flex;
    flex-direction: column;
  }

  .card-feedback__info h5>span {
    margin-left: 0 !important;
    padding-top: 5px;
  }

  .page-home .card-feedback__info h5>span {
    margin-left: 0 !important;
    padding-top: 0px;
  }

  .page-home .card-feedback__info h5 {
    margin-bottom: 0px;
  }
}



.card-feedback--fw h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.card-feedback__info h5 span.h5--sub {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}


.integra-home {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
}

.integra-home_item {}





.exp-columns {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


.exp-columns__item {
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .exp-columns__item {
    flex: 0 0 35%;
  }
}



.exp-columns__item img {
  max-height: 160px;
  width: auto;
  margin-bottom: 2rem;
}








@media screen and (max-width: 767px) {
  .v-tips {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    gap: 1rem;
  }
}

.v-tips--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .v-tips--center {
    text-align: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    gap: 1rem;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.v-tips__ico {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .v-tips__ico {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.v-tips__content {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .v-tips__content {
    margin-bottom: 0;
  }
}

.v-tips__head-max {
  font-size: 45px;
  font-weight: bold;
}

.v-tips__description {
  color: var(--color-gris);
}





/* ANALYTICS
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.travel-tips {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
}

@media screen and (max-width: 991px) {
  .travel-tips {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .travel-tips {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 3rem;
  }
}





.travel-tabs__content {
  margin-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .travel-tabs__content {
    margin-bottom: 2rem;
  }
}

.travel-tabs__content img {
  border-radius: 1rem;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .travel-tabs__content img {
    width: 100%;
  }
}

.travel-tabs__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .travel-tabs__nav {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.travel-tabs__nav .nav-link {
  background-color: var(--color-blanco);
  border-radius: var(--border-radius);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  padding: 2rem;
  border-top: 8px solid var(--color-blanco);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

@media screen and (max-width: 767px) {
  .travel-tabs__nav .nav-link {
    padding: 11px 11px 11px 21px;
  }
}

.travel-tabs__nav .nav-link.active {
  background-color: var(--color-blanco);
  border-top: 8px solid #2798C0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.travel-tabs__nav .nav-link.active .travel-tabs__desc {
  color: var(--color-gris) !important;
}

.travel-tabs .h4-header {
  color: #323c49;
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .travel-tabs .h4-header {
    margin-bottom: .5rem;
  }
}

.travel-tabs__desc {
  color: var(--color-gris) !important;
}






.tabs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .tabs-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .tabs-grid__menu {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

.tabs-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .tabs-grid__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.tabs-card__item {
  background-color: #fff;
  padding: 21px 31px 21px 41px;
  border-radius: var(--border-radius);
  margin-bottom: 1.5rem;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  text-decoration: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  text-decoration: none !important;
  border-left: 8px solid #fff;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.tabs-card__item:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  text-decoration: none !important;
  border-bottom: none;
}

.tabs-card__item:hover p {
  color: var(--color-gris-dark);
}

.tabs-card__item p {
  color: var(--color-gris);
  margin-bottom: 0;
  font-size: 0.875rem;
  display: none;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.tabs-card__item--ot p {
  display: block !important;
}

.tabs-card__item p:hover {
  text-decoration: none !important;
  border-bottom: none;
}

.tabs-card__item--simple p {
  display: block;
}

.tabs-card__item.active {
  border-left: 8px solid #2798C0;
  border-bottom: none;
}

.tabs-card__item.active p {
  color: var(--color-gris-dark);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  display: block;
  transition: var(--trans);
}

.tabs-card__item-content h4 {
  font-size: 1rem;
  color: #323c49;
}

.tabs-card__item .material-icons {
  opacity: 0;
  font-size: 2rem;
  color: var(--color-gris-light);
}

.tabs-card__item.active .material-icons {
  opacity: 1;
}

@media (max-width: 575px) {
  .tabs-card__item {
    padding: 11px 11px 11px 21px;
    gap: .5rem;
    margin-bottom: 1rem;
  }
  .tabs-card__item p {
    font-size: .85rem;
  }
  .tabs-card__item .material-icons {
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
  }
  .tabs-card__item.active .material-icons {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-animation-name: desplaza;
            animation-name: desplaza;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes desplaza {
  0% {
    -webkit-transform: translateY(0px), rotate(90deg);
            transform: translateY(0px), rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(5px), rotate(90deg);
            transform: translateY(5px), rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(0px), rotate(90deg);
            transform: translateY(0px), rotate(90deg);
  }
}

@keyframes desplaza {
  0% {
    -webkit-transform: translateY(0px), rotate(90deg);
            transform: translateY(0px), rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(5px), rotate(90deg);
            transform: translateY(5px), rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(0px), rotate(90deg);
            transform: translateY(0px), rotate(90deg);
  }
}



/* SEGURIDAD
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */




.seguridad-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .seguridad-main {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.seguridad-main__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .seguridad-main__pic {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .seguridad-main__pic {
    display: none;
  }
}

.seguridad-main__pic img {
  max-width: 60%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .seguridad-main__pic img {
    max-width: 40%;
  }
}

.seguridad-hits {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 991px) {
  .seguridad-hits {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .seguridad-hits {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}







.travel-clients-inline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .travel-clients-inline {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .travel-clients-inline {
    gap: 1rem;
  }
}

.travel-clients-inline__item {
  border-radius: var(--border-radius);
  background-color: var(--color-blanco);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .travel-clients-inline__item {
    padding: 1rem 1.5rem;
  }
}

.travel-clients-inline__item img {
  max-width: 130px;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .travel-clients-inline__item img {
    max-width: 100px;
    max-height: 70px;
  }
}

.seguridad-features__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 10rem;
}

.seguridad-features__item:nth-child(2) {
  /* margin-bottom: 5rem; */
}

@media screen and (max-width: 767px) {
  .seguridad-features__item:last {
    margin-bottom: 0;
  }
}

.seguridad-features__item:nth-child(2) .seguridad-features__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.seguridad-features__item:nth-child(2) .seguridad-features__pic {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

@media screen and (max-width: 767px) {
  .seguridad-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3rem;
    gap: 2rem;
  }
}

.seguridad-features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}




.page-title__logos-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title__logos-left img {
  max-width: 75px;
  height: auto;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {

  .page-title__logos-left {
    justify-content: center;
  }

  .page-title__logos-left img {
    max-width: 60px;
    margin-right: .25rem;
    margin-left: .25rem;
  }
}













/* CLIENTES
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */




.videoplayer {}



.videoplayer__video {
  display: grid;
  grid-template-columns: 8fr 4fr;
  background-color: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 0px 8px 8px 0px;
  margin-bottom: 2rem;
}

.videoplayer__player {}

.videoplayer__player>img {
  width: 100%;
}

.videoplayer__content {
  padding: 2rem;
}

.videoplayer__player .vidyard-player-container {
  border-radius: 0;
  box-shadow: none;
}

.videoplayer__content img {
  height: 40px;
  width: auto;
  margin-bottom: 1rem;
}

.videoplayer__autor span:nth-child(1) {
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
}

.videoplayer__autor span:nth-child(2) {
  font-size: 0.85rem;
  font-weight: normal;
}

.videoplayer__tabs>ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 2rem;
}

.videoplayer__tabs>ul>li>a {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box-shadow);
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
}

.videoplayer__tabs>ul>li>a>img {
  height: 40px;
  width: auto;
}

.videoplayer__tabs>ul>li>a.active {
  transform: translateY(-5px);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}

.videoplayer__tabs>ul>li>a img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.2s all ease-in-out;
}

.videoplayer__tabs>ul>li>a.active img {
  filter: grayscale(0%);
  opacity: 1;
  transition: 0.2s all ease-in-out;
}

.videoplayer__tabs>ul>li>a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: 0.2s all ease-in-out;
}

.videoplayer__tabs>ul>li>a:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transition: 0.2s all ease-in-out;
}

@media (min-width: 768px) and (max-width: 1999px) {
  .videoplayer__content h3.h4-header {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {

  .page-clientes .mar-t-resta {
    margin-top: 0 !important;
  }

  .page-clientes lottie-player {
    width: 70% !important;
    margin: 0 auto;
  }



  .videoplayer {
    display: grid;
    grid-auto-rows: auto;
    grid-gap: 1rem;
  }

  .videoplayer__pane {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }

  .videoplayer__tabs {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }


  .videoplayer__video {
    grid-template-columns: 1fr;
    box-shadow: none;
  }

  .videoplayer__content {
    padding: 0 0 2rem 0;
  }

  .videoplayer__content h3.h4-header::before {
    display: none;
  }

  .videoplayer__content h3.h4-header {
    font-size: 1rem;
    line-height: 25px;
    font-style: italic;
  }

  .videoplayer__content__logo {
    display: none;
  }


  .videoplayer__player {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }

  .videoplayer__content {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }


  .videoplayer__tabs {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }

  .videoplayer__tabs>ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch;
  }

  .videoplayer__tabs>ul::-moz-scrollbar,
  .videoplayer__tabs>ul::-webkit-scrollbar {
    display: none;
  }

  .videoplayer__tabs>ul>li {
    flex: 0 0 auto;
    margin: 0 0.7rem;
  }
}


.vidyard-player-no-shadow
.vidyard-player-container {
  box-shadow: none;
}















.filtros__clientes {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.filtros__clientes label {
  font-weight: bold;
  font-size: 0.9rem;
}


@media (max-width: 767px) {
  .filtros__clientes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .filtros__clientes li label {
    font-size: 0.8rem !important;
  }
}



.filtros__items {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}


.filtros__item {
  text-align: center;
}

.filtros__item img {
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  background: var(--color-blanco);
}

.filtros__item__caso {
  padding: 1rem 1rem 2rem;
  display: flex;
  justify-content: center;
}

.filtros__item__caso a {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--color-gris);
  font-weight: 500;
}

.filtros__item__caso a:hover {
  text-decoration: none;
  color: var(--color-gris-dark);
}

.filtros__item__caso i {
  color: var(--blue);
  font-size: 14px;
  margin-right: 3px;
}


@media (max-width: 767px) {
  .filtros__items {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
  }
}

@media (max-width: 480px) {
  .filtros__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }

  .filtros__item__caso {
    padding: 1rem 1rem 1rem;
  }
}






/* Integraciones
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.erp__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media screen and (max-width: 991px) {
  .erp__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.erp__pic {
  text-align: center;
}

.erp__pic img {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.erp__actions {
  text-align: center;
  margin-top: 3rem;
}

.banco__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 12rem;
}

@media screen and (max-width: 991px) {
  .banco__container {
    gap: 3rem;
    -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .banco__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .banco__pic {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .banco__pic img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.banco__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banco__actions {
  margin-top: 4rem;
}

@media screen and (max-width: 991px) {
  .banco__actions {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .banco__actions {
    margin-top: 0;
  }
}

.interp__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}

@media screen and (max-width: 991px) {
  .interp__content {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .interp__content {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 767px) {
  .interp__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 1fr;
        grid-template-columns: 50px 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .interp__item {
    font-size: 0.875rem;
  }
}

.interp__ico {
  margin-bottom: 2rem;
}

.interp__item-descripcion {
  color: var(--color-blanco);
}

.interp__item-descripcion p {
  color: var(--color-blanco);
}

.interp__actions {
  margin-top: 3rem;
  text-align: center;
}

.mas-integra-container {
  padding-left: 0;
  padding-right: 0;
}

.mas-integra {
  padding: 2rem 4rem;
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
  background-color: var(--color-gris-light-extra);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
      grid-template-columns: 300px 1fr;
  gap: 3rem;
}

@media screen and (max-width: 991px) {
  .mas-integra {
    padding: 2rem 2rem !important;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
  .mas-integra {
    gap: 1rem;
    padding: 1.5rem;
  }
}

.mas-integra__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mas-integra__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.mas-integra__item {
  max-width: 110px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clientes-integrados {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  .clientes-integrados {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .clientes-integrados {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.clientes-integrados__item {
  background-color: var(--color-blanco);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 2rem;
}

.clientes-integrados__item img {
  max-height: 35px;
  width: auto;
}











/* Precios
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.precios>* {
  background-color: rgba(0, 0, 0, 0.00);
}

.precios {
  border-radius: var(--border-radius);
  background-color: #fff;
  box-shadow: var(--box-shadow);
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 135px 135px 135px 100px auto;
  grid-gap: 2rem;
  grid-template-areas:
    "professional header header contacta__top"
    "corporate caracteristicas caracteristicas caracteristicas"
    "enterprise caracteristicas caracteristicas caracteristicas"
    "freelance caracteristicas caracteristicas caracteristicas"
    "telefono contacta__bottom contacta__bottom contacta__bottom"

}

@media (max-width: 767px) {

  .precios {
    border-radius: var(--border-radius);
    background-color: #fff;
    box-shadow: var(--box-shadow);
    padding: 1.2rem;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr auto 1180px auto auto auto auto;
    grid-gap: 1rem;
    grid-template-areas:
      "professional"
      "corporate"
      "enterprise"
      "header"
      "caracteristicas"
      "telefono"
      "contacta__bottom"
      "freelance"
      "contacta__top"
  }

  .precios__contacta__top {
    display: none;
  }

  .precios__freelance {}
}



@media (min-width: 768px) and (max-width: 991px) {

  .precios {
    border-radius: var(--border-radius);
    background-color: #fff;
    box-shadow: var(--box-shadow);
    padding: 1.2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto 500px auto auto auto;
    grid-gap: 1rem;
    grid-template-areas:
      "professional corporate enterprise"
      "header header header"
      "caracteristicas caracteristicas caracteristicas"
      "telefono contacta__bottom contacta__bottom"
      "freelance freelance freelance"
      "contacta__top contacta__top contacta__top"
  }

  .precios__contacta__top {
    display: none;
  }

  .precios__plan:hover {
    border: 4px solid var(--dark);
  }

}



.precios__plan {
  border-radius: var(--border-radius);
  border: 4px solid var(--dark);
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition-duration: 0.1s;
}

.precios__plan:hover {
  text-decoration: none;
  color: #fff !important;
  border: 6px solid var(--dark);
  transition-duration: 0.1s;
}

@media (max-width: 767px) {
  .precios__plan {
    border-radius: var(--border-radius);
    border: 4px solid var(--dark);
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    transition-duration: 0.1s;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }

  .precios__plan:hover {
    border: 4px solid var(--dark);
  }
}



.precios__plan:hover h3 {
  transition: var(--trans);
}

.precios__plan h3 {
  margin-bottom: 0.2rem !important;
  color: var(--dark);
  transition: var(--trans);
}


.precios__precio {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--dark);
}

.precios__precio small {
  font-size: 0.85rem;
  color: var(--color--gris);
  margin-left: 0.5rem;
}



.precios__plan--active:hover,
.precios__plan--active:hover h3,
.precios__plan--active {
  background-color: var(--dark);
  color: #fff;
  border: 4px;
}

.precios__plan--active .precios__precio,
.precios__plan--active small,
.precios__plan--active h3 {
  color: #fff;
}




.precios__professional {
  grid-area: professional;
}

.precios__enterprise {
  grid-area: enterprise;
}

.precios__corporate {
  grid-area: corporate;
}

.precios__freelance {
  grid-area: freelance;
  padding-left: 1.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .precios__freelance {
    padding-left: 0rem;
  }
}


.precios__freelance a {
  color: var(--dark);
  text-decoration: underline;
}

.precios__freelance a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.precios__header {
  grid-area: header;
}

.precios__contacta__top {
  grid-area: contacta__top;
}

.precios__caracteristicas {
  grid-area: caracteristicas;
}

.precios__contacta__bottom {
  grid-area: contacta__bottom;
}

.precios__telefono {
  grid-area: telefono;
}

.precios__telefono a {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--dark);
}

.precios__telefono a:hover {
  text-decoration: none;
}

.precios__telefono .material-icons {
  color: var(--blue);
}

.precios__telefono .material-icons-round {
  color: var(--blue);
}

.precios__contacta__bottom,
.precios__telefono {
  display: flex;
  align-items: center;
}



.precios__caracteristicas {
  grid-area: caracteristicas;
}

ul.caracteristicas {
  list-style: none;
  padding-left: 0;

  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  min-height: 150px;
  height: 725px;
  color: rgb(45, 62, 80);
  font-size: 14px;
  max-height: 100%;
  width: 100%;

}

ul.caracteristicas li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 13px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  width: 33.33%;
  padding-right: 2em;
  padding-bottom: 1em;
}

ul.caracteristicas li span {
  padding-right: 5px;
}

ul.caracteristicas li.off {
  opacity: 0.5;
}

ul.caracteristicas li.no-list {
  margin-bottom: 0rem !important;
}

ul.caracteristicas li.no-list::before {
  content: "";
}

ul.caracteristicas li.no-list {
  display: block;
  padding-left: 0;
}

ul.caracteristicas li.no-list .no-list__item {
  display: block !important;
  width: 100%;
  font-weight: 500;
}

ul.caracteristicas li::before {
  font-family: "Material Icons";
  content: "check_circle";
  color: var(--blue);
  left: 0px;
  top: -2px;
  position: absolute;
  font-size: 16px;
}

[data-toggle="tooltip"] {
  cursor: help;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.caracteristicas li {
    padding-bottom: 10px;
    line-height: 1.4;
  }
}


@media (max-width: 767px) {
  ul.caracteristicas {
    flex-flow: column nowrap;
  }

  ul.caracteristicas li {
    width: 100%;
    display: block;
  }
}





/* Precios v2
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.g-precios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

@media (max-width: 575px) {
  .g-precios {
    grid-template-columns: repeat(1, 1fr);
  }
  
}

.g-precios__item {
}
.g-precios__item-container {
  background-color: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.g-precios__item--amarillo {
  border-top: 12px solid var(--warning);
}
.g-precios__item--rojo {
  border-top: 12px solid var(--danger);
}
.g-precios__item--dark {
  border-top: 12px solid var(--dark);
}

.g-precios__titulo {
  padding: 2rem 2rem 0.5rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.g-precios__descripcion {
  padding: 0 2rem 1rem;
  font-size: var(--font-size-14);
  min-height: 80px;
  margin-bottom: 0;
}

.g-precios__precio {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0 2rem;
  margin-bottom: 3rem;
  grid-column-gap: 1rem;
}

.g-precios__amount {
  font-size: 5.5rem;
  font-weight: bold;
  line-height: .8;
}

.g-precios__amount small {
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: -0.8rem;
  /* padding-bottom: 3px; */
}

.g-precios__usuario {
  display: flex;
  align-items: flex-end;
  font-size: var(--font-size-14);
  color: #5B636D;
}

.g-precios__precio-enterprise {
  padding: 0 2rem;
  margin-bottom: 6.6rem;
  height: 70px;
  margin-top: 9px;
}
.g-precios__precio-medida {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.1;  
}



.g-precios__buttons {
  padding: 0 2rem 1rem;
}
.g-precios__buttons a.btn {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.g-precios__incluye {
  color: #fff;
  padding: 2rem 2rem;
}
.g-precios__incluye strong {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: .8rem;
  display: block;
  text-transform: uppercase;
}

.g-precios__caracteristicas {
  margin-bottom: 1rem;
  font-size: var(--font-size-14);
  list-style: none;
  padding-left: 1rem;
}

.g-precios__caracteristicas li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--primary); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1rem; /* Also needed for space (tweak if needed) */
  margin-left: -1rem; /* Also needed for space (tweak if needed) */
  font-size: 1.2rem;
}


.g-precios__caracteristicas li {
}


.card-ssi {
  border-radius: var(--border-radius);
  padding: 2rem;
  background-color: var(--color-gris-light-extra);
  display: grid;
  grid-template-columns: 200px 1fr 300px;
}

@media (max-width: 767px) {
  .card-ssi {
    grid-template-columns:1fr;
    grid-gap: 1rem;
    text-align: center;
    padding: 3.4rem;
  }
  .card-ssi a.btn {
    font-size: 0.9rem;
  }
  .card-ssi__logo {
    margin-bottom: 1rem;
  }
  .card-ssi__desc {
    margin-bottom: 1rem;
  }
}



.card-cta {
  border-radius: var(--border-radius);
  padding: 2rem;
  background-color: var(--color-fff);
  display: grid;
  grid-template-columns: 180px 1fr 300px;
  box-shadow: var(--box-shadow);
  gap: 1rem;
}

.card-cta__logo {
  text-align: center;
}
.card-cta__logo img {
  max-height: 55px;
  width: auto;
}

@media (max-width: 991px) {
  .card-cta {
    grid-template-columns:1fr;
    grid-gap: 1rem;
    padding: 2.4rem;
    text-align: center;
  }
  .card-cta a.btn {
    font-size: 0.9rem;
  }
  .card-cta__logo {
    margin-bottom: 1rem;
  }
  .card-cta__desc {
    margin-bottom: 1rem;
  }
}














.precios-feat {
  color: #fff;
  display: grid;
  list-style: none;
  padding-left: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}

.precios-feat li {

}

.precios-feat li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--primary); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5rem; /* Also needed for space (tweak if needed) */
  margin-left: -1.5rem; /* Also needed for space (tweak if needed) */
  font-size: 1.2rem;
}

@media (max-width: 575px) {
  .precios-feat {
    grid-template-columns:1fr;
    grid-gap: 1rem;
  }
}



.compara {
  margin-bottom: 2rem;
}
.compara__item {
  display: grid;
  grid-template-columns: 7fr 2fr 2fr 2fr;
  padding: 0.9rem 0;
  border-bottom: 1px solid #EAEBED;
}

.compara__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.compara__feature .badge {
  margin-left: .8rem;
}

@media (max-width: 575px) {
  .compara__feature .badge {
    margin-left: 0rem;
  }
}




.compara__check {
  text-align: center;
}


@media (max-width: 767px) {
  .compara__check-text {
    font-size: 12px;
  }
}



.check {
  font-size: 3rem;
  line-height: 0.5;
  text-align: center;
  color: rgba(0, 0, 0, 0.20);
  position: relative;
}

.check--azul {
  color: var(--primary) !important;
}


.compara__feature--title {
  font-weight: bold;
  font-size: 1.2rem;
  border-bottom: 0;
}

.compara__check--title {
  font-size: 1.2rem;
  font-weight: bold;
}

.compara__item--no-border {
  border-bottom: none !important;
}


@media (max-width: 767px) {

  .compara__item {
    grid-template-columns: 5fr 2fr 2fr 2fr;
    padding: .9rem 0;

  }

  .compara__feature {
    font-size: 14px;
  }

  .compara__feature--title {
    font-size: 15px;
  }

  .compara__check--title {
    font-size: 10px;
  }
}








.gp-destacado {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
}

.gp-destacado__item {
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gp-destacado__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gp-destacado__item-content img {
  margin-bottom: 1rem;
}
.gp-destacado__item-content h2 {
  width: 50%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.gp-destacado__item-content p {
  width: 55%;
  text-align: center;
  color: #fff !important;
}


@media (max-width: 767px) {
  .gp-destacado {
    grid-template-columns: 1fr;
  }
  .gp-destacado__item-content h2 {
    width: 80%;

  }
  .gp-destacado__item-content p {
    width: 80%;
  }
}





/* Acordeon
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.ac {
  margin-bottom: 3rem;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

.ac__header {
  padding: 0rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.ac__body {
  padding: 2rem;
}

.ac__body a {
  font-weight: 500;
  text-decoration: underline;
}

.ac__header a {
  position: relative;
  display: block;
  /* padding-right: 3rem; */
  cursor: pointer;
  padding: 2.2rem 3rem 2.2rem 2.2rem;
}

.ac__header a:after {
  font-family: "Material Icons";
  content: "keyboard_arrow_down";
  float: right;
  overflow: no-display;
  color: var(--blue);
  font-size: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 20%;
}

.ac__header a.collapsed:after {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  color: var(--blue);
  font-size: 2.5rem;

}

a.accordion-toggle {
  text-decoration: none;
}


@media (max-width: 767px) {
  .ac__header {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .ac__header a {
    padding: 1.7rem 3.6rem 1.7rem 1.7rem;
  }

  .ac__body {
    padding: 1rem 2rem 2rem 2rem;
  }

}




.card-ventas {
  padding: 1.8rem;
  display: block;
  border-radius: var(--border-radius);
  text-align: center;
  color: var(--color-gris-dark);

}

.card-ventas h4 {
  color: var(--dark);
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  transition: var(--trans);
}

.card-ventas p {
  color: var(--dark);
  margin-bottom: 0;
}

.card-ventas:hover {
  text-decoration: none;
}

/* .card-ventas:hover h4 {
  color: var(--blue);
  transition: var(--trans);
} */

.card-ventas--max p {
  color: var(--blue);
  text-decoration: underline;
}

.card-ventas--simple a {
  text-decoration: underline;
  font-weight: 500;
}


/* PRECIOS ENTERPRISES
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.logos-confian {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  grid-row-gap: 2rem;
  grid-column-gap: 1rem;
}

.logos-confian__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-confian__item__logo {
  height: 50px;
  filter: grayscale(1);
  opacity: .6;
}

@media (max-width: 767px) {
  .logos-confian {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
  }

  .logos-confian__item__logo {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .info-enterprise {
    margin-top: 3rem;
  }
  
}


/* PARTNERS
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.partners-internacional .header {
  background: url('https://cdn2.hubspot.net/hubfs/260057/_assets/bg/bg-partners-internacional.png') top no-repeat;
  background-size: 100% auto;
}


.partner__video {
  text-align: center;
}


.partner__video__logo {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}


.vidyard-player-container {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-max);
}


@media (max-width: 767px) {
  .partner__video {
    margin-top: 6rem;
  }

  .partner__video__logo {
    margin-bottom: 1.5rem;
  }
}



/* CONTACTO
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.lista-ubicacion {
  list-style: none;
  padding-left: 0;
  padding-left: 1rem;
}

.lista-ubicacion li {
  margin-bottom: 3rem;
  position: relative;
  padding-left: 2.5rem;
}

.lista-ubicacion h4 {
  margin-bottom: 0.5rem;
}

.lista-ubicacion p {
  color: var(--color-gris-dark);
}


.lista-ubicacion li::before {
  font-family: "Material Icons";
  content: "place";
  left: 0px;
  top: -2px;
  position: absolute;
  font-size: 1.5rem;
}


.page-contacto-ventas #hs_cos_wrapper_my_form_title {
  display: none;
}


/* Customer Success
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.cust-success {
  display: grid;
  /* margin-bottom: 130px; */
}

.cust-success--001 {
  grid-template-columns: 3fr 2fr 6fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}

.cust-success--001 .cust-success__foto {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.cust-success--001 .cust-success__titular {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
  display: flex;
  align-items: flex-end;
}

.cust-success--001 .cust-success__descripcion {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}


.cust-success--002 {
  grid-template-columns: 1fr 6fr 2fr 3fr;
  grid-template-rows: auto auto;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}

.cust-success--002 .cust-success__foto {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.cust-success--002 .cust-success__titular {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
  display: flex;
  align-items: flex-end;
  text-align: right;

}

.cust-success--002 .cust-success__descripcion {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}


@media (max-width: 767px) {

  .cust-success--001,
  .cust-success--002 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .cust-success--001 .cust-success__foto,
  .cust-success--002 .cust-success__foto {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .cust-success--001 .cust-success__titular,
  .cust-success--002 .cust-success__titular {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .cust-success--001 .cust-success__descripcion,
  .cust-success--002 .cust-success__descripcion {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }


}




/* Timeline
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.cd-timeline {
  background: none;
}


.cd-timeline__content {
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 2rem;
  margin-bottom: 2rem;
}

.cd-timeline__content p {
  font-size: 1.2rem;
}

.cd-timeline__img i {
  width: 30px;
  height: 30px;
}








/* OFERTAS
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.oferta h3.form-title {
  font-size: 27px;
  margin-bottom: 2rem;
}

.oferta__header h2 {
  margin-bottom: 1.2rem;
}

ul.oferta__fields {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 3rem;
}

ul.oferta__fields li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--color-gris);
}


ul.oferta__fields li i {
  color: var(--blue);
  width: 2rem;
}

.oferta__fields--inline {
  display: flex;
  margin-bottom: 2rem !important;
}

.oferta__fields--inline li {
  margin-right: 2rem;
}


.oferta__jornada {
  font-size: 11px;
  padding: 7px 14px 6px;
  background-color: var(--dark);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 0.2px;
}

.oferta__jornada--right {
  float: right;
}

.oferta__header h2 a {
  font-size: 2.3rem;
  color: var(--dark) !important;
}

.oferta__header h2 a:hover {
  text-decoration: none;
}


.oferta__header {
  margin-bottom: 2rem;
}

.oferta__post {
  margin-bottom: 2rem;
}





/* equipo
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.team {
  text-align: center;
}

.team__item {
  margin-bottom: 80px;
}

.team__item img {
  margin-bottom: 1.2rem;
  border-radius: 200px;
}

.team__item h2 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.team__item h5 {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--color-gris);
  margin-bottom: 1.2rem;
  font-weight: 500;
  color: var(--blue);
}

.team__descripcion {
  font-size: 0.9rem;
  line-height: 1.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .team {
    grid-gap: 1rem;
  }

  .team__item {
    margin-bottom: 40px;
  }

  .team__descripcion {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: center;
  }
}


/* HOME CRI
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.cri-home .h1-header {
  margin-bottom: 3rem;
}

.img-max {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-max);
}

@media (max-width: 767px) {
  .cri-home .btn-lg {
    padding: 0.837rem 2rem;
    font-size: 0.812rem;
  }
  .header__cri-separa {
    padding: 0 !important;
  }
  .cri-home .header__content {
    width: 100%;
  }
}


.g-beneficios {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 120px;
}

.g-beneficios__foto img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.g-beneficios__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991) {
  .g-beneficios {
    gap: 50px;
  }
  .g-beneficios__content {
    padding: 2rem 2rem 2rem 0;
  }
}

@media (max-width: 767px) {
  .g-beneficios {
    grid-template-columns: 1fr;
  }
  .g-beneficios__foto {
    display: none;
  }
  .g-beneficios__content {
    padding: 4rem 2rem;
  }
}


.cri-video {
  background-color: var(--dark);

}
.cri-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.3);
  /* border: 1px solid rgba(0, 0, 0, 0.6) */
}

.cri-video-placeholder img {
  width: 100%;
  height: auto;
}


@media (min-width: 768px) {
  .cri-video-placeholder {
    display: none;
  }
}

@media (max-width: 767px) {
  .cri-video {
    display: none;
  }
}



/* CONTACTO CRI
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.cri-contactos {

}

.cri-contactos a {
  color: #fff;
}
.cri-contactos a:hover {
  color: #fff;
  text-decoration: underline;
}

.cri-contactos ul,
.cri-contactos {
  padding-left: 0;
  list-style: none;
}

.cri-contactos > li {
  display: flex;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.cri-contactos > li > span.material-icons-round {
  margin-right: 1rem;
  font-size: 1.8rem;
}

.cri-contactos__loc {
  font-size: 1rem;
}

.cri-contactos__loc li {
  margin-bottom: 1rem;
}


@media (max-width: 767px) {
  .cri-contactos__loc {
    text-align: left;
  }
}

/* DEMO CRI
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

body.cri-demo header.cri {
  padding-top: 30px !important;
}







/* Block text
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.post-pages {
  color: var(--color-gris-dark);
}

.post-pages strong {
  color: #323c49;
}

.post-pages p, .post-pages ul, .post-pages ol {
  margin-bottom: 1.2rem;
}

.post-pages ul {
  margin-left: 0rem;
  padding-left: 0rem;
  margin-top: 0;
  list-style: none;
}

.post-pages ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: .7rem;
}

.post-pages ul li::before {
  font-size: 1.5rem;
  font-weight: bold;
  content: '•';
  position: absolute;
  left: 0rem;
  font-weight: bold;
  color: var(--blue);
  padding-right: 10px;
  top: -8px;
}

.post-pages--small {
  font-size: 0.875rem;
}

.page-blank .post-body {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.6rem;
}



/* Blog
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.grid-blog,
.hs_cos_wrapper_type_related_blog_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}

@media (max-width: 991px) {

  .grid-blog,
  .hs_cos_wrapper_type_related_blog_posts {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }
}


.grid-blog--related .post-list:nth-child(1) {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 2 !important;
}

.grid-blog--related .post-list:nth-child(2) {
  grid-column: 2 / 3 !important;
  grid-row: 1 / 2 !important;
}

.grid-blog--related .post-list:nth-child(3) {
  grid-column: 3 / 4 !important;
  grid-row: 1 / 2 !important;
}



/* Pimera entrada ----------- */

.grid-blog--home .post-list:nth-child(1) {
  grid-column: 1 / 3;
}

.grid-blog--home .post-list:nth-child(1) .post-list__thumbnail img {
  height: 320px;
}

.grid-blog--home .post-list:nth-child(1) .post-list__cta {
  display: none;
}


.grid-blog--home .post-list:nth-child(1) .post-list__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
}

.grid-blog--home .post-list:nth-child(1) .post-list__header .post__meta {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.grid-blog--home .post-list:nth-child(1) .post-list__header h2 {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

.grid-blog--home .post-list:nth-child(1) .post-list__header .post-list__autor {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-top: 0;
  margin-left: auto;
}


@media (max-width: 991px) {
  .grid-blog--home .post-list:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .grid-blog--home .post-list:nth-child(1) .post-list__thumbnail img {
    height: 165px;
  }

  .grid-blog--home .post-list:nth-child(1) .post-list__header .post-list__autor {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    margin-top: 1rem;
    width: 100%;
  }

  .grid-blog--home .post-list:nth-child(1) .post-list__cta {
    display: block;
  }

  .grid-blog--home .post-list:nth-child(1) .post-list__header {
    margin-bottom: 1rem;
    text-align: left;
  }
}


.cta-test-001 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.cta-test-002 {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}


.cta-blog-grid {
  grid-column: 1 / 4;
  grid-row: 5 / 6;
}


.blog-pagination {
  grid-column: 1 / 4;
  grid-row: 7 / 8;
  text-align: center;
}

/* blog pagination idiomas */

.hs-blog-name-blog-english .blog-pagination,
.hs-blog-name-blog-frech .blog-pagination,
.hs-blog-name-blog-it .blog-pagination {
  grid-column: 1 / 4;
  grid-row: 6 / 7 !important;
  text-align: center;
}




/* fin ----  blog pagination idiomas */


.blog-pagination a {
  margin: 0 10px;
}

@media (max-width: 991px) {
  .cta-test-001 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .cta-test-002 {
    grid-column: 1 / 2;
    grid-row: 7 / 8;
  }

  .blog-pagination {
    grid-column: 1 / 2;
    grid-row: 16 / 17;
    text-align: center;
  }

  .hs-blog-name-blog-english .blog-pagination,
  .hs-blog-name-blog-frech .blog-pagination,
  .hs-blog-name-blog-it .blog-pagination {
    grid-column: 1 / 2;
    grid-row: 6 / 7 !important;
    text-align: center;
  }
  


  .cta-blog-grid {
    grid-column: 1 / 2;
    grid-row: 15 / 16;
  }
}






a.nav-post i.material-icons {
  color: var(--color-blanco) !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}





/* TAXONOMY BLOG ----------- */



.tax {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: .5rem;
}

.tax__item {}

.tax__item__link {
  display: inline-block;
  padding: 0.55rem 1.4rem;
  border: 2px solid var(--color-gris-light-extra);
  font-size: 0.85rem;
  border-radius: 50px;
  color: var(--dark);
  background-color: var(--color-gris-light-extra);
}

.tax__item__link:hover {
  background-color: var(--color-gris-light);
  border: 2px solid var(--color-gris-light);
  color: var(--dark);
  text-decoration: none;
}



@media (max-width: 767px) {
  .tax {
    grid-template-columns: 1fr 1fr;
  }
}






.headerblog__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

@media (max-width: 767px) {
  .headerblog__buttons {
    align-items: flex-start;
  }
}



.headerblog__buttons a {
  display: inline-flex;

}

.headerblog__buttons a i {
  color: var(--dark) !important;
  margin-right: 5px;
}


.google-search {
  margin-top: 1rem;
}

.google-search label,
.google-search .hs-button {
  display: none !important;
}


/* POST ----------- */

.post-list {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  ;
}

.post-list h2 {
  font-size: 1rem;
  color: var(--dark);
}

.post-list__autor,
.post-list__meta {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.7rem;
  color: var(--color-gris);
}

.post-list__autor,
.post-list__meta a {
  margin-right: 0.5rem;
}

.post-list__header {
  margin-bottom: 1rem;
  padding: 20px 20px 10px 20px;
}

.post-list__header h2 {
  font-size: 1.25rem;
}

.post-list__header h2 a {
  color: var(--dark);
  /* border-bottom: 0px solid transparent;
  padding-bottom: -2px !important;
  transition: var(--trans); */
}

.post-list__header h2 a:hover {
  /* text-decoration: none;
  border-bottom: 2px solid var(--color-gris-dark);
  text-decoration: none;
  transition: var(--trans); */
}


.post-list__header h2 a {
  transition: background-size .4s ease;
  background: linear-gradient(to bottom, transparent 62%, #fff87e 0) center center/0% 75% no-repeat;
  cursor: pointer;
}

.post-list__header h2 a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}

.post-list__header h2 a:active {
  background-size: 80% 100%;
}




.post-list__thumbnail img {
  border-radius: 8px 8px 0 0;
  height: 165px;
  width: 100%;
  object-fit: cover;
}

.post-list__autor {
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
}

.post-list__autor a {
  color: var(--color-gris);
}

.post-list__cta {
  padding: 0 20px 20px 20px;
}

.post-list__cta .cta-gris {
  width: 100% !important;
  box-sizing: border-box !important;
}

.author-link {
  padding-right: 1rem;
}

.post-list__reading {
  display: flex;
  justify-content: center;
}

.post-list__reading i {
  font-size: 14px;
  margin-right: 5px;
}

/* .post-single__social {
  display: block;
  height: 100%;
} */


@media (max-width: 991px) {
  .hs-blog-post .h1-header-page {
    font-size: 2rem !important;
  }

  .post-single__social {
    display: none;
  }

  .post-single__social #hs_cos_wrapper_blog_share {
    flex-direction: row !important;
    padding-left: 0px;
    justify-content: flex-start;
  }

  .post-single__social #hs_cos_wrapper_blog_share a {
    display: block;
    margin-right: 1rem;
  }
}





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

.breadcrumbs {
  font-size: 0.9rem;
}

.breadcrumbs>* {
  padding: 0 5px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
}

.breadcrumbs>a {
  font-weight: 500;
  color: var(--color-blanco-06) !important;
}

.breadcrumbs>span {
  color: var(--color-blanco-06);
}

.hs-breadcrumb-menu-divider::before {
  content: '/' !important;
  padding-left: 7px;
}


.header--blog-single {
  text-align: center;
}

@media (max-width: 767px) {
  .header--blog-single {
    text-align: left;
  }
}

.header--blog-single .h1-header-page {
  font-size: 3.12rem;
}

.header__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem !important;
  color: var(--color-blanco-06);
}

@media (max-width: 767px) {
  .header__meta {
    justify-content: flex-start;
  }

  .header__meta>a {
    padding-left: 0;
  }
}

.header__meta a {
  color: #fff;
  color: var(--color-blanco-06);
}

.header__meta .header__meta__reading {
  display: flex;
  align-content: center;
  justify-content: center;
}

.header__meta__reading i {
  font-size: 1rem !important;
  margin-right: 5px;
}

.header__meta>* {
  padding: 0 1rem;
}

.header__breadcrumb {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--color-blanco-06);
}

.header__breadcrumb a {
  color: var(--color-blanco-06);
}

.header__breadcrumb--center {
  text-align: center;
}

.header__breadcrumb--center .hs_cos_wrapper_type_menu,
.hs-breadcrumb-menu-wrapper {
  display: flex !important;
  width: 100%;
  height: auto;

}


.header__breadcrumb--center .hs-breadcrumb-menu {
  margin: 0 auto;
}

.header__breadcrumb ul.hs-breadcrumb-menu li {
  padding: 8px 4px 0px 4px !important;
}


/* .hs-blog-listing .last-crumb {
  display: none;
} */




@media (max-width: 767px) {
  .header__breadcrumb--center .hs-breadcrumb-menu {
    margin: initial;
  }

  .header__breadcrumb--center .hs-breadcrumb-menu>li {
    text-align: left;
  }

  .header__breadcrumb--center .hs-breadcrumb-menu .first-crumb {
    padding-left: 0 !important;
  }

  .hs-breadcrumb-menu {
    font-size: 12px;
    font-weight: normal;
  }
}



.header__blog {
  display: flex;
}

.header__avatar {
  margin-right: 1.2rem;
}

.header__avatar .avatar__img {
  margin-top: 2rem;
  width: 94px;
  height: 94px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header__encuentrame {
  width: 28px;
  height: auto;
  opacity: 0.6;
  transition: 0.1s all ease-in-out;
}

.header__encuentrame:hover {
  opacity: 0.9;
  transition: 0.1s all ease-in-out;
}

@media (max-width: 767px) {
  .header__avatar {
    margin-right: 0.0rem;
  }

  .header__avatar .avatar__img {
    margin-top: 3rem;
    width: 60px;
    height: 60px;
  }

  .header__blog__col2 .header__content {
    text-align: left;
  }

  .header__blog__col2 .h1-header-page {
    text-align: left;
    font-size: 2rem;
  }

  .header__blog__col2 .h1-header-subtitle {
    text-align: left;
    font-size: 0.9rem;
  }

  .hs-breadcrumb-menu li.first-crumb {
    padding-left: 0 !important;
  }
}





#hs_cos_wrapper_blog_share {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

#hs_cos_wrapper_blog_share a {
  margin-bottom: 0.8rem;
  display: block;
}


#hs_cos_wrapper_blog_share .hs-image-widget {
  max-width: 36px !important;
  width: 36px !important;
  height: 36px !important;
  max-height: 36px !important;
  transition: 0.1s ease-in-out all !important;
}

#hs_cos_wrapper_blog_share .hs-image-widget:hover {
  transform: scale(1.1);
  transition: 0.1s ease-in-out all !important;
}


/* ESTILO EDITORIAL BLOG
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.post-body {
  font-size: 1rem;
}

.post-body p {
  margin-bottom: 1rem;
}

.post-body--blog {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.025rem;
}



.post-body--blog p {
  margin-bottom: 2.1rem;
}

.hs-blog-post .post-body--blog .public-DraftStyleDefault-block,
.hs-blog-post .post-body--blog .hs_cos_wrapper p:first-child,
.hs-blog-post .post-body--blog .hs_cos_wrapper p:first-child span span,
.hs-blog-post .post-body--blog .hs_cos_wrapper p:first-child span {
  font-weight: bold !important;
}




.post-body h2,
.post-body h3,
.post-body h4 {
  margin-bottom: 1.8rem;
  margin-top: 2.5rem;
}

.post-body ul,
.post-body ol {
  margin-bottom: 2.1rem;
  margin-top: 3rem;
}

.post-body h2 {
  font-size: 2rem;
}

.post-body h3 {
  font-size: 1.6rem;
}

.post-body h4 {}

.post-body h2,
.post-body h3,
.post-body h4,
.post-body h6,
.post-body h5 {
  color: var(--dark);
  margin-top: 5rem;
  font-weight: bold;
}

.post-body h2 strong,
.post-body h3 strong,
.post-body h4 strong,
.post-body h6 strong,
.post-body h5 strong {
  color: var(--dark);
  margin-top: 5rem;
  font-weight: bold;
}




.post-body h2:first-child {
  margin-top: 0;
}

.post-body ol,
.post-body ul {
  margin-bottom: 3rem;
  padding-left: 5rem;
  color: var(--color-gris-dark);
  position: relative;
}

.post-body ul li {
  list-style: none;
  margin-bottom: 0.95rem;
}

.post-body ul li::before {
  content: '•';
  position: absolute;
  left: 4rem;
  font-weight: bold;
  color: var(--blue);
  padding-right: 10px;
}

.post-body ul ul>li::before {
  content: '•';
  position: absolute;
  left: 1.1rem;
  font-weight: bold;
  color: var(--blue);
  padding-right: 10px;
}

.post-body ol ol,
.post-body ul ul {
  padding-left: 2rem;
}

.post-body ul li a,
.post-body ul li strong {
  font-weight: 500;
}

.post-body img {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.07);
}

.post-body img.mce-hs-more {
  box-shadow: none;
}

/* Etiqueta more del interior del post */
.post-body .hs-cta-wrapper img {
  box-shadow: none;
}






.post-body--noblog ul {
  padding-left: 1.4rem;
  margin: 0;
}

.post-body--noblog ul li::before{
  left: 0rem;
}



/* .post-body ol { margin-bottom: 3rem; padding-left: 20px; font-weight: 500; color: var(--color-gris-dark); font-size: 1rem; }
.post-body ol li { margin-bottom: 0.7rem; } */


.hs-cta-img {
  max-width: 100%;
  height: auto;
}


.post-body img {
  float: none !important;
  border-radius: var(--border-radius);
  width: 100% !important;
  height: auto;
  margin: 0 auto;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}


@media (max-width: 767px) {
  .post-body--blog p {
    margin-bottom: 2rem;
  }

  .post-body img {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .post-body ul {
    margin-bottom: 2rem;
    padding-left: 3rem;
  }

  .post-body ul li::before {
    left: 2rem;
  }

  .post-body ul ul>li::before {
    left: 0rem;
    padding-right: 10px;
  }

  .post-body ul ul {
    padding-left: 1rem;
  }

}




/* .post-body .hs-cta-wrapper, .hs-cta-node {
  width: 100%;
  display: block;
  margin: 0 auto;
} */


.avatar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: var(--color-gris-dark);
}

.avatar a {
  text-transform: uppercase;
  color: var(--color-gris-dark);
  font-weight: 500;
}

.avatar time {
  display: block;
}

.avatar__img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-right: 1rem;
}





/* COMENTARIOS DEL BLOG
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.hs-common-confirm-message {
  border-radius: 50px !important;
  text-align: center;
}

#comments-listing {
  margin-bottom: 0px !important;
}

.comment .comment-from {
  display: block;
  margin-bottom: 0rem;
}

.comment .comment-from h4 {
  margin-bottom: 0px;
  color: var(--dark);
  font-size: 1.3rem;
}

.comment .comment-from h4 a {
  color: var(--dark);
}

.comment .comment-date {
  display: block;
  margin-bottom: 15px;
  font-size: 1rem;
}

.comment-reply-to {
  font-size: 1.2rem !important;
  color: var(--blue) !important;
}

.comment-reply-to em {
  color: var(--dark) !important;
  font-size: 1rem !important;
}


body.hs-blog-post .hs-richtext h2 {
  margin-bottom: 50px;
}


/* WEBINAR
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.grid--webinars .post-list {
  padding-bottom: 0.5rem;
}

.post-list__thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.post-list__thumbnail-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(50, 60, 73, 0.0);
  border-radius: 8px 8px 0 0;
  transition: var(--trans);
}
.post-list__thumbnail-overlay:hover {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(50, 60, 73, 0.80);
  border-radius: 8px 8px 0 0;
  transition: var(--trans);
}

.t-webinar__content {}

.t-webinar__tipo {
  margin-bottom: 1rem;
}


.t-webinar__fecha {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  display: block;
}

.t-webinar__fecha span {
  padding-left: 5px;
  padding-right: 5px;
}

.t-webinar__titulo {
  margin-bottom: 1rem;
  /* font-size: 1.25rem;
  font-weight: bold; */

}

.t-webinar__descripcion {
  margin-bottom: 1.6rem;
}



/* LOADING PROGRESS BAR
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;

  /* Dimensions */
  width: 100%;
  height: 4px;

  /* Reset the appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: var(--blue);
  z-index: 10000;
}


progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: var(--blue);
}

progress::-moz-progress-bar {
  background-color: var(--blue);
}




/* SOLICITA UNA DEMO
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.clientes-demo {
  display: flex;
  justify-content: space-between;
}

.clientes-demo img {
  width: 80%;
}


#hs_cos_wrapper_texto_seo p {
  color: #fff;
}

@media (max-width: 767px) {
  .clientes-demo--ventas {
    margin-bottom: 1rem !important;
  }
}

/* PRODUCTO
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.producto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 7rem;
}

.producto__item .ico {
  width: 40px;
  height: 40px;
  margin-bottom: 1.5rem;
}

.producto__item-ico {
  width: 160px;
  height: auto;
  margin-bottom: 50px;
}

.producto__item h2 {
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .producto {
    grid-template-columns: 1fr;
  }

  .producto__item {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .producto {
    grid-template-columns: 1fr;
    grid-column-gap: 5rem;
  }

  .producto__item {
    margin-bottom: 3rem;
  }

  .producto__item .ico {
    margin-bottom: 1rem;
  }
}


.funcion__nav {
  display: flex;
  justify-content: space-between;
}

.funcion__nav__item a {
  padding: 0.55rem 1.4rem;
  display: block;
  color: var(--dark);
  font-weight: bold;
  font-size: 0.85rem;
  border-radius: 50px;
  border: 2px solid #fff;
}

.funcion__nav__item a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}

.funcion__nav__item a.active {
  background-color: var(--color-gris-light);
  border: 2px solid var(--color-gris-light);
}




@media (max-width: 480px) {
  .funcion__nav {
    display: flex;
    justify-content: center;
  }

  .funcion__nav__item a {
    padding: 0.55rem 1.0rem;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 0.85rem;
    border: 2px solid rgba(0, 0, 0, 0.05);
  }
}




.integra {
  position: relative;
}

.integra::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: var(--color-blanco);
  top: 0;
}

.integra::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: var(--color-blanco);
  bottom: 0;
  z-index: 0;
}

@media (max-width: 480px) {
  .integra::before {
    height: 0px;
  }
}




.integra-pro {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0rem;
}

.integra-pro__item:nth-child(2n) {
  transform: translateY(2rem);
}


.g-integra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}




.g-integra__conent {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.g-integra__conent p {
  color: #fff;
}
.g-integra__conent p.text-min a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.g-integra__imagen {
  
}

@media (max-width: 991px) {

  .g-integra__conent {
    padding: 3rem 0;
  }

  .g-integra__imagen img {
    padding-top: 0 !important;
  }
  

  .g-integra {
    grid-template-columns: 1fr;
    grid-gap: 0rem;
  }
}



.emburse-now {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}

.emburse-now__description {
  margin-bottom: 2rem;
  display: flex; 
  align-items: center;
}
.emburse-now__img {
  text-align: center;
}
.emburse-now__img img {
  max-width: 440px;
  height: auto;
}
.emburse-now__visa {
  width: 70px;
  height: auto;
  margin-left: 1rem;
}

.emburse-now__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}



@media (min-width: 768px) and (max-width: 991px) {
  .emburse-now {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }

  .emburse-now__img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .emburse-now {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .emburse-now__img img {
    width: 100%;
    height: auto;
  }
}


@media (max-width: 575px) {

  .emburse-now {
    gap: 1rem;
  }

  .emburse-now__img {
    text-align: left;
  }
  .emburse-now__img img {
    width: 80%;
    height: auto;
  }
}






/* PRODUCTO EXPENSES
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


#videoExpenses {
  max-width: 70%;
  width: 70%;
  text-align: center;
  background-color: initial !important;
}

@media (max-width: 767px) {
  #videoExpenses {
    max-width: 100%;
    width: 100%;
  }
}

/* 
.g-fnc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.g-fnc__item {
  text-align: center;

}

.g-fnc__img {
  box-shadow: 0 0 18px 0 rgba(0,0,0,0.08);
  border-radius: 6px;
  margin-bottom: 2rem;
}

.g-fnc__title {
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .g-fnc {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .g-fnc {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }  
} */



.g-fnc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
 
}

.g-fnc__item {
  text-align: center;
  flex: 0 0 27%;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 4rem;
}

.g-fnc__img {
  box-shadow: 0 0 18px 0 rgba(0,0,0,0.08);
  border-radius: 6px;
  margin-bottom: 2rem;
}

.g-fnc__title {
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .g-fnc__item {
    flex: 0 0 40%
  }
}

@media (max-width: 767px) {
  .g-fnc__item {
    flex: 0 0 100%
  }
  .g-fnc__item:last-child {
    margin-bottom: 0;
  }
}




.card-fn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-fn {
    grid-template-columns: repeat(2, 1fr);
  }  
}

@media (max-width: 767px) {
  .card-fn {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }  
}


.card-fn__item {
  background-color: #fff;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.card-fn__top {
  background-color: var(--dark);
  color: #fff;
  padding: 1.4rem 1.9rem;
  height: 165px;
}

.card-fn__title {
  font-size: 1.9rem;
  font-weight: bold;
}

.card-fn__subtitle {
  color: var(--primary);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1rem;
}
.card-fn__descripcion {
  margin-bottom: 2rem;
}

.card-fn__content {
  padding: 1.8rem 1.9rem 2rem;
}


.card-fn--2 {
  grid-template-columns: repeat(6, 1fr);
}

.card-fn--2 .card-fn__item {
  grid-column: span 2;
}
.card-fn--2 .card-fn__item:first-child {
  grid-column-start: 2;
  grid-column-end: 4;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-fn--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-fn--2 .card-fn__item {
    grid-column: span 1;
  }
  .card-fn--2 .card-fn__item:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

@media (max-width: 767px) {
  .card-fn--2 {
    grid-template-columns: 1fr;
  }
  .card-fn--2 .card-fn__item {
    grid-column: 1 / 2;
  }
  .card-fn--2 .card-fn__item:first-child {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}


/* EMBURSE CARDS
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


.emburse-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.emburse-preview__video {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.emburse-preview__video .video-container {
  /* border: 1px dashed red; */
  width: 80%;
}

.emburse-preview__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}


@media (max-width: 767px) {
  .emburse-preview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
}






.tabs-card {}

.tabs-card__item {
  background-color: #fff;
  padding: 21px 31px 21px 41px;
  border-radius: var(--border-radius);
  margin-bottom: 1.5rem;
  box-shadow: var(--box-shadow);
  text-decoration: none;
  display: flex;
  gap: 2rem;
  align-items: center;
  border-bottom: none;
  text-decoration: none !important;
  border-left: 8px solid #fff;
  transition: var(--trans);
}

.tabs-card__item:hover {
  transform: translateX(10px);
  transition: var(--trans);
}

.tabs-card__item:hover p {
  color: var(--color-gris-dark);
}


.tabs-card__item.active {
  border-left: 8px solid var(--primary);
  border-bottom: none;
}
.tabs-card__item.active p {
  color: var(--color-gris-dark);
  transition: var(--trans);
}

.tabs-card__item p {
  color: var(--color-gris);
  margin-bottom: 0;
}
.tabs-card__item:hover {
  text-decoration: none !important;
  border-bottom: none;
}
.tabs-card__item p:hover {
  text-decoration: none !important;
  border-bottom: none;
}

.tabs-card__item .material-icons {
  opacity: 0;
  font-size: 2rem;
  color: var(--color-gris-light);
}
.tabs-card__item.active .material-icons {
  opacity: 1;
}


@media (max-width: 575px) {
  .tabs-card__item {
    padding: 11px 11px 11px 21px;
    gap: .5rem;
    margin-bottom: 1rem;
  }  
  .tabs-card__item p {
    font-size: .85rem;
  }
  .tabs-card__item .material-icons {
    transform: rotate(-90deg) !important;
  }
  .tabs-card__item.active .material-icons {
    transform: rotate(-90deg);
    animation-name: desplaza;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
}

@keyframes desplaza {
  0% {      
    transform: translateY(0px), rotate(90deg);
    
    
  }
  50% {
    transform: translateY(5px), rotate(90deg);
    
  }
  100% {
    transform: translateY(0px), rotate(90deg);
    
  }
}

/* RECURSOS
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


/**** disabling Isotope CSS3 transitions ****/



.recursos-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 5rem;
  max-width: 1200px !important;
  height: auto !important;
}

/* clear fix */
.recursos-list:after {
  content: '';
  display: block;
  clear: both;
}


.recursos-list__item {
  position: relative !important;
  left: inherit !important;
  top: inherit !important;
  float: left;
}

.recursos-list__item img {
  width: 100%;
  height: auto;
}


.recursos-list__titulo {
  font-size: 1.2rem;
  padding-left: .7rem;
  padding-top: 1rem;
}

.recursos-list__titulo a {
  color: var(--color-gris-dark)
}

.recursos-list__titulo a:hover {
  color: var(--color-gris)
}


.recursos-list__titulo span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--blue);
  margin-bottom: 8px;
}


.button-group--horizontal .button {
  padding: 0.55rem 1.6rem;
  font-size: 13px;
  border-radius: 50px;
  border: 2px solid var(--color-gris-light-extra);
  background: var(--color-gris-light-extra);
  transition: var(--trans);
  font-weight: 500;
  margin-right: 1rem;
}

.button-group--horizontal .button:hover {
  border-color: var(--color-gris-light-extra);
  background: var(--color-gris-light-extra);
  transition: var(--trans);
}

.button-group--horizontal .is-checked {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--color-blanco);
}

.button-group--horizontal .button:hover {
  border-color: var(--blue) !important;
  background: var(--blue) !important;
  color: var(--color-blanco);
}

.button-group--horizontal .button.button-todos.is-checked {
  background-color: var(--color-blanco);
  color: var(--dark);
  border-color: var(--color-gris-light-extra);
}

.button-group--horizontal .button.button-todos:hover,
.button-group--horizontal .button.button-todos.is-checked:hover {
  background-color: var(--color-blanco);
  color: var(--color-blanco);
  border-color: var(--dark);
}

.button-group--vertical {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-group--vertical .button {
  text-align: left;
  padding: 0.55rem 1.6rem;
  background-color: var(--color-blanco);
  color: var(--color-gris);
  border: 0px;
  margin-bottom: 1rem;
}

.button-group--vertical .button.is-checked {
  background: var(--color-gris-light-extra);
  color: var(--dark);
  border-radius: var(--border-radius);
}


@media (max-width: 767px) {

  .recursos-list {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 2rem;
    max-width: 100% !important;
  }


  .button-group--horizontal .button {
    padding: 0.4rem 1rem;
    font-size: 12px;
    border-radius: 50px;
    margin-right: 3px;
    margin-bottom: 5px;
  }

  .button-group--vertical {
    display: block;
    margin-bottom: 2rem;
  }

  .button-group--vertical .button {
    padding: 0.3rem 0.4rem;
    font-size: 11px;
    display: inline-block;
    margin-bottom: .5rem;
  }
}


/* THANK YOU LANDING
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */

.ty-header {
  padding: 25px 0;
}


@media (max-width: 767px) {
  .ty-header {
    padding: 15px 0;
  }
}


.ty-recurso {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  grid-gap: 2.2rem;
}


.ty-recurso__img span img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .ty-recurso {
    display: flex;
    flex-direction: column;
  }

  .ty-recurso img {
    width: 150px;
    height: auto;
  }

  lottie-player {
    width: 200px !important;
    height: auto;
  }

  .ty-recurso__img {
    margin-bottom: 2rem;
  }
}




.ty-recurso__desc {}

.ty-gracias {
  margin: 40px 0;
}

.ty-gracias__lottie {
  margin-bottom: 1rem;
}

.ty-gracias__lottie img {
  width: 240px;
  height: auto;
}


@media (max-width: 767px) {
  .ty-gracias {
    margin: 20px 0;
  }

  .ty-gracias__lottie {
    margin-bottom: 1rem !important;
  }

  .ty-gracias__lottie img {
    width: 150px;
    height: auto;
  }

}


.ty-form-titulo {
  margin-bottom: 2rem;
  display: flex;
}

.ty-form-titulo__lottie {}

@media (max-width: 767px) {
  .ty-form-titulo__lottie lottie-player {
    width: 90px !important;
  }
}

@media (max-width: 575px) {
  .ty-form-titulo__lottie lottie-player {
    margin-left: -10px;
  }
}

.ty-form-titulo__titulo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ty-form-titulo__titulo h4 {
  margin-bottom: 8px;
}

.ty-form-titulo__titulo h5 {
  margin-bottom: 0px;
}




.ty-footer {
  background-color: #DFE8EB;
  padding: 13px 0;
  color: #979CA4;
  font-size: 0.8rem;
}

.ty-footer a {
  color: #979CA4;
}



/* 404
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.header_404 {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-blanco-06);
}

.header_404 a {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}



/* 404
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */
.page-blank .post-body {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.6rem;
}




/* Roundeds
-------------------------------------------------------- */

.rounded-40 {
  border-radius: 40px;
  border: 14px solid #fff;
  box-shadow: var(--box-shadow);
}

.rounded-full {
  border-radius: 400px;
  border: 14px solid #fff;
  box-shadow: var(--box-shadow);
}


.rounded-full--equipo {
  border-radius: 400px;
}



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

.hs-menu-flow-horizontal ul {
  display: flex;
}

.footer {}

.footer__container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 480px) {
  .footer__container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }
}

.footer__item {}

.footer__item ul {
  list-style: none;
  padding-left: 0;
}

.footer__item ul.nav-inline {
  display: flex;
}


.footer__item ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--dark);
}

.footer__item ul li a {
  color: #5B636D;
  letter-spacing: 0.02rem;
}

.footer__item ul li a:hover {
  color: var(--blue);
  text-decoration: none;
}

.footer__item h4 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer__partner {
  font-size: 1rem !important;
}

.footer .hs-menu-flow-vertical ul>li:first-child>a {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: bold;
  margin-bottom: 24px !important;
  display: block;
  cursor: text;
}


.footer .hs-menu-flow-vertical ul>li:first-child>a:hover {
  color: var(--color-gris-dark);
}


#hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li {
  padding-left: 2rem;
}

#hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li:nth-child(1),
#hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li:nth-child(2),
#hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li:nth-child(7) {
  padding-left: 0rem;
}

#hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li:nth-child(6) {
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  #hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li {
    padding-left: 1rem;
  }
  
  #hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li:nth-child(1),
  #hs_menu_wrapper_NAV_Footer_Plataforma_ES ul li:nth-child(2) {
    padding-left: 0rem;
  }  
}






/* Footer linea 2 ----------------- */

.footer__lang {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.footer__lang .material-icons {
  font-size: 19px !important;
}

.footer__legal {
  grid-column: 2 / 5;
  grid-row: 3 / 4;
}


.footer__legal li {
  margin-right: 2rem;
}

.footer__legal li:first-child a {
  cursor: text;
}

.footer__legal li:first-child a:hover {
  cursor: text;
  color: var(--color-gris-dark);
}

.footer__social {
  grid-column: 5 / 6;
  grid-row: 3 / 4;
  text-align: right;
}

.footer__social ul {
  display: flex;
  justify-content: flex-end;
}

.footer__social ul li {
  margin-left: 1rem;
}

.footer__social ul li img {
  width: 28px;
  height: auto;
}


.footer__apps {
  display: flex;
  justify-content: flex-end;
  grid-column: 1 / 6;
  grid-row: 2 / 3;
}

.footer__apps a {
  display: block;
}

.footer__apps a:last-child {
  margin-left: 1rem;
}

.footer__apps__app {
  height: 2rem;
  width: auto;
}


.pyme-innovadora {
  margin-top: 1rem;
}

@media (max-width: 480px) {
  .footer__item--1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .footer__item--2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .footer__item--3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .footer__item--4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .footer__item--5 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    text-align: left !important;
  }

  .footer__item--5 h3 {
    width: 70%;
  }

  .footer__lang {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  .footer__social {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .footer__legal {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
  }

  .footer__legal ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer__legal ul li:first-child {
    display: block;
    width: 100%;
    grid-column: 1/3;
  }

  .footer__apps {
    grid-column: 1 / 3;
    grid-row: 6 / 7;
    justify-content: space-between;
  }

  .footer__apps__app {
    height: 2.5rem !important;
  }
}




/* Modulos */


.container-fluid.no-hs-css {
  margin: 0;
  padding: 0;
}







/* IF DISPLAYS
-------------------------------------------------------- */

video.video__home {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('https://cdn2.hubspot.net/hubfs/260057/_assets/bg/bg-video-home.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

@media (-webkit-video-playable-inline) {
  .video__home img {
    display: none;
  }

  .video__home video {
    display: initial;
  }
}




/* video.video__home {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('https://cdn2.hubspot.net/hubfs/260057/_assets/bg/bg-video-home.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

 */






/* ICONOS
-------------------------------------------------------- */

.frame-icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}

.frame-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.frame-icons__item i {
  margin-bottom: 1rem;
}

.frame-icons__item__code {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1px 5px;
  border-radius: 4px;
  margin-bottom: 2px;
}




.ico {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0px solid #3c3c3c;
  background-size: 100% auto;
}

.ico--65 {
  width: 65px;
  height: 65px;
}

.ico--white {
  filter: brightness(10);
}

.ico-imagen-adaptada {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-imagen_adaptada.svg');
}

.ico-multisucursal {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-multisucursal.svg');
}

.ico-a_medida {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-a_medida.svg');
}

.ico-sii {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-sii.svg');
}

.ico-control {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-control.svg');
}

.ico-escaneo,
.ico-scanner {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-escaneo.svg');
}

.ico-efectivo {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-efectivo.svg');
}

.ico-proceso-datos {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-proceso_datos.svg');
}

.ico-integrado-tarjetas {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-integrado_tarjetas.svg');
}

.ico-km {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-km.svg');
}

.ico-integrado-sistemas,
.ico-geometric {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-integrado_sistemas.svg');
}

.ico-delegacion {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-delegacion.svg');
}

.ico-aeat {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-aeat.svg');
}

.ico-certify {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-certify.svg');
}

.ico-chip {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-chip.svg');
}

.ico-heart,
.ico-solidarios {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-heart.svg');
}

.ico-hello {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-hello.svg');
}

.ico-placeholder {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-placeholder.svg');
}

.ico-star {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-star.svg');
}

.ico-catering,
.ico-dietas {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-catering.svg');
}

.ico-fruta {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-fruta.svg');
}

.ico-horario-flex {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-horario-flex.svg');
}

.ico-languages {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-languages.svg');
}

.ico-retribucion {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-retribucion.svg');
}

.ico-actividades {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-actividades.svg');
}

.ico-foco {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-foco.svg');
}

.ico-formacion {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-formacion.svg');
}

.ico-global {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-global.svg');
}

.ico-oportunidades {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-oportunidades.svg');
}

.ico-safari {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-safari.svg');
}

.ico-takeoff {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-takeoff.svg');
}

.ico-viaje {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-viaje.svg');
}

.ico-users {
  /* Conciliation */
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-conciliacion.svg');
}

.ico-reload,
.ico-custom-reload {
  /* Conciliation */
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-reload.svg');
}

.ico-smile {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-smile.svg');
}

.ico-lectura {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-lectura.svg');
}

.ico-card {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-card.svg');
}

.ico-igr,
.ico-preview {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-lectura.svg');
}

.ico-custom-fields {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-custom-fields.svg');
}

.ico-expense {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-expense.svg');
}

.ico-folder {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-folder.svg');
}

.ico-folder-plus {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-folder-plus.svg');
}

.ico-flujos {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-flujos.svg');
}

.ico-fuera {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-fuera.svg');
}

.ico-car {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-car.svg');
}

.ico-captio,
.ico-generic {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-captio.svg');
}

.ico-emburse {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-emburse.svg');
}

.ico-attach-email {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-attach-email.svg');
}

.ico-user-check {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-user-check.svg');
}


.ico-person {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-person.svg");
}
.ico-backup {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-backup.svg");
}
.ico-check {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-check.svg");
}
.ico-euro {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-euro.svg");
}

.ico-devices {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-devices.svg");
}

.ico-360 {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-360.svg");
}


.ico-lock {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-lock.svg');
}
.ico-payments {
  background-image: url('https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-payments.svg');
}

.ico-share {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-share.svg");
}


.ico-maleta,
.ico-travel {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-travel.svg");
}

.ico-chart {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-chart.svg");
}

.ico-extension {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-extension.svg");
}

.ico-learning,
.ico-school {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-school.svg");
}

.ico-law {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-law.svg");
}

.ico-settings {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-settings.svg");
}

.ico-group {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-group.svg");
}

.ico-ticket {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-ticket.svg");
}
.ico-ioga {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-ioga.svg");
}
.ico-check-circle {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-check-circle.svg");
}
.ico-mask {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-mask.svg");
}
.ico-customer {
  background-image: url("https://cdn2.hubspot.net/hubfs/260057/_assets/ico/ico-customer.svg");
}






.ico-b-gestion-compras {
  background-image: url('https://www.captio.net/hubfs/_assets/ico/ico-b-gestion-compras.svg');
}


.ico-b-ordenes-compra {
  background-image: url('https://www.captio.net/hubfs/_assets/ico/ico-b-ordenes-compra.svg');
}

.ico-b-donde-estes {
  background-image: url('https://www.captio.net/hubfs/_assets/ico/ico-b-donde-estes.svg');
}

.ico-b-flujos {
  background-image: url('https://www.captio.net/hubfs/_assets/ico/ico-b-flujos.svg');
}

.ico-b-aprobacion {
  background-image: url('https://www.captio.net/hubfs/_assets/ico/ico-b-aprobacion.svg');
}

.ico-b-lectura-automatica {
  background-image: url('https://www.captio.net/hubfs/_assets/ico/ico-b-lectura-automatica.svg');
}




.ico-captio-round {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ico-captio-round--70 {
  width: 70px;
  height: 70px;
}

.ico-captio-round--70 .ico {
  width: 27px;
  max-height: auto;
}

.ico-captio-round--dark {
  background-color: #323c49;
}

.ico-captio-round--dark .ico {
  -webkit-filter: brightness(200);
          filter: brightness(200);
}

.ico-captio-round--yellow {
  background-color: #F9BA14;
}

.ico-captio-round--yellow .ico {
  -webkit-filter: brightness(200);
          filter: brightness(200);
}










.navbar__overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  overscroll-behavior: contain;
}

.navbar__overlay a.closebtn {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.navbar__overlay a.closebtn:hover,
.navbar__overlay a.closebtn:focus {
  color: #f1f1f1;
}

.navbar__overlay .closebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.navbar__overlay .closebtn i {
  font-size: 3rem;
}

@media screen and (max-height: 450px) {
  .navbar__overlay a {
    font-size: 20px
  }

  .navbar__overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



/* Cookie bar ---------------------------- */

/* Cookie bar para botones Emburse Captio */
#cookie-bar {
  text-align: center;
  background-color: #323C49;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  font-size: 14px;
}

#cookie-bar a {
  font-weight: bold;
  color: #2798C0;
  text-decoration: underline;
}


#cookie-bar .cb-buttons {
  margin: 0;
  text-align: center;
  max-width: 100%;
}


#cookie-bar img {
  width: 29px;
  height: auto;
}

.ev-captio {
  padding: 0 2rem 0 1rem;
  vertical-align: middle;
}

.ev-captio__link {
  font-weight: bold;
  color: #2798C0;
  text-decoration: underline;
  margin-left: 2rem;
}







/* Cookie bar para botones Emburse Captio */
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

/* Buttons */
#cookie-bar .cb-enable {
  color: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  vertical-align: middle;
  margin-left: 2rem;
  text-decoration: none;
  position: absolute;
  right: 2rem;
}

#cookie-bar .cb-enable i {}

#cookie-bar .cb-enable:hover {
  color: rgba(255, 255, 255, 0.5);
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}


@media (max-width: 991px) {
  #cookie-bar .ev-captio {
    font-size: 13px;
    padding-right: 4rem !important;
    text-align: left;
  }

  #cookie-bar img {
    display: none;
  }

  .ev-captio__link {
    margin-left: 0;
    display: block;
  }

  #cookie-bar .cb-enable {
    right: 1.2rem;
    top: 1.2rem;
  }
}




/* Travel 
-------------------------------------------- */


.perk-tips {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}

@media screen and (max-width: 991px) {
  .perk-tips {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.perk-tips__item {
  color: var(--color-blanco);
}

@media screen and (max-width: 991px) {
  .perk-tips__item {
    display: -ms-grid;
    display: grid;
    gap: 2rem;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
  }
}

@media screen and (max-width: 767px) {
  .perk-tips__item {
    gap: 1rem;
  }
}

.perk-tips__ico {
  margin-bottom: 2rem;
}

.perk-tips__title {
  font-size: 1.375rem;
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  .perk-tips__title {
    font-size: 1.2rem;
  }
}

.perk-tips__description {
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .perk-tips__description {
    font-size: 1rem;
  }
}





.travel-clients-inline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .travel-clients-inline {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .travel-clients-inline {
    gap: 1rem;
  }
}

.travel-clients-inline__item {
  border-radius: var(--border-radius);
  background-color: var(--color-blanco);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .travel-clients-inline__item {
    padding: 1rem 1.5rem;
  }
}

.travel-clients-inline__item img {
  max-width: 130px;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .travel-clients-inline__item img {
    max-width: 100px;
    max-height: 70px;
  }
}




.travel-tips {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6rem;
}

.travel-tips--3 {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .travel-tips--3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .travel-tips {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .travel-tips {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.travel-clients {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .travel-clients {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .travel-clients {
    gap: 1rem;
  }
}

.travel-clients .travel-clients__item {
  border-radius: var(--border-radius);
  background-color: var(--color-blanco);
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5625rem;
}

.travel-clients .travel-clients__item img {
  max-width: 160px;
  max-height: 75px;
}

@media screen and (max-width: 767px) {
  .travel-clients .travel-clients__item img {
    max-width: 80px;
    max-height: 40px;
  }
}



.travel-products {
  margin-top: -100px;
  z-index: 10;
  position: relative;
}

.travel-products__productos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

@media screen and (max-width: 991px) {
  .travel-products__productos {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.travel-products__item {
  text-align: center;
}

.travel-products__pic {
  margin-bottom: 0rem;
}

@media screen and (min-width: 992px) {
  .travel-products__pic {
    margin-top: -158px;
    padding-top: 2rem;
  }
}

.travel-products__pic img {
  width: auto;
  height: 227px;
}

@media screen and (max-width: 991px) {
  .travel-products__pic img {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .travel-products__pic img {
    height: 100px;
  }
}

.travel-products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.travel-products__content h2 {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .travel-products__content h2 {
    width: 100%;
  }
}


.cta-doble-line {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}