.clearer {
  clear: both;
}
section {
  padding: 40px 0;
  font-family: 'Nunito-Regular';
  outline: none;
}
section .web_width {
  width: 95%;
  margin: 0 auto;
}
section .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
section .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: solid 1px white;
  margin: 5px;
  border-radius: 100%;
  float: left;
}
section .owl-dots .owl-dot.active {
  background: #fff;
}
section .owl-dots .owl-dot :focus {
  outline: none;
}
section form .inputs .input-style {
  width: 33.33%;
  float: left;
  padding: 10px;
}
section form .inputs .input-style.lg{
  width: 66.66%;
}
section form .inputs .input-style.md{
  width: 50%;
}
section form .inputs .input-style select option{
  color: #000;
}
section form .inputs .input-style.bg {
  width: 100%;
}
section form .inputs .input-style.sm {
  width: 20.66%;
}
section form .inputs .input-style input,
section form .inputs .input-style select,
section form .inputs .input-style textarea {
  resize: none;
  padding: 5px;
  width: 100%;
  height: 30px;
  border: none;
  background: none;
  outline: none;
  color: black;
  border-bottom: solid 1px black;
  font-family: 'Nunito-Regular';
}
section form .inputs .input-style input::placeholder,
section form .inputs .input-style select::placeholder,
section form .inputs .input-style textarea::placeholder {
  color: black;
}
section form .submits {
  padding: 10px;
}
section form .submits .checkbox {
  font-family: 'Nunito-Regular';
  font-size: 14px;
  width: calc(100% - 150px);
  float: left;
}
section form .submits .checkbox input {
  margin: 0;
}
section form .submits .checkbox span {
  padding-left: 20px;
}
section form .submits .checkbox a {
  color: inherit;
}
section form .submits .submit {
  width: 150px;
  float: left;
}
section form .submits .submit input {
  width: 100%;
  background: #549da5;
  color: white;
  border: solid 1px #549da5;
  font-family: 'Nunito-Bold';
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px;
  transition: .5s;
}
section form .submits .submit input:hover {
  color: #549da5;
  background: none;
}
#video video{
  width: 100%;
  height: auto;
}
#video .modal-body{
  padding: 0;
}
#video .modal-header{
  padding: 10px;
}
.formbottom {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  color: white;
  background: #549da5;
  padding: 10px 0;
  font-family: 'Nunito-Bold';
}
.formbottom img {
  width: 30px;
  padding-right: 10px;
}
header {
  background: #549da5;
  text-align: center;
}
header .logo {
  display: inline-block;
  width: 300px;
  padding: 0px 30px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-right: 2px solid white;
}
header .logo img {
  width: 100%;
  vertical-align: top;
}
header .titlebig {
  display: inline-flex;
  color: white;
  padding: 10px 30px;
  font-family: 'Nunito-Regular';
  font-size: 32px;
  text-align: left;
}
#cabecera {
  padding: 0;
  height: auto;
  position: relative;
}
#cabecera .owl-carousel {
  height: 40vw;
  min-height: 300px;
}
#cabecera .owl-carousel .owl-stage-outer{
  height: 100%;
}
#cabecera .owl-carousel .owl-stage-outer .owl-stage{
  height: 100%;
}
#cabecera .owl-carousel .owl-stage-outer .owl-stage .owl-item{
  height: 100%;
}
#cabecera .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
  height: 100%;
}
#cabecera .owl-carousel .item .title {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  font-family: 'Nunito-Bold';
  font-size: 30px;
  color: #549da5;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
}
#cabecera .imagenes{
  display: none;
}
#cabecera .imagenes.unaimagen .item{
  width: 100%;
  height: 100%;
}
#cabecera .imagenes .item {
  position: absolute;
  width: 50%;
  height: 50%;
}
#cabecera .imagenes .item:last-child{
  width: 100%;
}
#cabecera .imagenes .item .title {
  text-transform: uppercase;
  width: 320px;
  padding: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #549da5;
  font-family: 'Nunito-Bold';
  font-size: 17px;
}
#cabecera .imagenes .item .title span {
  font-size: 80%;
  display: inline-block;
  font-family: 'Nunito-Regular';
}
#cabecera .imagenes .item:nth-child(1) {
  top: 0;
  left: 0;
}
#cabecera .imagenes .item:nth-child(1) .title {
  top: 20px;
}
#cabecera .imagenes .item:nth-child(2) {
  right: 0;
  top: 0;
}
#cabecera .imagenes .item:nth-child(2) .title {
  top: 20px;
}
#cabecera .imagenes .item:nth-child(3) {
  bottom: 0;
  left: 0;
}
#cabecera .imagenes .item:nth-child(3) .title {
  bottom: 20px;
}
#cabecera .imagenes .item:nth-child(4) {
  right: 0;
  bottom: 0;
}
#cabecera .imagenes .item:nth-child(4) .title {
  bottom: 20px;
}
#cabecera .boxform {
  position: relative;
  width: 100%;
}
#cabecera .boxform .formulario {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  outline: none;
}
#cabecera .boxform .formulario .titleform {
  font-family: 'Nunito-Bold';
  font-size: 22px;
  color: #549da5;
  text-align: center;
}
.promocion .botones .boton {
  display: inline-block;
  padding: 10px 30px;
  border: solid 1px #549da5;
  font-family: 'Nunito-ExtraBold';
  text-align: center;
  font-size: 22px;
  color: #549da5;
  cursor: pointer;
}
.promocion .botones .boton.active {
  background: #549da5;
  color: white;
}
.promocion .infobox.unapromo{
  width: 100%;
}
.promocion .infobox {
  width: calc(100% - 260px);
  float: left;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.promocion .infobox.ubi {
  display: none;
}
.promocion .infobox.info {
  display: none;
}
.promocion .infobox.active {
  display: block;
}
.promocion .formulario {
  width: 260px;
  float: left;
  padding-left: 20px;
}
.promocion .formulario .titleform {
  font-family: 'Nunito-Bold';
  color: white;
  text-align: center;
  background: #549da5;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.promocion .formulario form .inputs .input-style {
  width: 100%;
  padding: 15px 0;
}
.promocion .formulario form .inputs .input-style textarea {
  height: 150px;
  border: solid 1px black;
}
.promocion .formulario form .submits .checkbox {
  width: 100%;
}
.promocion .formulario form .submits .submit {
  width: 100%;
}
.promocion .cajaimagen {
  width: 50%;
  float: right;
  position: relative;
}
.promocion .cajaimagen iframe {
  width: 100%;
  height: 600px;
}
.promocion .cajaimagen .owl-carousel .item {
  height: 730px;
}
.promocion .cajaimagen .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.promocion .cajaimagen .owl-carousel .owl-nav div {
  position: absolute;
  top: 0;
  background: rgba(84, 157, 165, 0.7);
  width: 40px;
  height: 100%;
  outline: none;
  pointer-events: all;
  transition: .3s;
}
.promocion .cajaimagen .owl-carousel .owl-nav div:hover {
  background: #549da5;
}
.promocion .cajaimagen .owl-carousel .owl-nav div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 50%;
}
.promocion .cajaimagen .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.promocion .cajaimagen .owl-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
  right: 0;
}
.promocion .infotext {
  padding-right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 50%;
  left: 0;
  font-size: 18px;
  color: #549da5;
}
.promocion .infotext .title {
  font-size: 180%;
  font-family: 'Nunito-ExtraBold';
  text-transform: uppercase;
}
.promocion .infotext .subtitle {
  font-size: 90%;
  font-family: 'Nunito-Regular';
  text-transform: uppercase;
  padding-bottom: 30px;
}
.promocion .infotext p {
  font-size: 100%;
  text-align: justify;
  font-family: 'Nunito-Regular';
  margin: 0;
  padding-bottom: 30px;
}
.promocion .infotext .botonvideo{
  background: #549da5;
  color: white;
  border: solid 1px #549da5;
  padding: 10px 0;
  text-align: center;
  transition: .4s;
  width: 200px;
  cursor: pointer;
}
.promocion .infotext .botonvideo:hover{
  background: white;
  color: #549da5;
}
.promocion .infotext .iconos {
  padding-top: 40px;
  border-top: 1px solid black;
  margin-top: 30px;
}
.promocion .infotext .iconos.item50 .icon {
  width: 50%;
}
.promocion .infotext .iconos.item33 .icon {
  width: 33.33%;
}
.promocion .infotext .iconos .icon {
  display: inline-table;
  font-size: 100%;
  display: flex;
  align-items: center;
  float: left;
  padding: 10px;
}
.promocion .infotext .iconos .icon img {
  width: 70px;
  padding-right: 20px;
}
#footerform .cajaform {
  background: #549da5;
}
#footerform .cajaform .titleform {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 23px;
  padding: 10px 0;
  color: #549da5;
  font-family: 'Nunito-Bold';
}
#footerform .cajaform form {
  padding: 20px 0;
}
#footerform .cajaform form .input-style input,
#footerform .cajaform form .input-style select {
  color: white;
  border-bottom: 1px solid white;
}
#footerform .cajaform form .input-style input::placeholder,
#footerform .cajaform form .input-style select::placeholder {
  color: white;
}
#footerform .cajaform form .checkbox {
  color: white;
  width: calc(100% - 250px);
}
#footerform .cajaform form .submit {
  width: 250px;
}
#footerform .cajaform form .submit input {
  background: white;
  color: #549da5;
}
footer {
  background: #549da5;
  padding: 20px 0;
}
footer a {
  color: inherit;
}
footer p {
  text-align: center;
  font-family: 'Nunito-Regular';
  font-size: 14px;
  margin: 0;
  color: white;
}
@media only screen and (max-width: 1390px) {
  .promocion .infotext {
    padding-right: 2%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1284px) {
  .promocion .infotext .iconos {
    margin-top: 10px;
    padding-top: 20px;
  }
  .promocion .infotext .iconos.item33 .icon {
    width: 50%;
  }
  .promocion .infotext p {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  header .logo {
    border: none;
    width: 100%;
  }
  header .logo img {
    width: 200px;
  }
  header .titlebig {
    text-align: center;
    font-size: 25px;
    width: 100%;
    display: inline-block;
  }
  .promocion .formulario {
    display: none;
  }
  .promocion .infobox {
    width: 100%;
  }
  #cabecera {
    height: auto;
  }
  #cabecera .imagenes {
    display: none;
  }
  #cabecera .owl-carousel {
    display: block;
  }
  #cabecera .boxform {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  #cabecera .boxform .formulario {
    width: 100%;
    padding-top: 20px;
  }
  .promocion .botones {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .promocion .infobox {
    box-shadow: none;
  }
  .promocion .cajaimagen {
    width: 100%;
  }
  .promocion .infotext {
    position: relative;
    height: auto;
    top: 0;
    width: 100%;
    padding: 20px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .promocion .cajaimagen .owl-carousel .item,
  .promocion .cajaimagen iframe,
  #cabecera .owl-carousel .item {
    height: 350px;
  }
  .promocion .botones .boton {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  section form .inputs .input-style,
  section form .inputs .input-style.sm {
    width: 50%;
  }
  .formbottom {
    display: block;
  }
  section form .submits .submit,
  section form .submits .checkbox,
  #footerform .cajaform form .checkbox,
  #footerform .cajaform form .submit,
  section form .inputs .input-style.lg,
  section form .inputs .input-style.bg {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  section .owl-dots {
    width: max-content;
  }
  header .logo img {
    width: 150px;
  }
  header .titlebig {
    padding: 10px;
    font-size: 17px;
  }
  #cabecera .boxform .formulario .titleform {
    font-size: 19px;
  }
  #cabecera .owl-carousel .item .title {
    font-size: 16px;
  }
  .promocion .botones .boton {
    font-size: 18px;
    padding: 8px 15px;
  }
  .promocion .infotext .iconos .icon img {
    width: 50px;
    padding-right: 10px;
  }
  .promocion .cajaimagen .owl-carousel .owl-nav div {
    width: 30px;
  }
  .promocion .infotext .iconos .icon {
    height: 80px;
  }
}
@font-face {
  font-family: 'Nunito-Bold';
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Nunito-Regular';
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}
