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

.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container.c-intro {
  max-width: 820px;
}

.container.c-tabs {
  max-width: 950px;
}

.container.c-intro-dir, .container.c-directorio {
  max-width: 800px;
}

.container.c-blog {
  max-width: 1100px;
}

.titulo_requisitos {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Electrolize, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.boton_categoria {
  color: #152a14;
  background-color: #a1e267;
  background-image: url('../images/otras/btn1.png');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border: 1px solid #a1e267;
  border-radius: 50px;
  padding: 12px 50px 12px 25px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

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

.banner_requisitos {
  background-image: url('../images/otras/bg_requisitos.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 290px 20px 180px;
}

.intro_requisitos {
  padding:20px;
  padding-top: 45px;
  padding-bottom: 40px;
}

.txt_intro_requisitos {
  color: #152a14;
  text-align: center;
  margin-bottom: 30px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.content_intro {
  text-align: center;
}

.cuadros_personas {
  padding-top: 40px;
  padding-bottom: 45px;
}

.content_cuadros_req {
  flex-flow: wrap;
  display: flex;
}

.req_cuadro {
  float: left;
  border-radius: 20px;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 45px 50px;
}

.req_cuadro.primero {
  background-color: #f4f8f3;
}

.req_cuadro.segundo {
  background-color: #fafafa;
}

.titulo_cuadros {
  color: #152a14;
  margin-bottom: 40px;
  font-family: Funnel Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.list_requisitos {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.item_list_req {
  background-image: url('../images/otras/arrow_bull_req.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 35px;
}

.txt_list_req {
  color: #152a14;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.papeleria_requisitos {
  padding:20px;
  padding-top: 45px;
  padding-bottom: 60px;
}

.tab_link_req {
  color: #152a14;
  text-align: center;
  background-color: #dfdfdf;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.tab_link_req.right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tab_link_req.left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tab_pane_req {
  padding: 50px 70px;
}

.txt_tabs_req {
  color: #152a14;
  background-image: url('../images/otras/check_req.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid #aaa;
  padding: 10px 10px 9px 45px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.txt_tabs_req.ultimo {
  margin-bottom: 30px;
}

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

.overlay_filtro_requisitos {
  z-index: 100;
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.centro_lightbox {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content_filtro_lightbox {
  background-color: #fff;
  border-radius: 5px;
  max-height: 800px;
  padding: 30px 50px 20px;
  position: relative;
  overflow: auto;
}

.content_filtro_lightbox {
  max-height: 90vh;
  overflow-y: auto;
}

.close {
  position: absolute;
  inset: 10px 14px auto auto;
}

.titu_light_requisitos {
  color: #152a14;
  text-align: center;
  margin-bottom: 30px;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.label_filtro_req {
  color: #152a14;
  font-family: Funnel Sans, sans-serif;
  font-weight: 700;
}

.select_categoria_req {
  color: #152a14;
  background-color: #fff;
  border: 1px solid #a1e267;
  border-radius: 30px;
  margin-bottom: 15px;
  font-family: Funnel Sans, sans-serif;
  font-weight: 500;
}

.content_cat_pertenece {
  display: none;
}

.input_cat_req {
  border: 1px solid #a1e267;
  border-radius: 30px;
  margin-bottom: 15px;
}

.enviar_datos {
  color: #152a14;
  background-color: #a1e267;
  background-image: url('../images/otras/btn1.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border: 1px solid #a1e267;
  border-radius: 50px;
  padding: 12px 50px 12px 25px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

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

.informacion_categoria {
  border: 1px solid #152a14;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  display: none;
}

.txt_cuadro_req {
  color: #152a14;
  margin-bottom: 10px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.titulo_directorio {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Electrolize, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.banner_directorio {
  background-image: url('../images/otras/bg_requisitos.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 290px 20px 180px;
}

.intro_directorio {
  padding:20px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.txt_intro_directorio {
  color: #152a14;
  text-align: center;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sec_titulo_construyamos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.titulo_construyamos {
  color: #152a14;
  text-align: center;
  font-family: Electrolize, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.servicios_directorio {
  background-color: #f4f8f3;
  padding:20px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.form_directorio {
  margin-bottom: 35px;
}

.select_directorio {
  color: #152a14;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.txt_servicios {
  color: #152a14;
  border-bottom: 1px solid #aaa;
  padding-top: 15px;
  padding-bottom: 24px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.txt_servicios.ultimo {
  margin-bottom: 30px;
}

.final_directorio {
  padding-top: 35px;
  padding-bottom: 75px;
}

.txt_final_directorio {
  color: #152a14;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.banner_blog {
  background-image: url('../images/otras/banner_blog.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 290px 20px 90px;
}

.blog {
  padding-top: 80px;
  padding-bottom: 40px;
}

.content_blog {
  flex-flow: wrap;
  display: flex;
}

.col_blog {
  float: left;
  width: 46%;
  margin-bottom: 30px;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
}

.img_col_blog {
  background-image: url('../images/otras/img_blog_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  height: 300px;
  margin-bottom: 30px;
}

.titu_col_blog {
  color: #2a4c29;
  margin-bottom: 15px;
  font-family: Funnel Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.txt_col_blog {
  color: #2c4e2b;
  margin-bottom: 25px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cta_col_blog {
  color: #152a14;
  border: 1px solid #ace579;
  border-radius: 40px;
  padding: 12px 25px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.cta_col_blog:hover {
  background-color: #ace579;
}

.banner_blog_interna {
  background-image: linear-gradient(#112210, #152a14);
  padding-top: 200px;
  padding-bottom: 25px;
}

.left_intro_interna {
  float: left;
  width: 40%;
}

.right_intro_interna {
  float: left;
  width: 60%;
}

.img_interna_blog {
  background-image: url('../images/otras/img_interna_blog.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 430px;
  margin-left: 20px;
}

.titulo_blog_interna {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Electrolize, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.content_cta_back {
  margin-bottom: 80px;
  padding-top: 30px;
}

.cta_back_blog {
  color: #c2d6c1;
  background-image: url('../images/otras/arrow_back.png');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #c2d6c1;
  border-radius: 50px;
  padding: 12px 30px 12px 40px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

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

.blog_interna_contenido {
  padding-top: 60px;
  padding-bottom: 100px;
}

.col_left_int {
  float: left;
  width: 20%;
  padding-right: 15px;
}

.col_center_int {
  float: left;
  width: 55%;
}

.col_right_int {
  float: left;
  text-align: right;
  width: 25%;
  padding-left: 15px;
}

.fecha_blog_interna {
  color: #152a14;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #bac2b4;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.txt_interna_blog {
  color: #152a14;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.content_share {
  display: inline-block;
}

.txt_compartir {
  color: #152a14;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
}

.link_redes_share {
  margin-left: 7px;
  margin-right: 7px;
}

.items_share {
  border: 1px solid #bac2b4;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 25px;
  display: flex;
}

.banner_eco_market {
  background-image: linear-gradient(#112210, #152a14);
  padding-top: 200px;
  padding-bottom: 100px;
}

.eco_market_productos {
  padding-top: 30px;
  padding-bottom: 60px;
}

.col_productos {
  float: left;
  border: 1px solid #ededed;
  border-radius: 10px;
  width: 28.33%;
  margin-bottom: 40px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  text-decoration: none;
}

.img_col_productos {
  background-image: url('../images/otras/img_col_prod_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ededed;
  height: 350px;
}

.img_col_productos._2 {
  background-image: url('../images/otras/img_col_prod_2.png');
}

.img_col_productos._3 {
  background-image: url('../images/otras/img_col_prod_3.png');
}

.info_col_productos {
  text-align: center;
  padding: 30px 10px 25px;
  position: relative;
}

.nombre_producto_col {
  color: #152a14;
  margin-bottom: 10px;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.cta_detalles {
  color: #152a14;
  background-color: #a1e267;
  background-image: url('../images/otras/btn1.png');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border: 1px solid #a1e267;
  border-radius: 50px;
  padding: 12px 50px 12px 25px;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: none;
  position: absolute;
  inset: -25px auto auto 50%;
  transform: translate(-50%);
}

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

.espacio_menu {
  background-image: linear-gradient(#112210, #152a14);
  padding-top: 100px;
  padding-bottom: 100px;
}

.txt_interesar {
  margin-top: 0 !important;
  color: #152a14 !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  font-family: Electrolize, sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  text-transform: uppercase;
}

.eco_market_relacionados {
  padding-top: 50px;
  padding-bottom: 20px;
}

.breadcrumb_prod {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 20px;
}

.sec_tabs_productos {
  padding-bottom: 50px;
}

.info_productos {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.breadcrumb_link {
  color: #898888;
  margin-right: 5px;
  font-family: Funnel Sans, sans-serif;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.content_tabs_productos {
  background-color: #f8fdf4;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 40px;
}

.tabs_menu_productos {
  text-align: center;
  margin-bottom: 50px;
}

.tab_link_prod {
  background-color: #0000;
  padding-left: 15px;
  padding-right: 15px;
}

.tab_link_prod.w--current {
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.txt_info_tab_prod {
  color: #152a14;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.tab_content_prod {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left_producto {
  float: left !important;
  width: 60% !important;
  /*display: flex;*/
  margin: 0 !important;
}

.gal_thumbnails {
  float: left;
  width: 15%;
  height: 515px;
  position: relative;
}

.img_thub {
  background-image: url('../images/otras/img_col_prod_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}

.arrow_gal {
  position: absolute;
  inset: auto auto -30px 50%;
  transform: translate(-50%);
}

.gal_big {
  float: left;
  background-image: url('../images/otras/img_big.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85%;
}

.right_producto {
  float: left !important;
  width: 40% !important;
  padding-top: 60px !important;
  padding-left: 35px !important;
  margin: 0 !important;
}

.nombre_productos, .right_producto h1{
  color: #152a14 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-family: Electrolize, sans-serif !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

.precio_producto, .right_producto .price {
  color: #152a14 !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  font-family: Electrolize, sans-serif !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.txt_cantidad {
  color: #152a14;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Funnel Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.input_cta, .txt_producto {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 29px;
}

.iconos {
  margin-right: 20px;
  display: inline-block;
}

.input_number, .right_producto .quantity .qty {
  color: #152a14 !important;
  text-align: center !important;
  border: 1px solid #e6e6e6 !important;
  width: 100px !important;
  height: 45px !important;
  margin-bottom: 0 !important;
  margin-right: 15px !important;
  font-family: Funnel Sans, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.input_number::placeholder, .right_producto .quantity .qty {
  color: #152a14 !important;
}

.cta_comprar, .right_producto button.single_add_to_cart_button.button.alt {
  color: #152a14 !important;
  background-color: #a1e267 !important;
  background-image: url('../images/otras/btn1.png') !important;
  background-position: 99% !important;
  background-repeat: no-repeat !important;
  background-size: auto 85% !important;
  border: 1px solid #a1e267 !important;
  border-radius: 50px !important;
  padding: 12px 80px 12px 50px !important;
  font-family: Funnel Sans, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all .3s !important;
  display: inline-block !important;
  text-transform: uppercase !important;
}

.cta_comprar:hover, .right_producto button.single_add_to_cart_button.button.alt:hover {
  background-color: #a1e267 !important;
  border-color: #a1e267 !important;
}

.right_producto form.cart{
  margin-bottom: 0 !important;
}

.align_items_form {
  display: flex;
}

.right_producto form.cart {
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
    padding-top: 0 !important;
}

.right_producto .woocommerce-product-details__short-description {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 29px;
    font-size: 14px;
    font-family: 'Funnel Sans';
    font-weight: 300;
    text-align: justify;
    margin: 0 !important;
}

.right_producto .product_meta, .right_producto .edit-link{
  display: none !important;
}

section.sec_tabs_productos {
    float: left;
    width: 100%;
    margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .banner_requisitos {
    padding-top: 170px;
    padding-bottom: 145px;
  }

  .req_cuadro {
    padding: 35px 30px;
  }

  .centro_lightbox {
    max-width: 750px;
  }

  .titulo_directorio {
    font-size: 45px;
    line-height: 50px;
  }

  .banner_directorio {
    padding-top: 170px;
    padding-bottom: 145px;
  }

  .intro_directorio {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .titulo_construyamos {
    font-size: 35px;
    line-height: 40px;
  }

  .servicios_directorio {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .final_directorio {
    padding-bottom: 50px;
  }

  .banner_blog {
    padding-top: 150px;
  }

  .blog {
    padding-top: 50px;
    padding:20px;
  }

  .img_col_blog {
    height: 250px;
    margin-bottom: 20px;
  }

  .banner_blog_interna {
  	padding:20px;
    padding-top: 100px;
  }

  .img_interna_blog {
    height: 375px;
  }

  .titulo_blog_interna {
    font-size: 30px;
    line-height: 35px;
  }

  .content_cta_back {
    margin-bottom: 50px;
  }

  .blog_interna_contenido {
    padding-top: 50px;
    padding:20px;
  }
  
  .txt_interna_blog a{
  color:#000;
  font-weight:500;
  }

  .banner_eco_market {
    padding-top: 150px;
  }

  .img_col_productos {
    height: 300px;
  }

  .nombre_producto_col {
    font-size: 16px;
  }

  .cta_detalles {
    background-position: 97%;
    background-size: auto 35px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 15px;
    left: 40%;
    transform: translate(-30%);
  }

  .espacio_menu {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .txt_interesar {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }

  .eco_market_relacionados {
    padding-top: 30px;
  }

  .sec_tabs_productos {
    padding-bottom: 30px;
  }

  .right_producto {
    padding-top: 40px !important;
    padding-left: 25px !important;
  }

  .input_number, .right_producto .quantity .qty {
    width: 80px;
  }

  .cta_comprar, .right_producto button.single_add_to_cart_button.button.alt {
    padding-left: 25px !important;
    padding-right: 50px !important;
  }
  .content_filtro_lightbox {
    max-height: 450px;
  }
  
}

@media screen and (max-width: 767px) {
  .titulo_requisitos {
    font-size: 40px;
    line-height: 45px;
  }

  .banner_requisitos {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .titulo_cuadros {
    font-size: 24px;
  }

  .tab_link_req {
    padding-left: 20px;
    padding-right: 30px;
  }

  .tab_pane_req {
    padding-left: 50px;
    padding-right: 50px;
  }

  .centro_lightbox {
    max-width: 90%;
  }

  .content_filtro_lightbox {
    max-height: 500px;
    padding-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
  }

  .close {
    top: 8px;
  }

  .titulo_directorio {
    font-size: 35px;
    line-height: 40px;
  }

  .banner_directorio {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .intro_directorio {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .sec_titulo_construyamos {
    padding-top: 15px;
  }

  .titulo_construyamos {
    font-size: 25px;
    line-height: 30px;
  }

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

  .form_directorio {
    margin-bottom: 20px;
  }

  .banner_blog {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .col_blog {
    margin-bottom: 20px;
  }

  .img_col_blog {
    height: 225px;
  }

  .banner_blog_interna {
    padding-top: 100px;
  }

  .left_intro_interna {
    width: 100%;
    margin-bottom: 20px;
  }

  .right_intro_interna {
    width: 100%;
  }

  .img_interna_blog {
    height: 300px;
    margin-left: 0;
  }

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

  .blog_interna_contenido {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .col_left_int {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .col_center_int {
    width: 100%;
    margin-bottom: 20px;
  }

  .col_right_int {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }

  .banner_eco_market {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .col_productos {
    width: 45%;
  }

  .img_col_productos {
    height: 250px;
  }

  .info_col_productos {
    padding-top: 40px;
  }

  .cta_detalles {
    top: -20px;
    left: 50%;
    transform: translate(-50%);
  }

  .espacio_menu {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .info_productos {
    padding-top: 30px;
  }

  .content_tabs_productos {
    padding: 40px 15px;
  }

  .left_producto {
    width: 100% !important;
  }

  .gal_thumbnails {
    height: 400px;
    overflow: auto;
  }

  .right_producto {
    width: 100% !important;
    padding-top: 30px !important;
    padding-left: 0 !important;
  }

  .input_cta {
    margin-bottom: 20px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 479px) {
  .titulo_requisitos {
    font-size: 30px;
    line-height: 35px;
  }

  .boton_categoria {
    padding-left: 10px;
    font-size: 12px;
  }

  .banner_requisitos {
    padding-top: 120px;
  }

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

  .txt_intro_requisitos {
    margin-bottom: 20px;
  }

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

  .req_cuadro {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .titulo_cuadros {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
  }

  .item_list_req {
    padding-left: 20px;
  }

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

  .tab_link_req {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px 15px;
  }

  .tab_link_req.right {
    border-radius: 40px;
    font-size: 15px;
  }

  .tab_link_req.left {
    border-radius: 40px;
  }

  .tab_pane_req {
    padding: 20px 20px 30px;
  }

  .txt_tabs_req {
    padding-left: 35px;
  }

  .content_filtro_lightbox {
    padding: 35px 20px 10px;
  }

  .titu_light_requisitos {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .enviar_datos {
    padding-left: 10px;
    font-size: 12px;
  }

  .txt_cuadro_req {
    margin-bottom: 20px;
  }

  .titulo_directorio {
    font-size: 25px;
    line-height: 30px;
  }

  .banner_directorio {
    padding-top: 120px;
    padding-bottom: 50px;
  }

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

  .servicios_directorio {
    padding-top: 25px;
  }

  .form_directorio {
    margin-bottom: 15px;
  }

  .select_directorio {
    height: 45px;
  }

  .final_directorio {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .banner_blog {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .col_blog {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .img_col_blog {
    height: 200px;
    margin-bottom: 15px;
  }

  .titu_col_blog {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .cta_col_blog {
    font-size: 15px;
    line-height: 15px;
  }

  .banner_blog_interna {
    padding-top: 100px;
  }

  .img_interna_blog {
    height: 230px;
  }

  .titulo_blog_interna {
    font-size: 25px;
    line-height: 30px;
  }

  .content_cta_back {
    margin-bottom: 20px;
  }

  .blog_interna_contenido {
    padding-bottom: 50px;
  }

  .fecha_blog_interna {
    font-size: 14px;
  }

  .txt_interna_blog {
    font-size: 16px;
    line-height: 20px;
  }

  .banner_eco_market {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .col_productos {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .info_col_productos {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .precio_producto_col {
    font-size: 14px;
  }

  .cta_detalles {
    padding-left: 10px;
    font-size: 12px;
  }

  .espacio_menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .txt_interesar {
    margin-bottom: 30px !important;
    font-size: 20px !important;
  }

  .info_productos {
    padding-bottom: 30px;
  }

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

  .tabs_menu_productos {
    margin-bottom: 30px;
  }

  .tab_link_prod {
    text-align: center;
  }

  .left_producto {
    flex-flow: wrap !important;
  }

  .gal_thumbnails {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .img_thub {
    width: 80px;
    height: 80px;
  }

  .arrow_gal {
    display: none;
  }

  .gal_big {
    order: -1;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }

  .right_producto {
    padding-top: 15px !important;
  }

  .nombre_productos, .right_producto h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .precio_producto, .right_producto .price{
    margin-bottom: 15px !important;
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .input_cta, .txt_producto {
    margin-bottom: 10px;
    padding-bottom: 9px;
  }

  .cta_comprar, .right_producto button.single_add_to_cart_button.button.alt {
    padding-left: 10px !important;
    font-size: 12px !important;
  }
}