@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 */
main {
  padding: 24px 30px !important;
}

/* Seccioón marcas */
.franjaTexto {
  margin: 24px 0 !important;
}
.franjaTexto > .fusion-row > .colFlex + .colFlex {
  margin: 32px 0 0 0 !important;
}
.franjaTexto > .fusion-row > .colFlex .textoEditor {
  text-align: center;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.franjaTexto > .fusion-row > .colFlex .textoEditor em {
  color: #2c4592;
}

/* Fin sección marcas */
/* Sección trio */
#contenedorTrio > .fusion-row > .colFlex + .colFlex {
  margin: 24px 0 0 0 !important;
}
#contenedorTrio > .fusion-row > .colFlex > .fusion-column-wrapper {
  position: relative;
}
#contenedorTrio > .fusion-row > .colFlex > .fusion-column-wrapper .textoEditor {
  bottom: 20px;
  left: 50%;
  max-width: 420px;
  padding: 0 30px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

/* Fin sección */
/* 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;
  }

  /* Sección trio */
  #contenedorTrio > .fusion-row > .colFlex + .colFlex {
    margin: 32px 0 0 0 !important;
  }

  /* Fin sección */
}
@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: 33% !important;
  }
  .franjaTexto > .fusion-row > .colFlex:nth-child(2) {
    margin: 0 0 0 3.5% !important;
    width: 63.5% !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 {
    max-width: 800px;
    text-align: left;
  }

  /* Sección trio */
  #contenedorTrio {
    padding: 48px 30px !important;
  }
  #contenedorTrio > .fusion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #contenedorTrio > .fusion-row > .colFlex {
    width: 48% !important;
  }
  #contenedorTrio > .fusion-row > .colFlex + .colFlex {
    margin: 0 0 0 4% !important;
  }
  #contenedorTrio > .fusion-row > .colFlex:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  #contenedorTrio > .fusion-row > .colFlex:nth-child(n+3) {
    margin-top: 32px !important;
  }

  /* Fin sección */
}
@media only screen and (min-width: 1023px) {
  .franjaTexto {
    margin: 48px 0 !important;
  }
  .franjaTexto > .fusion-row > .colFlex:nth-child(1) {
    width: 31% !important;
  }
  .franjaTexto > .fusion-row > .colFlex:nth-child(2) {
    width: 65% !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: 125% !important;
  }

  #contenedorSobreIcte {
    margin: 64px 0 !important;
  }

  /* Sección trio */
  #contenedorTrio {
    padding: 64px 30px !important;
  }
  #contenedorTrio > .fusion-row > .colFlex {
    width: 31% !important;
  }
  #contenedorTrio > .fusion-row > .colFlex + .colFlex {
    margin: 0 0 0 3.5% !important;
  }
  #contenedorTrio > .fusion-row > .colFlex:nth-child(2n+1) {
    margin-left: 3.5% !important;
  }
  #contenedorTrio > .fusion-row > .colFlex:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  #contenedorTrio > .fusion-row > .colFlex:nth-child(n+3) {
    margin-top: 0px !important;
  }
  #contenedorTrio > .fusion-row > .colFlex:nth-child(n+4) {
    margin-top: 32px !important;
  }

  /* Fin sección */
}
@media only screen and (min-width: 1200px) {
  .franjaTexto {
    margin: 56px 0 !important;
  }
  .franjaTexto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
    font-size: 4rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }

  #contenedorSobreIcte {
    margin: 72px 0 !important;
  }
}
/* Fin mediaqueries */