.clearer {
  clear: both;
}
.web_width {
  width: 80%;
  margin: 0 auto;
}
section {
  padding: 30px 0;
}
section .title_st {
  font-family: 'texgyreadventor-regular';
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
  color: #005191;
}
section .title_st b {
  color: #8C7158;
}
#cabecera {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  position: relative;
  padding: 0;
}
#cabecera .content .imagen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
#cabecera .content .imagen:after {
  content: "";
  background: #005191;
  background: linear-gradient(90deg, #005191 50%, rgba(0, 81, 145, 0.19791667) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#cabecera .content .imagen .owl-carousel {
  height: 100%;
}
#cabecera .content .imagen .owl-carousel .owl-stage-outer {
  height: 100%;
}
#cabecera .content .imagen .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
#cabecera .content .imagen .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
#cabecera .content .imagen .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
#cabecera .content .imagen .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
#cabecera .content .logo {
  padding-bottom: 5vh;
}
#cabecera .content .logo img {
  width: 350px;
}
#cabecera .content .title {
  position: relative;
  z-index: 4;
  color: white;
  width: 50%;
  min-width: 600px;
  font-size: 49px;
  line-height: 1.8;
}
#cabecera .content .title h1 {
  /*font-size: 120%;*/
  font-size: 70px;
  /*font-family: 'texgyreadventor-Regular';
  */
  font-family: 'texgyreadventor-Bold';
  margin: 0;
  padding-bottom: 30px;
}
#cabecera .content .title h2 {
  font-size: 70%;
  font-family: 'texgyreadventor-regular';
  padding: 4vh 0;
}
#cabecera .content .title h3 {
  font-size: 80%;
  font-family: 'texgyreadventor-Bold';
  text-transform: uppercase;
}
#cabecera .content a.boton {
  display: block;
  font-family: 'texgyreadventor-regular';
  padding: 10px 40px;
  border-radius: 100px;
  background: white;
  color: #005191;
  border: solid 1px white;
  transition: .4s;
  width: max-content;
  font-size: 20px;
  max-width: 100%;
  text-decoration: none;
  margin-top: 30px;
  cursor: pointer;
}
#cabecera .content a.boton:hover {
  background: none;
  color: white;
  text-decoration: none;
}
#section1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section1 .content .item {
  width: 20%;
  text-align: center;
  font-size: 17px;
  font-family: 'texgyreadventor-regular';
  padding: 20px;
}
#section1 .content .item img {
  width: 60px;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}
