.clearer {
  clear: both;
}
header {
  position: relative;
  top: 0;
  display: none;
  text-align: left;
  width: 100%;
  z-index: 3;
}
header .logo {
  background: #43a047;
  padding: 20px 20px;
}
header .logo img {
  width: 150px;
}
header .title {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
header .title h1 {
  text-align: center;
  font-size: 25px;
  font-family: 'Overpass-Bold';
  color: #444444;
  margin: 0;
  padding: 10px 0;
}
header .title h2 {
  font-size: 14px;
  font-family: 'Overpass-Regular';
  color: #444444;
  text-align: center;
  margin: 0;
  padding: 10px;

}
header .title h2 span{
  display: inline-block;
}
section {
  padding: 60px 0;
}
section p {
  font-family: 'Overpass-Regular';
  font-size: 17px;
  line-height: normal;
}
section p strong {
  font-family: 'Overpass-Bold';
}
section h1 {
  font-family: 'PlayfairDisplay-Bold';
  color: #444444;
  margin: 0;
  padding: 10px;
  font-size: 42px;
  text-align: center;
}
section h3 {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 32px;
  color: #43a047;
  text-align: center;
  line-height: inherit;
}
section .widthbox {
  width: 70%;
  margin: 0 auto;
}
form .inputs .input-style input,
form .inputs .input-style textarea {
  width: 100%;
  background: none;
  border-radius: 5px;
  border: solid 1px #b5b5b5;
  padding: 10px;
  color: #606060;
  resize: none;
  outline: none;
  transition: .5s;
  font-family: 'Overpass-Light';
  font-size: 16px;
}
form .inputs .input-style input::placeholder,
form .inputs .input-style textarea::placeholder {
  color: #606060;
}
form .inputs .input-style input:hover,
form .inputs .input-style textarea:hover {
  background: white;
}
form .interesado {
  font-family: 'Overpass-Light';
  font-size: 16px;
  color: #606060;
  padding: 0 10px;
}
form .interesado input[type=checkbox],
form .interesado input[type=radio] {
  background: white;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: solid 1px #43a047;
  outline: none;
}
form .interesado input[type=checkbox]:checked,
form .interesado input[type=radio]:checked {
  background: #43a047;
}
form .interesado li {
  color: #606060;
  list-style: none;
  width: 100%;
}
form .interesado li span {
  padding-left: 10px;
}
form .submits .checkbox {
  padding: 5px 0;
}
form .submits .checkbox input {
  margin: 0;
  position: relative;
}
form .submits .checkbox span {
  color: #606060;
  font-family: 'Overpass-Light';
  font-size: 12px;
}
form .submits .checkbox span a {
  color: #43a047;
}
form .submits .submit {
  text-align: center;
}
form .submits .submit input {
  background: #43a047;
  padding: 10px;
  color: white;
  font-family: 'Overpass-Regular';
  transition: .5s;
  border: solid 1px #43a047;
  width: 250px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
form .submits .submit input:hover {
  background: white;
  color: #43a047;
}
#cabecera {
  position: relative;
  overflow: hidden;
  padding: 0;
}
#cabecera .botonMenu {
  background-color: #43a047;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  font-family: 'Overpass-Bold';
  cursor: pointer;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  outline: none;
  min-width: 90px;
}
#cabecera .contenedor {
  display: inline-block;
  position: absolute;
  right: 5%;
  z-index: 3;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#cabecera .desplegable {
  display: none;
  position: absolute;
  background-color: #43a047;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
