/* Variables */
/* Mixines */
/* Fin de los mixines */
@media only screen and (max-width: 800px) {
  #content .page > .post-content > div + div {
    padding-top: 30px 0px !important;
  }
}

#main {
  padding-top: 0 !important;
  padding-bottom: 32px !important;
}

#contenedorIntroduccion .colFlex > .fusion-column-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

#contenedorIntroduccion .colFlex > .fusion-column-wrapper .tituloH2Apartado > h2 > span {
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenedorIntroduccion .colFlex > .fusion-column-wrapper .textoEditor > p:first-child > span {
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenedorIntroduccion .colFlex ~ .colFlex {
  padding-top: 24px !important;
}

#contenedorIntroduccion .colFlex ~ .colFlex .imageframe-align-center > .imageframe-liftup {
  margin: 0 auto !important;
}

#contenedorIntroduccion .fusion_builder_column_1_1 {
  margin-top: 24px !important;
}

/* Media queries */
@media only screen and (min-width: 640px) {
  #contenedorIntroduccion .colFlex {
    width: 100% !important;
  }
  #contenedorIntroduccion .colFlex > .fusion-column-wrapper .tituloH2Apartado > h2 > span {
    font-size: 3rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorIntroduccion .colFlex > .fusion-column-wrapper .textoEditor > p:first-child > span {
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorIntroduccion .colFlex ~ .colFlex {
    padding: 32px !important;
  }
  #contenedorIntroduccion .fusion_builder_column_1_1 {
    margin-top: 32px !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 800px) {
  #contenedorIntroduccion .colFlex > .fusion-column-wrapper .tituloH2Apartado > h2 > span {
    font-size: 3.5rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 1000px) {
  .cont-normas-internas{
    height: 550px !important;
  }
  #main {
    padding-bottom: 72px !important;
  }
  #contenedorIntroduccion .colFlex > .fusion-column-wrapper .tituloH2Apartado > h2 > span {
    font-size: 4rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorIntroduccion > .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;
  }
  #contenedorIntroduccion > .fusion-row > .colFlex:nth-child(1) {
    width: 58% !important;
  }
  #contenedorIntroduccion > .fusion-row > .colFlex:nth-child(3) {
    width: 38% !important;
  }
}

@media only screen and (min-width: 1000px) {
  #contenedorIntroduccion .colFlex > .fusion-column-wrapper .tituloH2Apartado > h2 > span {
    font-size: 4.5rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
}

/* fin de las media queries */