#formulario {
  border-top: solid 1px rgba(128, 128, 128, 0.2);
}
#formulario .title_top {
  color: #005191;
  text-align: center;
  font-family: 'texgyreadventor-bold';
  font-size: 25px;
}
#formulario .content {
  font-family: 'texgyreadventor-regular';
  font-size: 20px;
}
#formulario .content form {
  padding: 30px;
}
#formulario .content form .inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#formulario .content form .inputs .input-style {
  width: 100%;
  padding: 10px 0;
}
#formulario .content form .inputs .input-style.md {
  width: 48%;
}
#formulario .content form .inputs .input-style input {
  width: 100%;
  border: none;
  outline: none;
  color: #005191;
  background: none;
  border: 1px solid #005191;
}
#formulario .content form .inputs .input-style input::placeholder {
  color: #999999;
}
#formulario .content form .submits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  width: 100%;
}
#formulario .content form .submits .checkbox {
  font-family: 'texgyreadventor-regular';
  font-size: 16px;
}
#formulario .content form .submits .checkbox input {
  margin: 0;
}
#formulario .content form .submits .checkbox span {
  padding-left: 5px;
}
#formulario .content form .submits .checkbox a {
  color: inherit;
}
#formulario .content form .submits .submit input {
  font-family: 'texgyreadventor-regular';
  padding: 10px 40px;
  border-radius: 50px;
  background: white;
  color: #005191;
  border: solid 1px #005191;
  transition: .4s;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  font-size: 20px;
}
#formulario .content form .submits .submit input:hover {
  background: #005191;
  color: white;
  text-decoration: none;
}
#preguntas .box {
  display: none;
}
#preguntas .box.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#preguntas .box .info {
  font-family: 'texgyreadventor-bold';
  color: black;
  text-align: center;
  width: 50%;
  color: #005191;
  font-size: 29px;
}
#preguntas .box .info.center {
  width: 100%;
  text-align: center;
}
#preguntas .box .boxquestion {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
#preguntas .box .boxquestion.big {
  width: 90%;
}
#preguntas .box .boxquestion label {
  width: 300px;
  margin: 5px;
  text-align: center;
  font-family: 'texgyreadventor-regular';
  border-radius: 50px;
  color: #005191;
  border: solid 1px #005191;
  cursor: pointer;
  transition: .4s;
  font-size: 18px;
}
#preguntas .box .boxquestion label:hover {
  color: white;
  background: #005191;
}
#preguntas .box .boxquestion label.selected {
  color: white;
  background: #005191;
}
#preguntas .box .boxquestion input[type="text"] {
  border: none;
  background: none;
  border: 1px solid #005191;
  color: #005191;
  outline: none;
  padding: 5px;
  display: block;
  width: 100%;
  text-align: left;
}
#preguntas .box .boxquestion input[type="text"]::placeholder {
  color: inherit;
}
#preguntas .box .boxquestion input[type="radio"] {
  display: none;
}
#preguntas .box .boxquestion label {
  padding: 10px;
  border: solid 1px #005191;
}
#preguntas .box .boxquestion .boton {
  font-family: 'texgyreadventor-regular';
  padding: 10px 40px;
  border-radius: 50px;
  background: white;
  color: #005191;
  border: solid 1px #005191;
  transition: .4s;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  font-size: 20px;
  margin-top: 30px;
  cursor: pointer;
}
#preguntas .box .boxquestion .boton:hover {
  background: #005191;
  color: white;
  text-decoration: none;
}
#preguntas .checkbox {
  font-family: 'texgyreadventor-regular';
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}
#preguntas .checkbox input {
  margin: 0;
}
#preguntas .checkbox span {
  padding-left: 5px;
}
#preguntas .checkbox a {
  color: inherit;
}
#preguntas .submit {
  text-align: center;
}
#preguntas .submit.final {
  width: 100%;
  padding-top: 30px;
}
#preguntas .submit input {
  font-family: 'texgyreadventor-regular';
  padding: 10px 40px;
  border-radius: 50px;
  background: white;
  color: #005191;
  border: solid 1px #005191;
  transition: .4s;
  width: max-content;
  max-width: 100%;
  text-decoration: none;
  font-size: 20px;
}
#preguntas .submit input:hover {
  background: #005191;
  color: white;
  text-decoration: none;
}
.boxthanks {
  background: #005191;
  color: white;
  font-size: 40px;
  font-family: 'texgyreadventor-bold';
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  justify-content: center;
}
.boxthanks .title {
  padding-bottom: 20px;
}
.boxthanks .subtitle {
  font-size: 75%;
}
footer {
  background: black;
  padding: 50px 0;
}
footer p {
  color: white;
  font-family: 'texgyreadventor-regular';
  margin: 0;
  font-size: 13px;
  text-align: center;
  width: 100%;
}
footer p a {
  color: inherit;
}
@media only screen and (max-width: 1284px) {
  #cabecera .content .title {
    width: 75%;
  }
}
@media only screen and (max-width: 992px) {
  #preguntas .box .boxquestion.big {
    width: 100%;
  }
  #formulario .content form .inputs .input-style.md {
    width: 48%;
  }
  #formulario .content form .inputs .input-style {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: inherit;
  }
  #formulario .title_top {
    font-size: 23px;
  }
  section .title_st {
    font-size: 22px;
  }
  #cabecera .content .title {
    font-size: 30px;
    min-width: inherit;
  }
  #preguntas .box .boxquestion.items2 {
    width: 100%;
  }
  #preguntas .box .boxquestion.items2 label {
    width: 48%;
    margin: 5px 1%;
  }
  #preguntas .box .boxquestion label {
    font-size: 16px;
  }
  #preguntas .box .info {
    width: 100%;
    font-size: 20px;
    padding-bottom: 10px;
  }
  #section1 .content .item {
    width: 33.33%;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #cabecera .content .title {
    width: 100%;
    font-size: 26px;
  }
  #cabecera .content .title h1 {
    font-size: 37px;
  }

  #cabecera .content .logo img {
    width: 200px;
  }
  #preguntas .box .boxquestion label {
    font-size: 14px;
  }
  #preguntas .box .boxquestion.items3 label {
    width: 48%;
    margin: 5px 1%;
  }
  #preguntas .box .boxquestion.items3 label:last-child {
    width: 98%;
  }
  #preguntas .box .boxquestion.items2 label {
    width: 100%;
    margin: 5px 1%;
  }
  #preguntas .submit input,
  #preguntas .box .boxquestion .boton,
  #cabecera .content a.boton {
    font-size: 16px;
    padding: 10px 30px;
  }
  #section1 .content .item {
    width: 50%;
    font-size: 14px;
  }
  #section1 .content .item img {
    width: 40px;
  }
  #formulario .content form .inputs .input-style.md,
  #formulario .content form .inputs .input-style {
    width: 100%;
  }
  #formulario .content {
    font-size: 16px;
  }
  #formulario .content form .submits .checkbox,
  #formulario .content form .submits .submit {
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }
  #formulario .content form .submits {
    padding: 20px 0;
  }
  #formulario .content form .submits .checkbox {
    font-size: 14px;
  }
  #formulario .content form {
    padding: 10px;
  }
  section .title_st {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
@font-face {
  font-family: 'texgyreadventor-bold';
  src: url("../fonts/texgyreadventor-bold.otf") format("opentype");
}
@font-face {
  font-family: 'texgyreadventor-regular';
  src: url("../fonts/texgyreadventor-regular.otf") format("opentype");
}

@media only screen and (max-width: 767px) {
  .logo img {
    width:100% !important;
  }

  .info {
    flex-direction: column;
  }

  #cabecera {
    height:auto !important;
    padding:80px 0px !important;
  }

  .background-foto img {
    object-position: center !important;
  }
}