@font-face {
  font-family: 'GraphikLCG-Light';
  src: url(../fonts/GraphikLCG-Light.otf);
}
@font-face {
  font-family: 'GraphikLCG-Medium';
  src: url(../fonts/GraphikLCG-Medium.otf);
}
@font-face {
  font-family: 'GraphikLCG-Bold';
  src: url(../fonts/GraphikLCG-Bold.otf);
}
body{
  font-family: 'GraphikLCG-Light';
}
p{
  font-size: 16px;
  margin: 0;
}
h1{
  font-size : 57px;
  font-weight: 400;
  color : #EE2E24;
  margin-top: 40px !important;
}
h2{
  font-family: 'GraphikLCG-Light';
  font-size : 24px;
  line-height : 39px;
  color : #151350;
}
h3{
  font-size: 32px;
  color : #878787;
}
h4{
  font-weight: 300 !important;
  font-size : 25px;
  color : #878787;
}
img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
/* HOME */
.index{
/*background: rgba(21,19,80,1);
background: -moz-linear-gradient(left, rgba(21,19,80,1) 0%, rgba(21,19,80,1) 42%, rgba(9,0,38,1) 76%, rgba(9,0,38,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,19,80,1)), color-stop(42%, rgba(21,19,80,1)), color-stop(76%, rgba(9,0,38,1)), color-stop(100%, rgba(9,0,38,1)));
background: -webkit-linear-gradient(left, rgba(21,19,80,1) 0%, rgba(21,19,80,1) 42%, rgba(9,0,38,1) 76%, rgba(9,0,38,1) 100%);
background: -o-linear-gradient(left, rgba(21,19,80,1) 0%, rgba(21,19,80,1) 42%, rgba(9,0,38,1) 76%, rgba(9,0,38,1) 100%);
background: -ms-linear-gradient(left, rgba(21,19,80,1) 0%, rgba(21,19,80,1) 42%, rgba(9,0,38,1) 76%, rgba(9,0,38,1) 100%);
background: linear-gradient(to right, rgba(21,19,80,1) 0%, rgba(21,19,80,1) 42%, rgba(9,0,38,1) 76%, rgba(9,0,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151350', endColorstr='#090026', GradientType=1 );*/
background: #f6f6f6;
}
.logo-home{
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.logo2{
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px; 
}
.p-home{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 33px;
  color: #151350;
  text-align: center;
}
.boton{
  text-decoration: none !important;
  font-family: 'GraphikLCG-Medium';
  font-size : 40px;
  text-align: center;
  text-transform: uppercase;
  margin:0 auto;
  margin-top: 50px;
  margin-bottom: 35px;
  letter-spacing: 2px;
  display:block;
  width : 300px;
  border: 0px;
}
.boton:hover{
  transition: all 0.5s ease;
  opacity: 0.5;
}
.logo-header{
  margin-top: 50px;
  float: left;
  height: 180px;
}
.fondo-gris{
  background: #f6f6f6;
}
.mujer-principal{
  margin-top: -80px;
  margin-bottom: 10px;
}
.btn-blanco{
  width: 338px;
  color: #d9a117 !important;
  background: #FFFFFF !important;
}
.btn-naranja{
  color: #151350 !important;
  background : #eec900 !important;
  text-transform: none;
  margin-top: 30px;
}
.btn-rojo{
  color: #FFFFFF !important;
  background : #EE2E24 !important;
  text-transform: none;
  margin-top: 50px;
}
.fondo-azul{
  background: #151350;
}
footer{
  margin-top: 30px;
}
.linea{
  width: 100%;
  height: 1px;
  background: #999999;
}
form.registro{
  /*padding: 25px;*/
  background: #FFFFFF;
}
input[type="text"],
input[type="number"],
input[type="email"],
select,
option{
  font-weight: 300 !important;
  font-size : 23px !important;
  line-height : 63px !important;
  color : #878787 !important;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #999999:;
  border-radius: 20px;
  /*border: none;
  border-bottom: 1px solid #7C7C7C;*/
}
select{
  margin-top: 15px;
}
::placeholder{
  color: #0e2381;
}
.sombra{
  border-radius: 14px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
  background: #FFFFFF;
}
.mensaje {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
}
form.preguntas{
  margin-top: 50px;
  margin-bottom: 20px;
}
form.preguntas h2{
  border-radius: 0px;
  text-align: center;
  padding: 15px;
}
form.preguntas h2.h2-big{
  height: auto;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}
form.preguntas .btn-blanco{
  margin-top: 50px;
}
form.preguntas .sombra{
  border-radius: 0px !important;
}
form.preguntas .btn-group{
  display: block;
}
.btn-opcion{
  font-size : 24px !important;
  height: auto;
  color : #878787 !important;
  font-weight: 500 !important;
  background: #FFFFFF;
  border-radius: 0;
  border: none;
  margin-top: 18px !important;
  padding: 8px!important;
  text-align: left;
  display: flex;
  align-items: center;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(238, 46, 36, 1) !important;
}
.btn-opcion:hover,
.btn-opcion.active{
  background : #eec900 !important;
  color: #FFFFFF !important;
  border-color: #eec900!important;
}
.btn-opcion-small{
  padding-top: 5px !important;
}
.recomendacion{
  margin-bottom: 20px;
  padding: 30px;
}
.comenzar{
  width : 474px;
}
.height-80{
  height: 80px;
}
@media (max-width: 1200px){
  .btn-opcion{
    height: auto !important;
  }
}
@media (max-width: 800px) {
  /*footer{
    position: fixed;
    bottom: 0px;
    margin-top: 0px;
  }*/
  form.registro{
    margin-top: 150px;
    margin-bottom: 30px;
    padding: 15px;
  }
  .mujer-principal{
    margin-top: 0px;
  }
  .boton{
    font-size: 21px;
    line-height: 51px;
    max-width: 240px;
  }
  .comenzar{
    width : 340px;
    max-width: 340px;
  }
  input[type="text"],
  input[type="number"],
  input[type="email"]{
    font-size: 21px;
    line-height : 51px;
  }
  footer img{
    height: 85px;
  }
  h2, .btn-opcion{
   font-size: 20px !important;
  }
  h1{
    font-size: 40px;
  }
}
@media (max-width: 767px){
  .mt-40px{
    margin-top: 40px;
  }
  footer img{
    height: auto;;
  }
}
.row-centered {
   text-align:center;
}
.col-centered {
   display:inline-block;
   float:none;
   /* reset the text-align */
   text-align:left;
   /* inline-block space fix */
   margin-right:-4px;
}
@media (max-width: 550px) {
  .p-home{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 24px;
    color: #151350;
    text-align: center;
  }
  form.registro{
    margin-top: 0px;
    padding: 0px;
  }
  input[type="text"],
  input[type="number"],
  input[type="email"]{
    font-size: 22px;
    line-height : 45px!important;
  }
  .mujer-principal{
    height: 320px;
  }
  .logo-header{
    height: 100px;
    margin-top: 20px;
  }
  .mensaje,.recomendacion{
    padding: 15px;
  }
  footer img{
    max-width: 290px;
  }
  h3{
    font-size: 25px;
  }
  h4{
    font-size: 20px;
  }
  .comenzar{
    width : 300px;
    max-width: 300px;
  }
  .logo2{
    width:45%!important;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  form.preguntas{
    margin-top: 0px;
    margin-bottom: 20px;
  }
}