/* Merkle New design 20220831 */
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DM_Sans/DMSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "DMSans-Bold";
  src: url(../fonts/DM_Sans/DMSans-Bold.ttf);
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "DMSans-BoldItalic";
  src: url(../fonts/DM_Sans/DMSans-BoldItalic.ttf);
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "DMSans-Italic";
  src: url(../fonts/DM_Sans/DMSans-Italic.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "DMSans-Medium";
  src: url(../fonts/DM_Sans/DMSans-Medium.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "DMSans-MediumItalic";
  src: url(../fonts/DM_Sans/DMSans-MediumItalic.ttf);
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "DMSans-Regular";
  src: url(../fonts/DM_Sans/DMSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #f5f6f7;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px !important;
  margin: 0px !important;
}

#dsa {
  position: fixed !important;
}

/* opcionales*/
.opcionales {
  font-size: 14px !important;
  margin-top: 30px;
}

/* Swiper comon CSS*/
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* Cabecera - menu */
.menu-navegacion {
  padding: 20px 0px 0px 0px;
  display: block;
  width: 100%;
  height: 122px;
  transition: all 0.7s;
  position: fixed;
  top: -1px;
  z-index: 999;
}

.menu-navegacion .contenedor {
  max-width: 1200px;
  margin: auto;
  height: 100%;
}

.menu-navegacion .logo {
  background-image: url("../../img/merkle/logo-generic-mapfre.svg");
  background-size: contain;
  height: 25px;
  width: 166px;
  background-repeat: no-repeat;
  float: left;

  margin-top: 7px;
  margin-bottom: 20px;
}

.menu-navegacion .navbar-anchor {
  display: flex;
  width: 50%;
  align-items: flex-end;
  justify-content: end;
  float: right;
  margin-top: 15px;
  -webkit-justify-content: flex-end;
}

.menu-navegacion .contenedor-sticky {
  display: none;
  justify-content: end;
}

.menu-navegacion .navbar-anchor .item {
  padding: 0px 0px 0px 20px;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #89969a;
  cursor: pointer;
}

.menu-navegacion .item.active {
  font-weight: bold !important;
}

.sticky-menu {
  position: fixed;
  background-color: #ffffff;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}

.menu-desktop .btn.calcula-precio {
  width: 164px;
  height: 40px;
  border-radius: 8px;
  background-color: #DF0027;
  color: #ffffff;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.menu-desktop .btn.calcula-precio:hover {
  background-color: #780303;
  transition: all 0.3s;
}

.menu-desktop .btn.te-llamamos {
  width: 177px;
  height: 40px;
  border-radius: 8px;
  background-color: #526570;
  color: #ffffff;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  margin-left: 16px;
}

.menu-desktop .btn.te-llamamos:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

.menu-desktop .boton_ringpool {
  float: none;
  margin-right: 0;
  margin-left: 16px;
  width: 130px;
  height: 40px;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #526570;
  padding: 8px 0px;
  cursor: pointer !important;
}

.menu-desktop .boton_ringpool:hover {
  color: #2d373d;
  transition: all 0.3s;
}

.menu-desktop .boton_ringpool:active {
  box-shadow: none;
}

.menu-navegacion.sticky-menu .c2c-container {
  display: none;
}

.menu-navegacion .c2c-container {
  /* width: 146px; */
  align-items: flex-end;
  justify-content: end;
  float: right;
  height: auto;
}

.menu-mobile {
  display: none;
}

.menu-mobile .boton_ringpool {
  float: right;
  border: none;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #526570;
  margin-top: 0px !important;
  cursor: pointer !important;
}

.menu-mobile .boton_ringpool:hover {
  color: #DF0027;
}

.menu-mobile .boton_ringpool:active {
  box-shadow: none;
}

.menu-navegacion .navbar-anchor-mobile {
  display: none;
}

.menu-navegacion.sticky-menu .navbar-anchor-mobile {
  display: block;
  position: absolute;
  width: 100%;
  top: 76px;
  left: 0;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
}

.menu-navegacion.sticky-menu .navbar-anchor-mobile>.contenedor {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  max-width: 1200px;
  margin: auto;
  -webkit-justify-content: flex-end;
}

.menu-navegacion.sticky-menu .navbar-anchor-mobile>.contenedor .item {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #89969a;
  padding: 12px 0px 15px 20px;
  cursor: pointer;
}

.card-container>.grey_content {
  background: #f5f6f7;
  width: 100%;
  height: 100%;
  height: auto;
  padding-bottom: 50px;
}

.card-container>.grey_content .content_container.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-container>.grey_content .content_container {
  display: none;
}

.container_mk {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.card-container>.grey_content .content_container .second-part {
  display: flex;
  justify-content: center;
  width: 100%;
}

.card-container>.grey_content .content_container .second-part .tabs {
  max-width: 1120px;
  width: 100%;
}

.card-container>.grey_content .content_container .second-part .tabs>ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 0 5px 0;
  justify-content: center;
  min-height: 25px;
  margin: 0;
  border-bottom: 1px solid #9cb0bc;
}

.card-container>.grey_content .content_container .second-part .tabs>ul li {
  font-family: "DMSans-Bold";
  font-size: 16px;
  line-height: 21px;
  color: #687982;
  margin-right: 45px;
  cursor: pointer;
}

.card-container>.grey_content .content_container .second-part .tabs>ul li.active {
  color: #DF0027;
  position: relative;
}

.card-container>.grey_content .content_container .second-part .tabs>ul li.active::after {
  content: "";
  display: block;
  background: #DF0027;
  width: 125%;
  height: 4px;
  position: absolute;
  bottom: -7px;
  left: -25%;
  right: -25%;
  margin: auto;
}

.card-container>.grey_content .content_container .second-part .tabs .cards {
  margin-top: 25.5px;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div {
  display: none;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card {
  background: #fff;
  border-radius: 5px;
  width: 285px;
  padding: 20px 15px;
  min-height: 422px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card>div.primer-bloque {
  min-height: 260px;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card:not(:last-child) {
  margin-right: 0%;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card p {
  color: #DF0027;
  font-family: "DMSans-Bold";
  text-align: center;
  padding-bottom: 13px;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card ul {
  padding-left: 15px;
  color: #666666;
  margin: 0px;
  min-height: 195px;
}

#tab-1>div:nth-child(3)>div:nth-child(1)>ul {
  min-height: 175px;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card ul li {
  padding-bottom: 5px;
  font-family: "DMSans-Regular";
  font-size: 14px;
  line-height: 18px;
  color: #89969a;
  text-align: left;
}

.cta_mk_red,
.cta_mk_red:focus {
  background: #DF0027;
  color: #fff;
  text-decoration: none;
}

.cta_primario_l {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  font-family: "DMSans-Regular";
  margin: auto;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card span {
  text-align: center;
  padding: 25px 0px;
  display: block;
  font-family: "DMSans-Medium";
  color: #526570;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card .mas-coberturas {
  font-family: "DMSans-Regular";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #89969a;
}

.mas-coberturas {
  display: none;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card .mas-coberturas ul {
  padding-left: 0px !important;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div .card .mas-coberturas ul li {
  list-style-type: none;
  font-family: "DMSans-Regular";
  line-height: 16px;
  color: #89969a;
  text-align: left;
  border-bottom: 1px solid #e8ebed;
  margin-bottom: 5px;
  font-size: 12px;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div.active {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.card-container>.grey_content .content_container .second-part .tabs .cards>div {
  display: none;
}

.menu-desktop .btn.calcula-precio:hover {
  background-color: #780303;
  transition: all 0.3s;
}

.header-container .calcula-precio:hover {
  background-color: #780303;
  transition: all 0.3s;
}

.menu-desktop .btn.te-llamamos:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

.header-container .te-llamamos:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

.mejores-ventajas .te-llamamos:hover {
  background-color: #2d373d;
  transform: all 0.3s;
}

.comparativa .btn-calcula:hover {
  text-decoration: none;
  transition: all 0.3s;
  background-color: #780303;
}

.cta_mk_red:hover {
  background: #780303;
  color: #fff;
  text-decoration: none;
}

.otros-productos .te-llamamos-gratis:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

.otros-productos .btn.calcula:hover {
  background-color: #780303;
  transition: all 0.3s;
}

h2#cabecerah1:focus,
h2#cabecerah1:active {
  color: #ac0404;
}

h2#cabecerah1.hover {
  color: #780303;
  transition: all 0.3s;
}

#backToTop:hover {
  background-color: #780303;
  transition: all 0.3s;
}

#formulario_normal .boton-verde:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

@media screen and (max-width: 1220px) {
  .menu-navegacion {
    max-width: 100%;
    padding: 20px;
  }

  .menu-navegacion .logo {
    width: 40%;
  }

  .menu-navegacion.sticky-menu .navbar-anchor-mobile>.contenedor {
    max-width: 96%;
  }
}

@media screen and (max-width: 1130) {
  .card-container>.grey_content .content_container .second-part .tabs {
    max-width: 900px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .menu-navegacion {
    height: 77px;
  }

  .menu-navegacion.sticky-menu .navbar-anchor-mobile {
    display: none;
  }

  .menu-navegacion .logo {
    width: 132px;
    margin-top: 7px;
  }

  .menu-desktop {
    display: none;
  }

  .menu-mobile {
    display: flex;
    justify-content: end;
  }
}

/* bloque cabecera */
.header-container {
  height: 100vh !important;
  height: -webkit-fill-available;
  height: -moz-fill-available;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

/* iOs fix - ocupar toda la altura del dispositivo */
@supports (-webkit-touch-callout: none) {

  /* CSS specific to iOS devices */
  .header-container {
    height: 100%;
  }
}

.ilustracion-header {
  background-image: url("../img/merkle/salud_banner_desktop.jpeg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 85% 30%;
  position: absolute;
  right: 0px;
  top: 190px;
  width: 100%;
  height: 100%;
  max-height: 558px;
}

.img-cabecera-mobile {
  display: none;
  height: 300px;
  margin: auto;
  width: 100%;
  background-image: url("../img/merkle/salud_mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-height: 1000px) and (max-height: 1400px) {
  .img-cabecera-mobile {
    height: 550px;
  }
}

.header-container .contenido {
  max-width: 519px;
  position: absolute;
  bottom: 32%;
  left: 0;
}

.header-container .titulo {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 49px;
  line-height: 60px;
  color: #2d373d;
  margin-bottom: 20px;
}

.header-container .subtitulo {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #526570;
  margin-bottom: 50px;
  margin-top: 5px;
}

.header-container .btn {
  width: 177px;
  height: 56px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  color: #ffffff;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.header-container .calcula-precio {
  background-color: #DF0027;
}

.header-container .calcula-precio:hover {
  background-color: #780303;
  transition: all 0.3s;
}

.header-container .te-llamamos {
  background-color: #526570;
  /* margin-left: 20px; */
}

.header-container .te-llamamos:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

.formulario-hablamos {
  background-color: #ffffff;
  width: 237px;
  height: 275px;
  position: fixed;
  right: 70px;
  bottom: 65px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  z-index: 999;
  border-radius: 8px;
}

.formulario-hablamos .form-group {
  margin-bottom: 8px !important;
}

.formulario-hablamos #formulario-ppal {
  padding: 8px 20px;
  height: unset;
}

.formulario-hablamos #formulario-ppal #formulario_1 {
  display: none;
}

h2#cabecerah1 {
  text-align: center;
  margin-top: 7px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: #DF0027;
}

h2#cabecerah1.hover {
  color: #780303;
  transition: all 0.3s;
}

h2#cabecerah1:focus,
h2#cabecerah1:active {
  color: #ac0404;
}

.arrow-down {
  background-image: url("../img/merkle/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 78% 50%;
}

.arrow-up {
  background-image: url("../img/merkle/arrow-up.png");
  background-repeat: no-repeat;
  background-position: 78% 50%;
}

.arrow-down-red {
  background-image: url("../img/merkle/arrow-down-red.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.arrow-up-red {
  background-image: url("../img/merkle/arrow-up-red.png");
  background-repeat: no-repeat;
  background-position: center right;
}

#formulario-ppal input.form-control {
  height: 43px;
  width: 197px;
  opacity: 0.88;
  border: 1px solid #9cb0bc;
  border-radius: 2px;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

#formulario-ppal input.form-control:focus {
  box-shadow: none;
  border: 1px solid #333333;
}

#formulario-ppal .wg-submit {
  background-color: #ffffff;
  color: #526570;
  width: 100%;
  height: 40px;
  border: 1px solid #526570;
  border-radius: 8px;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-align: center;
}

#formulario-ppal .wg-submit:hover {
  border: 1px solid #2d373d;
  color: #2d373d;
  transition: all 0.3s;
}

#formulario-ppal .wg-submit:active {
  box-shadow: none;
  border: 1px solid #526570;
  color: #2d373d;
  transition: all 0.3s;
}

#formulario-ppal .condiciones {
  justify-content: center;
  align-items: flex-start;
  padding: 6px 0px 6px 6px;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #e8ebed;
  border-radius: 2px;
  color: #89969a;
}

.condiciones::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.condiciones::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}

.condiciones::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 20px;
  background-color: #e8ebed;
}

@media screen and (max-width: 1220px) {
  .header-container {
    margin: 0px 20px;
    background-size: 530px auto;
  }

  .ilustracion-header {
    top: 340px;
    height: 460px;
  }
}

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

  .arrow-up,
  .arrow-down {
    background-position: 77% 50%;
  }

  .ilustracion-header {
    display: none;
  }

  .header-container .contenido {
    max-width: 600px;
    position: initial;
    text-align: center;
    margin: auto;
    height: 100%;
  }

  .header-container {
    position: relative;
    background-position: 50% 60%;
    background-size: 400px auto;
    padding-top: 100px;
  }

  .header-container .buttons {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
  }

  .img-cabecera-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    margin: 0px 10px;
    background-image: none;
    padding-top: 77px;
  }

  .header-container .titulo {
    font-size: 32px;
    line-height: 42px;
    max-width: 400px;
    margin: auto;
  }

  .header-container .subtitulo {
    font-size: 18px !important;
    line-height: 23px;
    margin-bottom: 10px !important;
  }

  .formulario-hablamos {
    display: none;
    width: 100%;
    left: 0;
    right: unset;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #formulario-ppal input.form-control {
    width: 100%;
  }

  .header-container .btn {
    width: 266px;
    margin-bottom: 30px;
    margin-top: 0px !important;
  }

  .header-container .te-llamamos {
    margin: 0;
  }

  .header-container .buttons {
    bottom: 15%;
    width: 266px;
  }
}

@media screen and (max-width: 430px) {
  .header-container .titulo {
    max-width: 365px;
  }

  .header-container {
    margin: 0px 10px;
    background-position: 50% 30%;
    background-size: 267px auto;
  }
}

@media (max-width: 576px) {
  .contenido.contenido_bases .titulo {
    font-size: 32px;
  }
}

@media screen and (max-height: 790px) {
  .header-container .buttons {
    bottom: 2%;
  }

  .header-container .btn {
    margin-bottom: 20px;
  }

  .ilustracion-header {
    max-height: 530px;
  }
}

@media screen and (max-height: 690px) {
  .header-container .buttons {
    bottom: 3%;
  }

  .img-cabecera-mobile {
    height: 215px;
  }

  .header-container .titulo {
    font-size: 28px;
    line-height: 35px;
  }
}

@media screen and (max-height: 650px) {
  .header-container .btn {
    margin-bottom: 20px;
  }

  .header-container .buttons {
    bottom: 0;
  }
}

@media screen and (max-height: 640px) {
  .img-cabecera-mobile {
    margin-top: 20px;
    height: 200px;
  }
}

@media screen and (max-height: 580px) {
  .img-cabecera-mobile {
    margin-top: 0px;
  }

  .header-container .btn {
    margin-bottom: 10px;
  }
}

@media screen and (max-height: 570px) {
  .header-container .titulo {
    font-size: 25px !important;
    line-height: 25px !important;
  }

  .img-cabecera-mobile {
    height: 190px;
  }

  .header-container .buttons {
    bottom: 6%;
  }
}

@media screen and (max-height: 540px) {
  .header-container .buttons {
    bottom: 5%;
  }
}

/* bloque mejores ventajas */
.mejores-ventajas {
  height: 600px;
  background-color: #e8ebed;
  background-image: url("../img/merkle/landing_salud_small_desktop\ 1.svg");
  background-repeat: no-repeat;
  background-size: 855px auto;
  background-position: right;
  background-position: 20% 100%;
  position: relative;
}

.mejores-ventajas .contain {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  position: relative;
}

.mejores-ventajas .contenido {
  max-width: 450px;
  position: absolute;
  top: 14%;
  left: 0;
}

.mejores-ventajas .contenido .titulo {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
}

.mejores-ventajas .contenido .texto {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
  max-width: 350px;
  color: #526570;
}

.mejores-ventajas .texto ul li {
  margin-bottom: 20px;
  max-width: 200px;
}

.mejores-ventajas .te-llamamos {
  width: 177px;
  height: 56px;
  background: #526570;
  border-radius: 8px;
  color: #ffffff;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
}

.mejores-ventajas .te-llamamos:hover {
  background-color: #2d373d;
  transform: all 0.3s;
}

.mejores-ventajas .cards {
  position: absolute;
  right: 30px;
  bottom: 55px;
  display: inline-block;
  max-width: 580px;
}

.mejores-ventajas .card {
  background-color: #ffffff;
  border-radius: 8px;
  width: 256px;
  height: 139px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  float: right;
  margin: 10px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 6% 20%;
  padding: 20px 20px 20px 70px;
  border: none;
}

.mejores-ventajas .card:nth-child(5) {
  height: 181px;
}

.mejores-ventajas .card.careward {
  background-image: url("../img/merkle/app-careward.svg");
}

.mejores-ventajas .card.siniestros {
  background-image: url("../img/merkle/siniestros-sin-subida.svg");
}

.mejores-ventajas .card.centros-servicio {
  background-image: url("../img/merkle/centros-servicio.svg");
}

.mejores-ventajas .card.asistencia {
  background-image: url("../img/merkle/Icon-Insurance-Travel-Travel assistance 64.svg");
}

.mejores-ventajas .card.libre-eleccion {
  background-image: url("../img/merkle/libre-eleccion-taller.svg");
}

.mejores-ventajas .card.pago {
  background-image: url("../img/merkle/pago.svg");
}

.mejores-ventajas .card.legal {
  background-image: url("../img/merkle/legal.svg");
}

.mejores-ventajas .card.edit {
  background-image: url("../img/merkle/Icon-Nav-Edit 64.svg");
}

.mejores-ventajas .card.persona {
  background-image: url("../img/merkle/icon_64px_general-user_customer-area\ 1.svg");
}

.mejores-ventajas .card.cruz {
  background-image: url("../img/merkle/icon_64px_insurance-health_health-and-dental\ \ 1.svg");
}

.mejores-ventajas .card.descuento {
  background-image: url("../img/merkle/DESCUENTOS\ 32\ 1.svg");
}

.mejores-ventajas .card.global {
  background-image: url("../img/merkle/icon_64px_nav_global-reach\ 1.svg");
}

.mejores-ventajas .card.movil {
  background-image: url("../img/merkle/icon_64px_social_apps\ 1.svg");
  background-position-y: 21px;
}

.mejores-ventajas .card .titulo {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #526570;
  text-align: left;
  margin-bottom: 10px;
}

.mejores-ventajas .card .texto {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 11px;
  line-height: 14.32px;
  color: #89969a;
}

.mejores-ventajas .cards.mobile {
  display: none;
  height: 190px;
  position: relative;
  margin-top: 70px;
}

.mejores-ventajas .cards.mobile .swiper-slide {
  height: 130px;
  width: 268px;
}

@media screen and (max-width: 1220px) {
  .mejores-ventajas .contain {
    margin: 20px;
  }

  .mejores-ventajas .cards {
    right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .mejores-ventajas {
    background-image: none;
    overflow: hidden;
    height: 690px;
  }

  .mejores-ventajas .cards.desktop {
    display: none;
  }

  .mejores-ventajas .cards.mobile {
    display: block;
  }

  .mejores-ventajas .contenido {
    max-width: 100%;
    position: unset;
    text-align: center;
    padding-top: 50px;
  }

  .mejores-ventajas .titulo {
    margin-top: 0px;
  }

  .mejores-ventajas .contenido .texto {
    max-width: 100%;
  }

  .mejores-ventajas .contenido .texto>ul {
    text-align: left;
    max-width: 200px;
    margin: auto;
  }

  .mejores-ventajas .cards {
    position: unset;
    display: flex;
    max-width: 100%;
  }

  .mejores-ventajas .te-llamamos {
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 640px) {
  .mejores-ventajas .contenido {
    padding-top: 10px;
  }
}

/* Bloque comparativa */
.comparativa {
  width: 100%;
}

.comparativa .contenido {
  max-width: 924px;
  margin: auto;
  text-align: center;
  display: table;
  margin-bottom: 50px;
}

.comparativa .titulo,
.comparativa .subtitulo {
  text-align: center;
}

.comparativa .titulo {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #2d373d;
  margin-bottom: 30px;
  margin-top: 50px;
}

.comparativa .subtitulo {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #526570;
  max-width: 550px;
  margin: auto;
  margin-bottom: 63px;
}

.comparativa .card-container {
  display: block;
  min-height: 450px;
  height: auto;
}

.comparativa .card {
  float: left;
  width: 29%;
  min-height: 372px;
  height: auto;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 10px 20px;
  position: relative;
  border: none;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}

.comparativa .producto {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #DF0027;
  padding: 20px;
}

.comparativa .producto-info {
  font-family: "DM Sans";
  color: #89969a;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.comparativa .producto-info li {
  margin-bottom: 10px;
  text-align: left;
  max-width: 93%;
}

.comparativa .botonera {
  display: block;
  height: 120px;
  position: absolute;
  top: 230px;
  width: 100%;
}

.comparativa .btn-calcula {
  width: 220px;
  height: 56px;
  background: #DF0027;
  border-radius: 8px;
  color: #ffffff;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  padding: 15px 10px;
  margin: 10px auto 15px auto;
  display: inline-block;
}

.comparativa .btn-calcula:hover {
  text-decoration: none;
  transition: all 0.3s;
  background-color: #780303;
}

.comparativa .btn-calcula:active {
  text-decoration: none;
}

.comparativa .btn-mostrar {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #526570;
  width: 165px;
  margin: auto;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.comparativa .coberturas {
  display: none;
  height: 0px;
  margin-top: 20px;
  list-style-type: none;
  padding-left: 0;
  transition: all 1s;
}

.comparativa .coberturas li {
  text-align: left;
  width: 90%;
  margin: auto;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #89969a;
  padding: 5px 10px;
  border-bottom: 1px solid #e8ebed;
}

.comparativa .coberturas li:last-child {
  border-bottom: none;
}

.comparativa .coberturas.show {
  display: block;
  height: auto;
  padding-top: 150px;
}

.comparativa .coberturas.platino.show {
  padding-top: 115px;
}

.comparativa .coberturas:nth-child(3) {
  padding-top: 115px;
}

.comparativa .coberturas .obligatoria {
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .comparativa {
    height: 100%;
    display: table;
  }

  .comparativa .contenido {
    margin: 50px auto;
    height: 100%;
    padding: 0px 20px;
  }

  .comparativa .card-container {
    max-width: 360px;
    margin: auto;
    height: 100%;
  }

  .comparativa .card {
    width: 100%;
    margin: 10px 0px;
  }

  .comparativa .titulo {
    margin-top: 0;
  }

  .comparativa .coberturas.platino.show {
    padding-top: 135px;
  }
}

@media screen and (max-width: 767px) {
  .comparativa .card-container {
    max-width: 100%;
  }
}

@media screen and (max-height: 640px) {
  .comparativa .contenido {
    margin: 30px auto;
  }
}

/* Bloque Otros productos */
.otros-productos {
  height: 490px;
  background-color: #e8ebed;
  width: 100%;
  display: block;
}

.otros-productos .contenedor {
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: 100%;
}

.otros-productos .bloque-cards {
  position: absolute;
  top: 15%;
  display: block;
}

.otros-productos .card {
  float: left;
  background-color: #ffffff;
  width: 204px;
  height: 362px;
  margin: 10px;
  border-radius: 8px;
  border: none;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: 52px 52px;
  background-position: 50% 10%;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
}

.otros-productos .card.hogar {
  background-image: url("../img/merkle/seguro-hogar.svg");
  background-size: 65px;
}

.otros-productos .card.coche {
  background-image: url(../img/merkle/seguro-coche.png);
  background-size: 53px;
  background-position-y: 13%;
}

.otros-productos .card.moto {
  background-image: url(../img/merkle/seguro-moto.png);
  background-size: 53px;
  background-position-y: 13%;
}

.otros-productos .card.salud {
  background-image: url("../img/merkle/seguro-salud.svg");
}

.otros-productos .contenido {
  position: absolute;
  right: 10%;
  top: 20%;
}

.otros-productos .card .titulo {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #526570;
}

.otros-productos .card .texto {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #89969a;
  padding: 20px;
}

.otros-productos .botonera {
  position: absolute;
  bottom: 30px;
  width: 204px;
  text-align: center;
}

.otros-productos .btn.info {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #526570;
  width: 160px;
  margin: 15px auto;
  background-image: url("../img/merkle/arrow-left.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% 50%;
  display: none;
}

.otros-productos .btn.calcula {
  width: 164px;
  height: 56px;
  background: #DF0027;
  border-radius: 8px;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  padding: 16px 10px;
}

.otros-productos .btn.calcula:hover {
  background-color: #780303;
  transition: all 0.3s;
}

.otros-productos .contenido {
  width: 400px;
  position: absolute;
  right: 0%;
  top: 15%;
}

.otros-productos .contenido .titulo {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #2d373d;
  margin-bottom: 20px;
}

.otros-productos .contenido .texto {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #526570;
  margin-bottom: 20px;
}

.otros-productos .te-llamamos-gratis {
  width: 177px;
  height: 56px;
  text-align: center;
  background: #526570;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.otros-productos .te-llamamos-gratis:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

.otros-productos .btn.mas-informacion {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: #526570;
  margin-left: 20px;
  background-image: url("../img/merkle/arrow-left.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 50%;
  padding: 15px 20px;
}

.otros-productos .bloque-cards.mobile {
  display: none;
  position: unset;
  max-height: 362px;
}

.otros-productos .swiper-wrapper {
  height: 380px;
}

.swiperOtros .swiper-pagination>span:last-child {
  display: none;
}

@media screen and (max-width: 1230px) {
  .otros-productos .contenedor {
    margin: 20px;
  }

  .otros-productos .contenido {
    width: 360px;
  }
}

@media screen and (max-width: 1120px) {
  .otros-productos .contenido {
    width: 255px;
  }
}

@media screen and (max-width: 991px) {
  .swiperVentajas .swiper-wrapper .swiper-slide .card {
    height: 190px;
  }

  .otros-productos {
    overflow: hidden;
    height: 650px;
  }

  .otros-productos .contenedor {
    margin: 0;
  }

  .botonera-container {
    width: 177px;
    margin: auto;
    text-align: center;
  }

  .otros-productos .btn.mas-informacion {
    margin-left: 0;
  }

  .swiperOtros {
    overflow: hidden;
    position: relative;
    height: 420px;
  }

  .otros-productos .swiper-wrapper {
    width: 250px;
    margin: auto;
  }

  .otros-productos .contenido {
    width: 100%;
    text-align: center;
    margin: auto;
    position: unset;
    padding: 50px;
  }

  .otros-productos .bloque-cards.desktop {
    position: absolute;
    top: inherit;
    display: block;
    bottom: 50px;
    left: 50%;
    margin-left: -335px;
  }

  .card-container>.grey_content .product-background[background_product="coche_content"] {
    background: none;
    background-size: contain;
    background-position: 0px 90px;
  }

  body .nav_container .content_container .mini_buttons,
  .claim.desktop,
  .first_block_content .content_container .form-container,
  .second_block_content .grey_content .content_container .second-part .tabs>ul,
  .second_block_content .grey_content .content_container .second-part>div:first-child,
  .first_block_content .img_wrapper {
    display: none;
  }

  .card-container>.grey_content .content_container .second-part .tabs .cards>div,
  .second_block_content .grey_content .content_container .second-part .tabs .cards>div.active {
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .card-container>.grey_content .content_container .second-part .tabs .cards>div.active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .card-container>.grey_content .content_container .second-part .tabs .cards>div .card:not(:last-child) {
    margin-right: 0px;
  }

  .card-container>.grey_content .content_container .second-part .tabs .cards>div .card {
    margin: 35px 0px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .otros-productos .bloque-cards.desktop {
    display: none;
  }

  .otros-productos .bloque-cards.mobile {
    display: block;
  }

  .mejores-ventajas {
    height: 715px;
  }

  #anchor-ventajas>div>div.cards.mobile>div>div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -44px;
  }

  /* #bloque_7 {
    display: none;
  } */
}

@media screen and (max-width: 560px) {
  .otros-productos .swiper-wrapper {
    width: 210px;
  }
}

@media screen and (max-height: 640px) {
  .otros-productos .contenido {
    padding: 30px;
  }
}

/* Footer */
.footer {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 0px !important;
}

.footer .logo {
  order: 1;
  margin-bottom: 13px;
}

.footer .logo,
.footer .ajuste-cookies,
.footer .copy {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
}

@media only screen and (min-width: 801px) {

  .footer {
    display: block;
    height: 55px;
  }

  .footer .logo {
    margin-bottom: 0;
  }

  .footer .logo,
  .footer .ajuste-cookies,
  .footer .copy {
    float: left;
    width: 33%;
    text-align: center;
    padding: 10px;
  }
}

.footer .logo {
  height: 40px;
}

.footer .logo img {
  height: 45px;
  width: auto;
}

.footer .ajuste-cookies button {
  height: 35px !important;
  font-size: 14px !important;
  font-family: "DM Sans";
}

.footer .copy {
  line-height: 35px;
  font-size: 15px;
  font-family: "DM Sans";
}

/* @media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 65px;
  }
} */

@media screen and (max-width: 420px) {
  .footer .logo img {
    margin-top: 0px;
  }

  .footer .copy {
    font-size: 14px;
    line-height: 25px;
    width: auto;
    margin-left: 5px;
  }

  .footer .ajuste-cookies button {
    height: 30px !important;
    font-size: 13px !important;
  }

  button#ot-sdk-btn {
    padding: 0px 14px !important;
  }
}

/* Formulario Desktop grande */
#formulario_normal {
  padding-right: 0px !important;
  overflow-y: unset !important;
}

#formulario_normal .modal-dialog {
  margin: 20px auto;
  height: auto;
  width: 500px;
}

#formulario_normal .modal-content {
  border: none;
  height: 100%;
  padding: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  overflow-y: auto;
}

.modal-backdrop {
  background: #000000;
}

.modal-backdrop.in {
  opacity: 0.7;
}

/* #formulario_normal .titulo {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #2d373d;
  margin: 20px auto;
} */

/* #formulario_normal .close1 {
  position: absolute;
  right: 20px;
  top: -20px;
  opacity: 0.5;
} */

#formulario_normal .ilustracion-form {
  background-image: url("../img/merkle/pop_up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 300px;
  margin: 10px auto;
}

#formulario_normal.modal.fade,
#formulario_normal .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

#formulario_normal .subtitulo {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #2d373d;
  margin-bottom: 20px;
}

#formulario_normal input.form-control {
  border: 1px solid #9cb0bc;
  border-radius: 2px !important;
  padding: 8px;
  width: 100%;
  height: 43px;
  margin-bottom: 10px;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #9cb0bc;
}

#formulario_normal input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2d373d;
  border-color: #2d373d;
}

#formulario_normal .condiciones {
  width: 100%;
  height: 64px;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #e8ebed;
  font-family: "DM Sans";
}

#formulario_normal .boton-verde {
  background: #526570;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  height: 56px;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 15px;
}

