@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
html {
  font-size: 100% !important;
}
.header-container-wrapper .header-container.container-fluid {
    --bs-gutter-x: 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
header {
  padding-bottom: 0 !important;
}
header a,
footer a {text-decoration: none;color:#fff;}
header a:hover,
footer a:hover {text-decoration: underline;}

#headerland {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.flexland {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.navland, .telland {
    flex-basis: 50%;
    padding: 1em;
}
.telland {
    text-align: right;
}
p.tel-mascotas {
    align-items: center;
    display: inline-flex;
}
p.tel-mascotas a {
    color: #0338a5;
    font-size: 38px;
    font-weight: 700;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    p.tel-mascotas a {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 480px) {
    p.tel-mascotas a {
        font-size: 20px !important;
    }
    .logoland img {
        max-width: 120px;
    }
}


.footer-3 {
    font-size: 14px;
    padding: 65px 0;
    background: #0338a5;
    color: #bdc3c7;
}
footer .address p {
    font-size: 16px;
    text-align: right;
    line-height: 20px;
    margin-bottom: 10px;
}
footer img {
    width: 100%;
    max-width: 160px;
}
footer .address img {
    width: 50px;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 96%;
  }
}
@media only screen and (max-width: 767px) {
    footer .address {
      margin-top: 2rem;
    }
    footer .address p {
      font-size: 16px;
      text-align: left;
    }
}
.carousel-inner {
  overflow: inherit;
}
.carousel-inner .headerpre {
  position: sticky;
  top: 0px;
  background-color: #fff;
  padding-bottom: 1rem;
}

body, p, a {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

header {
  background-color: #0338a5;
}
header img {
  width: 100%;
  max-width: 160px;
}
header svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
header a span {
  color: #fff;
  padding-left: 5px;
  text-decoration: none;
}

footer {
  background-color: #0338a5;
}
footer img {
  width: 100%;
  max-width: 160px;
}
footer svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
footer a span {
  color: #fff;
  padding-left: 5px;
  text-decoration: none;
}

#tarificador h1 {
  color: #0338a5;
  margin: 30px auto 10px auto;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
#tarificador h3 {
  text-align: center;
  font-size: 18px;
}

#cont-ppl {
  margin: 40px auto;
  max-width: 890px;
  width: 96vw;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  overflow: hidden;
}
.additional-links p {
    color: #bdc3c7;
    font-size: 14px;
    margin: 0;
}
@media screen and (max-width: 768px) {
  #cont-ppl {
    width: 95vw;
    padding: 30px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
  }
}

.mw-300 {
  max-width: 100% !important;
}

.progress-bar {
  background-color: #38B6FF;
}

.progress, .progress-stacked {
  height: 3rem;
  background-color: #0338a5;
  border-radius: 5px;
}

.color-Seguro {
  color: #0338a5;
}

.bgblanco {
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

main#tarificador_salud {
  width: 100%;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: unset;
}
main#tarificador_salud h3 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
main#tarificador_salud #opciones_0 .btn {
  --bs-btn-font-size: 2rem;
}
main#tarificador_salud label:not(.form-check-label) {
  display: none;
}
main#tarificador_salud input:not(input[type=checkbox]),
main#tarificador_salud select {
  max-width: 100% !important;
  min-width: 125px;
  margin-bottom: 1rem;
}
main#tarificador_salud input:not(input[type=checkbox]).nominw,
main#tarificador_salud select.nominw {
  min-width: 1px;
}
main#tarificador_salud .form-check-input[type=checkbox] {
  border: 1px solid var(--bs-border-color);
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
main#tarificador_salud .form-check-label {
  display: block;
  width: 100%;
  cursor: pointer;
}
main#tarificador_salud .form-check-inline {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 0.75rem 1rem;
  width: 300px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