#cabecera .desplegable a {
  color: white;
  padding: 5px 30px;
  text-decoration: none;
  display: block;
  font-family: 'Overpass-Regular';
  min-width: 90px;
  text-align: center;
}
#cabecera .desplegable a.selected {
  display: none;
}
#cabecera .desplegable a:hover {
  background-color: #64b967;
}
#cabecera .contenedor:hover .desplegable {
  display: block;
}
#cabecera .contenedor:hover .botonMenu {
  border-radius: 0;
}
#cabecera .owl-carousel .item {
  height: 960px;
  background-size: cover;
}
#cabecera .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#cabecera .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: solid 2px white;
  margin: 5px;
  float: left;
  transition: .6s;
}
#cabecera .owl-carousel .owl-dots .owl-dot.active {
  background: white;
  outline: none;
}
#cabecera .owl-carousel .owl-dots .owl-dot :focus {
  outline: none;
}
#cabecera .owl-carousel .owl-nav {
  display: none;
}
#cabecera .banda {
  width: 400px;
  position: absolute;
  z-index: 3;
  left: 10%;
  top: 0;
}
#cabecera .banda .logo {
  background: #43a047;
  text-align: center;
  padding: 30px 10px;
}
#cabecera .banda .logo img {
  width: 300px;
}
#cabecera .banda .titles {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}
#cabecera .banda .titles h1 {
  font-size: 42px;
}
#cabecera .banda .titles h2 {
  font-size: 20px;
  font-family: 'Overpass-Regular';
  color: #444444;
  margin: 0;
  padding: 10px;
  line-height: normal;
}
#cabecera .banda .titles h2 span{
  display: inline-block;
}
#cabecera .banda .titles h2 strong {
  font-family: 'Overpass-Bold';
}
#cabecera .banda .formulario {
  background: #f4f4f4;
  padding: 20px 30px;
  padding-bottom: 100px;
}
#cabecera .banda .formulario .titleform {
  font-family: 'Overpass-Bold';
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
#cabecera .banda .formulario form .input-style {
  
  display: inline-block;
  width: 100%;
  padding: 5px;
}
#cabecera .banda .formulario form .input-style.sm{
  width: 100px;
}
#cabecera .banda .formulario form .input-style.md{
  width: calc(100% - 104px);
}
#cabecera .banda .formulario form .checkbox {
  text-align: center;
}
#section1 h1 {
  font-size: 45px;
  padding-bottom: 30px;
}
#section1 p {
  text-align: center;
  padding-bottom: 10px;
}
#section2 .botones {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
#section2 .botones:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #43a047;
  top: calc(50% - 1px);
  z-index: -1;
  font-family: 'Overpass-Regular';
  left: 0;
}
#section2 .botones .contenido{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#section2 .botones li {
  width: 200px;
  text-align: center;
  margin: 0 6%;
  display: inline-block;
  color: #707070;
  cursor: pointer;
  font-size: 18px;
  background: white;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0px 0px 9px 0px #d8d8d8;
  transition: .4s;
  font-family: 'Overpass-Regular';
}
#section2 .botones li:hover {
  background: #43a047;
  color: white;
}
#section2 .botones li.active {
  background: #43a047;
  color: white;
}
#section2 table.table{
  font-family: 'Overpass-Regular'
}
#section2 a.info-tabla-open{
  color: #43a047;
}
#section2 .content {
  display: none;
  position: relative;
  background: #f4f4f4;
}
#section2 .content.visible {
  display: block;
}
#section2 .content .halfbox {
  width: 50%;
  float: left;
  position: relative;
  height: 700px;
}
#section2 .content .halfbox .posab {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 15%;
}
#section2 .content .halfbox li {
  display: inline-table;
  width: 100%;
  padding-left: 30px;
  position: relative;
  margin: 10px 0;
  color: #606060;
  font-size: 16px;
  font-family: 'Overpass-Regular';
}
#section2 .content .halfbox li:after {
  background: #43a047;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
}
#section2 .content .halfbox .precio {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 35px;
  color: #444444;
}
#section2 .content .halfbox .precio span {
  font-size: 40%;
  font-family: 'Overpass-Light';
}
#section2 .content .halfbox h3 {
  text-align: left;
  padding-bottom: 30px;
}
#section2 .content .halfbox .bgbox {
  text-align: center;
  margin-top: 50px;
  border-top: 2px solid #43a047;
  padding-top: 50px;
  padding-bottom: 20px;
}
#section2 .content .halfbox .bgbox .box {
  display: inline-table;
  text-align: center;
  font-family: 'Overpass-Regular';
  font-size: 15px;
  width: calc(25% - 3px);
}
#section2 .content .halfbox .bgbox .box img {
  width: 60px;
  padding-bottom: 10px;
}
#section2 .content .imagen {
  width: 100%;
}
#section2 .content .imagen .owl-carousel {
  height: 100%;
}
#section2 .content .imagen .owl-carousel .owl-nav {
  bottom: calc(50% - 30px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}