#formulario_normal .boton-verde:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

#formulario_normal .subtitulo.inferior {
  margin: 30px auto;
}

/* #formulario_normal .llamanos-btn {
  display: block;
  height: 56px;
  width: 100%;
  border: 1px solid #526570;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #526570;
} */

#formulario_normal .llamanos-btn:hover,
#formulario_normal .llamanos-btn:focus {
  text-decoration: none;
}

#formulario_normal .llamanos-btn:hover {
  color: #2d373d;
  border-color: #2d373d;
  transition: all 0.3s;
}

@media screen and (max-height: 870px) {
  #formulario_normal .modal-content {
    padding: 10px 30px;
  }

  #formulario_normal .ilustracion-form {
    margin: auto auto 15px auto;
    height: 160px;
    width: 320px;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-height: 720px) {
  #formulario_normal .modal-content {
    padding: 0px 30px;
  }

  #formulario_normal .modal-content::-webkit-scrollbar {
    display: none;
  }

  #formulario_normal .ilustracion-form {
    margin: auto auto 10px auto;
    height: 140px;
    width: 100%;
    background-size: 80%;
  }

  #formulario_normal .boton-verde {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #formulario_normal .subtitulo.inferior {
    margin: 20px auto;
  }
}

/* Formulario Mobile grande */
#formulario_chico {
  padding-right: 0px !important;
}