main#tarificador_salud .modal .modal-header {
  background-color: #0338a5;
  color: #fff;
}
main#tarificador_salud .carousel-item {
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  main#tarificador_salud .carousel-item {
    min-height: auto;
  }
}
main#tarificador_salud .carousel-item button {
  color: #0338a5;
  width: 125px;
  padding: 0;
  transition: all 0.5s ease;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #0338a5;
}
main#tarificador_salud .carousel-item button img {
  height: 100%;
  max-height: 75px;
}
main#tarificador_salud .carousel-item button:hover, main#tarificador_salud .carousel-item button.btn_activo {
  background-color: #0338a5 !important;
  border: 1px solid #0338a5;
  color: #ffffff;
}
main#tarificador_salud .carousel-item #opciones_0 > div:last-child {
  flex: 0 0 100%;
  padding-top: 2rem;
}
main#tarificador_salud .carousel-item button[value=plus] {
  background-color: #fff;
  width: 62px;
  height: 62px;
  padding: 0;
  transition: all 0.5s ease;
  color: #0338a5;
  border-radius: 15px;
  border: 1px solid #0338a5;
}
main#tarificador_salud .carousel-item button[value=plus]:hover {
  background-color: #0338a5;
  color: #ffffff;
  border: 1px solid #0338a5;
}
main#tarificador_salud .btn {
  /*border: 1px solid $gris_dark;*/
  width: 125px;
  height: 125px;
}
main#tarificador_salud .btn:not(.ico) {
  padding: 0 0.2rem;
}
main#tarificador_salud .btn.ico {
  height: 125px;
}
main#tarificador_salud .btn.btn_solicita {
  background-color: #fff;
  width: 100% !important;
  height: auto;
  color: #0338a5;
  border: 1px solid #0338a5!important;
}
main#tarificador_salud .btn.tellamamos {
  background-color: #ffffff;
  color: #0338a5;
  border: 1px solid #0338a5!important;
  width: 80%;
  height: auto;
  margin: 1rem auto;
  display: block;
  font-size: 1.3rem;
  padding: 0.5rem;
}
main#tarificador_salud .btn.tellamamos:hover {
  background-color: #0338a5 !important;
  color: #ffffff;
}
main#tarificador_salud .btn_big .btn {
  width: 100%;
  max-width: 100% !important;
  height: 125px;
  background-color: #38B6FF;
  color: #fff;
}
main#tarificador_salud .btn_big .btn:hover {
  background-color: #0338a5 !important;
  color: #fff;
}
main#tarificador_salud .btn_activo,
main#tarificador_salud .btn:hover {
  background-color: #0338a5 !important;
  color: #fff;
}
main#tarificador_salud #botonesletras {
  width: 90%;
  max-width: 100% !important;
}
main#tarificador_salud #botonesletras .letra {
  width: 40px;
  height: 40px;
  margin: 5px;
  border: none;
  border-radius: 5px;
  background-color: #38B6FF;
  color: #fff;
}
main#tarificador_salud #botonesletras .letra:hover {
  background-color: #0338a5 !important;
  color: #fff;
}
main#tarificador_salud .sel-nacimiento {
  width: 100%;
  max-width: 100% !important;
}
main#tarificador_salud .sel-nacimiento select {
  min-width: 1px !important;
  width: auto !important;
}

#pasos > div {
  background-color: #0338a5;
  color: #fff;
  height: 30px;
}
#pasos > div .paso {
  height: 30px;
  padding-left: 0 !important;
}
#pasos > div .selected {
  background-color: #50bbfe;
}
#pasos > div .selected .triangulo {
  display: none !important;
}
#pasos > div .triangulo {
  background-color: #0338a5;
  width: 0;
  height: 0;
  border-left: 15px solid #50bbfe;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.avances {
  position: relative;
  /*position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;*/
}

