@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');
body {
  font-family: 'Open Sans Condensed', sans-serif;
}
h1, h2, h3, h4, h5 {
  font-weight: bolder;
}
.colorRed {
  color: #E3003A;
}
header {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}

header .menuPrin {
  display: block;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
header .menuPrin li {
  font-family: 'Open Sans Condensed', sans-serif;
  display: inline-block;

}
header .menuPrin li a {
  display: block;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #E3003A;
  padding: 5px 7px;
  margin-left: 5px;
}
header .menuPrin li a.comprar {
  color: #E3003A;
  background-color: #FFFFFF;
}
header.miniFix {
  position: fixed;
  background-color: #E3003A;
}
@media (max-width: 767.98px) {
  header {
    background-color: #E3003A;
  }
  header .logo {
    background-color: #FFFFFF;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 5px 12px;
  }
  header.miniFix .logo {
    background-color: transparent;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0:
  }
  header .menuPrin {
    width: 100%;
    top: 60px;
    left: 0;
    clear: both;
    text-align: center;
    max-height: 0.1px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
  	-moz-transition:  all 1s ease;
  	-o-transition:  all 1s ease;
  }
  header .menuPrin.opened {
    max-height: 500px;
  }
  header .menuPrin li {
    display: block;
  }
}
.fullH {
  min-height: 100vh;
}
.secHome {
  padding-top: 200px;
  background-image: url(../img/bg01.png);
  background-size: 100%;
  background-position: 30vw 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.secHome.opened {
  background-position: 5vw 0;
}
.secHome h1 {
  font-size: 5em;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .secHome h1 {
    font-size: 3em;
    padding-top: 0px;
  }
}
.secPara {
  padding-top: 200px;
  background-image: url(../img/bgPara.png);
  background-size: 100%;
  background-position: center bottom;
}
.tipos {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bolder;
}
.tipos li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #F0F0F0;
  margin: 0 7px;
  -webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.tipos li::before {
  content: ' ';
  display: block;
  margin: auto;
  width: 40px;
  height: 8px;
  background-color: #F0F0F0;
}
.tipos li:hover, .tipos li.active { color: #E3003A; }
.step {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.step .circle {
  display: inline-block;
  margin: auto;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  border: 10px solid #F0F0F0;
  color: #FFFFFF;
  background-color: #606060;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  text-align: center;

  -webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.step .circle span {
  font-size: 2.5em;
  font-weight: bolder;
  display: inline-block;
}
.step .circle small {
  display: inline-block;
  font-size: 1.5em;
  line-height: 15px;
  font-weight: bolder;
}
.step .miniDiv {
  width: 50px;
  height: 10px;
  background-color: #F0F0F0;
  margin: auto;
  display: inline-block;
}
.step .miniTit {
  color: #606060;
}
.step .miniTxt {
  color: #F0F0F0;
}
.step:hover .circle {
  background-color: #FFFFFF;
  border: 10px solid #E3003A;
  color: #E3003A;
}
.step:hover .miniDiv {
  background-color: #E3003A;
}
.step:hover .miniTit {
  color: #E3003A;
}
.step:hover .miniTxt {
  color: #606060;
}
.secComo {
  padding-top: 200px;
  background-image: url(../img/bgFin.png);
  background-size: 100%;
  background-position: center top;
}
.divBar {
  display: inline-block;
  width: 100px;
  height: 10px;
  background-color: #E3003A;
}
.micon .divBar {
  content: ' ';
  margin: 15px auto;
  display: block;
  width: 40px;
  height: 8px;
  background-color: #F0F0F0;
}
.listDoted {
  list-style: none;
}
.listDoted li::before {
  content: ' ';
  display: block;
  position: absolute;
  background-image: url(../img/dot.png);
  width: 15px;
  height: 15px;
  margin-left: -20px;
  margin-top: 5px;
  background-size: 100%;
}
.contactLinks {
  list-style: none;
  text-align: left;
}
.secVenta {
  padding-top: 200px;
  background-image: url(../img/bg01.png);
  background-size: 100%;
  background-position: 40vw 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.secVenta h3 {
  background-color: #FFFFFF;
  display: inline-block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 15px;
}
.puntos {
  padding: 5vh;
}
.puntos .punto {
  display: inline-block;
  margin: 20px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.puntos .punto:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
@media (max-width: 767.98px) {
  .responsiveRed {
    background-color: #E3003A;
  }
  .responsiveWhite {
    background-color: #FFFFFF;
  }
  .puntos {
    padding: 2vh;
  }
  .puntos .punto {
    margin: 5px;
  }
}