/* #formulario_chico .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
} */

.date_conteiner {
  margin-bottom: 15px !important;
}

#formulario_chico .modal-content {
  height: 100%;
  border: none;
  overflow-x: auto;
}

#formulario_chico .form-group {
  margin-bottom: 10px !important;
}

#formulario_chico .botonera-sup {
  margin-bottom: 0px !important;
}

#formulario_chico.modal.fade,
#formulario_chico .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* #formulario_chico .titulo {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #2d373d;
  padding: 20px;
} */

#formulario_chico .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
}

#formulario_chico .ilustracion-form {
  background-image: url("../img/merkle/pop_up.svg");
  background-size: 63%;
  background-repeat: no-repeat;
  margin: auto;
  height: 250px;
  width: 100%;
  background-position: center;
  width: 75%;
  margin: 10px auto;
}

#formulario_chico .subtitulo {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #2d373d;
  width: 90%;
  margin: 20px auto;
}

#formulario_3 input.form-control {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #9cb0bc;
  opacity: 0.88;
  border: 1px solid #9cb0bc;
  border-radius: 2px;
}

#formulario_3 input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2d373d;
  color: #2d373d;
}

#formulario_3 p.condiciones {
  border: 1px solid #e8ebed;
  height: 58px;
  padding: 5px 10px;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #89969a;
}

