.node--type-basic-page .container p.body, .element-longtext p.body {
    margin-bottom: 1rem;
  }
  
  .virtual-space {
    margin-top: 25px;
  }
  
  #block-piedepagina > ul > li > ul > li > ul > li > ul > li > a.indented {
   padding-left: 15px;
  }
  
  .megamenu h5 a:hover {
    text-decoration: none;
    background-color: #98a92a;
    color: #fff;
    padding: 5px;
  }
  
  .voxReflex img {
    width: 16px;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  
  .block-dkv-compare-coverages .price-from {
  margin: 0px 0px 12px;
  }
  
  a.red-button, .block-hero.block--view-mode-default .content .group-left .field--name-field-cta-link a, .block-hero.block--view-mode-full .content .group-left .field--name-field-cta-link a.red-button, .block-next-steps.block--view-mode-full .field--name-field-cta-link a, .block-next-steps.block--view-mode-default .field--name-field-cta-link a.red-button {
  background-color: #ED0039;
  border: 0px;
  }
  
  .block-hero .block-system-breadcrumb-block nav .breadcrumb .breadcrumb-item, .node--type-article.node--view-mode-full .block-system-breadcrumb-block nav .breadcrumb .breadcrumb-item, .block-hero .block-system-breadcrumb-block nav .breadcrumb .breadcrumb-item:before, .node--type-article.node--view-mode-full .block-system-breadcrumb-block nav .breadcrumb .breadcrumb-item:before, .block-hero .block-system-breadcrumb-block nav .breadcrumb .breadcrumb-item a, .node--type-article.node--view-mode-full .block-system-breadcrumb-block nav .breadcrumb .breadcrumb-item a {
  color: #6a625a;
  }
  
  .dropdown-menu p.body a.menu-block {
  text-decoration: none;
    color: #6a625a;
  }
  
  .dropdown-menu p.body a.menu-block:hover {
    background-color: #F2F4E4;
    display: block;
  }
  
  /* Extra small devices (phones, 600px and down) */
  @media all and (max-width: 600px) {
  .hero-banner .image-style-crop-freeform {
    display: none;
  }
  }
  
  /* Custom hiberus (delete when deploy) */
  @media all and (min-width: 992px){
  .block-views-blockbrandcontent-list-block-1 .view-brandcontent-list .views-infinite-scroll-content-wrapper .views-row{
      min-height: 322px;
  }
  }
  
  p.title-fedra-h1 {
  font-size: 46px;
  }
  
  p.title-fedra-h2 {
  font-size: 24px;
  }
  
  p.title-fedra-h3 {
  font-size: 21px;
  }
  
  p.title-fedra-h4 {
  font-size: 18px;
  }
  
  p.title-fedra-h5 {
  font-size: 16px;
  }
  
  p.title-fedra-h1, p.title-fedra-h2, p.title-fedra-h3, p.title-fedra-h4, p.title-fedra-h5 {
  font-family: "Arial Black", sans-serif;
    margin-bottom: 0.5rem;
  font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
  }
  
  .megamenu p.title-fedra-h5 a:hover {
    text-decoration: none;
    background-color: #98a92a;
    color: #fff;
    padding: 5px;
  }
  
  .block-general div[id*="slick-block-content-block-general-apps"] .slick__slide .links .field.field--name-field-app-googleplay,
  .block-general div[id*="slick-block-content-block-general-apps"] .slick__slide .links .field.field--name-field-app-appstore {
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  
  .block-general div[id*="slick-block-content-block-general-apps"] .slick__slide .links .field.field--name-field-app-googleplay{
  background-image: url(/themes/custom/dkvproducto_theme/css/images/play_store.png);
  }
  .block-general div[id*="slick-block-content-block-general-apps"] .slick__slide .links .field.field--name-field-app-appstore {
  background-image: url(/themes/custom/dkvproducto_theme/css/images/app_store.png);
  }
  
  .block-general div[id*="slick-block-content-block-general-apps"] .slick__slide .links .field.field--name-field-app-googleplay a,
  .block-general div[id*="slick-block-content-block-general-apps"] .slick__slide .links .field.field--name-field-app-appstore a {
  display: block;
    height: 48px;
    width: 143px;
    font-size: 0;
    border: none;
  }
  
  .block-general .field--name-field-opinions-video .field--name-field-video .video-embed-field-lazy-play.video-thumbnail {
    background-image: url(/themes/custom/dkvproducto_theme/css/images/play.svg);
  }
  
  .block--type-bloque-zig-zag.block--view-mode-video-left .field--name-image:before, .block--type-bloque-zig-zag.block--view-mode-video-right .field--name-image:before {
    background-image: url(/themes/custom/dkvproducto_theme/css/images/play-zigzag.svg);
  z-index: 1;
  }
  
  /* Inicio de widget de contacta con un agente */
  .need-help {
  padding: 24px 0;
  background-image: url("https://dkv.es/sites/default/files/2022-03/need-help-bg-mobile_reduced.jpg");
  background-size: cover;
  background-position: center;
  }
  
  .need-help .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(214px, 1fr));
  grid-gap: 24px;
  }
  
  .need-help .btn {
  font-family: "FSMe-regular",Arial,sans-serif;
  background: #004e4d;
  border-radius: 8px;
  border: 1px solid #004e4d;
  display: inline-flex;
  padding: 12px 12px 12px 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fbfbf6;
  transition: 0.5s ease all;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  position: relative;
  }
  
  .need-help .btn svg path {
  fill: #fbfbf6;
  transition: 0.5s ease all;
  }
  
  .need-help .btn .left-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  }
  
  .need-help .btn .right-icon {
  margin-left: 10px;
  position: relative;
  top: -1px;
  }
  
  .need-help .btn:hover {
  background: #ffffff;
  color: #004e4d;
  }
  
  .need-help .btn:hover svg path {
  fill: #004e4d;
  }
  
  .need-help .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
  }
  
  .need-help .main-wrapper {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 16px rgba(0, 78, 77, 0.06);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  padding: 24px;
  }
  
  .need-help .logo {
  margin-bottom: 25px;
  }
  
  .need-help .title {
  font-family: "FSMe-regular",Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #004e4d;
  margin: 0 0 15px 0;
  }
  
  .need-help .subtitle {
  font-family: "FSMe-regular",Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #004e4d;
  margin: 0 0 24px 0;
  }
  
  .need-help .content {
  font-family: "FSMe-regular",Arial,sans-serif;
  margin: 0 0 24px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #004e4d;
  }
  
  .need-help .help-item {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 5px 0 15px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  }
  
  .need-help .help-item .btn-wrapper {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  }
  
  .need-help .help-item .main-icon {
  margin-bottom: 0;
  }
  
  .need-help .help-item .description {
  font-family: "FSMe-regular",Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #004e4d;
  margin: 0 auto 15px auto;
  }
  
  @media (min-width: 600px) {
  .need-help {
    padding: 30px 0;
    background-image: url("https://dkv.es/sites/default/files/2022-03/need-help-bg_reduced.jpg");
  }
  
  .need-help .main-wrapper {
    padding: 30px;
  }
  
  .need-help .title {
    font-size: 32px;
    line-height: 48px;
  }
  
  .need-help .subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  
  .need-help .content {
    font-size: 16px;
    line-height: 24px;
  }
  
  .need-help .help-item .description {
    max-width: 200px;
  }
  }
  
  @media (min-width: 1920px) {
  .need-help {
    background-image: url("https://dkv.es/sites/default/files/2022-03/need-help-bg-large_reduced.jpg");
  }
  }
  
  /* FIN de widget de contacta con un agente */
  
  /* INICIO WIDGET MODALIDADES */
  .modalities {
  padding: 30px 0;
  background: #f0f0f0;
  }
  
  .modalities p,
  .modalities h1,
  .modalities h2,
  .modalities h3 {
  margin: 0;
  }
  
  .modalities .container {
  max-width: 897px;
  margin: 0 auto;
  padding: 0 15px;
  }
  
  .modalities .btn {
  background: #ed0039;
  border: 1px solid #ed0039;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 8px 11px;
  text-decoration: none;
  justify-content: center;
  transition: 0.5s ease all;
  }
  
  .modalities .btn:hover svg path {
  transition: 0.5s ease all;
  }
  
  .modalities .btn span {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0px 8px;
  transition: 0.5s ease all;
  }
  
  .modalities .btn:hover {
  background: white;
  }
  
  .modalities .btn:hover span {
  color: #ed0039;
  }
  
  .modalities .btn:hover svg path {
  fill: #ed0039;
  }
  
  .modalities .main-title {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #6a625a;
  margin-bottom: 20px;
  }
  
  .modalities .main-desc {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #6a625a;
  margin-bottom: 40px;
  }
  
  .modalities .modalities-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  grid-gap: 24px;
  margin-bottom: 64px;
  }
  
  .modalities .modality {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-flow: column;
  }
  
  .modalities .modality .modality-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  }
  
  .modalities .modality.green-variant {
  background: #e1eae9;
  }
  
  .modalities .modality .modality-header {
  background: #004e4d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  }
  
  .modalities .modality .modality-header .header-title {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  }
  
  .modalities .modality .bottom-info {
  text-align: right;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  }
  
  .modalities .modality .over-title {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6a625a;
  margin-bottom: 8px;
  }
  
  .modalities .modality .title {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #98a92a;
  margin-bottom: 16px;
  max-width: 150px;
  }
  
  .modalities .modality.green-variant .title {
  max-width: 100%;
  }
  
  .modalities .modality .type {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #004e4d;
  margin-bottom: 16px;
  }
  
  .modalities .modality .content {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6a625a;
  margin-bottom: 16px;
  }
  
  .modalities .modality .from {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6a625a;
  }
  
  .modalities .modality.green-variant .from,
  .modalities .modality.green-variant .prev-price,
  .modalities .modality.green-variant .content,
  .modalities .modality.green-variant .title,
  .modalities .modality.green-variant .over-title {
  color: #004e4d;
  }
  
  .modalities .modality.green-variant .years,
  .modalities .modality.green-variant .discount,
  .modalities .modality.green-variant .discount-desc {
  color: #537200;
  }
  
  .modalities .modality .prev-price {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  text-decoration-line: line-through;
  color: #6a625a;
  }
  
  .modalities .modality .price {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #004e4d;
  margin-bottom: 16px;
  }
  
  .modalities .modality .years {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6a625a;
  }
  
  .modalities .modality .discount {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #095751;
  max-width: 100px;
  align-self: flex-end;
  }
  
  .modalities .modality .discount-desc {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #6a625a;
  margin-bottom: 16px;
  }
  
  .modalities .bonus-title {
  font-family: "fedra-regular", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #6a625a;
  margin-bottom: 24px;
  }
  
  .modalities .bonus-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  grid-gap: 24px;
  }
  
  .modalities .bonus-wrapper .bonus {
  padding: 24px;
  background-color: #fff;
  border-radius: 4px;
  }
  
  .modalities .bonus-wrapper .over-title {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #98a92a;
  }
  
  .modalities .bonus-wrapper .title {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #095751;
  }
  
  .modalities .bonus-wrapper .secondary-desc {
  font-family: "fedra-regular", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #6a625a;
  }
  
  @media (min-width: 960px) {
  .modalities {
    padding: 64px 0;
  }
  
  .modalities .main-title {
    font-size: 32px;
    line-height: 48px;
    max-width: 90%;
  }
  
  .modalities .main-desc,
  .modalities .bonus-title {
    font-size: 20px;
    line-height: 32px;
  }
  }
  
  /* FIN WIDGET MODALIDADES */
  
  /* Change distributives, other insureances, apps to h2 */
  .block-general .field--name-field-distributives .field--name-title-content h2 {
  font-size: 21px;
  }
  
  .block-general.block--view-mode-default .field--name-field-insurances > .field__item .field--name-title-content h2 {
    font-size: 21px;
  }
  
  .block-general div[id*="slick-block-content-block-general-apps"] .slick__slide .group-top .group-header .group-content .field--name-field-title h2 {
    font-size: 21px;
  }
  
  /* OPCITY HEADER PROBLEM */
  header {
  opacity: 1;
  }
  
  /*Display none temporal renta bottom */
  .block-renta .activistas-salud p {
  display: none;
  }
  
  @media all and (max-width: 992px) {
  .menu-block:hover {
    pointer-events: none !important;
    background-color: unset !important;
  }
  }
  
  @media only screen and (max-width: 5000px) {
    #hubspot-messages-iframe-container {
        margin-bottom: 70px;
    }
  
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
        margin-bottom: 96px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    #hubspot-messages-iframe-container {
        margin-bottom: 130px;
    }
  
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
        margin-bottom: 96px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #hubspot-messages-iframe-container {
        margin-bottom: 70px;
    }
  
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
        margin-bottom: 96px;
    }
  }
  
  @media only screen and (max-width: 466px) {
    #hubspot-messages-iframe-container {
        margin-bottom: 122px;
    }
  
  #hubspot-messages-iframe-container {
    height: 80%!important;
  }
  
  body #inbenta-bot-sdk.inbenta .inbenta-bot__launcher {
        margin-bottom: 96px;
    }
  }
  
  /* Fix chat HST */
  #hubspot-messages-iframe-container {
  z-index: 1!important;
  }
  
  /* Fix last hours color */
  .block-last-hours {
  background-color: rgb(9, 87, 81);
  }
  
  /* Fix fixed header */
  @media only screen and (min-width: 992px) {
    .fixed-header .left-header {
      width: 60%!important;
     }
     .fixed-header .right-header {
        width: 40%!important;
     }
     .fixed-header .right-header #block-dkvcontactdetails {
       display: block!important;
     }
  
    .fixed-header #block-dkvhelpmodallink, 
    .fixed-header #block-client-area-resp {
      display: none!important;
      visibility: hidden!important;
      width: 0px;
    }
  }
  
  /* Light Modal */
  
  .light-modal {
  --lm-body-bg: #fff;
  --lm-modal-bg: #000;
  --lm-close-bg: #98a92a;
  --lm-small-modal: 30vw;
  --lm-large-modal: 50vw;
  --lm-font-size: 14px;
  display: none;
  position: fixed;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  right: 0;
  z-index: 9000;
  transition: background 1s;
  font-size: var(--lm-font-size);
  visibility: hidden
  }
  
  .light-modal-content {
  background: var(--lm-body-bg);
  color: #333333;
  width: var(--lm-small-modal);
  border-radius: .2em;
  position: relative;
  max-height: calc(100vh - 150px);
  line-height: 1.4;
  display: flex;
  flex-direction: column
  }
  
  .light-modal-content img {
  max-width: 100%;
  border-radius: .2em
  }
  
  .light-modal-content.large-content {
  width: var(--lm-large-modal)
  }
  
  input[type=number] {
  -moz-appearance: textfield;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }
  
  input[type=number] {
  font-size: 23px;
  margin-bottom: 10px;
  }
  
  h4 a {
  text-decoration: none;
  font-weight: normal;
  font-family: Georgia, sans-serif, times;
  }
  
  h4.number a:hover {
  text-decoration: none;
  color: #98a92a;
  }
  
  .light-modal-header {
  padding: 20px;
  background: rgba(0, 0, 0, .2);
  display: flex;
  justify-content: space-between;
  align-items: center
  }
  
  .light-modal-heading {
  margin: 0;
  font-size: 1.5em
  }
  
  .light-modal-heading+.light-modal-close-icon {
  position: static
  }
  
  .light-modal-body {
  padding: 20px;
  overflow: auto;
  max-height: 450px
  }
  
  .light-modal-body h4.number a {
  font-size: 35px;
  }
  
  .light-modal-body input[type=text] {
  font-size: 23px;
  width: 270px;
  margin: 10px 0px;
  color: #333333;
  }
  
  .light-modal-body input[type=checkbox] {
  margin-right: 10px;
  }
  
  .light-modal-body input[type=submit] {
  margin: 10px 0px;
  padding: 10px;
  width: 177px;
  background-color: #98a92a;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  }
  
  .light-modal-body input[type=submit]:hover {
  background-color: #095751;
  }
  
  .light-modal-footer {
  padding: 20px;
  background: rgba(0, 0, 0, .2);
  text-align: right;
  display: flex;
  align-items: center
  }
  
  .light-modal-close-btn,
  .light-modal-close-icon {
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: .2em;
  background: var(--lm-close-bg);
  font-size: 1.5em;
  line-height: 1;
  opacity: 1;
  transition: opacity .2s ease-in-out
  }
  
  .light-modal-close-btn:hover,
  .light-modal-close-icon:hover {
  opacity: .9
  }
  
  .light-modal-close-icon {
  position: absolute;
  top: -15px;
  right: -15px
  }
  
  .light-modal-close-btn {
  font-size: 1.3em;
  line-height: 1.4
  }
  
  .light-modal-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, .2);
  border-radius: .2em;
  width: 100%;
  text-align: center;
  margin-top: 5px
  }
  
  .light-modal:target {
  background: rgba(0, 0, 0, .5);
  display: flex;
  visibility: visible
  }
  
  .light-modal-navigation .navigation-next,
  .light-modal-navigation .navigation-prev {
  width: 32px;
  height: 32px;
  border-color: #fff;
  transition: border-color .2s
  }
  
  .light-modal-navigation .navigation-next:hover,
  .light-modal-navigation .navigation-prev:hover {
  border-color: hsla(0, 0%, 100%, .7)
  }
  
  .light-modal-navigation .navigation-next {
  position: absolute;
  right: -50px;
  top: 50%;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(-135deg)
  }
  
  .light-modal-navigation .navigation-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg)
  }
  
  .light-modal #tellamamos {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    font: normal normal normal 16px arial;
    color: #111111;
    text-decoration: none;
  }
  .light-modal #tellamamos:hover,
  .light-modal #tellamamos:focus {
    border: 1px solid #b3b3b3;
    color: #98a92a;
    text-decoration: none;
  }
  .light-modal #tellamamos:active {
    background: #fff;
  }
  .light-modal #tellamamos:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABx0lEQVRIiZ3Vv2sUURAH8M+tSwjHYeGPIBZWVlYHsbDxGmuvEAQLqzT24j+Qykr8IyxTphBbr7KwCBYiCCFqUMRCUoQr5LB4b+O7d28vuw4M+33zc2d23uwAlW5UYTPiORYd/c4SVC08wSsc4jjyYZRNMlsFvFJBc76EPXzADq7HCjYj3om6vWibx6pWQHK+ggM8x8aa6jeizUH0KVKpLfvYbdGVeDf6lHQrZU3xDnVbyQVcR59pySY3fpMZtlWd4yleJ+elBA0P8R0j3dvT8Cj6DlN5k2UReQu/cerfnC864tPou5XK8wkaFoIr4BI1SYap8AIGuIxHuIc7wmX6GHUlVsAP8SDGvIEvmA9wDTO8xc94vom7Qh+bNz8Pz/AZP4Q2TWIMz/Aiqep2NO5Ls+jb0Es8rYX2HGtfGX2p8fuKq3WiyD/iQr8WFePkypzaHLtO16LCEbYtr1n6X7TcbxtHA+EG7uMifsXnH/83RTVOhM16gvtpxrEwWpOI+9IYn/A44pVl17clJX6PW6ks7V3XnbMOV7k8HdM00Trc9mHHQu+/pfZ1ZtSFRsK/OL9DczwRFt5ZrIHVu3DetDS7P2/vXJi+Jfu/MaSA7hjXx54AAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
  }
  
  @media (max-width:480px) {
  .light-modal-navigation .navigation-next {
    right: 5px
  }
  .light-modal-navigation .navigation-prev {
    left: 5px
  }
  
  .light-modal #tellamamos {
    padding: 8px 0px;
    font-size: 11px;
    width: 85%;
    float: right;
  }
  
  .light-modal {
      --lm-font-size: 12px;
  }
  
  .light-modal-body h4 {
      font-size: 30px;
  }
  
  .light-modal-body h4.number a {
      font-size: 30px;
  }
  
  .light-modal h4.number {
    margin-top: -10px;
  }
  
  .light-modal input[type=number] {
    font-size: 19px;
    width: 185px;
  }
  
  #block-responsive-menu {
    z-index: 100;
  }
  }
  
  @-webkit-keyframes basic {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
  }
  
  @keyframes basic {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
  }
  
  .basic {
  -webkit-animation-name: basic;
  animation-name: basic
  }
  
  @media (max-width:1000px) {
  .light-modal {
    --lm-small-modal: 70vw;
    --lm-large-modal: 70vw
  }
  }
  
  /* Fix boton te llamamos gratis y teléfono 1 linea */
  @media (min-width: 992px) {
  .layout-image-2-buttons.block--view-mode-default .group-right .field--name-field-cta-link-multi a {
      padding: 7px 3px;
  }
  }
  
  /* Fix Hubspot overlay strange layer */
  #hs-web-interactives-top-anchor{
    z-index: 1;
  }
  
  .slider-scroll-arrow {
  display: none !important;
  }
  
  /* Start Fix IsCustomer widget */
  .isClient-banner .isClient-banner__content .isClient-banner__header .isClient-banner__title {
    text-transform: none;
  }
  
  @media (min-width: 992px) {
    .isClient-banner {
        padding: 10px 26px;
    }
  }
  
  .isClient-banner {
    border-top: 1px solid #d2d0cd;
    border-bottom: 1px solid #d2d0cd;
  }
  
  .isClient-banner__subtitle {
      display: none;
    }
  
  .isClient-banner .isClient-banner__content .isClient-banner__icon-arrow {
      display: none;
  }
  
  @media (min-width: 992px) {
      .isClient-banner .isClient-banner__close {
          top: -9px;
          right: 0px;
      }
  }
  /* End Fix IsCustomer widget */
  
  /* Begin Fix hero banners in mobile */
  @media (max-width: 1023.98px) {
      .block-hero.block--view-mode-default, .block-hero.block--view-mode-full {
          margin-bottom: 0px;
      }
  }
  /* End Fix hero banners in mobile */
  /* Begin fix focus border in phone popup*/
  a.contact-client:focus {
      outline: none;
  }
  /* End fix focus border in phone popup*/
  /* Begin fix Hubspot Popups Z-index */
  #hs-web-interactives-top-anchor {
      z-index: 2;
  }
  /* End fix Hubspot Popups Z-index */
  
  /* Begin start chat icon animation */
  #hubspot-messages-iframe-container {
    animation-name: bounce-top;
    animation-duration: 2.9s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: both;
  }
  
  @keyframes bounce-top {
      
    0% {
        transform:translateY(0);
    }
    25% {
        transform:translateY(0);
    }
    40% {
        transform:translateY(0);
    }
    55% {
        transform:translateY(0);
    }
    65% {
        transform:translateY(0px);
    }
    75% {
        transform:translateY(0);
    }
    82% {
        transform:translateY(-12px);
    }
    87% {
        transform:translateY(0);
    }
    93% {
        transform:translateY(-6px);
    }
    100% {
        transform:translateY(0);
    }
  }
  
  body.page-node-942 .block--type-block-faqs{
      background-color: white !important;
  }
  /* End start chat icon animation */
  
  /* Start fix column5 de footer*/
  /*.menu-icon-384>span {display: none;}*/
  /* End fix column5 de footer*/