html{
  -webkit-text-size-adjust:100%;
  line-height:1.15;
}
body{
  margin:0;
}
main{
  display:block;
}
h1{
  font-size:2em;
  margin:.67em 0;
}
hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
}
pre{
  font-family:monospace,monospace;
  font-size:1em;
}
a{
  background-color:transparent;
}
abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}
b,strong{
  font-weight:bolder;
}
code,kbd,samp{
  font-family:monospace,monospace;
  font-size:1em;
}
small{
  font-size:80%;
}
sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-.25em;
}

sup{
  top:-.5em;
}
img{
  border-style:none;
}
button,input,optgroup,select,textarea{
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0;
}
button,input{
  overflow:visible;
}
button,select{
  text-transform:none;
}
[type=button],[type=reset],[type=submit],button{
  -webkit-appearance:button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
  border-style:none;
  padding:0;
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
  outline:1px dotted ButtonText;
}
fieldset{
  padding:.35em .75em .625em;
}
legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}
progress{
  vertical-align:baseline;
}
textarea{
  overflow:auto;
}
[type=checkbox],[type=radio]{
  box-sizing:border-box;
  padding:0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto;
}
[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}
[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}
::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}
details{
  display:block;
}
summary{
  display:list-item;
}
[hidden],template{
  display:none;
}
@font-face{
  font-display:swap;
  font-family:nexa-book-webfont;
  font-style:normal;
  font-weight:400;
}
*,:after,:before{
  box-sizing:border-box;
}

body{
  background-color:#fff;
  color:#000;
  font-family:nexa-book-webfont,Arial,Helvetica,sans-serif;
}

:focus{
  box-shadow:none !important;
  outline:2px dotted #000 !important;
  outline-offset:2px !important;
}

svg{
  display:block;
  height:100%;
  width:100%;
}

ul{
  list-style:none;
  margin:0;
  padding:0;
}
header .logo_header{
  display:block;
  margin:1rem auto;
  width:17rem;
}

.hero__container{
  position:relative;
}
.hero__container picture{
  width:100%;
}
.hero__content{
  background-color:#f3f2f5;
  padding:2rem 1rem;
  text-align:center;
  width:100%;
  color: #f3f2f5;
}
.hero__content h1 br{
  display:none;
}
@media only screen and (min-width:768px){
  .hero__content h1 br{
    display:block;
  }
  .hero__content{
    color: #000;
  }
}
.hero__content h1 span{
  font-weight:700;
}
@media screen and (min-width:992px){
  .hero__content{
    background-color:transparent;
    position:absolute;
    left:10%;
    text-align:left;
    top:50%;
    -webkit-transform:translate(-5%, -50%);
            transform:translate(-5%, -50%);
    width:50%;
  }
}
@media screen and (min-width:1700px){
  .hero__content{
    left:10%;
  }
}
.hero__paragraph{
  font-size:1.25rem;
}
.hero__paragraph__small{
  font-size:.875rem;
}