#formulario_3 .wg-submit {
  height: 56px;
  color: #ffffff;
  background: #526570;
  border-radius: 8px;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

#formulario_3 .wg-submit:hover {
  background-color: #2d373d;
  transition: all 0.3s;
}

/* #formulario_3 .llamanos-btn {
  height: 56px;
  width: 100%;
  border: 1px solid #526570;
  border-radius: 8px;
  padding: 16px;
  display: block;
  text-align: center;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #526570;
} */

#formulario_3 .llamanos-btn:hover {
  border-color: #2d373d;
  color: #2d373d;
  transition: all 0.3s;
  text-decoration: none;
}

@media screen and (max-width: 560px) {
  #formulario_chico .ilustracion-form {
    background-size: cover;
    height: 180px;
  }
}

@media screen and (max-height: 676px) {
  #formulario_chico .titulo {
    padding: 10px 10px 5px 10px;
  }

  #formulario_chico .ilustracion-form {
    height: 160px;
  }

  #formulario_chico .subtitulo {
    margin: 10px auto;
  }

  #formulario_chico .close {
    top: 5px;
  }
}

@media screen and (max-height: 640px) {
  #formulario_chico .ilustracion-form {
    background-size: 70%;
    height: 130px;
    margin: auto;
  }
}

@media screen and (max-height: 580px) {
  #formulario_chico .ilustracion-form {
    background-size: 77%;
    height: 100px;
  }
}

