@charset "UTF-8";
* {
  box-sizing: border-box;
}
* p {
  font-size: 1.1em;
  line-height: 1.6;
}

.head-contacto {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.head-contacto .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  /* Mobile Portrait ******/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .head-contacto .container {
    justify-content: center;
  }
}
.head-contacto .container .icon {
  color: #004663;
  padding-right: 10px;
}
.head-contacto .container .telefono_contacto {
  font-family: "Mulish";
}
.head-contacto .container .link-telefono {
  color: #004663;
}

.hero {
  background-image: url(/imgs/hero_inicio-hor.webp);
  background-size: cover;
  height: 750px;
  /* 
  TABLET-portrait-************************************************************************************************* */
  /* TABLET-landscape--*************************************************************************************************/
  /* Mobile landscape *****/
  /* Mobile Portrait ******/
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE landscape * */
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 1728px) {
  .hero {
    background-image: url(/imgs/hero_inicio-widescreen.webp);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .hero {
    background-image: url(/imgs/heroImg_poliza_unica_cobertura_tablet.webp);
    height: 950px;
    background-size: cover;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .hero {
    background-image: url(/imgs/hero_inicio-tablet-hor.webp);
    background-size: cover;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero {
    background-image: url(/imgs/hero_poliza_unica_ipmini.webp);
    background-size: cover;
    height: 920px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero {
    background-image: url(/imgs/heroImg_poliza_unica_cobertura_horizontal.webp);
    background-size: cover;
    height: 600px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero {
    background-image: url(/imgs/hero_inicio-thin-portrait.webp);
    height: 990px;
    background-size: cover;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .hero {
    background-image: url(/imgs/hero_inicio-thin-portrait.webp);
    background-size: cover;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .hero {
    background-image: url(/imgs/hero_poliza_unica_small_landscape.webp);
    background-size: cover;
    height: 650px;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .hero {
    background-image: url(/imgs/hero_inicio-thin-portrait.webp);
    background-size: cover;
    height: 650px;
  }
}
.hero .hero-body {
  width: 65%;
  height: auto;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait *******************************************************************************************************/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .hero .hero-body {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero .hero-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero .hero-body {
    width: 100%;
  }
}
.hero .hero-body .container {
  margin-top: 8%;
}
.hero .hero-body .container .subtitle {
  font-family: "Montserrat";
  font-weight: 800;
  color: #004663;
  margin-bottom: 3%;
  line-height: 1.2;
  /* Mobile Portrait ***/
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE landscape *** */
  /* SMALL MOBILE  portrait**/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero .hero-body .container .subtitle {
    font-size: 2.5em;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .hero .hero-body .container .subtitle {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .hero .hero-body .container .subtitle {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .hero .hero-body .container .subtitle {
    font-size: 1.8em;
  }
}
.hero .hero-body .container .title {
  width: 100%;
  font-family: "Montserrat";
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #fff;
  margin: 5% 0;
  /* * THIN MOBILE portrait /*******/
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .hero .hero-body .container .title {
    font-size: 2.5vmax;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
.hero .hero-body .container .button {
  background-color: #004663;
  border-width: 0;
  font-family: "Montserrat";
  text-transform: uppercase;
  /* Mobile Portrait ***/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero .hero-body .container .button {
    margin-top: 5%;
  }
}
.hero .hero-body .container .button .button-text {
  color: #fff;
}
.hero .hero-body .container .button:hover {
  background-color: #015F86;
}

.section-azulPrimario {
  background-color: #004663;
  padding-top: 9%;
  padding-bottom: 9%;
}
.section-azulPrimario .level {
  /* TABLET ****************************************************************************************************** */
  /* 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: 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  landscape****************************************************************************************************** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE  portrait**/
}
@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 ****************************************************************************************************** */
  /* 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;
  }
}
@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;
  }
}

.beneficios {
  background-color: #f0f0f0;
}
.beneficios .content .title {
  color: #004663;
  margin-bottom: 2%;
  font-family: "Montserrat";
  font-weight: 800;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait **/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .beneficios .content .title {
    line-height: 1.5;
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .beneficios .content .title {
    line-height: 1.4;
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .beneficios .content .title {
    font-size: 1.8em;
  }
}
.beneficios .content .subtitle {
  margin-top: 3%;
  margin-left: 5%;
  margin-right: 5%;
}
.beneficios .level .title {
  margin-top: 3%;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2pt;
  font-family: "Montserrat";
  font-weight: 400;
  color: #004663;
}
.beneficios .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.beneficios .container .level {
  /* TABLET ****************************************************************************************************** */
  /* TABLET  landscape****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .beneficios .container .level {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .beneficios .container .level {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .beneficios .container .level {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.beneficios .container .level .card {
  width: 250px;
  padding: 20px;
  border-radius: 10px;
  margin: 15px;
  border-radius: 28px;
  background: #F0F0F0;
  box-shadow: -8px 8px 16px #cacaca, 8px -8px 16px #ffffff;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .beneficios .container .level .card {
    margin-bottom: 40px;
  }
}
.beneficios .container .level .card .card-body {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
}
.beneficios .container .level .card .card-body .card-header-title {
  color: #004663;
  font-family: "Mulish";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.beneficios .beneficios-arrendatario {
  margin-top: 2%;
}
.beneficios .beneficios-arrendatario .level {
  padding: 0 5%;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .beneficios .beneficios-arrendatario .level {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .beneficios .beneficios-arrendatario .level {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .beneficios .beneficios-arrendatario .level {
    padding: 0;
  }
}
.beneficios .beneficios-arrendatario .level .title {
  padding-bottom: 2%;
  text-align: center;
  /* TABLET  landscape****************************************************************************************************** */
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .beneficios .beneficios-arrendatario .level .title {
    text-align: left;
    width: 75%;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .beneficios .beneficios-arrendatario .level .title {
    font-size: 1.4em;
  }
}
.beneficios .beneficios-arrendatario .level .linea-vertical {
  width: 2px;
  height: 80px;
  margin: 0 4%;
  background-color: #004663;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .beneficios .beneficios-arrendatario .level .linea-vertical {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .beneficios .beneficios-arrendatario .level .linea-vertical {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .beneficios .beneficios-arrendatario .level .linea-vertical {
    width: 95%;
    height: 1px;
    margin-bottom: 5%;
    display: flex;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .beneficios .beneficios-arrendatario .level .subtitle {
    text-align: center;
  }
}
.beneficios .beneficios-CTA .level-item {
  /* SMALL MOBILE  portrait**/
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .beneficios .beneficios-CTA .level-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.beneficios .beneficios-CTA .level-item .title {
  margin-right: 7%;
  font-weight: 400;
  font-family: "Montserrat";
  color: #004663;
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE  portrait**/
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .beneficios .beneficios-CTA .level-item .title {
    font-size: 2.8vmax;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .beneficios .beneficios-CTA .level-item .title {
    font-size: 2em;
    margin-top: -25%;
    margin-bottom: 15%;
    padding: 0;
  }
}
.beneficios .beneficios-CTA-cierre .subtitle {
  color: #004663;
}
.beneficios .beneficios-CTA-cierre .button {
  width: 200px;
  margin-top: 3%;
  background-color: #004663;
  font-family: "Montserrat";
  border-width: 0;
}
.beneficios .beneficios-CTA-cierre .button:hover {
  background-color: #015F86;
}
.beneficios .beneficios-CTA-cierre .button .button-text {
  color: #fff;
  text-transform: uppercase;
}

.necesitas .section {
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .necesitas .section {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .necesitas .section {
    display: flex;
    flex-direction: column;
  }
}
.necesitas .section .level .title {
  width: 50%;
  color: #004663;
  font-family: "Montserrat";
  font-weight: 800;
  margin-right: 5%;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile portrait*/
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE landscape **/
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .necesitas .section .level .title {
    width: 100%;
    font-size: 2em;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .necesitas .section .level .title {
    width: 100%;
    font-size: 2em;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .necesitas .section .level .title {
    width: 100%;
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .necesitas .section .level .title {
    width: 100%;
    font-size: 1.8em;
    margin-top: -20%;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .necesitas .section .level .title {
    margin-top: -10%;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .necesitas .section .level .title {
    font-size: 1.6em;
  }
}
.necesitas .section .level .subtitle {
  width: 85%;
  text-align: left;
  line-height: 1.6;
  font-family: "Montserrat";
  font-weight: 400;
  color: #015F86;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile portrait*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .necesitas .section .level .subtitle {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .necesitas .section .level .subtitle {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .necesitas .section .level .subtitle {
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }
}
.necesitas .section .imagina .title {
  font-family: "Montserrat";
  font-weight: 400;
  color: #004663;
  /* SMALL MOBILE  portrait**/
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .necesitas .section .imagina .title {
    font-size: 1.4em;
    margin-top: -5%;
  }
}
.necesitas .section .imagina .subtitle {
  font-family: "Montserrat";
  color: #004663;
  font-weight: 600;
}
.necesitas .section .imagina p {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 18px;
}
.necesitas .section .content .subtitle {
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.6;
}
.necesitas .necesitas-CTA .button {
  width: 200px;
  border-width: 0;
  background-color: #004663;
  color: #fff;
  margin-top: 3%;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.necesitas .necesitas-CTA .button:hover {
  background-color: #015F86;
}

.imagina .title {
  text-transform: uppercase;
}

.asesor {
  margin-top: 5%;
  background-color: #004663;
  background-image: url(/imgs/asesor-poliza-unica-6.webp);
  background-size: cover;
  background-repeat: no-repeat;
  /* TABLET ****************************************************************************************************** */
  /* TABLET  landscape */
  /* Mobile landscape * */
  /* SMALL MOBILE landscape ** */
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .asesor {
    background-image: url(/imgs/asesor-poliza-unica-6-tablet.webp);
    background-size: cover;
    height: 1100px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .asesor {
    background-image: url(/imgs/asesor-poliza-unica-tablet_landscape.webp);
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .asesor {
    background-image: url(/imgs/asesor-poliza-unica-6-tablet.webp);
    height: 1100px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .asesor {
    background-image: url(/imgs/asesor-poliza-unica-6-mobile-portrait.webp);
    background-size: cover;
    height: 1100px;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .asesor {
    background-image: url(/imgs/asesor-poliza-unica-small-landscape.webp);
    background-size: cover;
    height: 950px;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .asesor {
    background-image: url(/imgs/asesor-poliza-unica-6-mobile-portrait.webp);
  }
}
.asesor .level {
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .asesor .level {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .asesor .level {
    display: flex;
    flex-direction: column;
  }
}
.asesor .level .section {
  width: 60%;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .asesor .level .section {
    width: 85%;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .asesor .level .section {
    width: 85%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .asesor .level .section {
    width: 100%;
    text-align: center;
  }
}
.asesor .level .section .content {
  /* TABLET ****************************************************************************************************** */
}
.asesor .level .section .content .title {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1pt;
  /* * THIN MOBILE portrait /*******/
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .asesor .level .section .content .title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .asesor .level .section .content p {
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .asesor .level .section .content p {
    color: #fff;
  }
}
.asesor .level .section .content .subtitle {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 400;
}
.asesor .level .section .content .subtitle-alt {
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  /* * THIN MOBILE portrait /*******/
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .asesor .level .section .content .subtitle-alt {
    font-size: 1.4em;
  }
}
.asesor .level .section .content .sub-h4 {
  color: #015F86;
  line-height: 1.5;
}
.asesor .level .section .content .button {
  font-family: "Montserrat";
  margin-top: 3%;
  border-width: 0;
  color: #004663;
}
.asesor .level .section .content .button:hover {
  background-color: #004663;
  color: #fff;
}

.pasos {
  background-color: #F0F0F0;
}
.pasos .container .title {
  font-family: "Montserrat";
  color: #004663;
  font-weight: 800;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .container .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .pasos .container .title {
    font-size: 1.6em;
  }
}
.pasos .pasos-contenedor {
  margin-top: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* SMALL MOBILE landscape ****************************************************************************************************** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-contenedor {
    flex-direction: column;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-contenedor {
    flex-direction: column;
    align-items: center;
  }
}
.pasos .pasos-contenedor .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px;
}
.pasos .pasos-contenedor .content .level {
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* SMALL MOBILE landscape ***/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-contenedor .content .level {
    display: flex;
    flex-direction: row;
  }
}
.pasos .pasos-contenedor .content .level .alt {
  font-family: "Montserrat";
  font-weight: 600;
  color: #004663;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* * THIN MOBILE portrait /*******/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level .alt {
    font-weight: 800;
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-contenedor .content .level .alt {
    font-weight: 800;
    font-size: 2em;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .pasos .pasos-contenedor .content .level .alt {
    font-weight: 800;
    font-size: 2em;
  }
}
.pasos .pasos-contenedor .content .subtitle {
  font-family: "Montserrat";
  color: #004663;
  font-weight: 400;
  margin-top: 2%;
}
.pasos .pasos-resultado {
  width: 75%;
  padding: 5%;
  margin-top: 5%;
  border-radius: 28px;
  background: #F0F0F0;
  box-shadow: -8px 8px 16px #cacaca, 8px -8px 16px #ffffff;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-resultado {
    width: 90%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado {
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado {
    width: 100%;
    text-align: center;
  }
}
.pasos .pasos-resultado .subtitle {
  font-family: "Montserrat";
  color: #015F86;
  margin: 0 20px;
  font-weight: 400;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE landscape *** */
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-resultado .subtitle {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .subtitle {
    font-size: 3vmax;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado .subtitle {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .subtitle {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .pasos .pasos-resultado .subtitle {
    font-size: 1.4em;
    margin: 0;
  }
}
.pasos .pasos-resultado .content {
  /* Mobile landscape ** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE landscape ** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .content {
    display: flex;
    margin-left: 3%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pasos .pasos-resultado .content .image {
  width: 25%;
  margin-bottom: 5%;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****/
  /* SMALL MOBILE landscape ** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .pasos .pasos-resultado .content .image {
    width: 20%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .image {
    width: 20%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .image {
    width: 30%;
  }
}
.pasos .pasos-resultado .content .sub-h3 {
  font-family: "Montserrat";
  color: #004663;
  font-weight: 400;
  line-height: 1.6;
  /* Mobile Portrait ****/
  /* Mobile landscape ****/
  /* SMALL MOBILE landscape **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .pasos .pasos-resultado .content .sub-h3 {
    font-size: 1.1em;
    line-height: 1.3;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .sub-h3 {
    width: 80%;
    font-size: 2.5vmax;
    text-align: right;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .pasos .pasos-resultado .content .sub-h3 {
    font-size: 3.5vmax;
    text-align: center;
  }
}
.pasos .pasos-servicio-investigacion .container .subtitle {
  font-family: "Montserrat";
  font-weight: 800;
  color: #004663;
}
.pasos .pasos-servicio-investigacion .container .section h4 {
  font-family: "Montserrat";
  color: #015F86;
  font-weight: 400;
}
.pasos .pasos-servicio-investigacion .container .button {
  background-color: #004663;
  border: none;
  color: #fff;
  font-family: "Montserrat";
  transition: all, 1s;
}
.pasos .pasos-servicio-investigacion .container .button:hover {
  background-color: #015F86;
}
.pasos .pasos-servicio-investigacion .container .button p {
  margin-left: 10px;
}

.cierre-inicio {
  background-image: url(/imgs/poliza_unica_protección_renta.webp);
  background-size: cover;
  background-repeat: no-repeat;
  /* Mobile Portrait ****/
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE landscape **** */
  /* SMALL MOBILE  portrait**/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cierre-inicio {
    background-image: url(/imgs/poliza_unica_protección_renta_mobile-portrait.webp);
    background-size: cover;
    height: 800px;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .cierre-inicio {
    background-image: url(/imgs/poliza_unica_protección_renta_mobile-portrait.webp);
    background-size: cover;
    height: 850px;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .cierre-inicio {
    background-image: url(/imgs/poliza_unica_protección_renta_mobile-portrait.webp);
    background-size: cover;
    height: 750px;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .cierre-inicio {
    background-image: url(/imgs/poliza_unica_protección_renta_small-portrait.webp);
    background-size: cover;
    height: 900px;
  }
}
.cierre-inicio .section .level {
  margin-top: 30%;
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE landscape **** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .cierre-inicio .section .level {
    margin-top: 35%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cierre-inicio .section .level {
    margin-top: 45%;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .cierre-inicio .section .level {
    margin-top: 45%;
  }
}
.cierre-inicio .section .level .content {
  margin-top: 5%;
}
.cierre-inicio .section .level .content .title {
  font-family: "Montserrat";
  color: #004663;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
  /* SMALL MOBILE  portrait**/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .cierre-inicio .section .level .content .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .cierre-inicio .section .level .content .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cierre-inicio .section .level .content .title {
    font-size: 2em;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .cierre-inicio .section .level .content .title {
    font-size: 1.6em;
  }
}
.cierre-inicio .section .level .content .p-alt {
  color: #004663;
}

.cta-inicio .content .title {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1pt;
  margin-bottom: 5%;
  /* Mobile Portrait ****/
  /* * THIN MOBILE portrait /*******/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cta-inicio .content .title {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .cta-inicio .content .title {
    margin-bottom: 10%;
    font-size: 1.4em;
  }
}
.cta-inicio .content .subtitle {
  color: #015F86;
  /* Mobile Portrait ****/
  /* Mobile landscape ** */
  /* * THIN MOBILE portrait /*******/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cta-inicio .content .subtitle {
    font-family: "Montserrat";
    font-size: 2vmax;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .cta-inicio .content .subtitle {
    font-family: "Montserrat";
    font-size: 2.5vmax;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .cta-inicio .content .subtitle {
    font-size: 2.2vmax;
    margin-top: 10%;
  }
}
.cta-inicio .content .cta-cierre {
  color: #004663;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 5%;
}
.cta-inicio .content .button {
  font-family: "Montserrat";
  color: #004663;
  margin-top: 2%;
}
.cta-inicio .content .button:hover {
  background-color: #004663;
  color: #fff;
}
.cta-inicio .content .button .icon:hover {
  color: #fff;
}/*# sourceMappingURL=inicio.css.map */