#section2 .content .imagen .owl-carousel .owl-nav .owl-prev {
  float: left;
  outline: none;
  pointer-events: all;
  width: 60px;
}
#section2 .content .imagen .owl-carousel .owl-nav .owl-prev img {
  width: 100%;
}
#section2 .content .imagen .owl-carousel .owl-nav .owl-next {
  transform: rotate(180deg);
  float: right;
  outline: none;
  pointer-events: all;
  width: 60px;
}
#section2 .content .imagen .owl-carousel .owl-nav .owl-next img {
  width: 100%;
}
#section2 .content .imagen .owl-carousel .owl-dots {
  width: max-content;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#section2 .content .imagen .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: solid 2px white;
  margin: 5px;
  float: left;
  transition: .6s;
}
#section2 .content .imagen .owl-carousel .owl-dots .owl-dot.active {
  background: white;
  outline: none;
}
#section2 .content .imagen .owl-carousel .owl-dots .owl-dot :focus {
  outline: none;
}
#section2 .content .imagen .owl-carousel .item {
  height: 700px;
}
#section4 .owl-stage {
  position: relative;
}
#section4 .owl-stage .lpq {
  position: absolute;
  bottom: 0;
  right: 10px;
  color: white;
  font-family: 'Overpass-Bold';
  font-size: 20px;
  padding: 30px;
  text-shadow: 1px 1px 2px #000;
}
#section4 .owl-stage .owl-item .item {
  height: 700px;
  position: relative;
  opacity: .4;
}
#section4 .owl-stage .owl-item.active .item {
  opacity: 1;
}
#section4 .owl-stage .owl-item .item .lpq {
  display: none;
}
#section4 .owl-stage .owl-item.active .item .lpq {
  display: block;
}
#section4 .owl-nav {
  pointer-events: none;
  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: calc(100% - 260px);
}
#section4 .owl-nav .owl-prev {
  float: left;
  width: 60px;
  pointer-events: all;
}
#section4 .owl-nav .owl-prev img {
  width: 100%;
  height: 100%;
}
#section4 .owl-nav .owl-next {
  float: right;
  width: 60px;
  pointer-events: all;
  transform: rotate(180deg);
}
#section4 .owl-nav .owl-next img {
  width: 100%;
  height: 100%;
}
#section4 .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#section4 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #444444;
  margin: 5px;
  float: left;
  transition: .3s;
}
#section4 .owl-dots .owl-dot.active {
  background: #43a047;
}
#section4 .owl-dots .owl-dot :focus {
  outline: none;
}
#section5 .bgbox {
  text-align: center;
  padding: 20px 0;
}
#section5 .bgbox img {
  width: calc(20% - 14px);
  margin: 0 5px;
  display: inline-block;
}
#section6 {
  padding: 0;
  background: #f4f4f4;
  position: relative;
}
#section6 .box {
  float: right;
  width: 50%;
  padding: 60px 0;
  padding-left: 5%;
}
#section6 .box h1 {
  padding-bottom: 40px;
}
#section6 .box p {
  padding-bottom: 10px;
  text-align: justify;
}
#section6 .mapa {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#section7 .formulario {
  background: #f4f4f4;
  padding: 30px 5%;
}
#section7 .formulario .titleform {
  font-family: 'Overpass-Bold';
  padding-left: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #444444;
}
#section7 .formulario form .inputs {
  width: calc(100% - 240px);
  float: left;
  padding-right: 30px;
}
#section7 .formulario form .inputs .box {
  width: 50%;
  float: left;
}
#section7 .formulario form .inputs .box .input-style {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
#section7 .formulario form .inputs .box .input-style.sm{
  width: 100px;
}
#section7 .formulario form .inputs .box .input-style.md{
  width: calc(100% - 104px);
}
#section7 .formulario form .inputs .box .input-style textarea {
  height: 236px;
}
#section7 .formulario form .interesado {
  width: 240px;
  float: left;
}
#section7 .formulario form .submits {
  width: 240px;
  float: left;
  padding-top: 22px;
}
#section7 .formulario form .submits .submit input {
  width: 100%;
}
#fraselegal{
  font-family: 'Overpass-Light';
  padding-top: 0;
}
#fraselegal .texto{
  font-size: 10px;
  text-align: center;
}
footer {
  background: #43a047;
  padding: 30px;
}
footer p {
  color: white;
  font-family: 'Overpass-Light';
  margin: 0;
  text-align: center;
}
footer p a {
  color: white;
}
@media only screen and (max-width: 1284px) {
  #section2 .botones li {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 992px) {
  section {
    padding: 50px 0;
  }
  section .widthbox {
    width: 90%;
  }
  #cabecera .owl-carousel .owl-dots {
    left: inherit;
    right: 15%;
  }
  #cabecera .banda {
    left: 20px;
  }
  #section4 .owl-stage .owl-item .item {
    height: 600px;
  }
  #section2 .content .halfbox {
    width: 100%;
    height: auto;
  }
  #section2 .content .halfbox .posab {
    top: 0;
    position: relative;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
  #section2 .content .imagen .owl-carousel .item {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  section .widthbox {
    width: 100%;
  }
  header {
    display: block;
  }
  section p {
    font-size: 15px;
  }
  #cabecera .botonMenu {
    min-height: 60px;
  }
  #cabecera .owl-carousel .item {
    height: 400px;
  }
  #cabecera .banda {
    width: 100%;
    position: relative;
    left: 0;
  }
  #cabecera .owl-carousel .owl-dots {
    left: 50%;
    right: inherit;
  }
  #cabecera .banda .logo {
    display: none;
  }
  #cabecera .banda .titles {
    display: none;
  }
  #cabecera .banda .formulario {
    padding: 20px;
  }
  #section2 .halfbox {
    width: 100%;
  }
  #section2 .botones li {
    width: 140px;
    font-size: 16px;
    margin: 0 20px;
  }
  #section4 .owl-stage .owl-item .item {
    height: 500px;
  }
  #section4 .owl-nav {
    width: 100%;
  }
  #section6 .box {
    width: 100%;
    padding: 20px 10px;
  }
  #section6 .mapa {
    width: 100%;
    position: relative;
    height: 450px;
  }
  #section7 .formulario form .inputs {
    width: 100%;
    padding: 0;
  }
  #section7 .formulario form .submits {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #section7 .formulario form .interesado {
    float: none;
  }
  #section7 .formulario form .submits .submit {
    text-align: center;
  }
  #section7 .formulario form .submits .submit input {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 30px 0;
  }
  section p {
    font-size: 14px;
  }
  section h3 {
    font-size: 23px;
  }
  #section2 .halfbox .bgbox .box {
    width: calc(50% - 3px);
  }
  #section3 .caracteristicas li {
    width: 100%;
  }
  #section4 .owl-stage .owl-item .item {
    height: 350px;
  }
  #section4 .owl-nav .owl-next {
    width: 40px;
  }
  #section4 .owl-nav .owl-prev {
    width: 40px;
  }
  #section4 .owl-stage .lpq {
    font-size: 14px;
    padding: 20px;
  }
  #section5 .bgbox img {
    width: calc(50% - 16px);
    margin: 7px;
  }
  #section6 .mapa {
    height: 350px;
  }
  #section7 .formulario form .inputs .box {
    width: 100%;
  }
  #section7 .formulario form .inputs .box .input-style textarea {
    height: 100px;
  }
  #section2 .botones li {
    width: 150px;
    font-size: 13px;
    margin: 10px;
  }
  #section2 .content .halfbox .posab {
    padding: 10px;
  }
  #section2 .content .imagen .owl-carousel .owl-dots .owl-dot {
    margin: 2px;
    width: 10px;
    height: 10px;
  }
  #section2 .content .imagen .owl-carousel .item {
    height: 350px;
  }
  #section2 .content .imagen .owl-carousel .owl-nav .owl-next,
  #section2 .content .imagen .owl-carousel .owl-nav .owl-prev {
    width: 40px;
  }
}
@font-face {
  font-family: 'Overpass-Light';
  src: url("../fonts/Overpass-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Overpass-Regular';
  src: url("../fonts/Overpass-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Overpass-Bold';
  src: url("../fonts/Overpass-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Overpass-Black';
  src: url("../fonts/Overpass-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
}