@media screen and (max-height: 570px) {
  #formulario_chico .titulo {
    font-size: 25px;
    line-height: 25px;
  }

  #formulario_chico .ilustracion-form {
    background-size: 65%;
    height: 90px;
  }

  #formulario_chico .subtitulo {
    margin: 4px auto;
  }
}

/* Back to top button */
#backToTop {
  background-color: #DF0027;
  width: 40px;
  height: 40px;
  position: fixed;
  right: -100px;
  bottom: 67px;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
  z-index: 999;
  transition: all 1s;
}

#backToTop>div {
  background-image: url("../img/merkle/default-up-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-size: 20px 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(206deg) brightness(200%) contrast(100%);
}

#backToTop.form-open {
  bottom: 290px;
}

#backToTop:hover {
  background-color: #780303;
  transition: all 0.3s;
}

#backToTop:focus {
  background-color: #780303;
}

#backToTop.fixed {
  right: 0px;
}

/* Formulario Gracias - Cabecera */
#graciasmodal {
  padding-right: 0px !important;
}

#graciasmodal.formulario-cabecera {
  width: 237px;
  height: 275px;
  position: fixed;
  right: 70px;
  bottom: 65px;
  left: unset;
  top: unset;
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.08));
  z-index: 999999;
  border-radius: 8px;
  padding: 20px 0px;
}