@media screen and (max-width: 550px) {
  #contPresu {
    padding: 0;
  }
}
#contPresu #presupuesto {
  color: #fff !important;
  background: #0338a5;
  padding: 0.5rem;
}
#contPresu .producto .precios {
  color: #0338a5 !important;
}
#contPresu .total {
  font-size: 3.5rem;
}
@media screen and (max-width: 550px) {
  #contPresu .total {
    font-size: 2.5rem;
  }
}
#contPresu .titulo-pro,
#contPresu .producto {
  color: #0338a5;
}
#contPresu .producto {
  /*border:1px solid #ddd;
  border-radius: 15px;*/
}
#contPresu .producto .garantia .garan_descr {
  border-bottom: 2px solid #eee;
  margin-bottom: 0.5rem;
}
#contPresu .producto .garantia .coberturas > .cobertura {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
  padding: 0.1rem 0.4rem;
}
#contPresu .producto .garantia .coberturas > .cobertura:nth-child(even) {
  background-color: #3586fc2b;
}
#contPresu .producto .garantia .coberturas > .cobertura:nth-child(odd) {
  background-color: #3586fc17;
}
#contPresu .producto .pastilla {
  border: 2px solid #e5e5e5;
  padding: 1rem;
  border-radius: 40px;
}
#contPresu .producto .pastilla .preciomes {
  background-color: #0338a5;
  border-radius: 10px;
  font-size: 1.3rem;
  padding: 0.6rem;
  margin-bottom: 1rem;
  color: #fff;
}

.alert {
  max-width: 100% !important;
  margin: 1rem auto;
  padding: 0.5rem;
}

.flecha {
  width: 30px;
  padding: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 30px;
  transform: rotateZ(-45deg);
  position: relative;
}

.edad-amo:before,
.edad-amo:after {
  display: none !important;
}

span.cora {
  font-size: 1.3rem;
}

#opciones_2:before {
  content: none !important;
}

.row:before {
  content: none !important;
}

.row:after {
  content: none !important;
}

.carousel-control-next,
.carousel-control-prev,
.modal .btn {
  color: #0338a5 !important;
  position: relative;
  transition: all 0.5s ease;
  opacity: 1;
  font-weight: 500;
  width: auto;
  transition: all 0.2s linear;
}
.carousel-control-next:hover,
.carousel-control-prev:hover,
.modal .btn:hover {
  color: #0338a5;
}
.carousel-control-next .bi,
.carousel-control-prev .bi,
.modal .btn .bi {
  color: #0338a5;
  border: 2px solid #0338a5;
  border-radius: 50px;
  padding: 10px;
  line-height: 0;
}
.carousel-control-next .bi:before,
.carousel-control-prev .bi:before,
.modal .btn .bi:before {
  font-weight: 800 !important;
  font-size: 1rem;
}

.carousel-control-prev span {
  margin-right: 15px;
  transition: all 0.2s linear;
}
.carousel-control-prev:hover span {
  font-weight: 700;
  transition: all 0.2s linear;
}

.carousel-control-next span {
  margin-left: 15px;
  transition: all 0.2s linear;
}
.carousel-control-next:hover span {
  font-weight: 700;
  transition: all 0.2s linear;
}

div[id^=subopciones_] h3 {
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 575px) {
  div[id^=opciones_].row {
    align-items: center;
    gap: 0 !important;
  }
}

/******** accordion **********/
.accordion {
  cursor: pointer;
}
.accordion dt {
  display: flex;
  justify-content: center;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.accordion dt .bi {
  font-size: 1.3rem;
}
.accordion dt .bi:before {
  font-weight: 600 !important;
  font-size: 1.3rem;
}
.accordion dt, .accordion dd {
  padding: 10px;
}
.accordion dt a, .accordion dd a {
  display: block;
  color: #0338a5 !important;
  font-weight: bold;
  text-decoration: none;
  margin-right: 1rem;
}
.accordion dd:last-of-type {
  position: relative;
}

@media all and (max-width: 767px) {
  #opciones_1 > .row {
    padding-bottom: 1rem;
    border-bottom: 1px solid #0338A5;
  }
  #opciones_1 .form-check {
    padding-left: 0;
  }

  main#tarificador_salud .carousel-item #opciones_0 > div:last-child {
    flex: 0 0 auto;
    padding-top: 0;
  }
}

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