.clearer {
  clear: both;
}
header {
  position: absolute;
  top: 0;
  display: none;
  text-align: left;
  width: 100%;
  z-index: 3;
}
header .logo {
  background: #3FA435;
  background-color: #3FA435;
  padding: 20px 20px;
}
header .logo img {
  width: 150px;
  margin-left: 75px;
}
header .title {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
header .title h2 {
  text-align: center;
  font-size: 26px;
  font-family: 'PlayfairDisplay-Bold';
  /*color: #444444;*/
  color: #3FA435;
  margin: 0;
  padding: 10px 30px;
}
header .title h3 {
  font-size: 22px;
  font-family: 'PlayfairDisplay-Bold';
  color: #444444;
  color: #3FA435;
  text-align: center;
  margin: 0;
  padding: 10px;
}
section {
  padding: 35px 0;
}
section p {
  font-family: 'Overpass-Regular';
  font-size: 17px;
  line-height: normal;
}
section p strong {
  font-family: 'PlayfairDisplay-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: #3FA435;
  text-align: center;
  line-height: inherit;
}
section .widthbox {
  width: 80%;
  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-Regular';
  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 .submits .checkbox {
  padding: 5px 0;
  white-space: nowrap;
}
form .submits .checkbox input {
  margin: 0;
  position: relative;
}
form .submits .checkbox span {
  color: #606060;
  font-family: 'Overpass-Regular';
  font-size: 12px;
}
form .submits .checkbox span a {
  color: #3FA435;
}
form .submits .submit {
  text-align: center;
}
form .submits .submit input {
  background: #3FA435;
  padding: 10px;
  color: white;
  font-family: 'Overpass-Regular';
  transition: .5s;
  border: solid 1px #3FA435;
  width: 250px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  header .logo img {
    width: 350px;
    /*margin-left: 125px;*/
    margin:auto;
    display: block;
  }
}
@media (max-width: 576px) {
  header .logo img {
  width: 250px;
/*  margin-left: 80px;*/
    margin:auto;
    display: block;
}
  form .submits .submit input {
    width: 100%;
  }
}
form .submits .submit input:hover {
  background: white;
  color: #3FA435;
}
#cabecera {
  position: relative;
  padding: 0;
  overflow: hidden;
}
#cabecera .botonMenu {
  background-color: #3FA435;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  font-family: 'PlayfairDisplay-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;
  left: 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: #3FA435;
  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';*/
  font-family: 'PlayfairDisplay-Bold';
  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: 850px;
  background-size: cover;
  margin-right: 540px;
}
#cabecera .owl-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  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;
}
#cabecera .owl-carousel .owl-dots .owl-dot :focus {
  outline: none;
}
#cabecera .banda {
  max-width: 540px;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  background-image: url("../images/fondo_form.jpg");
  /*background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("../images/cabecera-01.jpg");
  height: 100%;
  max-height: 800px;
  background: url(../images/img_texto.jpg) no-repeat 50% 50%;
  background-size: cover;*/
  padding: 49px 40px 35px 50px;
}
#cabecera .banda .logo {
  background: #3FA435;
  text-align: center;

}
#cabecera .banda .logo img {
  width: 80%;
}
#cabecera .banda .titles {
  overflow: hidden;
  text-align: center;
  /*background: rgba(255, 255, 255, 0.8);*/
  background-color: #FFFFFF;
  /*padding: 20px 0;*/
  color: #3FA435;
  height: 130px;
}
#cabecera .banda .titles h3 {
  font-size: 20px;
    color: #3FA435;
    padding: 0 10px;
    margin: 0;
    margin-top: 22px;
}
#cabecera .banda .titles h3 b{
  font-size: 140%;
  padding: 0 5px;
}
#cabecera .banda .titles h4 {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 26px;
  font-weight: bold;
  color: #3FA435;
  margin: 0;
  padding: 10px;
  padding-top: 0;
  line-height: normal;
}
#cabecera .banda .titles h4 strong {
  font-family: 'PlayfairDisplay-Bold';
  display: inline-block;
}
#cabecera .banda .formulario {
  background: #f4f4f4;
  padding: 20px 30px;
  padding-bottom: 100px;
  background: #F4F4F4;
  max-height: 560px;
}
#cabecera .banda .formulario .titleform {
  color:#444444;
  font-family: 'PlayfairDisplay-Bold';
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
#cabecera .banda .formulario form .input-style {
  width: 100%;
  display: inline-block;
  padding: 5px;
}
#cabecera .banda .formulario form .input-style.sm{
  width: 100px;
}
#cabecera .banda .formulario form .input-style.md{
  width: calc(100% - 104px);
}
#section1 {
  margin-top: 35px;
  background:#3FA435;
}
#section1 h2 {
  font-family: 'PlayfairDisplay-Bold';
  font-size: 35px;
  color: #FFFFFF;
  padding-bottom: 40px;
  margin:auto;
  text-align: center;
}
#fraselegal{
  font-family: 'Overpass-Light';
  padding-top: 0;
}
#fraselegal .texto{
  font-size: 10px;
  text-align: center;
}
#section2 .iconos{
  display: flex;
  padding-bottom: 40px;
}
#section2 .iconos .item{
  width: 33.33%;
  justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
        font-family: 'Overpass-Regular';
  font-size: 17px;

}
#section2 .iconos .item img{
  width: 70px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  #section1 {
      margin-top: 0px;
  }
  #section1 h2 {
    padding-top: 20px;
    font-size: 32px;
  }
}
.icons-s1{
  padding: 0 100px;
}
.icons-s1 div{
  float: left;
  width: 20%;
  padding-top: 25px;
  height: 180px;
}
.s1icsec{
    width: 20%;
}
.icons-s1 div img{
  margin: auto;
  display: block;
  width: 80px;
}
.icons-s1 div h5{
  font-family: 'Overpass-Regular';
  font-size: 22px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin:auto;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .icons-s1{
    padding: 0 0;
  }
  #cabecera .owl-carousel .item {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .icons-s1 div{
    width: 33.3%;
  }
  .s1icsec{
    width: 50%!important;
  }
}
@media (max-width: 576px) {
  .icons-s1 div img{
    height: 60px;
  }
  .icons-s1 div{
    width: 50%;
    margin: auto;
    min-height: 185px;
    padding-top: 7px;
  }
  .s1icult{
    width: 100%!important;
    height: 145px!important;
    min-height: 120px!important;
    padding-top: 0px!important;
  }
}
#section2 {
  position: relative;
  background: #FFFFFF;
  min-height: 900px;
}
#section2 .halfbox {
  width: 56%;
  position: absolute;
  background: #FFFFFF;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
  padding-left: 55px;
  /*padding-left: 3%;
  padding-right: 7%;*/
  padding-bottom: 40px;
}
.s2t1uno{
  display: none;
}
@media (max-width: 768px) {
  #section2 .halfbox {
    padding-left: 25px;
  }
  .s2t1dos{
    color: transparent;
    height: 0;
    overflow: hidden;
  }
  .s2t1uno{
    display: block;
    font-size: 25px;
  }
  #section2 .halfbox {
    right: 0;
    padding-right: 20px;
  }
}
#section2 .halfbox h3 {
  font-family: 'PlayfairDisplay-Bold';
  text-align: left;
  padding-bottom: 30px;
  padding-top: 30px
}
#section2 .halfbox p {
  font-family: 'Overpass-Regular';
  text-align: left;
  padding: 20px 0px;
  text-align: justify;
  line-height: 29px;
  font-size: 17px;
  margin: 0;
}
#section2 .imagen {
  width: 83.3%;
  position: absolute;
  left: 0;
  top: 50px;
  height: 100%;
  max-height: 800px;
  background: url(../images/img_texto.jpg) no-repeat 50% 80%;
  background-size: cover;
}
@media (max-width: 1200px) {
  #section2 .halfbox h3 {
  padding-bottom: 25px;
  padding-top: 22px
}
  #section2 .halfbox p {
    padding: 7px 0;
  }
}
@media (max-width: 992px) {
#section2 .halfbox h3 {
  padding-bottom: 10px;
  padding-top: 10px
}
  #section2 .halfbox p {
    padding: 2px 0;
  }
}
@media (max-width: 768px) {
  section h3{
    font-weight: 25px;
    padding-bottom: 20px;
  }
  #section2 .halfbox h3 {
    padding-bottom: 0px;
  }
  #section2 .halfbox{
        transform: translateY(0); 
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #section2 .halfbox p {
    line-height: 150%;
    font-size: 16px;
  }
  #section2 .iconos{
    padding: 20px 0;
  }
  #section2 {
  min-height: 800px;
  padding-bottom: 0;
}
  
  #section2 .halfbox p {
    padding: 0;
    text-align: center;
  }
}
#section3{
    padding: 0;
}
.containi{
  max-width: 1400px;
  margin:auto;
}
#section3 h3 {
  line-height: 120px;
  font-size: 35px;
  background-color: #F4F4F4;
  margin:0;
  font-family: 'PlayfairDisplay-Bold';
}
#section3 p {
  font-family: 'PlayfairDisplay-Bold';
  line-height: 110px;
  max-height: 110px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 25px;
  background-color: #FFFFFF;
  margin:0;
}
#section3 p br{
  display: none;
}
#section3 .caracteristicas {
  padding-top: 40px;
  padding-left: 6%;
}
#section3 .caracteristicas li {
  display: inline-table;
  width: 49%;
  padding-left: 30px;
  position: relative;
  margin: 10px 0;
  color: #606060;
  font-size: 16px;
  font-family: 'Overpass-Regular';
}
#section3 .caracteristicas li:after {
  background: #3FA435;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
}
  .res-non{
    color: #000000;
  }
  .res-sem{
    display: none;
  }
