.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-2 {
  background-color: #1b2b1a;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.nav-link {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #ddb682;
}

.nav-link.w--current {
  color: #ddb582;
}

.nav-link-2 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #ddb682;
}

.nav-link-2.w--current {
  color: #ddb582;
}

.nav-link-3 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-3:hover {
  color: #ddb682;
}

.nav-link-3.w--current {
  color: #ddb582;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.div-block {
  background-image: url('../images/Head_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25%;
  padding-bottom: 20%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 350px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-2 {
  text-align: center;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}

.titulon {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.titulon.columna2 {
  color: #444;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-3 {
  color: #000;
}

.section {
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.nav-link-4 {
  color: #fff;
  background-color: #084931;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-4:hover {
  color: #ddb682;
  background-color: #108e5f;
}

.nav-link-4.w--current {
  color: #ddb582;
  background-color: #108e5f;
}

.section-2 {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  padding: 140px 78px 140px 56px;
}

.tituloburo {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 87px;
}

.tituloburo.aviso {
  font-size: 80px;
}

.rotate-wrap {
  width: 800px;
  height: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.rotatingtext {
  color: #fff;
  text-align: center;
  margin-top: -6px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 100px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.container-3 {
  text-align: center;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 130px;
  padding-left: 5%;
  padding-right: 5%;
}

.button {
  z-index: 50;
  background-color: #fff0;
  background-image: url('../images/WP_icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px 30px 30px 0;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 30px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.container-5 {
  background-image: url('../images/particulares.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.img_agencias {
  background-image: url('../images/agencias.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-3 {
  background-color: #303030;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-4.derechos {
  color: gray;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
}

.avisodepriv {
  color: gray;
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.avisodepriv:hover {
  color: #fff;
}

.button-2 {
  color: #fff;
  background-color: #4dcb5b;
  border-radius: 8px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.button-2:hover {
  background-color: #16c60c;
}

.section-4 {
  margin-bottom: 100px;
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
}

.link {
  color: #000;
  text-decoration: none;
}

.bold-text {
  text-decoration: underline;
}

.div-block-2 {
  background-image: url('../images/avis_d_priv.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 10%;
}

.text_aviso {
  padding: 50px 10%;
}

.text-block-5 {
  color: #444;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-3 {
  background-image: url('../images/particulares_img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 10%;
}

.txt_particulares {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.txt_particulares.pie {
  margin-bottom: 70px;
}

.txt_particulares.correo {
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
}

.section-5 {
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.contenido {
  margin-top: 140px;
  margin-bottom: 250px;
  padding: 140px 50px 200px;
  transform: skew(0deg);
}

.container-7 {
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
}

.tiles_incluye {
  color: #777;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tiles_incluye.titulo {
  color: #444;
  border-bottom: 3px #333;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}

.bold-text-3 {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.image-2, .image-3, .image-4, .image-5 {
  width: 200px;
}

.section-7 {
  text-align: center;
  background-color: #f3f3f3;
  margin-top: 300px;
  padding: 60px 180px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 20px;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/agencias_1.jpg');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 10%;
}

.section-8 {
  text-align: center;
  margin: 120px 5% 150px;
}

.grid-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

.container-8, .container-9, .container-10 {
  width: 500px;
  margin-top: 40px;
}

.section-10 {
  text-align: center;
  margin: 180px 200px 100px;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
  display: inline-block;
}

.image-6 {
  margin-right: 10px;
}

.section-11 {
  padding-top: 50px;
}

.img_ag {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-7, .image-8, .image-9, .image-10, .image-11 {
  width: 150px;
}

.image-12 {
  width: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-13 {
  width: 150px;
}

.button-3 {
  background-color: #3898ec00;
  background-image: url('../images/email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.div-block-6 {
  background-image: url('../images/Contacto-copia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 13%;
}

.titulo_contacto {
  color: #000;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.txt_contacto {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
}

.button-4 {
  text-align: center;
  background-color: #25d366;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.button-4.correo {
  background-color: #007bff;
}

.div-block-7 {
  text-align: center;
}

.div-block-7.wp {
  background-color: #ceddcc;
  border-radius: 15px;
  flex: 1;
  margin: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-7.semi {
  background-color: #cbcfd8;
  border-radius: 15px;
  flex: 1;
  margin: 30px;
  padding: 10px 30px;
}

.div-block-8 {
  margin: 60px 3%;
  display: flex;
}

.section-12 {
  flex-flow: row;
  display: flex;
}

.txt_junto {
  white-space: nowrap;
}

.que_inluye {
  position: relative;
}

.fondo-inclinida {
  z-index: -1;
  background-color: #e7f8f2;
  position: absolute;
  inset: 0%;
  transform: skew(0deg, -4deg);
}

.fondo-inclinida.fi_inicio {
  background-color: #ddb58229;
}

.fondo-inclinida.beneficios {
  background-color: #d9e5e1;
}

.image-14 {
  width: 120px;
  height: 120px;
}

.image-15 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.titulo_ns {
  text-align: center;
  margin-bottom: 114px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

.recuerda {
  color: #9b9b9b;
  text-align: justify;
  border-left: 3px solid #c4c4c4;
  margin-left: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.image-16 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-9 {
  margin-top: 92px;
}

.section-14 {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  inset: 0% 0% auto;
}

.section-15 {
  text-align: center;
}

.section-18 {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.titulos_agencias {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.txt_centro_bk {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  line-height: 45px;
}

.bold-text-4 {
  color: #777;
  font-size: 25px;
  line-height: 45px;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-left: 5px;
  }

  .navbar-2 {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #1b2b1a;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .nav-link {
    text-align: center;
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .nav-link-2, .nav-link-3 {
    text-align: center;
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
  }

  .container {
    flex: 1;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .icon {
    color: #fff;
    font-size: 50px;
  }

  .icon:focus {
    color: #ddb582;
  }

  .menu-button {
    flex: 0 auto;
    padding: 10px 5px;
  }

  .menu-button.w--open {
    background-color: #1b2b1a;
  }

  .body {
    background-size: 120%;
  }

  .div-block {
    background-position: 50% 0;
    padding-top: 50%;
    padding-bottom: 40%;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .titulon {
    font-size: 30px;
  }

  .text-block-3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .nav-link-4 {
    text-align: center;
    background-color: #108e5f;
    border-radius: 3px;
    width: 250px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .tituloburo {
    margin-bottom: -15px;
    font-size: 90px;
    font-weight: 700;
    line-height: 55px;
  }

  .tituloburo.aviso {
    font-size: 60px;
  }

  .tituloburo.agencias {
    line-height: 86px;
  }

  .rotate-wrap {
    width: 80%;
    height: 80px;
    margin-top: 35px;
  }

  .rotatingtext {
    margin-top: -14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-4.derechos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4 {
    padding-top: 128px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    background-position: 50% 16%;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 15%;
  }

  .text_aviso {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .image {
    width: 50%;
  }

  .grid {
    margin-top: 100px;
  }

  .contenido {
    padding: 100px 40px 150px;
  }

  .tiles_incluye.titulo {
    margin-bottom: 10px;
    line-height: 26px;
  }

  .bold-text-3 {
    font-size: 40px;
    line-height: 39px;
  }

  .section-7 {
    margin-top: 200px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-5 {
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .section-8 {
    margin: 63px 70px 99px;
  }

  .section-10 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-11 {
    padding-top: 40px;
  }

  .div-block-8 {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-12 {
    flex-flow: column;
    display: flex;
  }

  .titulo_ns {
    font-size: 70px;
  }

  .recuerda {
    font-size: 24px;
    line-height: 31px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-size: 180%;
  }

  .div-block {
    background-position: 50% 0;
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .container-2.agencias {
    margin-top: 81px;
  }

  .titulon.columna2 {
    margin-top: 10px;
    font-size: 45px;
  }

  .section {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .section-2 {
    padding: 60px 20px 100px;
  }

  .tituloburo {
    font-size: 65px;
    font-weight: 700;
    line-height: 63px;
  }

  .tituloburo.aviso {
    font-size: 38px;
  }

  .tituloburo.agencias {
    font-size: 70px;
    line-height: 62px;
  }

  .rotate-wrap {
    margin-top: 9px;
  }

  .rotatingtext {
    font-size: 55px;
  }

  .section-4 {
    margin-bottom: 57px;
    padding-top: 142px;
    padding-bottom: 55px;
  }

  .div-block-2 {
    background-position: 50%;
    padding-top: 20%;
  }

  .text_aviso {
    padding-left: 4%;
    padding-right: 4%;
  }

  .div-block-3 {
    padding-top: 25%;
    padding-bottom: 20%;
  }

  .txt_particulares {
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
  }

  .txt_particulares.correo {
    font-size: 25px;
  }

  .section-5 {
    margin-top: 50px;
  }

  .image {
    width: 50%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .contenido {
    margin-bottom: 100px;
  }

  .tiles_incluye.titulo {
    margin-bottom: 10px;
  }

  .bold-text-3 {
    font-size: 41px;
  }

  .section-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .section-8 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-2 {
    margin-top: 20px;
  }

  .section-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-8 {
    margin: 20px 10px;
  }

  .image-14 {
    width: 250px;
    height: 250px;
  }

  .image-15 {
    width: 50%;
  }

  .titulo_ns {
    line-height: 63px;
  }

  .recuerda {
    border-top: 2px solid #b9b8b8;
    border-left-width: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 200%;
  }

  .div-block {
    background-position: 71%;
    padding-top: 85%;
    padding-bottom: 70%;
  }

  .container-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-2.agencias {
    margin-top: 78px;
  }

  .titulon {
    font-size: 25px;
  }

  .titulon.columna2 {
    margin-top: 10px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .section {
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-link-4 {
    margin-bottom: 10px;
  }

  .section-2 {
    padding: 20px 15px 100px;
  }

  .rotatorio {
    margin-top: -18px;
  }

  .tituloburo {
    font-size: 60px;
    line-height: 60px;
  }

  .tituloburo.agencias {
    font-size: 50px;
    line-height: 57px;
  }

  .rotate-wrap {
    width: 70%;
    height: 50px;
    margin-top: 18px;
  }

  .rotatingtext {
    margin-top: -30px;
    font-size: 40px;
  }

  .container-3 {
    margin-top: 50px;
    margin-bottom: 75px;
  }

  .button {
    background-image: url('../images/WP_icon.png');
  }

  .text-block-4 {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 14px;
    font-weight: 400;
  }

  .section-4 {
    margin-bottom: 101px;
    padding-top: 80px;
    padding-bottom: 86px;
  }

  .div-block-2 {
    background-position: 50%;
    background-size: cover;
    padding-top: 30%;
    padding-bottom: 20%;
  }

  .text_aviso {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-3 {
    padding-top: 35%;
    padding-bottom: 30%;
  }

  .txt_particulares {
    font-size: 20px;
    line-height: 29px;
  }

  .txt_particulares.correo {
    font-size: 18px;
  }

  .section-5 {
    margin-top: 40px;
  }

  .image {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .grid {
    margin-top: 20px;
  }

  .contenido {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 87px 10px 40px;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .tiles_incluye {
    font-size: 18px;
  }

  .tiles_incluye.titulo {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 40px;
    line-height: 51px;
  }

  .section-7 {
    margin-top: 70px;
    padding: 40px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-5 {
    padding-top: 35%;
    padding-bottom: 30%;
  }

  .section-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-8 {
    margin-top: 50px;
  }

  .img_ag {
    width: 300px;
  }

  .button-3 {
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .div-block-6 {
    padding-top: 35%;
    padding-bottom: 30%;
  }

  .titulo_contacto {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .txt_contacto {
    font-size: 20px;
  }

  .button-4 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
  }

  .button-4.correo {
    font-size: 16px;
  }

  .div-block-7.wp, .div-block-7.semi {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-14 {
    width: 40%;
    height: 40%;
  }

  .image-15 {
    width: 50%;
  }

  .titulo_ns {
    font-size: 60px;
    line-height: 57px;
  }

  .recuerda {
    font-size: 24px;
    line-height: 30px;
  }

  .section-14 {
    padding-top: 80px;
  }

  .section-18 {
    padding-top: 70px;
  }

  .titulos_agencias {
    font-size: 40px;
    line-height: 40px;
  }

  .txt_centro_bk {
    font-size: 20px;
    line-height: 40px;
  }
}


