* {
  box-sizing: border-box;
}
* p {
  font-size: 1.2em;
  font-family: "Mulish", sans-serif;
}

.hero {
  background-color: #4A97D2;
}
@media print {
  .hero {
    display: none;
  }
}

@media print {
  .hero-body {
    display: none;
  }
}
.hero-body .container .subtitle {
  color: #004663;
  font-weight: 800;
}
.hero-body .container .title {
  margin-top: 5px;
  letter-spacing: 1.5pt;
  text-transform: uppercase;
  font-family: "Montserrat";
  line-height: 1.6;
  color: #fff;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero-body .container .title {
    width: 100%;
    color: #fff;
  }
}
.hero-body .container .button {
  background-color: #004663;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  transition: all, 1s;
  border: none;
}
.hero-body .container .button:hover {
  background-color: #015F86;
}

.precio-inicio .container {
  display: flex;
  flex-direction: column;
  width: 85%;
}
.precio-inicio .container .subtitle {
  margin-bottom: 5%;
  font-family: "Montserrat";
}
.precio-inicio .container .title {
  font-family: "Montserrat";
  color: #004663;
  line-height: 1.5;
  margin-top: 3%;
}
.precio-inicio .container .subtitle {
  color: #015F86;
  margin-top: 5%;
  font-weight: 400;
}
@media print {
  .precio-inicio .parrafo-precio-inicio {
    display: none;
  }
}
.precio-inicio .frase-h2 {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 800;
  color: #004663;
  margin-top: 5%;
}

@media print {
  .precio-centro {
    display: none;
  }
}
.precio-centro .level {
  gap: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .precio-centro .level {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.precio-centro .level .columna1 .subtitle {
  color: #004663;
  font-weight: 400;
  margin-top: 10px;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .precio-centro .level .columna1 .subtitle {
    margin: 5% 0;
    font-weight: 600;
  }
}
.precio-centro .level .subtitle {
  color: #015F86;
  line-height: 1.5;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .precio-centro .level .subtitle {
    margin-top: 5%;
  }
}
.precio-centro .section .title {
  color: #004663;
}
.precio-centro .consulta-boton .subtitle {
  color: #004663;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .precio-centro .consulta-boton .subtitle {
    margin-bottom: 10%;
  }
}
.precio-centro .consulta-boton .button {
  background-color: #004663;
  color: #fff;
  border: none;
  text-transform: uppercase;
  transition: all, 1s;
}
.precio-centro .consulta-boton .button:hover {
  background-color: #015F86;
}

.cobertura-asesor {
  background-image: url(/imgs/asesor_poliza_unica_2.webp);
  background-size: cover;
  height: 450px;
  /* Mobile landscape *** */
  /* Mobile Portrait **/
}
@media print {
  .cobertura-asesor {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-asesor {
    background-image: url(/imgs/asesor_poliza_unica_2_mobile_landscape.webp);
    height: 400px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-asesor {
    background-image: url(/imgs/asesor_poliza_unica_2_mobile_portrait.webp);
    height: 700px;
    background-size: cover;
  }
}
.cobertura-asesor .column {
  /* Mobile landscape *** */
  /* Mobile Portrait **/
}
@media screen and (max-width: 1024px) {
  .cobertura-asesor .column {
    width: 60%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-asesor .column {
    width: 100%;
  }
}
.cobertura-asesor .column .title {
  font-family: "Montserrat";
  font-weight: 600;
  color: #004663;
  /* Mobile landscape *** */
}
@media screen and (max-width: 1024px) {
  .cobertura-asesor .column .title {
    font-size: 2em;
  }
}
.cobertura-asesor .column p {
  margin: 3% 0;
}
.cobertura-asesor .column .subtitle {
  color: #004663;
  font-weight: 600;
}
.cobertura-asesor .column .button {
  color: #004663;
  font-family: "Montserrat";
  transition: all, 1s;
  border: none;
}
.cobertura-asesor .column .button:hover {
  background-color: #004663;
  color: #fff;
}

.precio-cta {
  background-color: #004663;
}
@media print {
  .precio-cta {
    display: none;
  }
}
.precio-cta .container .title {
  color: #fff;
  font-family: "Montserrat";
  line-height: 1.5;
}
.precio-cta .container .subtitle {
  color: #fff;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .precio-cta .container .subtitle {
    margin-top: 10%;
  }
}
.precio-cta .container .button {
  color: #004663;
  transition: all, 1s;
}
.precio-cta .container .button:hover {
  background-color: #015F86;
  color: #fff;
}

.cotizador {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cotizador__h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.cotizador__monto_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cotizador__cantidad {
  margin-bottom: 10px;
}

.cotizador__cantidad label {
  display: block;
  margin-bottom: 5px;
}

.cotizador__cantidad input {
  width: 280px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.boton_calcular {
  padding: 10px 20px;
  background-color: #004663;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.boton_calcular:hover {
  background-color: #015F86;
}

.cotizacion {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

.contact-info {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
}

.cotizador__botones {
  display: flex;
  justify-content: space-around;
  margin-top: -20px;
}

.cotizador__botones button {
  padding: 10px 20px;
  background-color: #ccc;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
@media print {
  .cotizador__botones button {
    display: none;
  }
}/*# sourceMappingURL=precio.css.map */