/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
.hero {
  position: relative;
  max-height: 400px;
  min-height: 400px;
}

.hero.hero-desktop {
  display: block;
}

@media only screen and (max-width: 991px) {
  .hero.hero-desktop {
    display: none;
  }
}
.hero.hero-mobile {
  display: none;
  min-height: 0;
}

@media only screen and (max-width: 991px) {
  .hero.hero-mobile {
    display: block;
  }
}
.hero__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .hero__img {
    position: relative;
    height: auto;
  }
}
.hero .container {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 400px;
}

@media only screen and (max-width: 991px) {
  .hero .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 0;
  }
}
.hero__box {
  border-radius: 2rem 0 2rem 0;
  background: rgba(103, 30, 117, 0.9);
  width: 30.125rem;
  padding: 1.56rem;
}

@media only screen and (max-width: 768px) {
  .hero__box {
    width: 9.75rem;
    border-radius: 0 2rem 0 2rem;
  }
}
.hero__box h1 {
  color: #FFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 0.7rem;
}

@media only screen and (max-width: 768px) {
  .hero__box h1 {
    font-size: 0.875rem;
  }
}
.hero__box p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .hero__box p {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero__box .btn {
    display: none;
  }
}
.seccion {
  padding: 3rem 0;
}

@media only screen and (max-width: 760px) {
  .seccion {
    padding: 2rem 0;
  }
}
.card-seguro-home__img img {
  width: 100%;
  vertical-align: bottom;
}

.card-seguro-home__txt {
  border: 1px solid #DEDEDE;
  border-top: none;
  border-radius: 0 0 32px 0;
  padding: 25px;
}

@media only screen and (max-width: 550px) {
  .card-seguro-home__txt {
    padding: 20px 15px;
  }
}
.card-seguro-home__txt h5 {
  margin: 0 0 1rem;
  color: #53565A;
  font-size: 1rem;
  font-weight: 400;
}

.card-seguro-home__txt h4 {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #671E75;
}

.card-seguro-home__txt ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.8rem;
  min-height: 9rem;
}

.card-seguro-home__txt ul li {
  font-size: 1rem;
  color: #373737;
  font-weight: 400;
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
}

.card-seguro-home__txt ul li:before {
  font-family: "Material Design Icons";
  content: "\f0e1e";
  display: inline-block;
  color: #671E75;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .card-seguro-home__txt ul {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .card-seguro-home__txt .btn {
    width: 100%;
  }
}
.seccion-contacto {
  border-top: 1px solid #dedede;
  position: relative;
}

.seccion-contacto:before {
  content: "";
  background: #F3FAFF;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .seccion-contacto:before {
    width: 100%;
    top: 0;
    height: 47%;
  }
}
.seccion-contacto:after {
  content: "";
  background: #FCF7FF;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .seccion-contacto:after {
    width: 100%;
    bottom: 0;
    height: 53%;
    top: auto;
  }
}
.seccion-contacto .container {
  position: relative;
  z-index: 2;
}

.seccion-contacto .container > .row > .col-md-6:nth-child(1) {
  border-right: 1px solid #dedede;
}

.box-contacto {
  padding: 2rem 0;
}

.box-contacto .item-contacto {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}

.box-contacto .item-contacto.height-auto {
  height: auto;
}

.box-contacto .item-contacto__txt h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.box-contacto .item-contacto__txt p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.box-contacto .item-contacto__link a {
  font-size: 0.875rem;
  color: #0A6BE4;
  text-decoration: underline;
}

.bread {
  background: #F5F5F5;
  font-size: 0.875rem;
  padding: 0.7rem 0;
}

.bread a {
  font-size: 0.875rem;
  color: #0A6BE4;
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #373737;
}

.bread ol {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .bread {
    display: none;
  }
}
.banner-head {
  background: #F5F5F5;
  padding-bottom: 2.5rem;
}

.banner-head .container {
  position: relative;
}

.banner-head h1 {
  padding: 0.8rem 0 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: #671E75;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .banner-head h1 {
    font-size: 34px;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-head {
    padding: 1.7rem 0 1.9rem;
  }
}
.seguros {
  padding: 2rem 0;
}

@media only screen and (max-width: 768px) {
  .seguros {
    padding-top: 0;
  }
}
.seguros .container {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .seguros .container {
    flex-direction: column;
  }
}
.seguros__sidebar {
  width: 290px;
  min-width: 290px;
}

