.clearer {
  clear: both;
}
section {
  padding: 60px 0;
  font-family: 'Karla-Regular';
}
section h3 {
  font-family: 'Karla-Regular';
  font-size: 30px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  color: black;
  line-height: 120%;
}
section h3:after {
  content: "";
  bottom: 0;
  height: 8px;
  background: #398245;
  width: 60px;
  background: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
section h3 a {
	color:#398245;
}
section .boxiconos {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
section .boxiconos .box {
  width: 30%;
  display: inline-table;
  text-align: center;
  font-family: 'Karla-Regular';
  font-size: 17px;
  padding: 30px 20px;
}
section .boxiconos .box img {
  width: 90px;
  height: auto;
  padding-bottom: 10px;
}
section .boxiconos .box strong {
  font-size: 120%;
  color: #398245;
  font-family: 'Karla-Bold';
  display: inline-block;
}
header {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  padding-top: 30px;
  z-index: 3;
}
header img {
  width: 250px;
  height:auto;
}
#cabecera {
  position: relative;
  padding: 0;
  height: 800px;
/*
  background: url(../images/cabecera.jpg) no-repeat 50% 50%;
  background-size: cover;
*/
  z-index: 1;
}
#cabecera:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25&1+0,0+31,0+31 */
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.19) 25%, rgba(255, 255, 255, 0) 31%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.19) 25%, rgba(255, 255, 255, 0) 31%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.19) 25%, rgba(255, 255, 255, 0) 31%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
#formulario {
  position: relative;
  padding: 0;
}
#formulario.footer {
  padding: 60px 0;
}
#formulario.footer:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 50%;
  background: rgba(57, 130, 69, 0.1);
  width: 100%;
}
#formulario.footer .formulario {
  margin-top: 0;
}
#formulario .formulario h2{
    width: 80%;
    background: white;
    top: -92px;
    position: absolute;
    text-align: center;
    color: rgba(57, 130, 69, 0.9);
    padding: 8px;
    font-size: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#formulario .formulario {
  position: relative;
  z-index: 4;
  background: rgba(57, 130, 69, 0.9);
  width: 60%;
  margin: 0 auto;
  margin-top: -110px;
  padding: 20px;
  height: 220px;
  font-family: 'Karla-Regular';
}
#formulario .formulario .cajainteractiva {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 20px;
}
#formulario .formulario .cajainteractiva.visible {
  display: block;
}
#formulario .formulario .cajainteractiva .text {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: white;
  font-size: 33px;
}
#formulario .formulario .cajainteractiva .botones {
  width: 40%;
  float: right;
}
#formulario .formulario .cajainteractiva .botones .caja {
  border: solid 1px white;
  text-align: center;
  color: white;
  padding: 10px;
  font-size: 20px;
  margin: 15px 0;
  cursor: pointer;
  transition: .4s;
}
#formulario .formulario .cajainteractiva .botones .caja:hover {
  color: #398245;
  background: white;
}
#formulario .formulario .cajainteractiva .title {
  color: white;
  font-size: 20px;
  padding-left: 10px;
  text-align: center;
}
#formulario .formulario .cajainteractiva form .inputs {
  padding: 10px 0;
}
#formulario .formulario .cajainteractiva form .inputs .input-style {
  width: 24%;
  float: left;
  padding: 10px;
}
#formulario .formulario .cajainteractiva form .inputs .input-style.bg {
  width: 100%;
}
#formulario .formulario .cajainteractiva form .inputs .input-style input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  outline: none;
}
#formulario .formulario .cajainteractiva form .inputs .input-style select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  outline: none;
}
#formulario .formulario .cajainteractiva form .inputs .input-style select > option {
  width: 100%;
  background: white;
  border: none;
  border-bottom: 1px solid white;
  color: black;
  outline: none;
}
#formulario .formulario .cajainteractiva form .inputs .input-style input::placeholder {
  color: white;
  opacity: 1;
}
#formulario .formulario .cajainteractiva form .submits .checkbox {
  width: calc(100% - 200px);
  float: left;
  padding-left: 10px;
  font-size: 12px;
}
#formulario .formulario .cajainteractiva form .submits .checkbox span {
  padding-left: 20px;
  color: white;
}
#formulario .formulario .cajainteractiva form .submits .checkbox a {
  color: white;
}
#formulario .formulario .cajainteractiva form .submits .checkbox input {
  margin: 0;
}
#formulario .formulario .cajainteractiva form .submits .submit {
  width: 200px;
  float: left;
  padding-right: 10px;
}
#formulario .formulario .cajainteractiva form .submits .submit input {
  background: white;
  color: #398245;
  border: none;
  width: 100%;
  font-size: 18px;
  padding: 5px;
  letter-spacing: 3px;
}
#section2 {
  height: 90vh;
  min-height: 700px;
  position: relative;
}
#section2 .imagen1 {
  position: absolute;
  top: 0;
  width: 55%;
  left: 0;
  background: url(../images/img-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 80%;
  z-index: 1;
}
#section2 .imagen2 {
  position: absolute;
  bottom: 0;
  width: 55%;
  right: 0;
  background: url(../images/img-02.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 80%;
  z-index: 2;
  border: solid 30px white;
}
#section3 .bgbox {
  height: 80vh;
  position: relative;
  margin: 40px 0;
}
#section3 .bgbox .imagen {
  position: absolute;
  top: 0;
  width: 55%;
  left: 0;
  background: url(../images/img-03.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
  z-index: 1;
}
#section3 .bgbox .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 42%;
  padding: 6%;
  right: 5%;
  text-align: justify;
  font-size: 18px;
  border: solid 4px #398245;
  z-index: 4;
}
#section3 iframe {
  width: 100%;
  height: 80vh;
  min-height: 700px;
}
footer {
  background: #398245;
  font-family: 'Montserrat-Regular';
  font-size: 13px;
  padding: 30px 0;
  color: white;
  text-align: center;
}
footer a {
  color: inherit;
}
footer p {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  #formulario .formulario {
    width: 80%;
  }
  #cabecera {
    height: 600px;
  }
  section .boxiconos {
    width: 90%;
  }
  #section2 {
    height: 50vh;
    min-height: 500px;
  }
  #section3 iframe {
    height: 50vh;
    min-height: 500px;
  }
  #section3 .bgbox {
    height: 50vh;
    min-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #cabecera {
    height: 500px;
  }
  #formulario .formulario {
    width: 90%;
  }
  section .boxiconos {
    width: 100%;
  }
  section .boxiconos .box {
    width: 45%;
  }
  #section2 {
    height: 50vh;
    min-height: 400px;
  }
  #section3 .bgbox {
    min-height: inherit;
    height: auto;
  }
  #section3 .bgbox .text {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #section3 .bgbox .imagen {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 350px;
  }
  #section2 .imagen2 {
    border: solid 10px white;
  }
  #formulario .formulario h2{
    width: 100%;
    font-size: 20px;
    top: -58px;
  }
}
@media only screen and (max-width: 480px) {
/*
  #formulario {
    background: rgba(57, 130, 69, 0.9);
  }
  #formulario .formulario {
    background: none;
    width: 100%;
    margin-top: 0;
  }
*/

  #cabecera {
    height: 400px;
  }
  header img {
    width: 150px;
  }
  section {
    padding: 30px 0;
  }
  section .boxiconos .box img {
    width: 70px;
  }
  #formulario .formulario {
    height: auto;
    padding: 0;
  }
  #formulario .formulario .cajainteractiva {
    position: relative;
    height: auto;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #formulario .formulario .cajainteractiva .text {
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    text-align: center;
    font-size: 25px;
  }
  #formulario .formulario .cajainteractiva .botones {
    width: 100%;
  }
  #formulario .formulario .cajainteractiva form .inputs .input-style {
    width: 100%;
  }
  #formulario .formulario .cajainteractiva form .submits .submit {
    width: 100%;
  }
  #formulario .formulario .cajainteractiva form .submits .checkbox {
    width: 100%;
  }
  section .boxiconos .box {
    padding: 10px;
    font-size: 15px;
  }
  section h3 {
    font-size: 24px;
  }
  #section3 .bgbox .text {
    font-size: 15px;
  }
  #formulario.footer {
    padding: 30px 0;
  }
  #section2 {
    height: auto;
    min-height: inherit;
  }
  #section2 .imagen1 {
    position: relative;
    height: 250px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    border-bottom: 5px solid white;
  }
  #section2 .imagen2 {
    position: relative;
    height: 250px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: none;
  }
  #section3 iframe {
    height: 50vh;
    min-height: 300px;
  }
  #section3 .bgbox {
    height: auto;
  }
  #formulario .formulario h2{
    width: 100%;
    font-size: 18px;
    top: -55px;
  }
}
@font-face {
  font-family: 'Break-Regular';
  src: url("../fonts/Break-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Karla-Bold';
  src: url("../fonts/Karla-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Karla-Regular';
  src: url("../fonts/Karla-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}

#logo {display:inline-block;margin:20px auto;background-color:rgba(255,255,255,0.7);border-radius:10px;}
#logo img {max-width:100%;height:auto;}

.titular {/*opacity:0;*/font-size:1.6em;font-weight:bold;line-height:120%;text-shadow: 2px 2px #fff;margin:20px auto;color:#398245;text-transform:uppercase;}
.titular2 {font-weight:bold;font-size:1.8em;text-shadow: 1px 1px #fff;line-height:150%;color:#398245;text-transform:uppercase;}
@media screen and (min-width: 760px) {
	.titular {font-size:3em;}
}
.oculto {display:none;}

/* SLIDE DE FONDO */
#fondo_slide {padding:0;margin:0;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;}
#fondo_slide div{position:absolute;left:0;top:0;width:100%;height:85vh;/*height:2200px;*/z-index:1;background-size:cover;background-position:center center;}
#fondo_slide div.active{z-index:3}