#graciasmodal.formulario-cabecera .modal-dialog {
  width: 237px;
  margin: 0px;
}

#graciasmodal.formulario-cabecera .modal-content {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  border: none;
  border-radius: 8px;
}

#graciasmodal.formulario-cabecera .titulo-modal {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #DF0027;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#graciasmodal.formulario-cabecera .ilustracion-form {
  display: none;
}

#graciasmodal.formulario-cabecera #textoGracias {
  margin-top: 5px;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 13.9px;
  align-items: center;
  text-align: center;
  color: #526570;
  text-transform: initial;
}

#graciasmodal.formulario-cabecera #textoGracias span {
  font-size: 14px !important;
}

#graciasmodal.formulario-cabecera .close_button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: -12px;
  background-color: unset;
  border: none;
  background-image: url("../img/merkle/close.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  background-size: 15px 15px;
}

#graciasmodal.formulario-cabecera .modal-body {
  position: relative;
  padding: 15px 15px 0px 15px;
}

.modal-open {
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #graciasmodal.formulario-cabecera {
    width: 100%;
    right: unset;
    bottom: 0;
    left: 0;
    top: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #graciasmodal.formulario-cabecera .modal-dialog {
    width: 95%;
    margin: auto;
  }

  #graciasmodal.formulario-cabecera .titulo-modal {
    margin-bottom: 30px;
  }
}

