@charset "UTF-8";
/* Colores cabecera */
/* Fin sección */
/* Colores enlaces textoEditor o post-content */
/* Fin sección */
/* Sección */
/* Fin */
/* Colores pie */
/* Fin sección */
/* Seccioón marcas */
.franjaTexto {
  margin: 24px 0 !important;
}
.franjaTexto > .fusion-row > .colFlex + .colFlex {
  border-bottom: 4px solid #d5dae9;
  margin: 32px 0 0 0 !important;
  padding-bottom: 24px;
}
.franjaTexto > .fusion-row > .colFlex:nth-child(1) > .fusion-column-wrapper {
  text-align: center;
}
.franjaTexto > .fusion-row > .colFlex .tituloH2Apartado {
  margin-bottom: 32px !important;
}
.franjaTexto > .fusion-row > .colFlex .textoEditor {
  text-align: left;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.franjaTexto > .fusion-row > .colFlex .textoEditor em {
  color: #2c4592;
}
.franjaTexto > .fusion-row > .colFlex .textoEditor + .fin {
  margin: 32px 0 0 0 !important;
}

/* Fin sección marcas */
/* Mediaqueries */
@media only screen and (min-width: 640px) {
  .franjaTexto {
    margin: 32px 0 !important;
  }
  .franjaTexto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
    font-size: 3rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }
  .franjaTexto > .fusion-row > .colFlex .textoEditor {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
}
@media only screen and (min-width: 767px) {
  .franjaTexto > .fusion-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .franjaTexto > .fusion-row > .colFlex:nth-child(1) {
    width: 34% !important;
  }
  .franjaTexto > .fusion-row > .colFlex:nth-child(1):nth-child(1) > .fusion-column-wrapper {
    text-align: right;
  }
  .franjaTexto > .fusion-row > .colFlex:nth-child(2) {
    margin: 0 0 0 6% !important;
    width: 60% !important;
  }
  .franjaTexto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
    text-align: right !important;
    font-size: 2.7rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }
  .franjaTexto > .fusion-row > .colFlex .textoEditor {
    text-align: left;
  }
}
@media only screen and (min-width: 1023px) {
  .franjaTexto {
    margin: 48px 0 !important;
  }
  .franjaTexto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
    font-size: 3.2rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }
  .franjaTexto > .fusion-row > .colFlex .textoEditor {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .franjaTexto {
    margin: 56px 0 !important;
  }
  .franjaTexto > .fusion-row > .colFlex + .colFlex {
    padding-bottom: 48px;
  }
  .franjaTexto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
    font-size: 4.5rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }
  .franjaTexto > .fusion-row > .colFlex .textoEditor {
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  .franjaTexto > .fusion-row > .colFlex .textoEditor + .fin {
    margin: 64px 0 0 0 !important;
  }
}
/* Fin mediaqueries */