.formulario{
  margin:40px 0;
  width:100%;
}
.formulario .img_preguntas{
  display:none;
  max-width:540px;
  width:100%;
}
.formulario #pregunta1{
  display:block;
}
.formulario div .photos{
  align-items:center;
  background-color:#f3f2f5;
  display:flex;
  flex-direction:row;
  justify-content:center;
  padding:2rem;
}
@media only screen and (min-width:992px){
  .formulario div .photos{
    justify-content:flex-end;
  }
}
.formulario div .form-container{
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:1rem 0;
}
@media only screen and (min-width:992px){
  .formulario div .form-container{
    align-items:flex-start;
    flex-direction:row;
    padding-left:1.5rem;
  }
}
.formulario div .botonera ul{
  align-items:center;
  display:flex;
  flex-direction:row;
  height:100%;
  justify-content:center;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
@media only screen and (min-width:768px){
  .formulario div .botonera ul{
    flex-direction:column;
  }
}
.formulario div .botonera ul li{
  align-items:center;
  display:flex;
  justify-content:center;
  margin:1rem 0;
  vertical-align:middle;
  width:100%;
}
.formulario div .botonera ul li p{
  display:none;
  font-size:14px;
  margin:0;
  text-align:center;
}
.formulario div .botonera ul li img{
  display:block;
  height:auto;
  margin:0 auto;
  max-width:20px;
  width:100%;
}
.formulario form{
  max-width:490px;
}
.formulario form h2{
  font-family:nexa-book-webfont,Arial,Helvetica,sans-serif;
  font-size:1.165rem;
  text-align:center;
}
.formulario form hr{
  border:1px solid #d9cece;
  margin:.5rem auto;
  width:2rem;
}
.formulario form .pregunta{
  display:block;
  font-size:16px;
  margin:20px auto;
  text-align:center;
  width:80%;
}
.formulario form .preguntas{
  align-items:center;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  justify-content:center;
  list-style:none;
  margin:0 auto;
  padding:0;
}
@media only screen and (min-width:768px){
  .formulario form .preguntas{
    flex-direction:row;
  }
  .formulario .boton_off{
    height:62px !important;
  }
}
.formulario form .form-group input{
  border:1px solid #000;
  border-radius:0;
  color:#000;
  display:block;
  font-size:14px;
  margin:10px auto;
  max-width:300px;
  width:90%;
}
.formulario form .form-group input.form-date-input:invalid~span.invalid-feedback{
  font-size:10px;
  text-align:center;
}
.formulario .boton_off{
  align-items:center;
  border:1px solid #000;
  color:#000;
  cursor:pointer;
  display:flex;
  height:38px;
  justify-content:center;
  /*margin:.5rem;*/
  padding:10px 15px;
  width:100%;
}
.formulario .boton_off:hover{
  background-color:#d9cece;
  border:1px solid #d9cece;
}
.formulario .boton_off p{
  margin:0;
  text-align:center;
}
.formulario .volver{
  align-items:center;
  cursor:pointer;
  display:flex;
  font-size:.75rem;
  justify-content:center;
  margin:.5rem auto;
  width:80%;
}
.formulario .volver img{
  margin-right:.5rem;
  width:.5rem;
}

#btn_1_on{
  display:block;
}

#btn_1_off{
  display:none;
}

.btn-enviar{
  background-color:#000;
  border:none;
  border-radius:0;
  display:block;
  font-size:15px;
  margin:15px auto;
  max-width:200px;
  text-align:center;
  width:90%;
}
.btn-enviar,.btn-enviar:hover{
  color:#fff;
}
@media screen and (min-width:768px){
  .btn-enviar:hover{
    background-color:#d9cece;
    color:grey;
  }
}

#form_step2,#form_step3,#form_step4,#form_step5,#form_step6{
  display:none;
}

.wt-terms-and-conditions{
  font-size:14px;
  margin:0 auto;
  width:70%;
}
.wt-terms-and-conditions a{
  color:#000;
  text-decoration:underline;
}
.wt-terms-and-conditions label{
  padding-left:0;
}

@media screen and (min-width:768px){
  .btn-default:hover{
    background-color:#d9cece;
    color:grey;
  }
}

.wt-success-and-error{
  padding:4rem 0;
}
.wt-success-and-error h2{
  margin:1rem auto;
  max-width:45rem;
  text-align:center;
}
.wt-success-and-error h2 br{
  display:none;
}
@media only screen and (min-width:768px){
  .wt-success-and-error h2 br{
    display:block;
  }
}
.wt-success-and-error p{
  margin:1rem auto;
  max-width:45rem;
  text-align:center;
}

.footer{
  background-color:#000;
  font-size:.75rem;
}
.footer .logo{
  width:9rem;
}
.footer__black{
  color:#fff;
}
.footer__white{
  color:#000;
}