/* Formulario gracias desktop lateral */
#graciasmodal.formulario-popup-desktop .modal-dialog {
  margin: 20px auto;
  /* height: 100%; */
  width: 500px;
}

#graciasmodal.formulario-popup-desktop .modal-content {
  padding: 15px;
}

#graciasmodal.formulario-popup-desktop .ilustracion-form {
  background-image: url("../img/merkle/pop_up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 300px;
  margin: auto;
  margin-bottom: 30px;
}

#graciasmodal.formulario-popup-desktop .close_button {
  background-image: url("../img/merkle/close.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  border: none;
  background-color: unset;
  position: absolute;
  right: -4px;
  top: 6px;
  opacity: 0.5;
}

#graciasmodal.formulario-popup-desktop .titulo-modal {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #2d373d;
  margin: 20px auto;
  /* max-width: 280px; */
}

#graciasmodal.formulario-popup-desktop #TextoGracias,
#graciasmodal.formulario-popup-desktop #TextoGracias span {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #2d373d;
  margin-bottom: 20px;
}

/* Formulario gracias mobile */
#graciasmodal.formulario-popup-mobile .modal-dialog {
  /* width: 100%; */
  height: 100%;
}

#graciasmodal.formulario-popup-mobile .modal-content {
  border: none;
  padding: 0;
}

