header {
    z-index: 1;
}
.pagina {
  font-family: 'Lato', sans-serif;
  margin-top: 30px;
}
.Slide {
  position: relative;
  color: white;
  text-align: center;
}
.QueEsSoyPrecavido p {
  width: 60%;
  margin: 0 auto;
  color: #5C5C5C;;
  font-family: 'pontano sans';
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  font-size: 22px;
  text-align: justify;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(255, 86, 39, 0.19);
}
.ComoFunciona {
  background-color: white;
  width: 60%;
  margin: 0 auto;
}
#CfsImg {
  clear: both;
  width: 100%;
  background-size: cover;
  margin-top: 20px;
  min-height: 500px;
  }
#TxtFunc1 {
  font-family: Lato, sans-serif;
  color: white;
  position: absolute;
  top:  35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
}
#TxtFunc2 {
  font-family: Lato, sans-serif;
  color: white;
  position: absolute;
  top:  55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: normal;
}
#BotonCFS {
  font-size: 20px;
  position: absolute;
  width: 220px;
  height: 50px;
  bottom: 30px;
  background-color: #FF5627;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  cursor: pointer;
  padding-top: 10px;

}
.LineaProductos {
  text-align: center;
  background-color: white;
  padding: 60px;
  width: 90%;
  margin: 0 auto
}
#BotonProductos a {
  font-size: 18px;
  background-color: #FF5627;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  text-decoration: none;
  color: white;
  text-align: center;
}
.Instruccion {
  clear: both;
  color: #5C5C5C;
  min-width: 300px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-around;
}
#ImgPaso {
  text-align: center;
  width: 50%;
}
#ImgPaso img {
  width:  300px;
  height: 300px;
  border-radius: 50%;
  margin-top: 20px;
}
.Paso {
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
  min-width: 300px;
  max-width: 500px;
}
#TitPaso {
  color: #FF5627;
  text-align: center;
  font-size: 27px;
}
#ContPaso {
  margin-top: 30px;
  font-size: 20px;
  text-align: justify;
  font-family: 'pontano sans';
}
* {box-sizing:border-box}

@media screen and (min-width: 981px) and (max-width:1280px) {
.pagina {
  margin-top: 29px;
}
.ComoFunciona {
  width: 70%;
}
.QueEsSoyPrecavido p {
  width: 70%;
  font-size: 21px;
}
#CfsImg {
   min-height: 400px;
 }
#TxtFunc1 {
  font-size: 32px;
}
#TxtFunc2 {
  font-size: 25px;
}
#TitPaso {
  font-size: 25px;
}
#ContPaso {
  font-size: 19px;
}
#BotonCFS {
    font-size: 19px;
    width: 220px;
    height: 50px;
    bottom: 20px;
    padding-top: 10px;
}
}
@media screen and (min-width: 781px) and (max-width: 980px) {
.pagina {
  margin-top: 23px;
}
.ComoFunciona {
  width: 80%;
}
.QueEsSoyPrecavido p {
  width: 80%;
  font-size: 19px;
}
#CfsImg {
   min-height: 300px;
  }
#TxtFunc1 {
  font-size: 27px;
}
#TxtFunc2 {
  font-size: 22px;
  top:  60%;
}
#ImgPaso img {
  width:  250px;
  height: 250px;
}
#TitPaso {
  font-size: 23px;
}
#ContPaso {
  font-size: 17px;
}
#BotonCFS {
    font-size: 18px;
    width: 200px;
    height: 36px;
    bottom: 15px;
    padding-top: 6px;
}
}
@media screen and (min-width: 451px) and (max-width: 780px) {
.pagina {
  margin-top: -4px;
}
.ComoFunciona {
  width: 90%;
}
.QueEsSoyPrecavido p {
  width: 90%;
  font-size: 18px;
}
#CfsImg {
   min-height: 250px;
  }
#TxtFunc1 {
  font-size: 25px;
}
#TxtFunc2 {
  font-size: 18px;
  top:  63%;
}
#ImgPaso img {
  width:  250px;
  height: 250px;
}
#TitPaso {
  font-size: 21px;
}
#ContPaso {
  font-size: 16px;
}
#BotonCFS {
    font-size: 14px;
    width: 150px;
    height: 30px;
    bottom: 5px;
    padding-top: 4px;
}
}
@media screen and (max-width: 450px){
.pagina {
  margin-top: -4px;
}
.ComoFunciona {
  width: 100%;
}
.QueEsSoyPrecavido p {
  width: 100%;
  font-size: 16px;
}
#CfsImg {
   min-height: 200px;
  }
#TxtFunc1 {
  font-size: 19px;
  top: 35%;
}
#TxtFunc2 {
  font-size: 14px;
  top:  65%;
}
#ImgPaso img {
  width:  200px;
  height: 200px;
}
#TitPaso {
  font-size: 20px;
}
#ContPaso {
  font-size: 14px;
}
.LineaProductos {
  width: 100%;  
}
#BotonCFS {
  font-size: 14px;
  width: 150px;
  height: 25px;
  bottom: 1px;
  padding-top: 3px;
}
#BotonProductos a {
  font-size: 14px;
  padding: 6px;
}
}