@media (max-width: 768px) {
  #section3 h3 {
    line-height: 55px;
    padding: 15px 5px;
    font-size: 25px;
    background-color: #F4F4F4;
    margin:0;
  }
  #section3 p {
    line-height: 50px;
    max-height: 210px;
    padding-bottom: 18px;
    text-align: center;
    padding-left: 20px;
  }
  #section3 p br{
  display: block;
}
  .res-non{
    color: transparent;
    max-width: 0;
    display: none;
    white-space: pre;
  }
  .res-sem{
    display: none;
  }
}
/*#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: #3FA435;
}
#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: 50px 0;
  padding-left: 5%;
}

#section6 .box h2 {
  margin-top: 0;
  font-family: 'PlayfairDisplay-Bold';
  font-size: 35px;
  padding-bottom: 40px;
  color: #3FA435;
}
#section6 .box p {
  padding-bottom: 10px;
  text-align: justify;
}
@media (max-width: 768px) {
  #section6 .box {
    text-align: center;
  }
  #section6 .box p {
    text-align: center;
  }
}
#section6 .mapa {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#section7 .formulario {
  background: #f4f4f4;
  padding: 30px 5%;
}
#section7 .formulario .titleform {
  text-align: left;
  font-family: 'Overpass-Regular';
  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;
  width: 100%;
  display: inline-block;
}
#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: 172px;
}
#section7 .formulario form .submits {
  width: 240px;
  float: left;
  padding-top: 47px;
}
#section7 .formulario form .submits .submit input {
  width: 100%;
}
footer {
  background: #3FA435;
  padding: 30px;
}
footer p {
  color: white;
  font-family: 'Overpass-Regular';
  margin: 0;
  text-align: center;
}
footer p a {
  color: white;
}
#sectionlista{
  padding-bottom: 80px;
}
#sectionlista h3 {
  padding-bottom: 20px;
}
#sectionlista p {
  text-align: center;
}
#sectionlista .caracteristicas {
  padding-top: 40px;
  padding-left: 10%;
}
#sectionlista .caracteristicas li {
  display: inline-table;
  width: 49%;
  padding-left: 30px;
  position: relative;
  margin: 10px 0;
  color: #606060;
  font-size: 16px;
  font-family: 'Overpass-Regular';
}
#sectionlista .caracteristicas li:after {
  background: #43a047;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
}
@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;
  }
  #section3 .caracteristicas{
    padding-left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  #section7 .formulario .titleform {
    text-align: center;
  }
  section {
    padding: 40px 0;
  }
  section .widthbox {
    width: 100%;
  }
  header {
    display: block;
  }
  section p {
    font-size: 15px;
  }
    #cabecera .contenedor {
      left: -8px;
    }
  #cabecera .botonMenu {
    min-height: 40px;
  }
  #cabecera .owl-carousel .item {
    /*height: 400px;*/
    height: 81vh;

  /*  background: url(/images/cabecera-01-responsive.jpg) no-repeat 50% 50%!important;*/
    background-image: url(../images/cabecera-01-responsive.jpg)!important; 
  }
  #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%;
    position: relative;
  }
  #section2 .imagen {
    position: relative;
    width: 100%;
    height: 300px;
  }
  #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%;
    padding: 10px 0;
  }
  #section7 .formulario form .submits .submit {
    text-align: left;
  }
  #section7 .formulario form .submits .submit input {
    width: 200px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 576px) {
  #cabecera .banda .formulario {
    max-height: 560px;
  }
  #cabecera .banda {
    padding: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 30px 0;
    padding: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;
  }
  #section7 .container{
    padding-right: 0px;
    padding-left: 0px;
  }
  #sectionlista .caracteristicas li{
    width: 100%;
  }
  .icons-s1 div h5{
    font-weight: 18px;
  }
  .icons-s1 div img,#section2 .iconos .item img{
    width: 60px;
  }
  #section2 .iconos .item{
    font-size: 15px;
  }
}
.logo-footer{
  margin: auto;
  display: block;
  width: 410px;
}

@media (max-width: 768px) {
  .logo-footer{
    margin: auto;
    display: block;
    width: 250px;
    margin-bottom: 10px;
  }
}
@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");
}