#graciasmodal.formulario-popup-mobile .close_button {
  background-image: url("../img/merkle/close.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  border: none;
  background-color: unset;
  position: absolute;
  right: 5px;
  top: 15px;
  opacity: 0.5;
}

#graciasmodal.formulario-popup-mobile .titulo-modal {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #2d373d;
  /* padding: 15px; */
  margin: auto;
}

/* #graciasmodal.formulario-popup-mobile .ilustracion-form {
  background-image: url(../img/merkle/pop_up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  height: 174px;
  width: 184px;
} */

#graciasmodal.formulario-popup-mobile #TextoGracias,
#graciasmodal.formulario-popup-mobile #TextoGracias span {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #2d373d;
  width: 90%;
  margin: 20px auto;
}

@media screen and (max-width: 360px) {
  #graciasmodal.formulario-popup-mobile .titulo-modal {
    max-width: 280px;
  }
}

.contenido.contenido_bases {
  display: flex;
  flex-direction: column;
  max-width: 490px;
  /* margin-top: 50px; */
}

.contenido.contenido_bases .titulo {
  font-size: 49px;
  margin-bottom: 15px;
  order: 1;
}

.contenido.contenido_bases .subtitulo {
  order: 2;
  font-size: 32px;
}

.contenido.contenido_bases .img-cabecera-mobile {
  order: 3;
}

.contenido.contenido_bases #container_bases_legales {
  color: #DF0027;
  font-style: normal;
  font-weight: 400;
  font-family: "DM Sans";
  font-size: 21px;
  order: 4;
  margin: 20px 0;
}

.contenido.contenido_bases #container_bases_legales a,
.contenido.contenido_bases #container_bases_legales a:focus,
.contenido.contenido_bases #container_bases_legales a:hover {
  text-decoration: underline;
  color: #DF0027;
}

.contenido.contenido_bases .buttons {
  order: 5;
}

@media (max-width: 1550px) and (min-width: 1220px) {
  .ilustracion-header {
    background-position: 90% 38%;
  }
}

@media (max-width: 1220px) and (min-width: 992px) {
  .ilustracion-header {
    background-position: 100%;
    height: 390px;
  }
}

@media (max-width: 992px) {
  .contenido.contenido_bases .img-cabecera-mobile {
    margin: 0;
  }

  .contenido.contenido_bases {
    max-width: 550px;
  }

  .contenido.contenido_bases .buttons {
    position: relative;
    width: 100%;
    transform: none;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
  }
}

@media (max-width: 768px) {
  .contenido.contenido_bases .titulo {
    margin-top: 1rem;
  }

  .contenido.contenido_bases .img-cabecera-mobile {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .contenido.contenido_bases .titulo {
    font-size: 28px;
  }
}

/* .contenido.contenido_bases .subtitulo {
    margin-bottom: 0px;
} */

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  margin: -0.5rem 0 -0.5rem 0;
  width: 25px;
  height: 25px;
}

.spinner .path {
  stroke: rgb(255 255 255 / 80%);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

#formulario-ppal .spinner .path {
  stroke: rgb(82 101 112 / 1);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

#formulario_2 .btn.boton-verde.wg-submit:disabled {
  background-color: #b0b0b0;
  cursor: not-allowed;
}

#formulario_1 .btn.wg-submit:disabled {
  font-size: 1.2rem;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
  color: white;
  cursor: not-allowed;
}

#formulario_3 .btn.boton-verde.wg-submit:disabled {
  background-color: #b0b0b0;
  cursor: not-allowed;
}

@media screen and (min-width: 768px) {
  .contenido .buttons {
    display: flex;
    column-gap: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .contenido .buttons {
    justify-content: center;
  }
}

.container_formulario_movil #formulario_3 {
  margin-bottom: 10px;
}