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

.hero {
  background-color: #4A97D2;
}

.hero-body .container {
  width: 80%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.hero-body .container .title {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 800;
  margin-bottom: 3%;
}
.hero-body .container .subtitle {
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 1.5pt;
  font-weight: 600;
}
.hero-body .container .button {
  background-color: #004663;
  font-family: "Montserrat";
  text-transform: uppercase;
  border: none;
  color: #fff;
  transition: all, 1s;
  /* Mobile landscape *** */
}
.hero-body .container .button:hover {
  background-color: #015F86;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero-body .container .button {
    align-self: flex-end;
    width: 250px;
    margin-top: 3%;
  }
}

.cobertura-inicio .content .subtitle {
  color: #004663;
  font-family: "Montserrat";
  line-height: 1.5;
}
.cobertura-inicio .content .level-item {
  gap: 5%;
  /* Mobile landscape *** */
}
@media screen and (max-width: 1024px) {
  .cobertura-inicio .content .level-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.cobertura-inicio .content .level-item .subtitle {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 1.2pt;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-inicio .content .level-item .subtitle {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-inicio .content .level-item .subtitle {
    width: 50%;
  }
}

.cobertura-contenido {
  background-color: #f0f0f0;
}
.cobertura-contenido .title {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 800;
  line-height: 1.5;
}
.cobertura-contenido .tarjeta {
  width: 85%;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 28px;
  background: #F0F0F0;
  box-shadow: -8px 8px 16px #cacaca, 8px -8px 16px #ffffff;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 15%;
    padding: 5% 2%;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-contenido .tarjeta {
    width: 90%;
  }
}
.cobertura-contenido .tarjeta .level {
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-contenido .tarjeta .level {
    display: flex;
    flex-direction: column;
  }
}
.cobertura-contenido .tarjeta .level .content .subtitle {
  font-family: "Montserrat";
  font-weight: 800;
  color: #004663;
  line-height: 1.2;
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .subtitle {
    font-size: 1.5em;
  }
}
.cobertura-contenido .tarjeta .level .content .incluye {
  /* TABLET ** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .incluye {
    display: flex;
    flex-direction: row;
  }
}
.cobertura-contenido .tarjeta .level .content .incluye .level-item .item-incluye {
  font-family: "Montserrat";
  color: #004663;
  font-size: 1.3em;
  font-weight: 600;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .incluye .level-item .item-incluye {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-contenido .tarjeta .level .content .incluye .level-item .item-incluye {
    font-size: 1.1em;
    text-align: center;
  }
}
.cobertura-contenido .tarjeta .level .content .casos .level-item {
  /* TABLET ** */
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cobertura-contenido .tarjeta .level .content .casos .level-item .subtitulo-casos {
  /* TABLET ** */
  /* Mobile landscape *** */
  /* Mobile Portrait **/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item .subtitulo-casos {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item .subtitulo-casos {
    font-weight: 400;
    font-size: 1.5em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item .subtitulo-casos {
    font-size: 1.5em;
  }
}
.cobertura-contenido .tarjeta .level .content .casos .level-item .casos-texto {
  /* TABLET ** */
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item .casos-texto {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item .casos-texto {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-contenido .tarjeta .level .content .casos .level-item .casos-texto {
    text-align: center;
  }
}

.cobertura-requisitos .level-item {
  gap: 10%;
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-requisitos .level-item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-requisitos .level-item {
    display: flex;
    flex-direction: column;
  }
}
.cobertura-requisitos .level-item .subtitle {
  font-weight: 400;
  font-family: "Montserrat";
  color: #004663;
  /* Mobile landscape *** */
}
@media screen and (max-width: 1024px) {
  .cobertura-requisitos .level-item .subtitle {
    font-size: 1.5em;
  }
}
.cobertura-requisitos .level-item .content {
  /* Mobile Portrait **/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-requisitos .level-item .content {
    margin-top: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .cobertura-requisitos .level-item .content {
    margin-top: 5%;
  }
}
.cobertura-requisitos .level-item .content .subtitulo-h5 {
  font-family: "Montserrat";
  color: #004663;
}
.cobertura-requisitos .level-item .content .button {
  background-color: #004663;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #fff;
  transition: all, 1s;
}
.cobertura-requisitos .level-item .content .button:hover {
  background-color: #015F86;
}

.section-azulPrimario {
  background-color: #004663;
  padding-top: 9%;
  padding-bottom: 9%;
}
.section-azulPrimario .level {
  /* TABLET ****************************************************************************************************** */
  /* ipad mini*/
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
  /* * THIN MOBILE portrait /*******/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .section-azulPrimario .level {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section-azulPrimario .level {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .section-azulPrimario .level {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .section-azulPrimario .level {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .section-azulPrimario .level {
    display: flex;
    flex-direction: column;
  }
}
.section-azulPrimario .level .title {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 800;
  /* TABLET ** */
  /* TABLET  landscape*********************** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .section-azulPrimario .level .title {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .section-azulPrimario .level .title {
    width: 70%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .section-azulPrimario .level .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .section-azulPrimario .level .title {
    font-size: 1.8em;
  }
}
.section-azulPrimario .level .linea-horizontal {
  display: flex;
  width: 1px;
  height: 150px;
  background-color: #fff;
  margin: 0 15px;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* SMALL MOBILE portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .section-azulPrimario .level .linea-horizontal {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .section-azulPrimario .level .linea-horizontal {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .section-azulPrimario .level .linea-horizontal {
    width: 310px;
    height: 0.5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .section-azulPrimario .level .linea-horizontal {
    width: 70%;
  }
}
.section-azulPrimario .level .subtitle {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  padding: 20px 10px;
  /* TABLET ****************************************************************************************************** */
  /* ipad mini*/
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .section-azulPrimario .level .subtitle {
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section-azulPrimario .level .subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .section-azulPrimario .level .subtitle {
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .section-azulPrimario .level .subtitle {
    padding-top: 3%;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .section-azulPrimario .level .subtitle {
    padding: 0;
    font-size: 1.2em;
  }
}

.cobertura-asesor {
  background-image: url(/imgs/asesor_poliza_unica_2.webp);
  background-size: cover;
  height: 350px;
  /* Mobile landscape *** */
  /* Mobile Portrait **/
}
@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: 600px;
    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 .subtitle {
  margin-top: 3%;
}
.cobertura-asesor .column .button {
  color: #004663;
  font-family: "Montserrat";
  transition: all, 1s;
  border: none;
}
.cobertura-asesor .column .button:hover {
  background-color: #004663;
  color: #fff;
}

.otras-soluciones .subtitle {
  font-family: "Montserrat";
  color: #004663;
  line-height: 1.5;
  font-weight: 600;
  /* Mobile Portrait ****/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .otras-soluciones .subtitle {
    font-size: 1.3em;
  }
}
.otras-soluciones .container {
  gap: 5%;
  /* TABLET ** */
  /* Mobile Portrait ****/
  /* Mobile landscape *** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .otras-soluciones .container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .otras-soluciones .container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .otras-soluciones .container {
    display: flex;
    flex-direction: column;
  }
}
.otras-soluciones .container .tarjeta-soluciones {
  padding: 3%;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 28px;
  border-width: 1px;
  border-color: #004663;
  border-style: solid;
  /* TABLET ** */
  /* Mobile Portrait ****/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .otras-soluciones .container .tarjeta-soluciones {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .otras-soluciones .container .tarjeta-soluciones {
    width: 100%;
    padding: 5% 0;
  }
}
.otras-soluciones .container .tarjeta-soluciones .level .image {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .otras-soluciones .container .tarjeta-soluciones .level .image {
    width: 30%;
  }
}
.otras-soluciones .container .tarjeta-soluciones .level .column .title {
  color: #004663;
  font-family: "Montserrat";
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
.cobertura-cta .subtitle {
  /* Mobile Portrait ****/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-cta .subtitle {
    font-size: 1.8em;
  }
}
.cobertura-cta .content .subtitle {
  font-weight: 400;
  /* Mobile Portrait ****/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-cta .content .subtitle {
    font-size: 1.3em;
  }
}
.cobertura-cta .content .button {
  background-color: #004663;
  font-family: "Montserrat";
  color: #fff;
  transition: all, 1s;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cobertura-cta .content .button {
    margin-top: 5%;
  }
}
.cobertura-cta .content .button:hover {
  background-color: #015F86;
}/*# sourceMappingURL=cobertura.css.map */