.main {
  float: left;
  width: 100%;
  position: relative;
}

.banner {
  float: left;
  background-image: url('../images/banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 250px 20px 150px;
  position: relative;
}

.contenedor {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contenedor._800 {
  max-width: 800px;
}

.header {
  z-index: 9;
  width: 100%;
  padding: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar {
  background-color: #0000;
}

.brand {
  width: 25%;
}

.nav_menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.item_nav {
  color: #fff;
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 0;
  padding: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.item_nav.var {
  background-image: url('../images/arrow_header.png');
  background-position: 100% 8px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 30px;
  padding-right: 15px;
  position: relative;
}

.right__menu {
  float: left;
  width: 75%;
}

.top_header {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.red {
  margin-left: 10px;
}

.red.var {
  margin-bottom: 5px;
  margin-left: 0;
}

.submenu_in {
  background-color: #fff;
  border-radius: 10px;
  width: 225px;
  padding: 10px;
  display: block;
  position: relative;
  inset: 0 auto auto 0%;
  box-shadow: 0 0 10px #0003;
}

.submenu_in.var {
  width: 340px;
  display: block;
}

.item_submenu {
  color: #152a14;
  text-transform: uppercase;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.item_submenu:hover {
  color: #000;
}

.submenu {
  padding-top: 25px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.titulo_banner {
  color: #fff;
  text-transform: uppercase;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Electrolize, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

.titulo_banner.interna {
  margin-left: auto;
  margin-right: auto;
}

.titulo_banner.new {
  font-size: 40px;
  line-height: 45px;
}

.texto_banner {
  color: #fff;
  max-width: 500px;
  margin-bottom: 30px;
  margin-right: auto;
  font-family: Funnel Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.enlace {
  color: #152a14;
  text-transform: uppercase;
  background-color: #e0ffc4;
  background-image: url('../images/btn1.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border: 1px solid #e0ffc4;
  border-radius: 50px;
  padding: 10px 60px 10px 25px;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.enlace:hover {
  background-color: #a1e267;
  border-color: #a1e267;
}

.enlace.var {
  color: #fff;
  text-transform: uppercase;
  background-color: #152a1499;
  background-image: url('../images/btn2.png');
  margin-left: 15px;
}

.enlace.var:hover {
  color: #152a14;
  background-color: #a1e267;
  background-image: url('../images/btn1.png');
  border-color: #a1e267;
}

.enlace.var.green {
  color: #152a14;
  background-image: url('../images/btn4.png?new');
  border-color: #a1e267;
  padding-right: 85px;
}

.enlace.var.green:hover {
  background-image: url('../images/btn3.png');
}

.enlace.var.green.new {
  background-color: #0000;
}

.enlace.second {
  background-color: #7de35e;
  background-image: url('../images/btn3.png');
  padding-right: 85px;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
}

.enlace.second:hover {
  background-color: #e0ffc4;
  background-image: url('../images/btn1.png');
  border-color: #e0ffc4;
}

.enlace.second.enviar {
  margin-top: 10px;
  padding-right: 50px;
}

.enlace.service {
  text-transform: uppercase;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
}

.enlace.what {
  background-image: url('../images/whatsapp.png');
}

.second_home {
  float: left;
  background-color: #f4f8f3;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.left_second {
  float: left;
  width: 20%;
  min-height: 100px;
  padding-right: 30px;
}

.interior {
  float: left;
  width: 100%;
  position: relative;
  top: 60px;
}

.titulo_second {
  color: #152a14;
  text-transform: uppercase;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.titulo_second.var {
  margin-bottom: 20px;
}

.right_second {
  float: left;
  width: 80%;
}

.titulo__second {
  color: #152a14;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Electrolize, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.titulo__second.var {
  max-width: 500px;
}

.titulo__second.var.white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.titulo__second.var.green {
  text-transform: uppercase;
  margin-bottom: 0;
}

.texto_second {
  color: #2c4e2b;
  max-width: 700px;
  margin-bottom: 20px;
  margin-right: auto;
  font-family: Funnel Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: block;
}

.texto_second.var {
  text-align: justify;
  font-size: 18px;
}

.imagenes_second {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

.primera_imagen {
  float: left;
  background-image: url('../images/second1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 70%;
  height: 275px;
  margin-right: 2%;
}

.segunda_imagen {
  float: left;
  background-image: url('../images/licencia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 28%;
  height: 275px;
}

.third_home {
  float: left;
  width: 100%;
  padding: 160px 20px 60px;
}

.left_third {
  float: left;
  background-image: url('../images/third.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 40%;
  height: 450px;
}

.right_third {
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  min-height: 450px;
  padding-left: 60px;
  display: flex;
}

.servicios {
  float: left;
  background-color: #152a14;
  width: 100%;
  padding: 60px 20px;
}

.up_servicios {
  float: left;
  width: 100%;
  height: 50px;
}

.left_up {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.right_up {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.columnas {
  float: left;
  width: 104%;
  margin-top: 40px;
  margin-left: -2%;
}

.columnas.blog {
  width: 102%;
  margin-left: -1%;
}

.columna_servicio {
  float: left;
  width: 29.3333%;
  margin-left: 2%;
  margin-right: 2%;
}

.imagen_servicio {
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.imagen_servicio._1 {
  background-image: url('../images/servicio1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen_servicio._2 {
  background-image: url('../images/servicio2.jpg');
  background-position: 50%;
  background-size: cover;
}

.imagen_servicio._3 {
  background-image: url('../images/servicio3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo_servicios {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Funnel Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.texto_servicios {
  color: #fff;
  text-align: justify;
  min-height: 140px;
  margin-bottom: 20px;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
}

.pronto {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.content__pronto {
  float: left;
  background-image: url('../images/pronto.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  padding: 40px 75px;
  position: relative;
}

.imagen_pronto {
  height: 600px;
}

.tag {
  color: #152a14;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #a1e267;
  border-radius: 5px;
  padding: 6px 15px;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.titulo_pronto {
  color: #fff;
  text-transform: uppercase;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Electrolize, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.lighter, .titulo_pronto strong, .titulo_pronto b{
  color: #a1e267;
  font-weight: normal;
}

.texto_pronto {
  color: #fff;
  max-width: 400px;
  margin-bottom: 30px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.subtitulo_pronto {
  color: #e0ffc4;
  margin-bottom: 15px;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.lista_pronto, .content__pronto ul {
  padding-left: 0;
  list-style-type: none;
}

.item_list, .content__pronto ul li {
  color: #e0ffc4;
  background-image: url('../images/check.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 30px;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.blogs {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog_principal {
  float: left;
  background-image: url('../images/blog1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 48%;
  height: 630px;
  margin-right: 2%;
  text-decoration: none;
  position: relative;
}

.shadow {
  background-image: linear-gradient(0deg, #152a14, #0d1a0da1 50%, #0000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  padding: 74px 29px 29px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.titulo_blog {
  color: #fff;
  margin-bottom: 10px;
  font-family: Funnel Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.titulo_blog.var {
  color: #2a4c29;
}

.texto_blog {
  color: #fff;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.texto_blog.var {
  color: #2a4c29;
}

.blog_pequeno {
  float: left;
  width: 48%;
  height: 300px;
  margin-bottom: 30px;
  margin-left: 2%;
  text-decoration: none;
  overflow: hidden;
}

.blog_pequeno._3 {
  margin-bottom: 0;
}

.imagen_blog {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.imagen_blog._2 {
  background-image: url('../images/blog2.jpg');
  background-position: 50%;
  background-size: auto;
}

.imagen_blog._3 {
  background-image: url('../images/blog3.jpg');
  background-position: 50%;
  background-size: cover;
}

.final_home {
  float: left;
  background-image: url('../images/final_home.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 50px 20px;
}

.left_final {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 250px;
  display: flex;
}

.right_final {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 250px;
  display: flex;
}

.footer {
  float: left;
  background-color: #152a14;
  width: 100%;
  padding: 50px 20px;
}

.up_footer {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.left_footer {
  float: left;
  width: 45%;
}

.logo_footer {
  max-width: 275px;
}

.second_footer {
  float: left;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}

.second_footer.var {
  width: 20%;
}

.enlace_footer {
  color: #e0ffc4;
  width: 100%;
  margin-bottom: 5px;
  font-family: Funnel Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.final_footer {
  float: left;
  text-align: right;
  width: 5%;
  min-height: 100px;
}

.down_footer {
  float: left;
  border-top: 1px solid #7b956c;
  width: 100%;
  padding-top: 20px;
}

.copyright {
  color: #e0ffc4;
  text-transform: uppercase;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.sound {
  z-index: 9;
  position: fixed;
  inset: auto auto 10px 20px;
}

.embed {
  display: none;
}

.whatsapp {
  position: fixed;
  inset: auto 20px 10px auto;
}

.banner_interna {
  float: left;
  text-align: center;
  background-image: url('../images/banner_licencia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 220px 20px 150px;
}

.banner_interna.licencia {
  background-image: url('../images/bgLicencia.png');
  background-position: 50% 0;
}

.banner_interna.diagnostico {
  background-image: url('../images/bgDiagnostico.png');
}

.banner_interna.tramites {
  background-image: url('../images/tramites_ambientales.png');
  background-position: 50% 0;
}

.banner_interna.nosotros {
  text-align: left;
  background-image: url('../images/bgNosotros.png');
  background-position: 50% 0;
  padding-top: 250px;
  padding-bottom: 100px;
}

.banner_interna.como_lo_hacemos {
  background-image: url('../images/bgComo.png');
  background-position: 50% 0;
}

.banner_interna.green_gienie {
  text-align: left;
  background-image: url('../images/bgGreenGenie.png');
  background-position: 50%;
}

.banner_interna.contacto {
  text-align: center;
  background-image: url('../images/contacto.png');
  background-position: 50% 0;
}

.banner_interna.contacto.faq {
  padding-bottom: 100px;
}

.second_licencia {
  float: left;
  background-color: #f6ffee;
  width: 100%;
  padding: 50px 20px;
}

.texto_licencia {
  color: #152a14;
  text-align: center;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.texto_licencia.titulo_tramite {
  margin-bottom: 40px;
}

.texto_licencia.texto_nosotros {
  text-align: justify;
  max-width: 800px;
  font-size: 16.5px;
  font-weight: 300;
}

.texto_licencia.justify {
  text-align: justify;
}

.texto_licencia.tiny {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.third_licencia {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.left_licencia {
  float: left;
  width: 38%;
  min-height: 100px;
  margin-right: 2%;
  padding-top: 40px;
  padding-right: 40px;
}

.titulo_lic {
  color: #152a14;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Electrolize, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.texto_lic {
  color: #2c4e2b;
  margin-bottom: 40px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.imagen_lic {
  border-radius: 10px;
  width: 100%;
}

.right_licencia {
  float: left;
  background-color: #f4f8f3;
  border-radius: 10px;
  width: 60%;
  padding: 40px 26px;
}

.form_block {
  margin-bottom: 0;
}

.fila_form {
  float: left;
  width: 96%;
  margin: 5px 2% 10px;
}

.fila_form.var {
  width: 46%;
}

.fila_form.new {
  margin-bottom: 0;
}

.label_form {
  color: #152a14;
  width: 100%;
  margin-bottom: 5px;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}

.input_form {
  color: #152a14;
  background-color: #0000;
  border: 1px solid #152a14;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.input_form.textarea {
  min-height: 125px;
}

.recaptcha {
  width: 100%;
}

.fila_tabla {
  float: left;
  background-color: #59b972;
  border-bottom: 1px solid #fff6;
  width: 100%;
}

.columna_tabla {
  float: left;
  width: 50%;
}

.titulo_tabla {
  color: #fff;
  text-align: center;
  background-color: #152a1424;
  padding: 10px;
  font-family: Funnel Sans, sans-serif;
  font-weight: 500;
}

.contenido_tabla {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: Funnel Sans, sans-serif;
}

.contador {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.green_counter {
  text-align: center;
  background-color: #152a14;
  border-radius: 5px;
  width: 110px;
  padding: 20px;
}

.number {
  color: #fff;
  margin-bottom: 10px;
  font-family: Funnel Sans, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.text_counter {
  color: #fff;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.points_counter {
  color: #152a14;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Funnel Sans, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.columnas__seguimiento {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.columna_seguimiento {
  float: left;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18%;
  min-height: 50px;
  margin-left: 1%;
  margin-right: 1%;
  text-decoration: none;
  display: flex;
}

.numero_seguimiento {
  color: #152a14;
  text-align: center;
  border: 1px solid #152a14;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Funnel Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.borde {
  width: auto;
  margin-top: 5px;
  margin-left: -15px;
}

.linea_borde {
  border: 0 #babfb6;
  border-left: 2px dashed #babfb6;
  width: 1px;
  height: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.medio_circulo {
  background-color: #0000;
  border: 2px dashed #babfb6;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 100%;
  max-width: 175px;
  height: 87.5px;
  margin-top: 1px;
}

.medio_circulo.var {
  border-radius: 0 0 100px 100px;
  margin-top: -85.5px;
}

.circulo_interno {
  background-color: #fff;
  border-radius: 150px;
  width: 100%;
  max-width: 173px;
  height: 175px;
  margin-top: -85.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.circulo_interno.var {
  margin-top: 57px;
  position: relative;
}

.circulo_interno.var.new {
  margin-top: 0;
}

.final_circle {
  color: #152a14;
  text-align: center;
  text-transform: uppercase;
  background-color: #a1e267;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  overflow: hidden;
}

.final_circle.var {
  color: #fff;
  background-color: #152a14;
}

.tramites_ambientales {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.enlaces_tramites {
  margin-bottom: 40px;
}

.enlaces_tramites.var {
  margin-bottom: 0;
}

.enlaces_tramites{
    color: #152a14;
    text-align: center;
    font-family: Funnel Sans, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.enlace_tramite, .enlaces_tramites ul li, .content_green ul li {
  color: #152a14;
  background-image: url('../images/check_tramites.png');
  background-position: 0 13px;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #aaa;
  width: 100%;
  padding: 12px 20px 12px 40px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}

.enlaces_tramites ul{
  padding-left: 10px;
}

.content_green ul{
  list-style: none;
  padding: 0;
}

.content_green ol li {
    padding: 0;
    background: transparent;
    list-style: inherit;
    border:none;
}

.content_green ol {
    list-style: inherit;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.subtitulo_nosotros {
  color: #fff;
  text-transform: uppercase;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.subtitulo_nosotros.new {
  color: #a1e267;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.second_nosotros {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.second_nosotros.var {
  padding-top: 65px;
  padding-bottom: 65px;
}

.up_tabs {
  text-align: center;
}

.tab_link {
  color: #152a14;
  text-transform: uppercase;
  background-color: #dfdfdf;
  padding: 12px 35px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tab_link.w--current {
  color: #fff;
  background-color: #152a14;
}

.tab_content {
  padding-top: 50px;
}

.texto_tab {
  color: #152a14;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.columnas__tab {
  width: 100%;
  margin-top: 50px;
  display: inline-block;
}

.titulo_col {
  color: #152a14;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.texto_col {
  color: #152a14;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.texto_col.var {
  margin-bottom: 10px;
}

.third_green {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.fila_green {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.enlace_green {
  color: #152a14;
  background-color: #f8faf8;
  background-image: url('../images/arrow_down.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  width: 100%;
  padding: 12px 25px;
  font-family: Funnel Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

.enlace_green.active {
  background-image: url('../images/arrow_up.png');
}

.content_green {
  margin-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.espacio {
  width: 100%;
  padding-left: 20px;
  display: inline-block;
}

.second__contacto {
  float: left;
  width: 100%;
  padding: 60px 20px;
}

.left_contacto {
  float: left;
  width: 45%;
  padding-right: 40px;
}

.titulo_contacto {
  color: #152a14;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Funnel Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.texto_contacto {
  color: #152a14;
  margin-bottom: 30px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.enlace_contacto {
  color: #152a14;
  background-image: url('../images/mail.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.enlace_contacto._2 {
  background-image: url('../images/phone.png');
}

.right_contacto {
  float: left;
  background-color: #f4f8f3;
  border-radius: 10px;
  width: 55%;
  margin-top: -100px;
  padding: 40px;
}

.content__faq {
  margin-top: 40px;
}

.fila_faq {
  border-bottom: 1px solid #c7deb3;
  margin-bottom: 0;
}

.enlace_faq {
  color: #152a14;
  background-image: url('../images/arrowAbajo.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding: 12px 40px 12px 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.enlace_faq.active {
  background-image: url('../images/arrowArriba.png');
}

.contenido_faq {
  color: #152a14;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Funnel Sans, sans-serif;
  display: none;
}

  .item_nav.var:hover .submenu{
    display: block;
  }

  .fila_tabla.w-clearfix .columna_tabla:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .up_tabs a:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .up_tabs a:last-child{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
@media(max-width:480px){
  .up_tabs a:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .up_tabs a:last-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

  .fila_form{
    position: relative;
  }

  .validator{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  label.error {
    display: none !important;
  }

  .input_form.w-input.error {
    border: 1px solid #ff7070;
  }

  input.enlace.second[disabled="disabled"]{
    opacity: 0.5;
  }

@media screen and (max-width: 991px) {
  .banner {
    padding-top: 125px;
    padding-bottom: 50px;
  }

  .header {
    padding: 10px 0;
  }

  .brand {
    width: 20%;
    padding-left: 20px;
  }

  .nav_menu {
    background-color: #0000;
  }

  .item_nav {
    text-align: left;
    background-color: #152a14;
    border-top: 1px solid #ffffff08;
    margin-left: 0;
    padding: 10px 20px;
  }

  .item_nav.var {
    background-position: 97% 17px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .right__menu {
    text-align: right;
    width: 80%;
    padding-right: 10px;
  }

  .top_header {
    height: 45px;
    margin-bottom: 0;
    display: inline-flex;
  }

  .red.var {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .submenu_in {
    border-radius: 0;
    width: 100%;
  }

  .submenu_in.var {
    width: 100%;
  }

  .submenu {
    width: 100%;
    margin-top: -10px;
    padding-top: 10px;
    display: none;
    position: relative;
  }

  .titulo_banner {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .texto_banner {
    font-size: 18px;
    line-height: 25px;
  }

  .enlace {
    font-size: 13px;
  }

  .second_home {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .left_second {
    width: 100%;
    min-height: 10px;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .interior {
    top: 0;
  }

  .right_second {
    width: 100%;
  }

  .titulo__second {
    max-width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .texto_second {
    max-width: 100%;
    font-size: 18px;
  }

  .third_home {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .left_third {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .right_third {
    width: 100%;
    min-height: 10px;
    margin-top: 15px;
    padding-left: 0;
  }

  .servicios {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columnas {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
  }

  .columna_servicio {
    width: 100%;
    margin: 15px 0%;
  }

  .imagen_servicio {
    height: 200px;
  }

  .texto_servicios {
    min-height: 10px;
  }

  .pronto {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blogs {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog_principal {
    width: 100%;
    height: 300px;
    margin-right: 0%;
  }

  .blog_pequeno {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0%;
  }

  .footer {
    padding: 20px;
  }

  .up_footer {
    padding-bottom: 20px;
  }

  .left_footer {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .logo_footer {
    max-width: 150px;
  }

  .second_footer, .second_footer.var {
    text-align: center;
    width: 50%;
  }

  .final_footer {
    text-align: center;
    width: 100%;
    min-height: 10px;
    margin-top: 30px;
  }

  .down_footer {
    text-align: center;
  }

  .banner_interna.nosotros {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .texto_licencia.texto_nosotros {
    font-size: 15px;
    line-height: 20px;
  }

  .third_licencia {
    padding-top: 30px;
  }

  .left_licencia {
    text-align: center;
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-right: 0;
  }

  .titulo_lic {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .texto_lic {
    margin-bottom: 20px;
  }

  .imagen_lic {
    max-width: 250px;
  }

  .right_licencia {
    width: 100%;
    margin-top: 30px;
    padding: 30px 20px;
  }

  .toggle {
    color: #fff;
    margin-left: 15px;
    padding: 10px;
  }

  .toggle.w--open {
    background-color: #0000;
  }

  .texto_var {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columna_seguimiento {
    width: 31.3333%;
    height: 245px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .columna_seguimiento.new {
    height: 400px;
  }

  .medio_circulo.new {
    margin-top: 19px;
  }

  .circulo_interno.var {
    margin-top: 0;
  }

  .subtitulo_nosotros {
    margin-top: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .tab_link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .icono_col {
    max-height: 50px;
  }
}

@media screen and (max-width: 767px) {
a.iniciar_sesion {
    font-size: 0 !important;
    margin-left: 0 !important;
}

.iniciar_sesion img{
  margin-left: 0;
  width: 25px !important;
}

a.red.w-inline-block img {
    width: 25px;
}

  .banner {
    padding-top: 100px;
  }

  .brand {
    width: 30%;
  }

  .right__menu {
    width: 70%;
  }

  .enlace.second, .enlace.service {
    font-size: 13px;
  }

  .titulo_second {
    font-size: 14px;
  }

  .titulo__second {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .titulo__second.var.white {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .texto_second {
    font-size: 16px;
  }

  .blogs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left_final, .right_final {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .second_footer, .second_footer.var {
    width: 100%;
  }

  .recaptcha.var {
    width: auto;
  }

  .columna_seguimiento {
    width: 48%;
    height: 245px;
    overflow: hidden;
  }

  .tab_link {
    letter-spacing: -.5px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
  }

  .second__contacto {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left_contacto {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .right_contacto {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    width: 43%;
  }

  .right__menu {
    width: 57%;
  }

  .red {
    margin-left: 5px;
  }

  .titulo_banner {
    text-align: center;
  }

  .titulo_banner.new {
    font-size: 20px;
    line-height: 25px;
  }

  .texto_banner {
    text-align: center;
  }

  .enlace {
    text-align: left;
    letter-spacing: 0;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 45px;
    font-size: 13px;
    display: block;
  }

  .enlace.var {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .enlace.var.green.new {
    padding-right: 50px;
  }

  .enlace.service {
    max-width: 250px;
  }

  .titulo_second {
    text-align: center;
  }

  .titulo_second.var {
    width: 100%;
  }

  .right_second {
    text-align: center;
  }

  .titulo__second.var.white {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .texto_second.var {
    text-align: center;
  }

  .primera_imagen {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .segunda_imagen {
    width: 100%;
    height: 200px;
  }

  .right_third {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .up_servicios {
    height: auto;
    margin-bottom: 10px;
  }

  .left_up {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .right_up {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .columna_servicio, .texto_servicios {
    text-align: center;
  }

  .pronto {
    padding: 0;
  }

  .content__pronto {
    background-position: 0%;
    border-radius: 0;
    padding-left: 21px;
    padding-right: 21px;
  }

  .titulo_pronto {
    font-size: 20px;
    line-height: 25px;
  }

  .texto_pronto {
    font-size: 14px;
  }

  .item_list {
    margin-top: 5px;
    font-size: 14px;
  }

  .blogs {
    padding-top: 30px;
  }

  .shadow {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .blog_pequeno._3 {
    text-align: center;
  }

  .banner_interna {
    padding: 150px 10px 100px;
  }

  .banner_interna.nosotros {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .fila_form, .fila_form.var {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .columna_tabla {
    width: 100%;
  }

  .toggle {
    margin-left: 10px;
  }

  .logo {
    max-height: 50px;
  }

  .green_counter {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .number {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .text_counter {
    font-size: 10px;
  }

  .points_counter {
    margin-left: 5px;
    margin-right: 5px;
  }

  .columnas__seguimiento {
    padding-top: 20px;
  }

  .columna_seguimiento {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-left: 0%;
    margin-right: 1%;
  }

  .columna_seguimiento.new {
    height: auto;
  }

  .enlace_tramite {
    background-position: 0 15px;
    padding-left: 30px;
  }

  .subtitulo_nosotros {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .subtitulo_nosotros.new {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .second_nosotros.var {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab_link {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab_content {
    padding-top: 30px;
  }

  .titulo_contacto {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .texto_contacto {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .right_contacto {
    padding: 20px;
  }
}