@media only screen and (max-width: 991px) {
  .seguros__sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.seguros__sidebar .btn-filtro-mobile {
  display: none;
  color: #0A6BE4;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
  margin: 0rem -20px;
  padding: 1rem 20px 1rem;
}

.seguros__sidebar .btn-filtro-mobile img {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .seguros__sidebar .btn-filtro-mobile {
    display: block;
  }
}
.seguros__sidebar .seleccion-filtro {
  margin-bottom: 0rem;
}

@media only screen and (max-width: 991px) {
  .seguros__sidebar .seleccion-filtro {
    margin: 0 -20px 1rem 0;
    display: flex;
    align-items: center;
    order: 2;
    padding-top: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .seguros__sidebar .seleccion-filtro::-webkit-scrollbar {
    display: none;
  }
}
.seguros__sidebar .seleccion-filtro .item-seleccion {
  display: inline-flex;
  border-radius: 8px;
  background: #DEDEDE;
  width: auto;
  white-space: nowrap;
  justify-content: space-between;
  min-width: auto;
  padding: 0.4rem 0.65rem;
  font-size: 0.875rem;
  position: relative;
  padding-right: 0.4rem;
  margin-bottom: 0.75rem;
  margin-right: 0.3rem;
}

.seguros__sidebar .seleccion-filtro .item-seleccion .item-seleccion-cerrar {
  cursor: pointer;
  margin-left: 0.3rem;
}

.seguros__sidebar .seleccion-filtro .limpiar-filtro {
  font-size: 1rem;
  color: #0A6BE4;
  text-decoration: underline;
  padding: 0.2rem 0.6rem;
  margin-left: 0.2rem;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 1.5rem;
}

.seguros__sidebar .seleccion-filtro .limpiar-filtro.oculto {
  display: none;
}

.seguros__sidebar .card-filtro {
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 1.8rem 1.3rem 0;
}

@media only screen and (max-width: 991px) {
  .seguros__sidebar .card-filtro {
    display: none;
    order: 1;
    border: none;
    padding: 1rem 20px 0;
    border-radius: 0;
    margin: -1px -20px 0;
    max-width: calc(100% + 40px);
  }
  .seguros__sidebar .card-filtro.visible {
    display: block;
  }
}
.seguros__sidebar .card-filtro .menu-asegurados {
  top: 100%;
}

@media only screen and (max-width: 991px) {
  .seguros__sidebar .card-filtro .menu-asegurados {
    top: auto;
  }
}
.seguros__sidebar .card-filtro .mensaje-asegurados {
  position: relative;
}

.seguros__sidebar .card-filtro .form-group {
  position: relative;
}

.seguros__sidebar .card-filtro select {
  display: none;
}

.seguros__sidebar .card-filtro .nice-select {
  width: 100%;
  float: none;
}

.seguros__sidebar .card-filtro .btn {
  margin: 0.5rem 0 0rem;
}

.seguros__contenido {
  flex-grow: 1;
  padding-left: 2rem;
}

@media only screen and (max-width: 991px) {
  .seguros__contenido {
    width: 100%;
    padding-left: 0;
  }
}
.seguros__contenido .card-seguro {
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 0 1.2rem 1.2rem 1.2rem;
  margin-bottom: 1.8rem;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .seguros__contenido .card-seguro {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .seguros__contenido .card-seguro {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.seguros__contenido .card-seguro__contenido {
  flex-grow: 1;
}

.seguros__contenido .card-seguro__contenido .categorias {
  display: flex;
  margin-left: -1.2rem;
}

.seguros__contenido .card-seguro__contenido .categorias span {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  padding: 0.6rem 1rem;
}

.seguros__contenido .card-seguro__contenido .categorias span:nth-child(1) {
  background: #FCF6FF;
}

.seguros__contenido .card-seguro__contenido .categorias span:nth-child(2) {
  background: #F1F8FE;
}

.seguros__contenido .card-seguro__contenido h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #671E75;
  margin: 1rem 0;
}

.seguros__contenido .card-seguro__contenido .tabla-seguros {
  display: flex;
  align-items: center;
}

.seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla {
  text-align: left;
  border-right: 1px solid #dedede;
  padding-right: 1rem;
  margin-right: 1rem;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla label {
  font-size: 1rem;
  color: #53565A;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla h4 {
  font-size: 2rem;
  font-weight: 600;
  margin: -0.4rem 0 0;
}

.seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .seguros__contenido .card-seguro__contenido .tabla-seguros {
    flex-direction: column;
    align-items: flex-start;
  }
  .seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla {
    border: none;
    min-height: 0;
    margin-bottom: 1rem;
  }
  .seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla.small {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .seguros__contenido .card-seguro__contenido .tabla-seguros .item-tabla.small label {
    width: 150px;
    min-width: 150px;
  }
}
.seguros__contenido .card-seguro__botones {
  width: 212px;
  min-width: 212px;
}

.seguros__contenido .card-seguro__botones .btn {
  margin-top: 1.1rem;
}

.seguros__contenido .card-seguro__botones .btn-text {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .seguros__contenido .card-seguro__botones {
    width: 100%;
  }
}
.hero-seguro {
  background: #F5F5F5;
  padding-bottom: 3rem;
}

.hero-seguro .row {
  align-items: center;
}

.hero-seguro h1 {
  margin: 0 0 0.8rem;
  color: #671E75;
  font-size: 2.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .hero-seguro h1 {
    font-size: 2.125rem;
  }
}
.hero-seguro p {
  color: #4f4f4f;
}

.hero-seguro .valor-seguro {
  font-size: 2rem;
  font-weight: 600;
}

.hero-seguro .valor-seguro span.small {
  font-size: 1.125rem;
  font-weight: 500;
  color: #53565A;
}

.hero-seguro .valor-seguro p {
  color: #373737;
  font-size: 0.875rem;
  margin-top: 0.3rem;
}

@media only screen and (max-width: 1200px) {
  .hero-seguro .valor-seguro {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-seguro img {
    margin-bottom: 1.2rem;
  }
}
.contratalo {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 1.25rem 0;
  position: sticky;
  top: 68px;
  background: #fff;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .contratalo {
    top: 60px;
  }
  .contratalo .container {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .contratalo .container::-webkit-scrollbar {
    display: none;
  }
}
.contratalo .btn {
  margin-right: 1rem;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .contratalo .btn {
    margin-right: 0.4rem;
  }
  .contratalo .btn:last-child {
    margin-right: 0;
  }
}
.lista-circle {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.lista-circle li {
  font-size: 1rem;
  color: #373737;
  font-weight: 400;
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
}

.lista-circle li:before {
  font-family: "Material Design Icons";
  content: "\f09de";
  display: inline-block;
  color: #872899;
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  top: 0;
  line-height: 1;
}

.card-catalogo {
  border-radius: 0px 20px;
  background: #F1F8FE;
}

.card-catalogo__txt {
  padding: 1.3rem;
}

.card-catalogo__txt p {
  color: #4f4f4f;
}

.card-catalogo__txt a {
  color: #0A6BE4;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.card-catalogo__txt a .text-link {
  border-bottom: 1px solid #0A6BE4;
  font-size: 1rem;
  margin-right: 0;
}

.card-catalogo__txt a span {
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.2rem;
  display: block;
}

@media only screen and (max-width: 991px) {
  .card-catalogo img {
    display: none;
  }
}
.tabla table {
  width: 100%;
  text-align: center;
  border: 1px solid #dedede;
}

.tabla thead tr {
  background-color: #F1F8FE;
}

.tabla thead tr th {
  color: #000;
  font-weight: 600;
  padding: 0.8rem;
  border: 1px solid #dedede;
  border-bottom: none;
}

.tabla tbody tr td {
  color: #000;
  font-weight: 400;
  padding: 0.8rem;
  border: 1px solid #dedede;
}

.tabla tbody tr:first-child td {
  border-top: none;
}

.panel-item {
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
}

.panel-item.visible {
  display: block;
}

.panel-item.visible2 {
  opacity: 1;
}

.text-descripcion p {
  text-align: center;
  color: #000;
  margin: 1.3rem 0;
}

.text-descripcion a {
  color: #0A6BE4;
  text-decoration: underline;
}

.tabs-seguro {
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.125rem;
  display: flex;
}

.tabs-seguro a {
  font-size: 1.125rem;
  color: #777;
  font-weight: 600;
  padding: 0.5rem 1rem;
  display: block;
}

.tabs-seguro a.activo {
  border: none;
  color: #373737;
  border-bottom: 2px solid #0A6BE4;
}

.activar-seguro {
  display: flex;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.activar-seguro:before {
  content: "";
  position: absolute;
  width: 49%;
  left: 0;
  z-index: -1;
  top: 2.5rem;
  margin: 0 auto;
  right: 0;
  height: 2px;
  background: #32588b;
}

@media only screen and (max-width: 991px) {
  .activar-seguro:before {
    width: 2px;
    height: 50%;
    margin: 0;
    right: auto;
    left: 2rem;
  }
}
@media only screen and (max-width: 420px) {
  .activar-seguro:before {
    height: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .activar-seguro {
    flex-direction: column;
  }
}
.activar-seguro .card-activar {
  width: 50%;
  min-width: 50%;
  text-align: center;
  padding: 0.5rem 2rem;
}

@media only screen and (max-width: 991px) {
  .activar-seguro .card-activar {
    width: 100%;
    position: relative;
    padding-left: 80px;
    text-align: left;
  }
}
.activar-seguro .card-activar__icono {
  width: 65px;
  height: 65px;
  margin: 0 auto 1rem;
  background: #32588B;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .activar-seguro .card-activar__icono {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.activar-seguro .card-activar h4 {
  margin: 0 0 0.8rem;
  font-weight: 700;
  font-size: 1rem;
}

.activar-seguro .card-activar p {
  font-size: 1rem;
  color: #373737;
}

.valor-ref {
  font-size: 0.875rem;
  color: #373737;
}

.valor-ref p {
  font-size: 0.875rem;
  color: #373737;
}

.buscador-seguros {
  margin-top: -1.4rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .buscador-seguros {
    margin-top: 0;
  }
}
.buscador-seguros .w-buscador {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 1.801rem 1.5rem 1.75rem;
}

.buscador-seguros .w-buscador #buscarSeguros {
  min-width: 158px;
}

.buscador-seguros .w-buscador select {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .buscador-seguros .w-buscador {
    padding: 1.4rem 1rem 1rem;
  }
  .buscador-seguros .w-buscador select {
    display: none;
    max-width: 150px;
  }
  .buscador-seguros .w-buscador .nice-select.select-big {
    min-width: 180px;
    width: 180px;
  }
  .buscador-seguros .w-buscador .form-group {
    margin: 0 0.4rem;
  }
  .buscador-seguros .w-buscador .btn {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .buscador-seguros .w-buscador {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    box-shadow: none;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .buscador-seguros .w-buscador .form-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .buscador-seguros .w-buscador .nice-select {
    max-width: 100%;
    width: 100%;
  }
  .buscador-seguros .w-buscador .nice-select.select-big {
    max-width: 100%;
    width: 100%;
  }
}
.link-desplegable {
  margin-bottom: 1.5rem;
}

.link-desplegable__btn {
  color: #0A6BE4;
  display: inline-block;
  border-bottom: 1px solid #0A6BE4;
  cursor: pointer;
}

.link-desplegable__content {
  max-height: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 1rem;
  opacity: 0;
}

.link-desplegable.visible .link-desplegable__content {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.link-desplegable .tabla {
  border-radius: 20px;
  border: 1px solid #DEDEDE;
}

.link-desplegable .tabla tbody tr td:nth-child(1) {
  border-left: none;
}

.link-desplegable .tabla tbody tr td:last-child {
  border-right: none;
}

.link-desplegable .tabla tbody tr:last-child td {
  border-bottom: none;
}

.link-desplegable .tabla table {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.card-exclusiones {
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 1.8rem;
}

.card-exclusiones ul {
  padding-left: 0;
  list-style-position: inside;
}

.ver-todos {
  color: #0A6BE4;
  padding: 1rem 0;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 2rem;
  margin-top: 0;
  border-bottom: 1px solid #0A6Be4;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .ver-todos {
    display: inline-block !important;
  }
}
.ver-todos span {
  font-size: 1.4rem;
  vertical-align: bottom;
  line-height: 1;
  display: inline-block;
  margin-bottom: -2px;
}

@media only screen and (max-width: 991px) {
  .tabla-desktop {
    display: none;
  }
}
.tabla-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tabla-mobile {
    display: table;
    text-align: left;
    width: 100%;
  }
  .tabla-mobile thead tr th {
    font-weight: normal;
  }
}
@media only screen and (max-width: 991px) {
  .quienes-somos img {
    margin-top: 1rem;
  }
}
.por-que h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 2.2rem;
  color: #373737;
}

.por-que h2:after {
  content: "";
  width: 3.125rem;
  height: 3px;
  background: #671E75;
  display: block;
  margin-top: 0.6rem;
}

.por-que h2.medium {
  font-size: 1.3rem;
  margin-bottom: 1.8rem;
}

.por-que h2.medium:after {
  width: 40px;
  margin-top: 0.4rem;
}

.por-que h2.small {
  font-size: 1.125rem;
  margin-bottom: 1.4rem;
}

.por-que h2.small:after {
  width: 26px;
  margin-top: 0.4rem;
}

.por-que h2.small span {
  font-weight: normal;
}

.rdTable .menu-mobile {
  display: none;
}

.rdTable .menu-mobile:after {
  display: none;
}

.rdTable .tabla-mobile {
  display: block;
}

.rdTable .panel-item {
  display: block;
}

.rdTable .link-desplegable__content {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.rdTable .hero-mobile {
  display: block;
}

.dudas {
  position: absolute;
  background: #671E75;
  color: #fff;
  font-size: 1rem;
  border-radius: 20px 0 20px 0;
  right: 20px;
  padding: 1.4rem 1.1rem;
  top: 2.5rem;
}

.dudas a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .nav-header {
    display: none;
  }
  .imagen-precios {
    margin-top: 2rem;
  }
}
.tooltip-uc {
  cursor: pointer;
  border-bottom: 1px dashed #000;
}

.tooltip-uc span {
  color: #0A6BE4;
}

.bs-tooltip-top,
.bs-tooltip-end {
  overflow: hidden;
  box-shadow: none;
  background: transparent !important;
}

.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-top-color: #eee !important;
}

.bs-tooltip-top .tooltip-inner,
.bs-tooltip-end .tooltip-inner {
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  padding: 0.5rem;
  background: #eee !important;
  box-shadow: none;
  border: none !important;
}

.bs-tooltip-top h3,
.bs-tooltip-end h3 {
  margin: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  background: #D9D9D9;
  text-align: left;
  padding: 0.3rem 0.6rem;
  font-family: "Montserrat";
  box-shadow: none;
}

.bs-tooltip-top p,
.bs-tooltip-end p {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.1;
  font-family: "Montserrat";
  padding: 0.7rem;
  display: block;
}

header .head-top {
  display: none;
}

header.fixed {
  top: 0;
  z-index: 9999;
}

.main {
  padding-top: 90px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f0142";
  font-family: "Material Design Icons";
  color: #373737;
}

header .head-main .botones-head a:hover {
  color: #0A6BE4;
}

header .head-main .botones-head a:hover span {
  color: #0A6BE4;
}

@media only screen and (max-width: 991px) {
  .main {
    padding-top: 58px;
  }
  .menu-asegurados {
    padding: 1.3rem 1.25rem 1.25rem;
  }
  .menu-asegurados input[type=number] {
    text-align: center;
  }
  .menu-asegurados .item-conyuge {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-asegurados .item-edad.visible {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-asegurados .add-hijos {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 0 -1.25rem;
  }
  .menu-asegurados .item-hijo {
    padding-left: 0;
    padding-right: 0;
  }
  .buscador-seguros .w-buscador .menu-asegurados .form-group {
    margin: 0;
    padding: 0;
  }
  .buscador-seguros .w-buscador .menu-asegurados .form-group.item-edad {
    padding-bottom: 1rem;
  }
  .menu-asegurados h4 {
    padding-left: 0;
  }
}
.hero-seguro img.img-mobile {
  display: none;
}

@media only screen and (max-width: 550px) {
  .hero-seguro img.img-mobile {
    display: block;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px) !important;
    margin: 0 -20px 1rem;
  }
  .hero-seguro img.img-desktop {
    display: none;
  }
}
.seguros-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seguros-header .ver-todos {
  text-decoration: none;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 1px solid #0A6Be4;
}

@media only screen and (max-width: 991px) {
  .seguros-header .ver-todos {
    display: none !important;
  }
}
header .menu-izq {
  display: flex;
  align-items: center;
}

header .menu-izq .logo {
  width: 173px;
  margin-right: 4rem;
}

/*# sourceMappingURL=estilos-publico.css.map */