body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family:'Poppins', sans-serif;
  font-size: 16px;
}
section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.logo {
  margin-top: -5px;
}
.myfooter {
  background-color: #2196f3;
  /*height: 80px;*/
}
.mybtnNaranja {
  background-color: #ffc107;
  color: #fff;
  padding: 7px 15px 7px 15px;
  border-radius: 35px;
  text-indent: 20px; 
  cursor: pointer;
}
.mybtnBlanco {
  background-color: #fff;
  color: #2196f3;
  padding: 7px 15px 7px 15px;
  border-radius: 35px;
  text-indent: 20px; 
  cursor: pointer;
}
.mybtnCeleste {
  background-color: #2196f3;
  color: #fff;
  padding: 7px 15px 7px 15px;
  border-radius: 35px;
  text-indent: 20px; 
  cursor: pointer;
}
.mybtnProbarGratis {
  background-color: #2196f3;
  color: #fff;
  cursor: pointer;
  text-shadow: none;
  text-align: center;
  padding: 12px 25px;
  /*transition: all ease-in-out .15s;*/
  display: inline-block;
  line-height: 1.1;
  border-radius: 100px;
  border: 2px solid transparent;
  font-weight: 500;
  letter-spacing: -.18px;
  display: block;
  width: 100%;  
  -webkit-appearance: button;
}

.font-bold {font-weight: bold;}
.color-blanco {color: #fff;}
.color-celeste {color: #2196f3;}
.color-naranja {color: #ffc107;}

.text1 {
  font-size: 3em;
  line-height: 1em;
}
.text2 {
  font-size: 1.2em;
  line-height: 0.5em;  
}
.text3 {
  font-size: 2.0em;
  line-height: 1em;
}
.text4 {
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 2.0em;
}
.text5 {
  font-size: 2em;
  line-height: 1.0em;
}
.text6 {
  font-size: 1.4em;
  line-height: 1.4em;
}
.separador{
  height: 75px;
}
.vcenter-vmiddle {
  align-items: center;
  vertical-align: middle;
  padding: 1em;
}
.bloqueNaranja{
  background-color: #ffc107;
  height: 25px;
}
.bloqueCeleste{
  background-color: #2196f3;
  height: 25px;
}
.paddleft {padding-left: 25px;}
.paddleft50 {padding-left: 50px;}
.mt25 {padding-top: 25px;}
.mt50 {padding-top: 50px;}
.mt75 {padding-top: 75px;}
.fondoNaranja {
  background-color: #ffc107;
  color: #fff;
}
.fondoGris {
  background-color: #dddddd;
  color: #2196f3;
}
.fondoCeleste {
  background-color: #2196f3;
  color: #fff;
}
@media (max-width: 767px) {
  .separador {
    /*display: none;*/
    height: 5px;
  }
}
