@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap");
#fusion-slider-40 h2 {
  -webkit-text-stroke: 2px #ffffff !important;
  color: transparent;
  line-height: 1 !important;
  font-size: 80px !important;
}

#fusion-slider-40 h2 span {
  -webkit-text-stroke: 0px transparent;
  color: #ffffff;
  font-size: 70px !important;
}

html main #contenedorAnclas {
  padding-top: 48px !important;
}
html #contenedorTitularAnclas + .fusion-flex-container {
  margin-top: 35px !important;
}

#contenedorAnclas > .fusion-row {
  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-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

#contenedorAnclas > .fusion-row > .colFlex {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin: 14px 0 0 0 !important;
}

#contenedorAnclas > .fusion-row > .colFlex .tituloH3Apartado > h3 {
  color: #000;
  text-transform: uppercase !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 125% !important;
}

#contenedorAnclas.fusion-container-stuck {
  top: 45px !important;
}


#contenedorIntroduccion {
  padding: 0 30px !important;
}

#contenedorIntroduccion > .fusion-row > .colFlex {
  width: 100% !important;
}

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

.contenedorDosColumnasEspecial {
  margin-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.contenedorDosColumnasEspecial > .fusion-row {
  padding: 0 0 48px 0 !important;
}

.contenedorDosColumnasEspecial > .fusion-row > .especial {
  margin: 0 !important;
}

.contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper {
  padding: 24px !important;
}

.contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .tituloH2Apartado > h2 {
  text-align: center !important;
  font-size: 2.4rem !important;
  font-weight: 900 !important;
  line-height: 125% !important;
}

.contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .btn {
  margin-top: 24px !important;
}

.contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .btn span {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

.contenedorDosColumnasEspecial + div {
  margin-top: 30px !important;
}

/* Media queries */
@media only screen and (min-width: 480px) {
  .contenedorDosColumnasEspecial > .fusion-row {
    padding: 16px 0 48px 0 !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .tituloH2Apartado > h2 {
    font-size: 3rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .btn span {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 640px) {
  #contenedorIntroduccion {
    margin: 32px 0 48px 0 !important;
  }
  #contenedorAnclas > .fusion-row > .colFlex {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
  }
  #contenedorAnclas > .fusion-row > .colFlex .tituloH3Apartado > h3 {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row {
    padding: 48px 0 48px 0 !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .tituloH2Apartado > h2 {
    font-size: 4rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
}

@media only screen and (max-width: 800px) {
  #contenedorFlipBox {
    max-width: auto !important;
  }
}

@media only screen and (min-width: 800px) {
  #contenedorAnclas > .fusion-row > .colFlex {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
  }
  #contenedorAnclas > .fusion-row > .colFlex .tituloH3Apartado > h3 {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row {
    padding: 48px 0 48px 0 !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial {
    max-width: 500px !important;
    width: 60% !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .tituloH2Apartado > h2 {
    font-size: 3rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .textoEditor {
    margin: 24px 0 12px 0 !important;
  }
}

@media only screen and (min-width: 1000px) {
  .contenedorDosColumnasEspecial {
    margin-top: 96px !important;
    min-height: 320px;
  }
  .contenedorDosColumnasEspecial > .fusion-row {
    padding: 0 !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .contenedorDosColumnasEspecial > .fusion-row > .especial .fusion-column-wrapper .tituloH2Apartado > h2 {
    font-size: 4rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
  .contenedorDosColumnasEspecial + div {
    margin-top: 132px !important;
  }
}

@media only screen and (min-width: 1240px) {
  #contenedorAnclas > .fusion-row > .colFlex {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18%;
    flex: 0 1 18%;
  }
  #contenedorAnclas > .fusion-row > .colFlex .tituloH3Apartado > h3 {
    font-size: 1.7rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
}

/* Fin de las media queries */
#contenedorTitularAnclas {
  padding: 0 30px !important;
}

#contenedorTitularAnclas.solucionesRigidas {
  background: #608dc2 !important;
}

#contenedorTitularAnclas.solucionesRigidas .tituloH2Apartado > h2 {
  letter-spacing: 2px;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 125% !important;
  padding: 5px 0;
}

#contenedorTitularAnclas > .fusion-row {
  margin-top: -30px !important;
}

#contenedorIntroduccion {
  margin-left: -30px !important;
  margin-right: -30px !important;
  margin-bottom: 0 !important;
  padding-bottom: 32px !important;
}

#contenedorIntroduccion .tituloH2Apartado > h2 {
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  text-align: center;
}

#contenedorIntroduccion .tituloH2Apartado > h2 > p:nth-child(1) {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 10px;
  font-size: 2rem !important;
  font-weight: 300 !important;
  line-height: 125% !important;
}

#contenedorIntroduccion .textoEditor + .textoEditor {
  margin: 32px 0 0 0 !important;
}

#contenedorIntroduccion > .fusion-row > .colFlex:nth-child(1) > .fusion-column-wrapper {
  padding: 24px 0 !important;
}

#content .page > .post-content > div:nth-child(1) .fusion-builder-row .fusion_builder_column_2_3 .fusion-column-wrapper {
  padding: 24px 0 !important;
}

#contenedorIntroduccion #contenedorSolicitaMasInformacion > .fusion-column-wrapper {
  padding: 35px 0 !important;
}

#contenedorIntroduccion #contenedorSolicitaMasInformacion > .fusion-column-wrapper .fusion-text + .fusion-aligncenter {
  margin-top: 16px !important;
}

#contenedorAnclas {
  padding-top: 16px !important;
}

#contenedorAnclas .fusion-container-stuck {
  top: 104px !important;
}

.ico-aa.contenedorProducto {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  padding: 0 30px !important;
}

.contenedorProducto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

/* Media queries */
@media only screen and (min-width: 640px) {
  #contenedorIntroduccion .tituloH2Apartado > h2 {
    font-size: 3.5rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
    text-align: left;
  }
  #contenedorIntroduccion #contenedorSolicitaMasInformacion > .fusion-column-wrapper {
    padding: 48px 32px !important;
  }
  #contenedorTitularAnclas > .fusion-row {
    margin-top: 0 !important;
  }
  .contenedorProducto {
    background-image: none !important;
  }
  .contenedorProducto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
    font-size: 3rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 800px) {
  #contenedorIntroduccion {
    padding-top: 16px !important;
    padding-bottom: 48px !important;
  }
  #contenedorIntroduccion .tituloH2Apartado {
    margin-bottom: 24px !important;
  }
  #contenedorIntroduccion #contenedorSolicitaMasInformacion > .fusion-column-wrapper {
    padding: 48px 12px !important;
  }
  .contenedorProducto {
    background-image: url("/wp-content/uploads/2021/02/tiras-armando-alvarez.png") !important;
  }
  .contenedorProducto > .fusion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 0 !important;
  }
  .contenedorProducto > .fusion-row > .colFlex:nth-child(3) {
    width: 58% !important;
  }
  .contenedorProducto > .fusion-row > .colFlex .tituloH2Apartado > h2 {
    font-size: 3.5rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
    margin-bottom: 8px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  #contenedorIntroduccion {
    padding-top: 32px !important;
    padding-bottom: 64px !important;
  }
  #contenedorIntroduccion .tituloH2Apartado > h2 {
    font-size: 4.5rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorIntroduccion #contenedorSolicitaMasInformacion > .fusion-column-wrapper {
    padding: 64px 30px !important;
  }
}

/* fin de las media queries */
