/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/********************************** BASE **********************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/**************************************************************************/
/******************************/
/********* VARIABLES **********/
/******************************/
:root {
  --primary-color: #af9385 ;
  --secondary-color: #8f463c;
  --tertiary-color: #e8ded9;
}
/******************************/
/********* VARIABLES **********/
/******************************/
/******************************/
/************ RESET ***********/
/******************************/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.wpb_revslider_element {
  margin-bottom: 0 !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.px-0.vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}
/******************************/
/********** LOADING ***********/
/******************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 999999;
  bottom: 30px;
  right: 0;
  height: 5rem;
  width: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
  display: block;
  top: 0;
  right: 0.5rem;
  content: attr(data-progress-text);
  font-size: 2rem;
  letter-spacing: 5px;
  line-height: 1;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  color: var(--secondary-color);
}
.cargador {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: 900000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cargador .brand {
  display: block;
  position: absolute;
  width: 231px;
  height: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url(../img/loading-white.png);
  background-size: cover !important;
}
.cargador:before {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  content: 'ESPECIALISTAS EN NÓMADAS';
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem !important;
  letter-spacing: 2px;
  color: var(--secondary-color);
  text-align: center;
}
.cargador:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  content: 'LOADING';
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem !important;
  letter-spacing: 2px;
  color: var(--secondary-color);
  text-align: center;
}
.loaded .cargador {
  opacity: 0;
}
.loaded .pace .pace-progress {
  display: none;
}
/******************************/
/********* HELP CLASS *********/
/******************************/
.fuente_regular {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1.6rem !important;
  line-height: 1.4em !important;
  color: #211f1f;
}
@media (min-width: 992px) {
  .fuente_regular {
    font-size: 1.8rem !important;
  }
}
.fuente_bold {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.fuente_nunito,
.fuente_nunito p,
.fuente_nunito h1,
.fuente_nunito h2,
.fuente_nunito h3,
.fuente_nunito h4,
.fuente_nunito h5 {
  font-family: 'Nunito', sans-serif;
}
.fuente_nunito_bold,
.fuente_nunito_bold p,
.fuente_nunito_bold h1,
.fuente_nunito_bold h2,
.fuente_nunito_bold h3,
.fuente_nunito_bold h4,
.fuente_nunito_bold h5 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.fuente_14,
.fuente_14 p,
.fuente_14 h1,
.fuente_14 h2,
.fuente_14 h3,
.fuente_14 h4,
.fuente_14 h5 {
  font-size: 1.2rem !important;
  line-height: 1.2em !important;
}
@media (min-width: 768px) {
  .fuente_14,
  .fuente_14 p,
  .fuente_14 h1,
  .fuente_14 h2,
  .fuente_14 h3,
  .fuente_14 h4,
  .fuente_14 h5 {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_14,
  .fuente_14 p,
  .fuente_14 h1,
  .fuente_14 h2,
  .fuente_14 h3,
  .fuente_14 h4,
  .fuente_14 h5 {
    font-size: 1.4rem !important;
    line-height: 1.3em !important;
  }
}
.fuente_16,
.fuente_16 p,
.fuente_16 h1,
.fuente_16 h2,
.fuente_16 h3,
.fuente_16 h4,
.fuente_16 h5 {
  font-size: 1.4rem !important;
  line-height: 1.3em !important;
}
@media (min-width: 768px) {
  .fuente_16,
  .fuente_16 p,
  .fuente_16 h1,
  .fuente_16 h2,
  .fuente_16 h3,
  .fuente_16 h4,
  .fuente_16 h5 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_16,
  .fuente_16 p,
  .fuente_16 h1,
  .fuente_16 h2,
  .fuente_16 h3,
  .fuente_16 h4,
  .fuente_16 h5 {
    font-size: 1.6rem !important;
  }
}
.fuente_18,
.fuente_18 p,
.fuente_18 h1,
.fuente_18 h2,
.fuente_18 h3,
.fuente_18 h4,
.fuente_18 h5 {
  font-size: 1.6rem !important;
  line-height: 1.3em !important;
}
@media (min-width: 768px) {
  .fuente_18,
  .fuente_18 p,
  .fuente_18 h1,
  .fuente_18 h2,
  .fuente_18 h3,
  .fuente_18 h4,
  .fuente_18 h5 {
    font-size: 1.7rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_18,
  .fuente_18 p,
  .fuente_18 h1,
  .fuente_18 h2,
  .fuente_18 h3,
  .fuente_18 h4,
  .fuente_18 h5 {
    font-size: 1.8rem !important;
  }
}
.fuente_20,
.fuente_20 p,
.fuente_20 h1,
.fuente_20 h2,
.fuente_20 h3,
.fuente_20 h4,
.fuente_20 h5 {
  font-size: 1.8rem !important;
  line-height: 1.3em !important;
}
@media (min-width: 768px) {
  .fuente_20,
  .fuente_20 p,
  .fuente_20 h1,
  .fuente_20 h2,
  .fuente_20 h3,
  .fuente_20 h4,
  .fuente_20 h5 {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_20,
  .fuente_20 p,
  .fuente_20 h1,
  .fuente_20 h2,
  .fuente_20 h3,
  .fuente_20 h4,
  .fuente_20 h5 {
    font-size: 2rem !important;
  }
}
.fuente_24,
.fuente_24 p,
.fuente_24 h1,
.fuente_24 h2,
.fuente_24 h3,
.fuente_24 h4,
.fuente_24 h5 {
  font-size: 2rem !important;
  line-height: 1.3em !important;
}
@media (min-width: 768px) {
  .fuente_24,
  .fuente_24 p,
  .fuente_24 h1,
  .fuente_24 h2,
  .fuente_24 h3,
  .fuente_24 h4,
  .fuente_24 h5 {
    font-size: 2.2rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_24,
  .fuente_24 p,
  .fuente_24 h1,
  .fuente_24 h2,
  .fuente_24 h3,
  .fuente_24 h4,
  .fuente_24 h5 {
    font-size: 2.4rem !important;
  }
}
.fuente_28,
.fuente_28 p,
.fuente_28 h1,
.fuente_28 h2,
.fuente_28 h3,
.fuente_28 h4,
.fuente_28 h5 {
  font-size: 2.2rem !important;
  line-height: 1.3em !important;
}
@media (min-width: 768px) {
  .fuente_28,
  .fuente_28 p,
  .fuente_28 h1,
  .fuente_28 h2,
  .fuente_28 h3,
  .fuente_28 h4,
  .fuente_28 h5 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_28,
  .fuente_28 p,
  .fuente_28 h1,
  .fuente_28 h2,
  .fuente_28 h3,
  .fuente_28 h4,
  .fuente_28 h5 {
    font-size: 2.8rem !important;
  }
}
.fuente_30,
.fuente_30 p,
.fuente_30 h1,
.fuente_30 h2,
.fuente_30 h3,
.fuente_30 h4,
.fuente_30 h5 {
  font-size: 2.4rem !important;
  line-height: 1.2em !important;
}
@media (min-width: 768px) {
  .fuente_30,
  .fuente_30 p,
  .fuente_30 h1,
  .fuente_30 h2,
  .fuente_30 h3,
  .fuente_30 h4,
  .fuente_30 h5 {
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_30,
  .fuente_30 p,
  .fuente_30 h1,
  .fuente_30 h2,
  .fuente_30 h3,
  .fuente_30 h4,
  .fuente_30 h5 {
    font-size: 3rem !important;
  }
}
.fuente_36,
.fuente_36 p,
.fuente_36 h1,
.fuente_36 h2,
.fuente_36 h3,
.fuente_36 h4,
.fuente_36 h5 {
  font-size: 2.7rem !important;
  line-height: 1.2em !important;
}
@media (min-width: 768px) {
  .fuente_36,
  .fuente_36 p,
  .fuente_36 h1,
  .fuente_36 h2,
  .fuente_36 h3,
  .fuente_36 h4,
  .fuente_36 h5 {
    font-size: 3.2rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_36,
  .fuente_36 p,
  .fuente_36 h1,
  .fuente_36 h2,
  .fuente_36 h3,
  .fuente_36 h4,
  .fuente_36 h5 {
    font-size: 3.6rem !important;
  }
}
.fuente_42,
.fuente_42 p,
.fuente_42 h1,
.fuente_42 h2,
.fuente_42 h3,
.fuente_42 h4,
.fuente_42 h5 {
  font-size: 3rem !important;
  line-height: 1.2em !important;
}
@media (min-width: 768px) {
  .fuente_42,
  .fuente_42 p,
  .fuente_42 h1,
  .fuente_42 h2,
  .fuente_42 h3,
  .fuente_42 h4,
  .fuente_42 h5 {
    font-size: 3.6rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_42,
  .fuente_42 p,
  .fuente_42 h1,
  .fuente_42 h2,
  .fuente_42 h3,
  .fuente_42 h4,
  .fuente_42 h5 {
    font-size: 4.2rem !important;
  }
}
.fuente_48,
.fuente_48 p,
.fuente_48 h1,
.fuente_48 h2,
.fuente_48 h3,
.fuente_48 h4,
.fuente_48 h5 {
  font-size: 3.3rem !important;
  line-height: 1em !important;
}
@media (min-width: 768px) {
  .fuente_48,
  .fuente_48 p,
  .fuente_48 h1,
  .fuente_48 h2,
  .fuente_48 h3,
  .fuente_48 h4,
  .fuente_48 h5 {
    font-size: 4.1rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_48,
  .fuente_48 p,
  .fuente_48 h1,
  .fuente_48 h2,
  .fuente_48 h3,
  .fuente_48 h4,
  .fuente_48 h5 {
    font-size: 4.8rem !important;
  }
}
.fuente_55,
.fuente_55 p,
.fuente_55 h1,
.fuente_55 h2,
.fuente_55 h3,
.fuente_55 h4,
.fuente_55 h5 {
  font-size: 3.6rem !important;
  line-height: 1em !important;
}
@media (min-width: 768px) {
  .fuente_55,
  .fuente_55 p,
  .fuente_55 h1,
  .fuente_55 h2,
  .fuente_55 h3,
  .fuente_55 h4,
  .fuente_55 h5 {
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_55,
  .fuente_55 p,
  .fuente_55 h1,
  .fuente_55 h2,
  .fuente_55 h3,
  .fuente_55 h4,
  .fuente_55 h5 {
    font-size: 5.5rem !important;
  }
}
.fuente_60,
.fuente_60 p,
.fuente_60 h1,
.fuente_60 h2,
.fuente_60 h3,
.fuente_60 h4,
.fuente_60 h5 {
  font-size: 4rem !important;
  line-height: 1em !important;
}
@media (min-width: 768px) {
  .fuente_60,
  .fuente_60 p,
  .fuente_60 h1,
  .fuente_60 h2,
  .fuente_60 h3,
  .fuente_60 h4,
  .fuente_60 h5 {
    font-size: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_60,
  .fuente_60 p,
  .fuente_60 h1,
  .fuente_60 h2,
  .fuente_60 h3,
  .fuente_60 h4,
  .fuente_60 h5 {
    font-size: 6rem !important;
  }
}
.fuente_72,
.fuente_72 p,
.fuente_72 h1,
.fuente_72 h2,
.fuente_72 h3,
.fuente_72 h4,
.fuente_72 h5 {
  font-size: 4.4rem !important;
  line-height: 1em !important;
}
@media (min-width: 768px) {
  .fuente_72,
  .fuente_72 p,
  .fuente_72 h1,
  .fuente_72 h2,
  .fuente_72 h3,
  .fuente_72 h4,
  .fuente_72 h5 {
    font-size: 5.3rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_72,
  .fuente_72 p,
  .fuente_72 h1,
  .fuente_72 h2,
  .fuente_72 h3,
  .fuente_72 h4,
  .fuente_72 h5 {
    font-size: 7.2rem !important;
  }
}
.fuente_80,
.fuente_80 p,
.fuente_80 h1,
.fuente_80 h2,
.fuente_80 h3,
.fuente_80 h4,
.fuente_80 h5 {
  font-size: 4.8rem !important;
  line-height: 1em !important;
}
@media (min-width: 768px) {
  .fuente_80,
  .fuente_80 p,
  .fuente_80 h1,
  .fuente_80 h2,
  .fuente_80 h3,
  .fuente_80 h4,
  .fuente_80 h5 {
    font-size: 6.4rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_80,
  .fuente_80 p,
  .fuente_80 h1,
  .fuente_80 h2,
  .fuente_80 h3,
  .fuente_80 h4,
  .fuente_80 h5 {
    font-size: 8rem !important;
  }
}
.fuente_90,
.fuente_90 p,
.fuente_90 h1,
.fuente_90 h2,
.fuente_90 h3,
.fuente_90 h4,
.fuente_90 h5 {
  font-size: 6rem !important;
  line-height: 1em !important;
}
@media (min-width: 768px) {
  .fuente_90,
  .fuente_90 p,
  .fuente_90 h1,
  .fuente_90 h2,
  .fuente_90 h3,
  .fuente_90 h4,
  .fuente_90 h5 {
    font-size: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fuente_90,
  .fuente_90 p,
  .fuente_90 h1,
  .fuente_90 h2,
  .fuente_90 h3,
  .fuente_90 h4,
  .fuente_90 h5 {
    font-size: 9rem !important;
  }
}
.fuente_blanco,
.fuente_blanco p,
p.fuente_blanco {
  color: #ffffff !important;
}
.fuente_gris,
.fuente_gris p,
p.fuente_gris {
  color: #f2f2f2 !important;
}
.fuente_negro,
.fuente_negro p,
p.fuente_negro {
  color: #211f1f !important;
}
.fuente_rojo,
.fuente_rojo p,
p.fuente_rojo {
  color: var(--secondary-color) !important;
}
.fuente_rosa,
.fuente_rosa p,
p.fuente_rosa {
  color: var(--primary-color) !important;
}
.fuente_palido,
.fuente_palido p,
p.fuente_palido {
  color: var(--tertiary-color) !important;
}
.fuente_destacado_blanco strong,
.fuente_destacado_blanco p strong,
p.fuente_destacado_blanco strong {
  color: #ffffff !important;
}
.fuente_destacado_negro strong,
.fuente_destacado_negro p strong,
p.fuente_destacado_negro strong {
  color: #211f1f !important;
}
.fuente_destacado_rojo strong,
.fuente_destacado_rojo p strong,
p.fuente_destacado_rojo strong {
  color: var(--secondary-color) !important;
}
.fuente_destacado_rosa strong,
.fuente_destacado_rosa p strong,
p.fuente_destacado_rosa strong {
  color: var(--primary-color) !important;
}
.fuente_destacado_palido strong,
.fuente_destacado_palido p strong,
p.fuente_destacado_palido strong {
  color: var(--tertiary-color) !important;
}
.fuente_destacado_underline strong,
.fuente_destacado_underline p strong,
p.fuente_destacado_underline strong {
  text-decoration: underline;
}
.background_blanco {
  background: #ffffff;
}
.background_gris {
  background: #f2f2f2;
}
.background_negro {
  background: #211f1f;
}
.background_rojo {
  background: var(--secondary-color);
}
.background_rosa {
  background: var(--primary-color);
}
.background_palido {
  background: var(--tertiary-color);
}
.botones {
  border-radius: 50px !important;
  padding: 1rem 1.5rem !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.3rem !important;
  line-height: 1.2em;
  letter-spacing: 2px;
  border: 0 !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .botones {
    padding: 1rem 2rem !important;
  }
}
@media (min-width: 1200px) {
  .botones {
    padding: 1rem 3rem !important;
    font-size: 1.6rem !important;
  }
}
@media (min-width: 992px) {
  .h-md-100 {
    height: 100%;
  }
}
.fondo_center {
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 1200px) {
  .fondo_center {
    background-size: 80% !important;
  }
}
@media (max-width: 992px) {
  .fondo_center {
    background-size: 80% !important;
  }
}
@media (max-width: 767px) {
  .fondo_center {
    background-size: 0 !important;
  }
}
.custom_font ul {
  margin: 0;
  padding: 0;
}
.custom_font li {
  list-style: none;
  margin-bottom: 5px;
}
/******************************/
/********* SHORTCODE **********/
/******************************/
/*************  ESPACIOS  **********/
.espacio_small {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .espacio_small {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .espacio_small {
    padding-bottom: 2rem;
  }
}
.espacio_medium {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .espacio_medium {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .espacio_medium {
    padding-bottom: 4rem;
  }
}
.espacio_large {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .espacio_large {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .espacio_large {
    padding-bottom: 6rem;
  }
}
.espacio_extralarge {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .espacio_extralarge {
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .espacio_extralarge {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .espacio_movil_small {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .espacio_movil_large {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .espacio_ipad_small {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .espacio_ipad_large {
    padding-bottom: 4rem;
  }
}
.asterisco {
  position: relative;
  display: inline-block;
}
.asterisco:before {
  position: absolute;
  top: 0;
  display: block;
  content: '*';
  width: 21px;
  height: 28px;
  font-size: 60px;
}
.asterisco_right {
  padding-right: 30px;
  margin: 0 auto;
}
.asterisco_right:before {
  right: 0;
}
.asterisco_top {
  padding-top: 30px;
}
.asterisco_top:before {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.column-centered {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 700px;
  margin: 0 auto !important;
}
/******************************/
/********** BOTONES ***********/
/******************************/
.list_icon {
  display: flex;
  align-items: center;
  line-height: 1em;
}
.list_icon svg {
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .list_icon svg {
    width: 50px;
    height: 50px;
  }
}
.list_icon.align_row img,
.list_icon.align_row svg {
  margin-right: 20px;
}
.list_icon.align_column {
  flex-direction: column;
  text-align: center;
}
.list_icon.align_column img,
.list_icon.align_column svg {
  margin-bottom: 20px;
}
.list_icon.icono_blanco {
  color: #ffffff;
}
.list_icon.icono_blanco path,
.list_icon.icono_blanco circle,
.list_icon.icono_blanco rect {
  fill: #ffffff;
}
.list_icon.icono_negro {
  color: #211f1f;
}
.list_icon.icono_negro path,
.list_icon.icono_negro circle,
.list_icon.icono_negro rect {
  fill: #211f1f;
}
.list_icon.icono_gris {
  color: #f2f2f2;
}
.list_icon.icono_gris path,
.list_icon.icono_gris circle,
.list_icon.icono_gris rect {
  fill: #f2f2f2;
}
.list_icon.icono_rojo {
  color: var(--secondary-color);
}
.list_icon.icono_rojo path,
.list_icon.icono_rojo circle,
.list_icon.icono_rojo rect {
  fill: var(--secondary-color);
}
.list_icon.icono_rosa {
  color: var(--primary-color);
}
.list_icon.icono_rosa path,
.list_icon.icono_rosa circle,
.list_icon.icono_rosa rect {
  fill: var(--primary-color);
}
/******************************/
/********** BOTONES ***********/
/******************************/
.btn,
.vc_btn3 {
  border-radius: 50px !important;
  padding: 1rem 1.5rem !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.3rem !important;
  line-height: 1.2em;
  letter-spacing: 2px;
  border: 0 !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #ffffff !important;
  background: var(--secondary-color) !important;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .btn,
  .vc_btn3 {
    padding: 1rem 2rem !important;
  }
}
@media (min-width: 1200px) {
  .btn,
  .vc_btn3 {
    padding: 1rem 3rem !important;
    font-size: 1.6rem !important;
  }
}
.btn:hover,
.vc_btn3:hover {
  background: var(--primary-color) !important;
}
.btn path,
.vc_btn3 path,
.btn circle,
.vc_btn3 circle,
.btn rect,
.vc_btn3 rect {
  fill: #ffffff;
}
.btn.btn_action,
.btn_action .vc_btn3 {
  background: var(--primary-color) !important;
}
.btn.btn_action:hover,
.btn_action .vc_btn3:hover {
  background: var(--secondary-color) !important;
}
.btn.btn_gris,
.btn_gris .vc_btn3 {
  background: #cecece !important;
}
.btn.btn_gris:hover,
.btn_gris .vc_btn3:hover {
  background: var(--secondary-color) !important;
}
.btn.btn_gris,
.btn_gris .vc_btn3 {
  background: #ffffff !important;
  color: var(--secondary-color) !important;
}
.btn.btn_gris:hover,
.btn_gris .vc_btn3:hover {
  background: #211f1f !important;
}
.light_button {
  cursor: pointer;
}
/******************************/
/******** BOTON TO TOP ********/
/******************************/
.back-to-top {
  border-radius: 50px !important;
  padding: 1rem 1.5rem !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.3rem !important;
  line-height: 1.2em;
  letter-spacing: 2px;
  border: 0 !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: fixed;
  display: none;
  bottom: 10px;
  left: 10px;
  z-index: 6000;
  color: #ffffff !important;
  background: #211f1f !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .back-to-top {
    padding: 1rem 2rem !important;
  }
}
@media (min-width: 1200px) {
  .back-to-top {
    padding: 1rem 3rem !important;
    font-size: 1.6rem !important;
  }
}
.back-to-top:hover {
  background: var(--primary-color) !important;
}
/******************************/
/**** BASIC HTML ELEMENTS *****/
/******************************/
html {
  font-size: 0.625em;
}
body {
  margin: 0;
  padding: 0 !important;
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1.6rem !important;
  line-height: 1.4em !important;
  color: #211f1f;
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.5rem;
  line-height: 1em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 6rem;
  }
}
h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.5rem;
  line-height: 1em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 4.2rem;
  }
}
h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 7rem;
  }
}
h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}
h5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  line-height: 1em;
}
h6 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1em;
}
p {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 1.6rem !important;
  line-height: 1.4em !important;
  color: #211f1f;
  margin: 0;
}
@media (min-width: 992px) {
  p {
    font-size: 1.8rem !important;
  }
}
strong {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}
hr {
  border-top: 1px solid #ddd;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
hr.white_hr {
  border-top: 1px solid #ffffff;
}
.home ul,
footer ul {
  margin: 0;
  padding: 0;
}
.home li,
footer li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6px;
}
/******************************/
/******** FORMULARIOS *********/
/******************************/
input,
select,
textarea {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  color: #ffffff;
  border: 2px solid #ffffff !important;
  border-radius: 5px;
  background: transparent !important;
  max-width: 100%;
  width: 100%;
}
textarea {
  height: auto !important;
  max-height: 100px;
}
select {
  color: #ffffff;
}
select option {
  background: var(--secondary-color);
  color: #ffffff;
  padding: 5px 0;
  line-height: 1.5em;
}
select option:first-child {
  color: #ffffff;
}
input[type="submit"] {
  border-radius: 50px !important;
  padding: 1rem 1.5rem !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.3rem !important;
  line-height: 1.2em;
  letter-spacing: 2px;
  border: 0 !important;
  color: var(--secondary-color) !important;
  background: var(--primary-color) !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
  input[type="submit"] {
    padding: 1rem 2rem !important;
  }
}
@media (min-width: 1200px) {
  input[type="submit"] {
    padding: 1rem 3rem !important;
    font-size: 1.6rem !important;
  }
}
input[type="submit"]:hover {
  background: #211f1f !important;
}
input[type=checkbox],
input[type=radio] {
  width: auto !important;
}
span.wpcf7-list-item {
  margin: 0 !important;
}
::-webkit-input-placeholder {
  color: #ffffff !important;
}
::-moz-placeholder {
  color: #ffffff !important;
}
:-ms-input-placeholder {
  color: #ffffff !important;
}
:-moz-placeholder {
  color: #ffffff !important;
}
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
input:hover::-moz-placeholder,
input:focus::-moz-placeholder {
  color: #ffffff !important;
}
input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: #ffffff !important;
}
input:hover:-moz-placeholder,
input:focus:-moz-placeholder {
  color: #ffffff !important;
}
/******** CONTACT FORM 7 *********/
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
div.wpcf7-response-output {
  margin: 10px 0 0;
  border: 2px solid #ff0000;
  color: #ff0000;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
  color: #ff0000;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #94f2b5;
  color: #94f2b5;
}
/******** THANK YOU *********/
.form_thanks {
  display: none;
  padding: 3rem 0;
}
/******************************/
/*********** MENU *************/
/******************************/
header .btn_action svg {
  max-height: 18px;
}
@media (min-width: 768px) {
  header .btn_action svg {
    display: none;
  }
}
@media (min-width: 992px) {
  header .btn_action svg {
    display: inline-block;
  }
}
header .toolbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  display: block;
  background: var(--secondary-color);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  line-height: 17px;
}
header .toolbar a {
  color: #ffffff;
}
@media (min-width: 768px) {
  header .toolbar {
    justify-content: space-between;
    font-size: 1.3rem;
  }
}
header .toolbar div {
  display: flex;
}
header .navbar {
  top: 3.7rem;
  background: #ffffff;
  height: 80px;
}
header .navbar li a {
  font-family: 'Nunito', sans-serif;
  font-weight: 700 !important;
  font-size: 1.1rem;
  margin: 0 5px;
  color: #211f1f !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar li a:hover {
  color: var(--primary-color) !important;
}
@media (min-width: 992px) {
  header .navbar li a {
    margin: 0 0.5rem;
  }
}
@media (min-width: 1200px) {
  header .navbar li a {
    font-size: 1.3rem;
    margin: 0 2rem;
  }
}
header .navbar li:first-child a {
  color: var(--primary-color) !important;
  padding-left: 60px !important;
  position: relative;
}
header .navbar li:first-child a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-family: "Material Symbols Outlined";
  content: "payments";
  font-weight: 400;
  font-size: 40px;
}
.navbar-brand {
  max-width: 140px;
}
@media (min-width: 768px) {
  .navbar-brand {
    max-width: 180px;
  }
}
.hide-menu .navbar-nav {
  display: none;
}
/******************************/
/********** FOOTER ************/
/******************************/
footer {
  padding: 4rem 0;
}
/******************************/
/********** LAYOUT ************/
/******************************/
#wrapper {
  padding-top: 110px;
}
/******************************/
/******** COMPONENTS **********/
/******************************/
.owl-nav {
  position: unset;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 27px;
  height: 142px;
  overflow: hidden;
  text-indent: -999px;
}
.owl-nav button.owl-prev {
  left: 30px;
  background-image: url(../img/arrow_left.svg) !important;
  background-size: cover !important;
}
.owl-nav button.owl-next {
  right: 30px;
  background-image: url(../img/arrow_right.svg) !important;
  background-size: cover !important;
}
/******************************/
/************ MODAL ***********/
/******************************/
button.close {
  position: absolute;
  z-index: 5000;
  width: 28px;
  height: 20px;
  overflow: hidden;
  background: url(../img/close_modal.svg);
  background-size: cover!important;
  text-shadow: unset !important;
  text-indent: -999px;
  top: 1.5rem;
  right: 1.5rem;
  opacity: 1;
}
@media (min-width: 768px) {
  button.close {
    top: 2rem;
    right: 2rem;
  }
}
@media (min-width: 1200px) {
  button.close {
    top: 3rem;
    right: 3rem;
  }
}
.modal-body {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 6rem 2rem 2rem 2rem;
}
@media (min-width: 992px) {
  .modal-body {
    padding: 5rem 7rem;
  }
}
@media (max-width: 767px) {
  .modal-body {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
}
.modal-content {
  background: var(--secondary-color);
}
@media (max-width: 767px) {
  .modal-content {
    min-height: 100vh;
  }
}
/******************************/
/************ GALERIA ***********/
/******************************/
.grid-item {
  padding: 10px;
}
.grid-sizer,
.grid-item {
  width: 50%;
}
@media (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}
/******************************/
/******** LIGHTGALLERY ********/
/******************************/
.lg-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
/******************************/
/********** COOKIES ***********/
/******************************/
.cookie-bar-block #catapult-cookie-bar h3 {
  display: none;
}
.has-cookie-bar #catapult-cookie-bar {
  padding: 10px 20px;
}
button#catapultCookie {
  padding: 0px 9px;
  font-size: 14px;
}
/******************************/
/********** REVIEWS ***********/
/******************************/
.ti-widget.ti-goog .ti-large-logo {
  height: inherit !important;
}
/******************************/
/*********** HOME *************/
/******************************/
.page-template-page-home #wrapper {
  padding: 0;
}
.page-template-page-home header,
.page-template-page-home footer,
.page-template-page-home .footer-bottom {
  display: none;
}
.page-template-page-home .navbar-brand-home {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.page-template-page-home .vc_row-o-equal-height .wpb_wrapper {
  height: inherit;
}
/******************************/
/*********** HOME *************/
/******************************/
.colaborations {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.colaborations img {
  width: 100%;
  height: auto;
  padding: 10px;
  width: 33.3%;
}
@media (min-width: 768px) {
  .colaborations img {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .colaborations img {
    width: 15%;
  }
}
