/*
Theme Name: Pacific Air
Author: Nett
Author URI: http://nett.mx/
Description: Custom theme for Pacific Air
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #465362;
  font-size: 17px;
  line-height: 24px; }

menu, ol, ul {
  padding: 0 0 0 20px; }

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

button {
  background: transparent;
  border: none; }

a,
button {
  transition: 0.5s; }

a:focus,
a:focus,
button:focus,
input:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2D3047; }

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

h1 {
  font-size: 39px;
  line-height: 45px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 42px;
      line-height: 50px;
      letter-spacing: 1px; } }

h2 {
  font-size: 38px;
  line-height: 49px; }

h3 {
  font-size: 32px;
  line-height: 38px; }

h4 {
  font-size: 22px;
  line-height: 33px; }

h5 {
  font-size: 21px;
  line-height: 31px; }

h6 {
  font-size: 18px;
  line-height: 27px; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.wpcf7-not-valid {
  border: 1px solid #d00000; }

.wpcf7-response-output {
  background-color: #FBFAFB;
  border-color: #498F63;
  color: #498F63;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 19px 15px 17px 15px;
  text-align: center; }

.wpcf7-validation-errors {
  background-color: transparent;
  border-color: #d00000;
  color: #d00000; }

.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 12px;
  line-height: 1.2;
  margin-top: -14px; }

label {
  line-height: 30px;
  margin-bottom: 3px; }

input,
textarea,
select,
.form-control {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #666666;
  min-height: 50px;
  width: 100%; }
  input:focus,
  textarea:focus,
  select:focus,
  .form-control:focus {
    border-color: #003978;
    border-width: 1px;
    box-shadow: none;
    color: #666666; }

input[type=file]::file-selector-button {
  display: inline-block;
  font-size: 198x;
  line-height: 25px;
  min-width: 100px;
  min-height: 48px;
  padding: 12px 14px;
  transition: 0.5s;
  text-align: center;
  border-radius: 3px 0  0 3px;
  border: 1px solid #DDDDDD;
  color: #465362; }

.form-control {
  margin-bottom: 15px;
  position: relative; }

form.formulario-contacto button[type='submit'],
form.formulario-contacto input[type='submit'],
form.formulario-contacto input[type='button'] {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  min-width: 175px;
  min-height: 62px;
  padding: 19px 29px;
  transition: 0.5s;
  text-align: center;
  border-radius: 7px;
  border: 2px solid;
  background-color: #D12329;
  border-color: #D12329;
  color: #FFFFFF;
  display: block;
  margin-top: 25px;
  width: 100%; }
  form.formulario-contacto button[type='submit']:hover, form.formulario-contacto button[type='submit']:focus,
  form.formulario-contacto input[type='submit']:hover,
  form.formulario-contacto input[type='submit']:focus,
  form.formulario-contacto input[type='button']:hover,
  form.formulario-contacto input[type='button']:focus {
    background-color: #FFFFFF;
    color: #D12329; }

form.formulario-contacto.wpcf7-form.submitting .ajax-loader {
  display: block; }

form.formulario-contacto.wpcf7-form .ajax-loader {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(img/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 25px;
  margin: 30px auto 0;
  width: 25px; }
  form.formulario-contacto.wpcf7-form .ajax-loader::before {
    content: none; }

form.formulario-contacto .wpcf7-response-output {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #ff0000;
  font-size: 16px;
  padding: 17px 20px 16px; }

form.formulario-contacto.sent .wpcf7-response-output {
  color: #46b450; }

form.formulario-contacto .wpcf7-not-valid {
  border-color: #ff0000; }
  form.formulario-contacto .wpcf7-not-valid:focus {
    border-color: #003978; }

.wpcf7 .form-contacto .wpcf7-response-output,
.wpcf7 .form-contacto.spam .wpcf7-response-output,
.wpcf7 .form-contacto.aborted .wpcf7-response-output,
.wpcf7 .form-contacto.failed .wpcf7-response-output,
.wpcf7 .form-contacto.invalid .wpcf7-response-output,
.wpcf7 .form-contacto.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
  margin: 30px 0 0; }

.boton-principal {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  min-width: 175px;
  min-height: 62px;
  padding: 19px 29px;
  transition: 0.5s;
  text-align: center;
  border-radius: 7px;
  border: 2px solid;
  border-color: #D12329;
  color: #FFFFFF;
  background-color: #D12329; }
  .boton-principal:hover, .boton-principal:focus {
    background-color: #FFFFFF;
    color: #D12329;
    border-color: #D12329; }

.boton-secundario {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  min-width: 175px;
  min-height: 62px;
  padding: 19px 29px;
  transition: 0.5s;
  text-align: center;
  border-radius: 7px;
  border: 2px solid;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0); }
  .boton-secundario:hover, .boton-secundario:focus {
    background-color: #FFFFFF;
    color: #D12329; }

.boton-outline-rojo {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  min-width: 175px;
  min-height: 62px;
  padding: 19px 29px;
  transition: 0.5s;
  text-align: center;
  border-radius: 7px;
  border: 2px solid;
  border-color: #D12329;
  color: #D12329;
  background-color: rgba(255, 255, 255, 0); }
  .boton-outline-rojo:hover, .boton-outline-rojo:focus {
    background-color: rgba(209, 35, 41, 0.2);
    color: #D12329; }

.boton-blanco {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  min-width: 175px;
  min-height: 62px;
  padding: 19px 29px;
  transition: 0.5s;
  text-align: center;
  border-radius: 7px;
  border: 2px solid;
  border-color: #FFFFFF;
  color: #D12329;
  background-color: #FFFFFF; }
  .boton-blanco:hover, .boton-blanco:focus {
    background-color: #D12329;
    color: #FFFFFF;
    border-color: #FFFFFF; }

.boton-azul {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  min-width: 175px;
  min-height: 62px;
  padding: 19px 29px;
  transition: 0.5s;
  text-align: center;
  border-radius: 7px;
  border: 2px solid;
  border-color: #003978;
  color: #FFFFFF;
  background-color: #003978; }
  .boton-azul:hover, .boton-azul:focus {
    background-color: #FFFFFF;
    color: #003978;
    border-color: #003978; }

.boton-secundario.boton-icono {
  padding: 18px 29px 18px 55px;
  position: relative; }
  .boton-secundario.boton-icono img {
    margin-right: 10px; }
  .boton-secundario.boton-icono:hover::before {
    background-image: url("img/icon-phone-red.svg"); }
  .boton-secundario.boton-icono::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background-image: url("img/icon-phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px; }

.footer {
  background-color: #FFFFFF;
  padding: 40px 0;
  font-size: 18px;
  line-height: 27px;
  border-top: 1px solid #DDDDDD; }
  .footer a {
    color: #D12329;
    text-decoration: underline;
    display: block; }
    .footer a:hover, .footer a:visited, .footer a:focus {
      color: rgba(209, 35, 41, 0.5); }

.footer-logo-wrap {
  margin-bottom: 25px; }
  .footer-logo-wrap img {
    max-width: 127px;
    width: 100%;
    margin-bottom: 10px; }
  .footer-logo-wrap .footer-description {
    margin-bottom: 15px; }
  .footer-logo-wrap span {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #2D3047; }
  .footer-logo-wrap .footer-legals {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-logo-wrap .footer-legals a {
      font-size: 17px;
      line-height: 20px; }

.footer-address .address-item {
  margin-bottom: 22px; }
  .footer-address .address-item h6 {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 5px; }

.footer-hours {
  margin-bottom: 20px; }
  .footer-hours h6 {
    font-size: 22px;
    line-height: 33px; }
  .footer-hours span {
    display: block; }

.footer-social span {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 17px; }

.footer-social .footer-social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end; }
  .footer-social .footer-social-links a {
    padding-right: 8px;
    margin-right: 14px; }
  .footer-social .footer-social-links a:hover {
    opacity: 0.7; }

@media (min-width: 480px) {
  .footer-address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer-address .address-item {
      width: 49%; }
  .footer-logo-wrap .footer-legals {
    display: -ms-flexbox;
    display: flex; }
    .footer-logo-wrap .footer-legals li {
      position: relative; }
    .footer-logo-wrap .footer-legals li:first-child {
      padding-right: 5px; }
    .footer-logo-wrap .footer-legals li:last-child {
      padding-left: 5px; }
    .footer-logo-wrap .footer-legals li:first-child::after {
      content: '';
      display: block;
      width: 1px;
      height: 20px;
      background-color: #D12329;
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 15px; } }

@media (min-width: 768px) {
  .footer-address {
    -ms-flex-pack: start;
    justify-content: start; }
    .footer-address .address-item span {
      width: 220px;
      display: block; } }

@media (min-width: 992px) {
  .footer {
    padding: 60px 0; }
  .footer-logo-wrap {
    margin-bottom: 20px;
    max-width: 332px; }
    .footer-logo-wrap img {
      margin-bottom: 22px; }
    .footer-logo-wrap .footer-description {
      margin-bottom: 24px; }
    .footer-logo-wrap span {
      margin-bottom: 20px; }
    .footer-logo-wrap .footer-legals {
      margin: 0;
      padding: 0;
      list-style: none; }
  .footer-address {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer-address .address-item {
      margin-bottom: 31px;
      width: 47%; }
      .footer-address .address-item h6 {
        margin-bottom: 9px; }
  .footer-hours {
    margin-bottom: 31px; }
    .footer-hours span {
      display: block;
      max-width: 220px; } }

@media (min-width: 1200px) {
  .footer-address .address-item {
    width: 49%; } }

header {
  position: fixed;
  width: 100%;
  z-index: 10; }

.menu-scrolled {
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%; }

.menu__logo {
  max-height: 50px;
  width: auto; }

.menu-principal-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px 10px 15px;
  width: 100%;
  z-index: 100; }
  .menu-principal-wrapper .navbar {
    padding: 0; }
  .menu-principal-wrapper .navbar-brand {
    margin-right: 10px; }

.header-border {
  border-bottom: 1px solid #DDDDDD; }

.icon-photos a,
.icon-rebates a,
.icon-financing a,
.icon-offers a,
.icon-careers a {
  background-position: left center;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 26px; }

.icon-photos a {
  background-image: url("img/icon-photos.svg"); }

.icon-rebates a {
  background-image: url("img/icon-rebates.svg"); }

.icon-financing a {
  background-image: url("img/icon-financing.svg"); }

.icon-offers a {
  background-image: url("img/icon-offers.svg"); }

.icon-careers a {
  background-image: url("img/icon-careers.svg"); }

.menu-scrolled.scrolled,
.header-color {
  transition: background-color 200ms linear;
  background-color: rgba(255, 255, 255, 0.8); }
  .menu-scrolled.scrolled .menu-principal-wrapper,
  .header-color .menu-principal-wrapper {
    border-top: 1px solid rgba(70, 83, 98, 0.3); }
  .menu-scrolled.scrolled .header-phone,
  .header-color .header-phone {
    color: #465362; }
    .menu-scrolled.scrolled .header-phone:hover,
    .header-color .header-phone:hover {
      color: rgba(70, 83, 98, 0.9); }
  .menu-scrolled.scrolled .menu-item-mobile img,
  .header-color .menu-item-mobile img {
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(289deg) brightness(110%) contrast(110%); }
  .menu-scrolled.scrolled .top-menu.menu-desktop a,
  .header-color .top-menu.menu-desktop a {
    color: #465362; }
  .menu-scrolled.scrolled .top-menu.menu-desktop img,
  .header-color .top-menu.menu-desktop img {
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(289deg) brightness(110%) contrast(110%); }
  .menu-scrolled.scrolled .top-menu.menu-desktop .icon-photos a,
  .header-color .top-menu.menu-desktop .icon-photos a {
    background-image: url("img/icon-photos-dark.svg"); }
  .menu-scrolled.scrolled .top-menu.menu-desktop .icon-rebates a,
  .header-color .top-menu.menu-desktop .icon-rebates a {
    background-image: url("img/icon-rebates-dark.svg"); }
  .menu-scrolled.scrolled .top-menu.menu-desktop .icon-financing a,
  .header-color .top-menu.menu-desktop .icon-financing a {
    background-image: url("img/icon-financing-dark.svg"); }
  .menu-scrolled.scrolled .top-menu.menu-desktop .icon-offers a,
  .header-color .top-menu.menu-desktop .icon-offers a {
    background-image: url("img/icon-offers-dark.svg"); }
  .menu-scrolled.scrolled .top-menu.menu-desktop .icon-careers a,
  .header-color .top-menu.menu-desktop .icon-careers a {
    background-image: url("img/icon-careers-dark.svg"); }
  .menu-scrolled.scrolled .mburger,
  .header-color .mburger {
    --mb-animate-timeout: 0;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 8px;
    --mb-bar-width: 1;
    --mb-button-size: 38px;
    color: #465362;
    display: block;
    margin-left: auto; }
    .menu-scrolled.scrolled .mburger:hover,
    .header-color .mburger:hover {
      color: rgba(0, 0, 0, 0.5); }

.header-phone {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  font-size: 21px;
  line-height: 25px;
  padding: 20px 15px 20px 15px;
  text-align: center; }
  .header-phone:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline; }

.top-menu a {
  display: -ms-flexbox;
  display: flex; }

.top-menu img {
  margin-right: 6px; }

.top-menu.menu-desktop {
  display: none; }

.menu-item.menu-mobile a {
  display: -ms-flexbox;
  display: flex; }

.menu-item.menu-mobile img {
  margin-right: 6px; }

@media (min-width: 480px) {
  .menu-principal-wrapper {
    padding: 10px 15px; }
    .menu-principal-wrapper .navbar {
      max-width: 540px;
      margin: 0 auto; }
  .top-menu-container {
    margin: 0 auto;
    max-width: 540px;
    width: 100%; } }

@media (min-width: 768px) {
  .menu-principal-wrapper {
    padding: 10px 0; }
    .menu-principal-wrapper .navbar {
      max-width: 720px; }
  .top-menu-container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .menu-principal-wrapper .navbar {
    max-width: 960px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .menu-scrolled.scrolled .menu-item .dropdown-toggle,
  .header-color .menu-item .dropdown-toggle {
    color: #465362; }
  .menu-scrolled.scrolled .header-phone,
  .header-color .header-phone {
    border-right: 1px solid rgba(70, 83, 98, 0.3); }
  .menu-scrolled.scrolled .top-menu_container .menu-item-mobile,
  .header-color .top-menu_container .menu-item-mobile {
    color: #465362; }
  .top-menu_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    padding-left: 20px; }
    .top-menu_container .menu-item-mobile {
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      color: #FFFFFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .top-menu_container .menu-item-mobile img {
        height: 28px;
        margin-bottom: 0;
        margin-right: 6px;
        width: 28px; }
  .menu__logo {
    max-height: 100px;
    width: auto; }
  .top-menu-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 960px; }
  header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .top-menu.menu-desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0;
    gap: 32px; }
    .top-menu.menu-desktop li {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
    .top-menu.menu-desktop a {
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      -ms-flex-align: center;
      align-items: center;
      color: #FFFFFF;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 16px;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 19px; }
    .top-menu.menu-desktop img {
      height: 16px;
      margin-bottom: 6px;
      margin-right: 0;
      width: 16px; }
  .header-phone {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 10px 20px 10px;
    width: 20%; }
  .menu-principal-wrapper {
    width: 100%; }
  .menu-principal {
    -ms-flex-positive: initial;
    flex-grow: initial; }
  .menu-principal__items .menu-item {
    padding: 10px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .menu-principal__items .menu-item.menu-item__request {
    padding: 10px 0 10px 2px; }
  .menu-principal__items .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 75px; }
  .menu-principal__items .dropdown:hover > .menu-item_locations.dropdown-menu {
    display: -ms-flexbox;
    display: flex; }
  .menu-principal__items .dropdown:hover .dropdown-toggle::after {
    transition: 0.5s;
    transform: rotate(180deg); }
  .menu-principal__items .dropdown-menu {
    background-color: #F2F2F2;
    border: none;
    padding: 0;
    overflow: hidden;
    width: 356px;
    padding-top: 16px;
    box-shadow: 0px 0px 20px 0px #0000001F; }
  .menu-principal__items .dropdown-item {
    padding: 10px 32px;
    color: #2D3047; }
    .menu-principal__items .dropdown-item:hover {
      background-color: rgba(70, 83, 98, 0.3); }
  .menu-item .dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF; }
    .menu-item .dropdown-toggle::after {
      margin-top: 20px; }
  .menu-item.menu-item__request a {
    border-color: #D12329;
    color: #FFFFFF;
    background-color: #D12329;
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 19px;
    line-height: 22px;
    min-width: 175px;
    min-height: 62px;
    padding: 19px 29px;
    transition: 0.5s;
    text-align: center;
    border-radius: 7px;
    border: 2px solid;
    border: 2px solid #D12329; }
    .menu-item.menu-item__request a:hover, .menu-item.menu-item__request a:focus {
      background-color: #FFFFFF;
      color: #D12329;
      border-color: #D12329; }
  .menu-item.menu-mobile {
    display: none; }
  .menu-item_locations.dropdown-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 788px;
    padding: 22px;
    left: 0%;
    transform: translateX(-86%);
    box-shadow: 0px 0px 20px 0px #0000001F; }
    .menu-item_locations.dropdown-menu li {
      width: 33%; }
    .menu-item_locations.dropdown-menu .dropdown-item {
      white-space: unset; }
      .menu-item_locations.dropdown-menu .dropdown-item:hover {
        background-color: unset; }
      .menu-item_locations.dropdown-menu .dropdown-item span {
        display: block;
        max-width: 220px; }
  .menu-card_wrap {
    display: block !important;
    padding: 16px 32px 32px; }
    .menu-card_wrap .menu-card {
      background-color: #FFFFFF;
      border-radius: 10px;
      box-shadow: 0px 0px 15px 0px #0000000D;
      padding: 12px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center; }
    .menu-card_wrap .menu-card_img {
      width: 25%;
      text-align: center;
      margin-right: 10px; }
    .menu-card_wrap img {
      width: 60px;
      max-height: 60px; }
    .menu-card_wrap .menu-card_info {
      width: 75%; }
    .menu-card_wrap h6 {
      color: #003978; }
    .menu-card_wrap span,
    .menu-card_wrap a {
      display: block; }
    .menu-card_wrap a {
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      color: #D12329;
      margin-top: 10px; }
      .menu-card_wrap a:hover {
        opacity: 0.5; } }

@media (min-width: 1200px) {
  .menu-principal-wrapper .navbar {
    max-width: 1140px; }
  .top-menu-container {
    max-width: 1140px; }
  .top-menu.menu-desktop a {
    -ms-flex-direction: row;
    flex-direction: row; }
  .top-menu.menu-desktop img {
    margin-bottom: 0px;
    margin-right: 6px; }
  .menu-principal__items .menu-item {
    padding: 10px 14px; }
  .menu-principal__items .menu-item.menu-item__request {
    padding: 10px 0 10px 14px; } }

@media (min-width: 1400px) {
  .menu-principal-wrapper .navbar {
    max-width: 1320px; }
  .top-menu-container {
    max-width: 1320px; }
  .menu-principal__items .menu-item {
    padding: 10px 20px; }
  .menu-principal__items .menu-item.menu-item__request {
    padding: 10px 0 10px 20px; } }

.mm-menu .mm-panel,
.mm-menu .mm-panels {
  background-color: #F9F9F9;
  color: #000000; }

.mm-menu .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu .mm-panel:after,
.mm-menu .mm-panel:before {
  content: none; }

.mm-menu .mm-navbar {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #EBEBEB;
  color: #000000;
  display: block;
  height: 60px; }

.mm-menu .mm-panel:first-child .mm-navbar {
  display: none; }

.mm-menu .mm-panels > .mm-panel > .mm-listview {
  margin-left: 0;
  margin-right: 0; }

.mm-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0; }

.mm-menu .mm-panels > .mm-panel > .mm-listview {
  margin: 0; }

.mm-menu .mm-panels > .mm-panel:not(:first-child) > .mm-navbar + .mm-listview {
  margin-top: 60px; }

.mm-menu .mm-listitem.menu-item__request {
  padding: 18px 20px; }
  .mm-menu .mm-listitem.menu-item__request a {
    border-color: #D12329;
    color: #FFFFFF;
    background-color: #D12329;
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 19px;
    line-height: 22px;
    min-width: 175px;
    min-height: 62px;
    padding: 19px 29px;
    transition: 0.5s;
    text-align: center;
    border-radius: 7px;
    border: 2px solid;
    text-align: center;
    border: 2px solid #D12329; }
    .mm-menu .mm-listitem.menu-item__request a:hover, .mm-menu .mm-listitem.menu-item__request a:focus {
      background-color: #FFFFFF;
      color: #D12329;
      border-color: #D12329; }

.mm-menu .mm-listitem:after {
  left: 0;
  background-color: rgba(45, 48, 71, 0.1); }

.mm-menu .mm-listitem__btn,
.mm-menu .mm-listitem__text,
.mm-menu .mm-navbar__title {
  padding-bottom: 18px;
  padding-top: 18px;
  padding: 18px 15px; }

.mm-menu .mm-listitem__text,
.mm-menu .mm-navbar__title {
  color: #000000;
  font-size: 18px;
  line-height: 22px; }

.mm-menu .menu-principal__items .mm-listitem__text {
  padding-left: 20px;
  padding-right: 20px; }

.mm-menu .mm-navbar__title {
  padding-left: 5px;
  padding-right: 5px; }

.mm-menu .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-color: #EBEBEB; }

.mm-menu .mm-listitem_selected .mm-listitem__text,
.mm-menu .active .mm-listitem__text {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #D12329; }

.mm-menu .active.menu-item__request .mm-listitem__text {
  background-color: rgba(255, 255, 255, 0);
  color: #D12329; }

.menu-item-mobile {
  display: none; }

.mburger {
  --mb-animate-timeout: 0;
  --mb-bar-height: 2px;
  --mb-bar-spacing: 8px;
  --mb-bar-width: 1;
  --mb-button-size: 38px;
  color: #FFFFFF;
  display: block;
  margin-left: auto; }
  .mburger:hover {
    color: rgba(255, 255, 255, 0.5); }

.menu-item_locations .dropdown-item.mm-listitem__text {
  text-overflow: none;
  white-space: unset; }

.menu-card_wrap {
  display: none; }

@media (min-width: 992px) {
  .no-touch #button-open-menu-mobile {
    display: none; }
  .menu-item-mobile {
    display: inline-block; } }

.lg-toolbar {
  background-color: #000000;
  position: absolute; }
  .lg-toolbar .lg-close {
    background-color: rgba(98, 98, 98, 0.3);
    height: 40px;
    transition: 0.5s;
    width: 40px; }
    .lg-toolbar .lg-close::after {
      background-image: url("img/icon-close-blanco.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }

.lg-actions .lg-prev,
.lg-actions .lg-next {
  background-color: #FFFFFF;
  display: block;
  height: 40px;
  transition: 0.5s;
  width: 40px; }

.lg-actions .lg-prev::after {
  background-image: url("img/arrow-red-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
  display: block;
  height: 100%;
  width: 100%; }

.lg-actions .lg-next::before {
  background-image: url("img/arrow-red-rigth.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
  display: block;
  height: 100%;
  width: 100%; }

.lg-outer .lg-image {
  border-radius: 10px; }

.bloque-acordeon_wrapper {
  padding: 40px 0; }
  .bloque-acordeon_wrapper h3 {
    margin-bottom: 30px; }

.bloque-acordeon {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px #0000001F;
  border-radius: 10px;
  margin-bottom: 30px; }
  .bloque-acordeon__item {
    overflow: hidden; }
    .bloque-acordeon__item:not(:last-child) {
      border-bottom: 1px solid #DDDDDD; }
    .bloque-acordeon__item:first-child {
      border-radius: 10px 10px 0 0; }
    .bloque-acordeon__item:last-child {
      border-radius: 0 0 10px 10px; }
  .bloque-acordeon__link {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    padding: 22px 55px 22px 20px;
    transition: 0.5s;
    display: block;
    background-color: #2D3047;
    color: #FFFFFF;
    position: relative; }
    .bloque-acordeon__link:hover {
      background-color: rgba(0, 57, 120, 0.5);
      color: #2D3047; }
    .bloque-acordeon__link.collapsed {
      background-color: #FFFFFF;
      color: #2D3047; }
      .bloque-acordeon__link.collapsed:hover {
        background-color: rgba(0, 57, 120, 0.5);
        color: #2D3047; }
    .bloque-acordeon__link::after {
      background-image: url("img/icon-menos.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 22px;
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px; }
    .bloque-acordeon__link.collapsed::after {
      background-image: url("img/icon-mas.svg");
      background-size: 22px; }
  .bloque-acordeon__colapsable-inner {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #465362;
    padding: 20px; }

.slide-video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden; }
  .slide-video iframe {
    border-radius: 10px;
    width: 100%; }

.slide-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden; }
  .slide-img::before {
    content: '';
    display: block;
    padding-top: 60%; }

@media (min-width: 768px) {
  .bloque-acordeon_wrapper {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .bloque-acordeon_wrapper {
    padding: 60px 0; }
  .bloque-acordeon {
    margin-bottom: 0; } }

.bloque-columnas {
  padding: 40px 0; }
  .bloque-columnas .logo-encabezado {
    margin-bottom: 30px;
    text-align: center; }
    .bloque-columnas .logo-encabezado img {
      max-width: 350px; }
  .bloque-columnas .logo-encabezado_descr div {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 16px;
    padding-right: 60px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content; }
    .bloque-columnas .logo-encabezado_descr div::after {
      content: '';
      display: block;
      width: 45px;
      height: 45px;
      background-size: 45px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
  .bloque-columnas .good-people::after {
    background-image: url("img/positive-vote.png"); }
  .bloque-columnas .happy-customers::after {
    background-image: url("img/person.png"); }
  .bloque-columnas .plant-a-tree::after {
    background-image: url("img/tree.png"); }

.item-column {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
  text-align: center; }
  .item-column_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #21842124;
    margin-bottom: 57px;
    max-height: 255px;
    position: relative; }
    .item-column_img img {
      bottom: -45px;
      max-width: 115px;
      position: absolute;
      right: 50%;
      transform: translateX(50%); }
  .item-column_img::before {
    content: '';
    display: block;
    padding-top: 70%; }
  .item-column h3 {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 19px; }
  .item-column .item-column-description {
    margin-bottom: 28px; }
  .item-column .boton-secundario {
    margin-top: auto; }

@media (min-width: 768px) {
  .bloque-columnas {
    padding: 50px 0; }
    .bloque-columnas .logo-encabezado {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: left; }
    .bloque-columnas .logo-encabezado_descr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
  .item-column {
    height: calc(100% - 35px);
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .item-column .boton-principal {
      display: inline-block; } }

.bloque-community {
  padding: 40px 0 0; }
  .bloque-community h3 {
    margin-bottom: 30px; }
  .bloque-community .boton-outline-rojo {
    margin-top: 20px; }

.slide-community {
  background-color: #F9F9F9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 180px;
  box-shadow: 0px 0px 20px 0px #0000001F;
  border-radius: 10px;
  margin: 15px; }
  .slide-community::after {
    content: '';
    display: -ms-flexbox;
    display: flex;
    padding-top: 61%; }

.bloque-animacion {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  .bloque-community {
    padding: 50px 0 0; }
    .bloque-community .boton-outline-rojo {
      margin-top: 50px; }
  .bloque-animacion {
    background-position: center;
    background-size: cover; } }

@media (min-width: 992px) {
  .bloque-community {
    padding: 60px 0 0; }
    .bloque-community .boton-outline-rojo {
      margin-top: 80px; } }

.bloque-cta-logo {
  background-color: #F9F9F9;
  padding: 40px 0; }
  .bloque-cta-logo h2 {
    margin-bottom: 18px; }
  .bloque-cta-logo_info {
    margin-bottom: 30px; }
  .bloque-cta-logo-description {
    font-size: 22px;
    line-height: 31px; }
  .bloque-cta-logo img {
    max-width: 525px;
    width: 100%; }

@media (min-width: 768px) {
  .bloque-cta-logo {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .bloque-cta-logo {
    padding: 60px 0; } }

.bloque-cta {
  background-color: #D12329;
  background-image: url("img/bg-trio.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  text-align: center; }
  .bloque-cta::after {
    content: '';
    display: block;
    width: 100px;
    height: 150px;
    background-image: url("img/dot-grid-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5; }
  .bloque-cta::before {
    content: '';
    display: block;
    width: 100px;
    height: 150px;
    background-image: url("img/dot-grid-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0;
    opacity: 0.5; }
  .bloque-cta h2 {
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 15px; }
  .bloque-cta-description {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px; }
  .bloque-cta.bloque-cta-var {
    background-color: #003978; }

@media (min-width: 768px) {
  .bloque-cta {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .bloque-cta {
    padding: 80px 0; }
    .bloque-cta h2 {
      font-size: 38px;
      line-height: 49px; } }

.bloque-discount {
  background-color: #003978;
  background-image: url("img/bg-trio.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0;
  color: #FFFFFF;
  padding: 40px 0;
  position: relative;
  z-index: 1; }
  .bloque-discount::after {
    content: '';
    display: block;
    width: 70px;
    height: 100px;
    background-image: url("img/dot-grid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5; }
  .bloque-discount::before {
    content: '';
    display: block;
    width: 70px;
    height: 100px;
    background-image: url("img/dot-grid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0;
    opacity: 0.5; }
  .bloque-discount h2 {
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 15px; }
  .bloque-discount_info {
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center; }
  .bloque-discount img {
    margin-bottom: 30px;
    width: 100%; }
  .bloque-discount_disclaimer {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center; }
    .bloque-discount_disclaimer::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 100px 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }

@media (min-width: 768px) {
  .bloque-discount {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .bloque-discount {
    padding: 60px 0; }
    .bloque-discount_info {
      margin-bottom: 0;
      padding: 0;
      text-align: left; }
    .bloque-discount_disclaimer {
      margin: 20px auto 0;
      max-width: 865px; }
    .bloque-discount img {
      margin-bottom: 0; }
    .bloque-discount h2 {
      font-size: 38px;
      line-height: 49px; } }

@media (min-width: 1200px) {
  .bloque-discount_info {
    padding: 0 5px 0 0; } }

.bloque-numeralia {
  background-color: #003978;
  padding: 40px 0;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  background-image: url("img/bg-numbers.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bloque-numeralia::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0D4985CC;
    z-index: -1; }
  .bloque-numeralia h3 {
    color: #FFFFFF;
    text-align: center; }
  .bloque-numeralia_des {
    margin-bottom: 25px;
    text-align: center; }

.item-numeralia {
  margin-bottom: 30px; }
  .item-numeralia h4 {
    color: #FFFFFF;
    font-size: 45px;
    line-height: 67px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px; }
  .item-numeralia img {
    max-width: 35px;
    margin-right: 11px; }

.bloque-detalles {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #0000001F;
  margin-bottom: -100px;
  margin-top: 30px; }
  .bloque-detalles .item-detalle {
    padding: 32px;
    color: #465362; }
    .bloque-detalles .item-detalle:not(:last-child) {
      border-bottom: 1px solid #DDDDDD; }
    .bloque-detalles .item-detalle_img {
      background-color: #0039781A;
      border-radius: 10px;
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 58px;
      height: 58px;
      margin-bottom: 32px; }
    .bloque-detalles .item-detalle h4 {
      font-size: 24px;
      line-height: 36px; }
    .bloque-detalles .item-detalle a {
      text-decoration: underline;
      color: #D12329; }
      .bloque-detalles .item-detalle a:hover {
        color: rgba(209, 35, 41, 0.5); }

.mapa-responsive {
  background-color: #F9F9F9;
  overflow: hidden;
  position: relative;
  z-index: 0;
  max-height: 500px; }
  .mapa-responsive::before {
    content: '';
    display: block;
    padding-bottom: 80%; }
  .mapa-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media (min-width: 768px) {
  .bloque-numeralia {
    padding: 50px 0; }
    .bloque-numeralia_des {
      margin-bottom: 35px; }
  .bloque-detalles {
    margin-bottom: -150px;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .bloque-detalles .item-detalle {
      width: 50%; }
      .bloque-detalles .item-detalle:nth-child(odd) {
        border-right: 1px solid #DDDDDD; }
      .bloque-detalles .item-detalle:nth-child(3) {
        border-bottom: 0; } }

@media (min-width: 992px) {
  .bloque-numeralia {
    padding: 60px 0; }
  .item-numeralia {
    margin-bottom: 0; }
  .bloque-detalles {
    margin-bottom: -200px;
    margin-top: 60px; }
    .bloque-detalles .item-detalle {
      width: 25%; }
      .bloque-detalles .item-detalle:not(:last-child) {
        border-bottom: 0;
        border-right: 1px solid #DDDDDD; } }

@media (min-width: 1200px) {
  .item-numeralia {
    padding: 0 30px; } }

.bloque-slide-team {
  padding: 40px 0;
  background-color: #F9F9F9;
  position: relative; }
  .bloque-slide-team::after {
    content: '';
    display: block;
    width: 70px;
    height: 100px;
    background-image: url("img/dot-grid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 22px;
    left: 0;
    opacity: 0.5; }
  .bloque-slide-team::before {
    content: '';
    display: block;
    width: 70px;
    height: 100px;
    background-image: url("img/dot-grid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 22px;
    right: 0;
    opacity: 0.5; }
  .bloque-slide-team h3 {
    text-align: center;
    margin-bottom: 40px; }

.slide-team {
  margin-left: 10px;
  margin-right: 12px; }

.slide-team_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 20px; }
  .slide-team_img::before {
    content: '';
    display: block;
    padding-top: 90%; }

.slide-team_link {
  display: block;
  margin-bottom: 30px;
  position: relative; }
  .slide-team_link::before {
    content: '';
    display: block;
    width: 23px;
    height: 15px;
    background-image: url("img/arrow-red-rigth.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 0; }
  .slide-team_link:hover {
    opacity: 0.5; }
  .slide-team_link .slide-team_wrap {
    box-shadow: 0px 0px 20px 0px #0000001F;
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 55px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px; }
  .slide-team_link img {
    width: 35px;
    height: 35px; }
  .slide-team_link span {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #2D3047;
    margin-bottom: 8px;
    display: block; }
  .slide-team_link p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #465362; }

@media (min-width: 768px) {
  .bloque-slide-team {
    padding: 50px 0; }
  .slide-team.slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px; }
  .slide-team_img {
    margin-bottom: 20px;
    width: 50%; }
    .slide-team_img::before {
      padding-top: 70%; }
  .slide-team_services {
    width: 50%; }
    .slide-team_services.slide-service-child {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .slide-team_services.slide-service-child .slide-team_link {
        width: 48%; }
        .slide-team_services.slide-service-child .slide-team_link .slide-team_wrap {
          width: 70px;
          height: 70px; }
        .slide-team_services.slide-service-child .slide-team_link img {
          width: 40px;
          height: 40px; } }

@media (min-width: 992px) {
  .bloque-slide-team {
    padding: 60px 0; }
    .bloque-slide-team::before, .bloque-slide-team::after {
      width: 130px;
      height: 150px; }
  .slide-team.slick-slide {
    gap: 30px; }
  .slide-team_img {
    margin-bottom: 20px;
    width: 49%; }
    .slide-team_img::before {
      padding-top: 70%; }
  .slide-team_services {
    width: 49%; }
  .slide-team_link {
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    -ms-flex-align: center;
    align-items: center; }
    .slide-team_link::before {
      top: 50%;
      transform: translateY(-50%); }
    .slide-team_link .slide-team_wrap {
      margin-bottom: 0;
      margin-right: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }

.bloque-testimoniales {
  padding: 40px 0; }
  .bloque-testimoniales h3 {
    margin-bottom: 30px; }

.slide-testimonial {
  box-shadow: 0px 0px 20px 0px #0000001F;
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 10px;
  margin: 15px; }
  .slide-testimonial_resena {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px; }
  .slide-testimonial_autor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center; }
    .slide-testimonial_autor img {
      max-width: 65px;
      margin-right: 16px; }
  .slide-testimonial_datos span:first-child {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    display: block;
    color: #2D3047; }
  .slide-testimonial .stars-1 {
    background-image: url("img/1-stars.svg"); }
  .slide-testimonial .stars-2 {
    background-image: url("img/2-stars.svg"); }
  .slide-testimonial .stars-3 {
    background-image: url("img/3-stars.svg"); }
  .slide-testimonial .stars-4 {
    background-image: url("img/4-stars.svg"); }
  .slide-testimonial .stars-5 {
    background-image: url("img/5-stars.svg"); }
  .slide-testimonial .stars-1,
  .slide-testimonial .stars-2,
  .slide-testimonial .stars-3,
  .slide-testimonial .stars-4,
  .slide-testimonial .stars-5 {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    height: 24px;
    display: block;
    margin-top: 5px;
    margin-left: -2px; }

@media (min-width: 768px) {
  .bloque-testimoniales {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .bloque-testimoniales {
    padding: 60px 0; } }

.bloque-tips {
  padding: 40px 0; }
  .bloque-tips-descripcion {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px; }

.item-tips {
  margin-bottom: 30px;
  color: #465362;
  display: block; }
  .item-tips:hover {
    color: #465362; }
    .item-tips:hover h3 {
      color: #003978; }
    .item-tips:hover .item-tips_img::before {
      background-color: #003978B2; }
  .item-tips_img {
    border-radius: 10px;
    padding: 50px 30px;
    min-height: 255px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F9F9F9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
    position: relative; }
    .item-tips_img::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      transition: 0.5s;
      background-color: #0000004D; }
  .item-tips_title {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: block;
    font-size: 22px;
    line-height: 33px;
    position: relative; }
  .item-tips_date {
    display: block;
    padding: 10px;
    background-color: #00000033;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    line-height: 20px; }

.items-listado-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #DDDDDD; }

@media (min-width: 768px) {
  .bloque-tips {
    padding: 50px 0; }
  .item-tips.item-tips-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 45px; }
    .item-tips.item-tips-lg .item-tips_des {
      width: 60%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
    .item-tips.item-tips-lg .item-tips_img {
      width: 40%;
      margin-bottom: 0;
      margin-right: 30px;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .item-tips.item-tips-lg .item-tips_title {
      max-width: 350px; }
  .items-listado-wrapper {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .bloque-tips {
    padding: 60px 0; }
  .items-listado-wrapper {
    padding: 60px 0; }
  .item-tips.item-tips-lg {
    margin-bottom: 60px; } }

.contenido-administrable h1,
.contenido-administrable h2,
.contenido-administrable h3,
.contenido-administrable h4,
.contenido-administrable h5,
.contenido-administrable h6 {
  margin-bottom: 16px;
  margin-top: 26px; }

.contenido-administrable *:first-child {
  margin-top: 0; }

.contenido-administrable *:last-child {
  margin-bottom: 0; }

.contenido-administrable blockquote {
  background-color: #0039780D;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 19px;
  padding: 32px;
  border-left: 5px solid #003978; }

.contenido-administrable a:visited {
  color: #000000; }

.contenido-administrable b,
.contenido-administrable strong {
  font-weight: bold; }

.contenido-administrable .wp-caption {
  max-width: 100%; }

.contenido-administrable .wp-caption-text {
  margin-top: 10px; }

.contenido-administrable ul {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0; }
  .contenido-administrable ul li {
    font-size: 18px;
    line-height: 27px;
    padding-left: 21px;
    position: relative; }
    .contenido-administrable ul li::before {
      content: '';
      height: 8px;
      left: 0;
      position: absolute;
      top: 9px;
      width: 8px;
      background-color: #D12329;
      border-radius: 50%; }
    .contenido-administrable ul li:not(:last-child) {
      margin-bottom: 2px; }

.lista-checks {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0; }
  .lista-checks li {
    font-size: 18px;
    line-height: 27px;
    padding-left: 38px;
    position: relative; }
    .lista-checks li::before {
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("img/icon-check-circle.svg");
      background-size: 22px;
      content: '';
      height: 24px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 24px; }
    .lista-checks li:not(:last-child) {
      margin-bottom: 12px; }

.lista-flechas {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0; }
  .lista-flechas li {
    font-size: 18px;
    line-height: 27px;
    padding-left: 38px;
    position: relative; }
    .lista-flechas li::before {
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("img/arrow-white-rigth.svg");
      background-size: 22px;
      content: '';
      height: 24px;
      left: 0;
      position: absolute;
      width: 24px;
      top: 1px; }
    .lista-flechas li:not(:last-child) {
      margin-bottom: 12px; }

.borde-inferior {
  position: relative; }
  .borde-inferior::after {
    content: '';
    display: block;
    background: #DDDDDD;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%); }

.contenido-wrapper-general {
  padding-bottom: 60px;
  padding-top: 198px; }

.encabezado-small {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 30px; }

@media (min-width: 480px) {
  .borde-inferior::after {
    max-width: 510px; } }

@media (min-width: 480px) {
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 25px;
    margin-top: 34px; }
  .borde-inferior::after {
    max-width: 690px; } }

@media (min-width: 992px) {
  .contenido-wrapper {
    padding-bottom: 60px;
    padding-top: 60px; }
    .contenido-wrapper .bloque-general {
      padding-bottom: 30px;
      padding-top: 30px; }
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 30px;
    margin-top: 39px; }
  .borde-inferior::after {
    max-width: 930px; }
  .contenido-wrapper-general {
    padding-top: 228px; } }

@media (min-width: 1200px) {
  .borde-inferior::after {
    max-width: 1110px; } }

@media (min-width: 1400px) {
  .borde-inferior::after {
    max-width: 1320px; } }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label div.ginput_container {
  margin-top: 0; }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul li.gfield {
  margin-bottom: 14px;
  margin-top: 0; }

.gform_wrapper.FORMULARIO-CUSTOM_wrapper {
  margin-bottom: 0;
  margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper label.gfield_label,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper legend.gfield_label {
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    border: 1px solid #dedede;
    border-radius: 4px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea:focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select:focus {
      border-color: #D12329;
      box-shadow: none;
      outline: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/icono-flecha-select.svg");
    background-color: #FFFFFF;
    background-position: calc(100% - 26px) center;
    background-size: 10px 6px;
    height: 52px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select::-ms-expand {
      display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 52px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label {
      color: #a7a7a7;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      letter-spacing: 1px;
      position: relative; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label::before {
      border: 1px solid #dedede;
      content: '';
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 17px;
      margin-right: 10px;
      width: 17px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a {
      color: #000000;
      text-decoration: underline; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a:hover {
      color: #D12329; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox']:checked + label::before {
    background-image: url("../img/icono-checkbox-negro.svg");
    border-color: #D12329; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before {
    background-size: 11px 9px;
    border-radius: 4px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::after {
    background-color: #D12329;
    border-radius: 50%;
    content: '';
    display: block;
    height: 11px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 11px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::before {
    border-color: #D12329; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before {
    border-radius: 50%; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_required {
    color: inherit; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer {
    margin-top: 20px;
    padding: 0;
    text-align: center; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 19px;
    line-height: 22px;
    min-width: 175px;
    min-height: 62px;
    padding: 19px 29px;
    transition: 0.5s;
    text-align: center;
    border-radius: 7px;
    border: 2px solid; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_ajax_spinner {
    margin-top: 20px;
    width: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper div.validation_error {
    border: 0;
    color: #d00000;
    font-weight: inherit;
    margin-bottom: 0;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
    padding-top: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    color: #000000;
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: 0;
    margin-bottom: 14px !important;
    padding: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error textarea {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_checkbox li input[type='checkbox'] + label::before,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_radio li input[type='radio'] label::before {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .validation_message {
    display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_chrome select,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_gecko select {
    padding: 11px 52px 9px 20px; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields {
      margin-left: -15px !important;
      margin-right: -15px !important; }
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields li.gfield {
        padding-left: 15px;
        padding-right: 15px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_radio {
      width: 100%; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
      width: 100%; } }

.hero-home {
  background-color: #2D3047;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  position: relative; }
  .hero-home::before {
    content: '';
    display: block;
    background-color: #0D4985B2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .hero-home h1 {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #FFFFFF;
    font-size: 54px;
    line-height: 60px; }

.hero-contenido {
  position: relative;
  z-index: 1; }

.hero-description {
  color: #EDEDED;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 24px; }
  .hero-description p {
    margin-bottom: 0; }

.hero-botones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px; }

.hero-img-tech {
  max-width: 250px;
  margin-top: 40px; }

.hero-simple {
  background-color: #2D3047;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0 70px;
  position: relative; }
  .hero-simple::before {
    content: '';
    display: block;
    background-color: #0D4985B2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .hero-simple h1 {
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    text-align: center; }

.hero-service {
  background-color: #E6EBF1;
  padding: 200px 0 0; }
  .hero-service h1 {
    margin-bottom: 20px; }
  .hero-service a + a {
    margin-top: 24px; }
  .hero-service .boton-principal,
  .hero-service .boton-outline-rojo {
    display: block; }
  .hero-service_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    margin-top: 40px; }
    .hero-service_img::after {
      content: '';
      display: block;
      padding-top: 60%; }
  .hero-service.hero-mitad {
    padding: 230px 0 350px; }
    .hero-service.hero-mitad .hero-service_img {
      height: 300px; }
  .hero-service.hero-mitad.hero-careers {
    padding-bottom: 0px; }

.hero-service_promo {
  margin-top: -70px; }

.hero-discount {
  background-color: #003978;
  box-shadow: 0px 0px 20px 0px #0000001F;
  border-radius: 50px 10px;
  padding: 30px;
  position: relative; }
  .hero-discount_heading {
    margin-bottom: 40px; }
    .hero-discount_heading h2 {
      font-size: 32px;
      line-height: 38px;
      color: #FFFFFF; }
  .hero-discount::after {
    content: '';
    display: block;
    width: 85px;
    height: 150px;
    background-image: url("img/dot-grid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5; }
  .hero-discount::before {
    content: '';
    display: block;
    width: 140px;
    height: 73px;
    background-image: url("img/dot-grid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    position: absolute;
    top: 0;
    right: 50px;
    opacity: 0.5;
    z-index: 0; }
  .hero-discount_img {
    position: relative;
    z-index: 1; }
  .hero-discount .link-arrow {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    font-size: 19px;
    line-height: 22px; }
    .hero-discount .link-arrow::before {
      content: '';
      display: block;
      width: 17px;
      height: 19px;
      background-image: url("img/arrow-white-rigth.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 17px 19px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .hero-discount .link-arrow:hover {
      opacity: 0.5; }

@media (min-width: 768px) {
  .hero-home {
    padding: 200px 0 80px; }
  .hero-img-tech {
    max-width: 250px;
    margin-top: 0;
    margin-bottom: -80px; }
  .hero-service {
    padding: 230px 0 250px;
    position: relative; }
    .hero-service .boton-principal + .boton-principal,
    .hero-service .boton-outline-rojo + .boton-outline-rojo {
      margin-left: 24px; }
    .hero-service a + a {
      margin-top: 0; }
    .hero-service .boton-principal {
      margin-bottom: 24px; }
    .hero-service .boton-principal,
    .hero-service .boton-outline-rojo {
      display: inline-block;
      min-width: 182px; }
    .hero-service_img {
      position: absolute;
      right: 0;
      width: 40%;
      height: 100%;
      bottom: 0; }
    .hero-service.hero-mitad {
      padding: 230px 0 100px; }
      .hero-service.hero-mitad .hero-service_img {
        height: 100%;
        bottom: 0;
        width: 45%; }
    .hero-service.hero-mitad.hero-careers {
      padding-bottom: 100px; }
  .hero-service_promo {
    margin-top: -180px; }
  .hero-discount {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .hero-discount_heading {
      margin-bottom: 0px;
      padding: 30px; }
      .hero-discount_heading h2 {
        font-size: 38px;
        line-height: 49px; }
    .hero-discount_img {
      background-image: url("img/bg-ellipse.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left;
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .hero-discount::before {
      width: 140px;
      height: 73px;
      background-size: 150px 150px;
      right: 250px; } }

@media (min-width: 992px) {
  .hero-home {
    padding: 250px 0 130px; }
    .hero-home h1 {
      font-size: 74px;
      line-height: 89px; }
  .hero-img-tech {
    max-width: 350px;
    margin-top: 0;
    margin-bottom: -130px; }
  .hero-simple {
    padding: 300px 0 120px; }
  .hero-service {
    padding: 280px 0 200px; }
    .hero-service_img {
      width: 40%;
      height: 100%;
      bottom: 0; }
    .hero-service.hero-mitad {
      padding: 290px 0 100px; }
      .hero-service.hero-mitad .hero-service_img {
        width: 49%; }
      .hero-service.hero-mitad .hero-service_inner {
        padding-right: 30px; }
  .hero-service_promo {
    margin-top: -130px; }
  .hero-discount {
    padding: 0px; }
    .hero-discount_heading {
      margin-bottom: 0px;
      padding: 50px 15px 50px 100px;
      width: 60%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: center;
      justify-content: center; }
      .hero-discount_heading h2 {
        font-size: 38px;
        line-height: 49px; }
    .hero-discount_img {
      background-image: url("img/bg-ellipse.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left;
      padding: 0px 100px 0px 55px;
      width: 40%; }
      .hero-discount_img img {
        max-width: 370px;
        width: 100%; }
    .hero-discount::before {
      width: 140px;
      height: 73px;
      background-size: 150px 150px;
      right: 34%; } }

@media (min-width: 1200px) {
  .hero-service.hero-mitad {
    padding: 305px 0 100px; }
    .hero-service.hero-mitad .hero-service_img {
      width: 50%; }
  .hero-discount_img {
    padding: 12px 100px 12px 55px; }
  .hero-discount::before {
    right: 35%; } }

.page-numbers {
  color: #003978;
  padding: 8px;
  transition: 0.5s ease; }
  .page-numbers:hover {
    text-decoration: underline;
    color: #2D3047; }

.page-numbers.current {
  padding: 8px;
  color: #2D3047; }

.slider-general .slick-dots li.slick-active button:before {
  background-color: #D12329; }

.slider-general .slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d12329d3; }

.slider-general .slick-dots {
  bottom: -35px; }

.slider-flechas .slick-arrow {
  height: 38px;
  width: 38px;
  z-index: 2; }
  .slider-flechas .slick-arrow::before {
    content: ''; }
  .slider-flechas .slick-arrow:hover {
    opacity: 0.5; }

.slider-flechas .slick-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/arrow-red-left.svg");
  left: auto;
  right: 53px;
  top: -15px; }

.slider-flechas .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("img/arrow-red-rigth.svg");
  right: 15px;
  top: -15px; }

@media (min-width: 768px) {
  .slider-flechas .slick-prev {
    right: 72px;
    top: -45px; }
  .slider-flechas .slick-next {
    right: 35px;
    top: -45px; } }

@media (min-width: 992px) {
  .slider-flechas .slick-prev {
    right: 65px; }
  .slider-flechas .slick-next {
    right: 29px; } }

@media (min-width: 1200px) {
  .slider-flechas .slick-prev {
    right: 80px; }
  .slider-flechas .slick-next {
    right: 45px; } }

@media (min-width: 1400px) {
  .slider-flechas .slick-prev {
    right: 205px; }
  .slider-flechas .slick-next {
    right: 169px; } }

.contenedor-404 {
  padding: 234px 0 120px;
  text-align: center; }
  .contenedor-404_img {
    width: 100px;
    height: 100px;
    margin-bottom: 32px; }
  .contenedor-404 h1 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 16px; }
  .contenedor-404_description {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .contenedor-404 {
    padding: 287px 0 120px; } }

.bloque-video {
  padding: 40px 0;
  text-align: center; }
  .bloque-video h3 {
    margin-bottom: 16px; }
  .bloque-video .bloque-descripcion {
    margin-bottom: 40px; }
  .bloque-video .contenido-administrable {
    border-radius: 10px;
    overflow: hidden; }

.bloque-logo {
  background-color: #F9F9F9;
  padding: 40px 0; }
  .bloque-logo h3:not(:last-child) {
    margin-bottom: 30px; }
  .bloque-logo_img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .bloque-logo img {
    max-width: 486px;
    width: 100%; }

@media (min-width: 768px) {
  .bloque-video {
    padding: 50px 0; }
  .bloque-logo {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .bloque-video {
    padding: 60px 0; }
  .bloque-logo {
    padding: 25px 0; } }

.bloque-texto {
  padding-top: 80px;
  padding-bottom: 80px; }
  .bloque-texto_title {
    margin-bottom: 16px; }

.bloque-listas {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2D3047;
  background-image: url("img/test-item-column-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFFFFF; }
  .bloque-listas::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #013B74D9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .bloque-listas h3 {
    color: #FFFFFF;
    margin-bottom: 16px;
    position: relative;
    z-index: 1; }

@media (min-width: 768px) {
  .bloque-texto {
    padding-top: 100px;
    padding-bottom: 100px; }
  .bloque-listas {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (min-width: 992px) {
  .bloque-texto {
    padding-top: 120px;
    padding-bottom: 120px; }
  .bloque-listas {
    padding-top: 80px;
    padding-bottom: 80px; } }

.contact-wrapper {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 180px;
  background: linear-gradient(#E6EBF1 29%, #FFFFFF 0%); }

.contact-hero {
  padding-bottom: 40px; }
  .contact-hero_title {
    margin-bottom: 16px;
    text-align: center; }
  .contact-hero_cta {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative; }
    .contact-hero_cta::before {
      content: '';
      display: block;
      background-color: #2D3047;
      height: 1px;
      width: 80px;
      position: absolute;
      bottom: 0;
      right: 50%;
      transform: translateX(50%); }
    .contact-hero_cta a {
      color: #003978; }
    .contact-hero_cta a:hover {
      opacity: 0.5; }
  .contact-hero_descr {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 40px; }

.form-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #0000001F;
  padding: 20px; }

.bloque-how {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #DDDDDD; }
  .bloque-how h3 {
    margin-bottom: 30px; }

.item-circle:not(:last-child) {
  margin-bottom: 40px; }

.item-circle h4 {
  font-size: 24px;
  line-height: 34px; }

.item-circle_circle {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: 10px solid #CCD7E4;
  background-color: #003978;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 48px;
  line-height: 56px;
  width: 130px;
  height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 35px; }
  .item-circle_circle img {
    width: 50px; }

.item-circle .boton-principal {
  margin-top: 12px; }

@media (min-width: 768px) {
  .contact-wrapper {
    padding-top: 190px;
    background: linear-gradient(#E6EBF1 40%, #FFFFFF 0%); }
  .contact-hero {
    padding-bottom: 50px; }
    .contact-hero_cta {
      margin-bottom: 40px;
      padding-bottom: 40px; }
    .contact-hero_descr {
      margin-bottom: 60px; }
  .form-card {
    padding: 40px; }
  .bloque-how {
    padding-top: 50px;
    padding-bottom: 50px; }
    .bloque-how h3 {
      margin-bottom: 40px; }
  .items-circle-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .item-circle {
    width: 50%; }
    .item-circle_circle {
      margin: 0 0 35px; } }

@media (min-width: 992px) {
  .contact-wrapper {
    padding-top: 245px;
    background: linear-gradient(#E6EBF1 47%, #FFFFFF 0%); }
  .contact-hero {
    padding-bottom: 60px; }
  .form-card {
    padding: 60px; }
  .bloque-how {
    padding-top: 60px;
    padding-bottom: 60px; }
    .bloque-how h3 {
      margin-bottom: 50px; }
  .items-circle-wrap {
    position: relative; }
    .items-circle-wrap::before {
      content: '';
      display: block;
      width: 80%;
      background-color: #CCD7E4;
      height: 5px;
      position: absolute;
      top: 65px; }
  .item-circle {
    width: 25%;
    padding-right: 15px; }
    .item-circle_circle {
      position: relative; } }

.contenido-detalle {
  padding: 175px 0 40px; }
  .contenido-detalle .detalle-titulo {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 30px;
    text-align: center; }
  .contenido-detalle .detalle-destacada {
    margin-bottom: 30px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DDDDDD; }
    .contenido-detalle .detalle-destacada::before {
      content: '';
      display: block;
      padding-top: 80%; }

@media (min-width: 768px) {
  .contenido-detalle {
    padding: 185px 0 50px; }
    .contenido-detalle .detalle-destacada::before {
      padding-top: 60%; } }

@media (min-width: 992px) {
  .contenido-detalle {
    padding: 245px 0 60px; } }

.gallery-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid #DDDDDD; }

.gallery-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px; }

.item-grid {
  height: 265px;
  width: 100%; }

.item-grid_img {
  background-color: #2D3047;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%; }
  .item-grid_img::before {
    content: '';
    display: block;
    padding-top: 100%; }

.bloque--contenedor-anclas {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.bloque--link-anclas {
  margin-bottom: 30px; }
  .bloque--link-anclas .gallery-tab {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #465362;
    padding: 18px 32px;
    border-radius: 10px; }
    .bloque--link-anclas .gallery-tab:hover {
      background-color: #d123290c; }
  .bloque--link-anclas .gallery-tab.active {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    background-color: #D123291A;
    color: #D12329; }

@media (min-width: 768px) {
  .gallery-wrapper {
    padding: 50px 0; }
    .gallery-wrapper .tab-content {
      width: 100%; }
  .gallery-wrap {
    -ms-flex-pack: start;
    justify-content: start; }
  .bloque--link-anclas {
    padding-right: 50px; }
    .bloque--link-anclas .gallery-tab {
      text-align: left; }
  .gallery-wrap {
    gap: 24px; }
  .item-grid {
    width: 30%; }
    .item-grid::before {
      padding-top: 60%; } }

@media (min-width: 992px) {
  .gallery-wrapper {
    padding: 60px 0; }
  .gallery-wrap {
    gap: 27px; }
  .item-grid {
    width: 22%; }
    .item-grid::before {
      padding-top: 100%; }
  .bloque--link-anclas {
    padding-right: 70px;
    min-width: 270px; } }

.bloque-img {
  background-color: #D12329;
  color: #FFFFFF;
  padding: 40px 0;
  position: relative; }
  .bloque-img::after {
    bottom: 22px;
    left: 0; }
  .bloque-img::after, .bloque-img::before {
    content: '';
    display: block;
    width: 50px;
    height: 100px;
    background-image: url("img/dot-grid.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0.5; }
  .bloque-img::before {
    top: 22px;
    right: 0; }
  .bloque-img h3 {
    color: #FFFFFF;
    margin-bottom: 15px; }
  .bloque-img .bloque-descripcion {
    margin-bottom: 30px; }
  .bloque-img img {
    border-radius: 7px; }
  .bloque-img h3,
  .bloque-img .bloque-descripcion,
  .bloque-img img {
    position: relative;
    z-index: 1; }

@media (min-width: 768px) {
  .bloque-img {
    padding: 50px 0; }
    .bloque-img::after {
      width: 100px;
      height: 150px;
      bottom: 14px; }
    .bloque-img::before {
      width: 100px;
      height: 150px;
      top: 140px;
      right: -10px; }
    .bloque-img h3 {
      margin-bottom: 15px; }
    .bloque-img .bloque-descripcion {
      margin-bottom: 30px; } }

@media (min-width: 992px) {
  .bloque-img {
    padding: 60px 0; }
    .bloque-img::after {
      width: 100px;
      height: 200px;
      bottom: 15px;
      background-size: contain; }
    .bloque-img::before {
      width: 100px;
      height: 200px;
      top: 165px;
      right: 0;
      background-size: contain; }
    .bloque-img h3 {
      margin-bottom: 15px; }
    .bloque-img .bloque-descripcion {
      margin-bottom: 50px; } }

@media (min-width: 1200px) {
  .bloque-img::after {
    bottom: 25px;
    width: 133px; }
  .bloque-img::before {
    width: 133px;
    top: 157px; }
  .bloque-img h3 {
    margin-bottom: 15px; }
  .bloque-img .bloque-descripcion {
    margin-bottom: 60px; } }

.bloque-membership {
  background-color: #F2F2F2;
  padding-top: 156px;
  padding-bottom: 40px; }
  .bloque-membership_logo-wrap {
    text-align: center;
    margin-bottom: 50px; }
    .bloque-membership_logo-wrap img {
      max-width: 300px; }
    .bloque-membership_logo-wrap h1 {
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 16px; }
    .bloque-membership_logo-wrap .bloque-membership_logo-desc {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 28px; }
  .bloque-membership_card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #0000001F;
    border-radius: 10px;
    padding: 20px;
    text-align: center; }
    .bloque-membership_card h3 {
      margin-bottom: 20px; }
    .bloque-membership_card-body {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px; }
    .bloque-membership_card h5 {
      font-size: 24px;
      line-height: 28px; }

.bloque-acordeon_img {
  background-color: #F2F2F2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px; }
  .bloque-acordeon_img::before {
    display: block;
    content: '';
    padding-top: 100%; }

.bloque-form {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #E6EBF1; }
  .bloque-form .contact-hero_title {
    font-size: 39px;
    line-height: 45px; }
    @media (min-width: 768px) {
      .bloque-form .contact-hero_title {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: 1px; } }
  .bloque-form .contact-hero {
    padding-bottom: 0; }

@media (min-width: 768px) {
  .bloque-membership {
    padding-top: 166px;
    padding-bottom: 50px; }
    .bloque-membership_card {
      padding: 40px; }
  .bloque-acordeon_img::before {
    padding-top: 90%; }
  .bloque-form {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (min-width: 992px) {
  .bloque-membership {
    padding-top: 226px;
    padding-bottom: 60px; }
    .bloque-membership_logo-wrap img {
      max-width: 435px; }
    .bloque-membership_card {
      padding: 60px; }
  .bloque-acordeon_img::before {
    padding-top: 75%; }
  .bloque-form {
    padding-top: 60px;
    padding-bottom: 60px; } }

.listado-promociones_wrap {
  padding-top: 40px;
  padding-bottom: 40px; }
  .listado-promociones_wrap .service-sidebar .sidebar-cta {
    border-radius: 10px; }

.listado-promociones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px; }
  .listado-promociones .item-coupon {
    margin-bottom: 0;
    height: auto;
    width: 100%; }
    .listado-promociones .item-coupon::before {
      background-color: #FFFFFF; }

@media (min-width: 768px) {
  .listado-promociones_wrap {
    padding-top: 50px;
    padding-bottom: 50px; }
  .listado-promociones {
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .listado-promociones .item-coupon {
      width: 47%; } }

@media (min-width: 992px) {
  .listado-promociones_wrap {
    padding-top: 60px;
    padding-bottom: 60px; }
    .listado-promociones_wrap .service-sidebar .sidebar-cta {
      padding: 30px; } }

@media (min-width: 1200px) {
  .listado-promociones_wrap .service-sidebar {
    margin-left: 30px; } }

.bloque-service-detail {
  padding: 60px 0 40px; }
  .bloque-service-detail_actions .boton-outline-rojo {
    display: block;
    margin-bottom: 20px; }

.service-sidebar {
  box-shadow: 0px 0px 20px 0px #0000001F;
  border-radius: 10px;
  margin-top: 40px; }
  .service-sidebar .sidebar-cta {
    background-color: #D12329;
    color: #FFFFFF;
    padding: 30px;
    border-radius: 10px 10px 0 0; }
    .service-sidebar .sidebar-cta h4 {
      color: #FFFFFF;
      margin-bottom: 30px;
      font-size: 28px;
      line-height: 33px; }
  .service-sidebar .boton-blanco {
    display: block; }
  .service-sidebar .sidebar-certificates {
    padding: 30px;
    text-align: center;
    background-color: #F9F9F9; }
    .service-sidebar .sidebar-certificates h4 {
      font-size: 28px;
      line-height: 36px; }
    .service-sidebar .sidebar-certificates img {
      margin: 10px 20px; }

.bloque-featured {
  padding: 40px 0;
  background-color: #E6EBF1; }
  .bloque-featured_encabezado {
    text-align: center;
    margin-bottom: 25px; }

.item-coupon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0D4985B2;
  border-radius: 10px;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 30px;
  overflow: hidden; }
  .item-coupon::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(0deg, rgba(13, 73, 133, 0.8), rgba(13, 73, 133, 0.7)); }
  .item-coupon::before {
    content: '';
    display: block;
    width: 51px;
    height: 51px;
    background-color: #E6EBF1;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 2; }
  .item-coupon_body {
    padding: 30px;
    position: relative;
    z-index: 2; }
  .item-coupon h3 {
    margin-bottom: 0; }
  .item-coupon h3,
  .item-coupon h4 {
    color: #FFFFFF;
    transition: 0.5s; }
  .item-coupon_img {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2; }
  .item-coupon img {
    max-width: 187px;
    width: 100%; }
  .item-coupon_bottom {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    background-color: #D12329;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    height: 51px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    z-index: 2; }

a.item-coupon:hover {
  color: rgba(255, 255, 255, 0.6); }
  a.item-coupon:hover h3,
  a.item-coupon:hover h4 {
    color: rgba(255, 255, 255, 0.6); }

.bloque-service-items {
  margin-bottom: 50px; }
  .bloque-service-items h4 {
    margin-bottom: 32px; }
  .bloque-service-items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    -ms-flex-pack: center;
    justify-content: center; }

.item-service {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #0000001F;
  padding: 19px 19px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 152px;
  color: #2D3047; }
  .item-service:hover {
    background-color: #D12329;
    color: #FFFFFF; }
    .item-service:hover img {
      filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(289deg) brightness(110%) contrast(110%); }
  .item-service img {
    max-width: 50px;
    width: 100%;
    margin-bottom: 15px; }

@media (min-width: 768px) {
  .bloque-service-detail {
    padding: 60px 0 50px; }
    .bloque-service-detail_actions {
      margin-bottom: 60px; }
      .bloque-service-detail_actions .boton-outline-rojo {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 0; }
  .bloque-featured {
    padding: 50px 0; }
  .item-coupon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 231px;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 30px); }
    .item-coupon_body {
      width: 60%; }
      .item-coupon_body p {
        margin-bottom: 0; }
    .item-coupon_body.body-variante {
      width: 100%; }
    .item-coupon_img {
      width: 40%;
      margin-bottom: 0px;
      padding-right: 30px; }
    .item-coupon_bottom {
      width: 100%;
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .bloque-service-items-wrap {
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 992px) {
  .bloque-service-detail {
    padding: 70px 0 60px; }
    .bloque-service-detail_actions {
      margin-bottom: 45px; }
      .bloque-service-detail_actions .boton-outline-rojo {
        margin-bottom: 15px; }
  .service-sidebar {
    margin-top: 0; }
    .service-sidebar .sidebar-cta {
      padding: 60px; }
    .service-sidebar .sidebar-certificates {
      padding: 60px;
      text-align: center; }
  .bloque-featured {
    padding: 60px 0; } }

@media (min-width: 1200px) {
  .bloque-service-detail {
    padding: 80px 0 60px; }
  .contenido-wrap {
    padding-right: 40px; } }

/*# sourceMappingURL=style.css.map */
