/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url("https://use.typekit.net/dup6ejl.css");

@media only screen and (max-width: 1024px){
.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 930px;
}
}
@media only screen and (max-width: 992px){
.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 700px;
}
}
@media only screen and (max-width: 768px){
.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 540px;
}
}
@media only screen and (max-width: 600px){
.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 420px;
}
}
@media only screen and (max-width: 480px){
.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
    width: 320px;
}
}

.section_title p {
  color: #233e21;
  font-family: bree, sans-serif;
	font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 30px auto;
  max-width: 1000px;
}
.section_text p {
  font-size: 24px;
  line-height: 1.4;
  max-width: 680px;
  margin: 0 auto;
}
.section_text p strong {
  color: #179132;
  font-family: bree, sans-serif;
  font-weight: 700;
}
.section_title.section_title_cabecera {
  background: #009021;
  padding: 70px 0;
  height: 246px;
  background-image: url(https://asociacionhepa.org/wp-content/uploads/2018/11/fondo-nosotros.jpg);
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.section_title.section_title_cabecera h1,
.section_title.section_title_cabecera h2,
.section_title.section_title_cabecera h3,
.section_title.section_title_cabecera h4,
.section_title.section_title_cabecera h5,
.section_title.section_title_cabecera h6 {
  color: #ffffff;
  font-family: bree, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  text-transform: none;
  text-align: left;
}
.section_title.section_title_cabecera p {
  color: #e3e3e3;
  font-family: bree, sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 5px;
  text-align: left;
  text-transform: lowercase;
}
.section_title.section_title_cabecera .separator.small {
  background-color: #ffffff !important;
  margin: 10px 0 15px;
}

.section_2col .section_inner_margin {
  display: table;
  width: 100%;
}
.section_2col .section_inner_margin .wpb_column {
  display: table-cell !important;
  height: 100%;
  vertical-align: middle;
  float: none;
}
.section_2col .vc_col-md-6:nth-child(2) {
  padding-left: 50px;
}
.section_2col h2 {
  font-size: 22px;
  line-height: 1.5;
  font-family: bree, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #4c4c4c;
  text-align: left;
}
.section_2col h2 strong {
  color: #179132;
  font-family: bree, sans-serif;
  font-weight: 700;
}
.section_2col p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}
.section_2columns_css p {
  column-count: 2;
  text-align: left;
  column-gap: 70px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.4;
  border: 1px solid #179132;
  padding: 50px;
}
.section_2columns_css p strong {
  color: #179132;
}
.section_2columns_css p br {
  line-height: 1.4;
}
/* ----- FIN SECCION TITULOS ----- */

/* ----- SECCION ICONOS ----- */
.section_iconos h4 {
  color: #233e21;
  font-family: bree, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section_iconos .vc_col-sm-6:nth-child(5) {
  clear: both;
}
.section_iconos p {
  max-width: 260px;
  margin: 0 auto;
}
.section_iconos.section_iconos_text p {
  max-width: 250px;
  margin: 0 auto 15px;
  text-align: center;
}
.section_iconos.section_iconos_text h3 {
  color: #179233;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  max-width: 330px;
  margin: 0 auto 20px;
  line-height: 1.3;
}
.section_iconos_text .wpb_wrapper {
  border: 1px solid #179233;
  padding: 30px 0;
}
.section_iconos_text .wpb_wrapper .wpb_wrapper {
  border: 0;
  padding: 0;
}
.section_iconos .vc_col-md-6 {
  margin-bottom: 30px;
}
.section_iconos.section_iconos_dona .vc_col-sm-6:nth-child(3) h4 {
  max-width: 150px;
  margin: 0 auto 10px;
}
.section_iconos.section_iconos_dona .vc_col-sm-6:nth-child(4) h4 {
  max-width: 150px;
  margin: 0 auto 0;
}
.section_iconos.section_iconos_dona .vc_col-sm-6 {
  text-align: center;
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark.left_mark {
  display: none;
}
.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
  padding: 0 0 0 0;
  display: block;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
  background: transparent;
  padding: 0 20px;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-3
  .qode-advanced-tabs-nav
  li
  h6 {
  background: #179132;
  border-radius: 50px;
  text-align: center;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-3
  .qode-advanced-tabs-nav
  li.ui-state-active
  h6 {
  background: #e5e5e5;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a {
  padding: 15px 28px;
}
.qode-advanced-tabs .qode-advanced-tab-container {
  padding: 80px 20px 50px;
}
li.ui-state-active .q_accordion_holder.accordion div.accordion_content {
  padding: 0;
  margin: 0;
}
.section_iconos.section_iconos_dona .q_icon_with_title .icon_text_inner {
  padding: 0 0 0;
}
.section_iconos.section_iconos_dona a.qbutton.default {
  margin-top: 10px;
}
.section_iconos_dona .woocommerce-product-gallery {
  display: none;
}
.section_iconos_dona .woocommerce .summary {
  float: none;
  width: 100%;
}
.section_iconos_dona .woocommerce .product h1.product_title {
  display: none;
}
.section_iconos_dona p.price {
  display: none;
}
.section_iconos_dona .woocommerce-product-details__short-description {
  display: none;
}
.section_iconos_dona .product_meta {
  display: none;
}
.section_iconos_dona input.amount {
  border: 1px solid #179132 !important;
  border-radius: 30px;
  padding: 0px 0px !important;
  margin: 0 0 5px !important;
  font-family: bree, sans-serif !important;
  font-weight: 700;
  color: #179132 !important;
  font-size: 40px !important;
  max-width: 210px;
}
.woocommerce div.product .cart .quantity {
  margin-right: 0;
}
.section_iconos.section_iconos_dona
  .vc_col-sm-6:nth-child(4)
  .q_accordion_holder.accordion
  div.accordion_content_inner {
  padding: 8px 0 0px;
}
.section_iconos_dona .woocommerce div.product .cart,
.woocommerce div.product .product_meta {
  margin: 15px 0 25px;
}
.section_iconos_dona .product .nyp label {
  display: none !important;
}
.section_iconos_dona h6 {
  color: #179132;
  font-size: 40px;
}
.section_iconos_dona .product .nyp {
  margin-bottom: 18px;
}
p.minimum-price {
  display: none !important;
}
.woocommerce input[type='text']:not(.qode_search_field) {
  height: 90px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas .section_inner {
  width: 700px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas
  .vc_col-sm-4
  .vc_column-inner {
  padding: 0 10px !important;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas img {
  max-width: 70px;
  margin-bottom: 10px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas
  .vc_col-sm-4
  .vc_column-inner
  > .wpb_wrapper,
.section_iconos.section_iconos_dona.section_iconos_ventajas
  .vc_col-sm-6
  .vc_column-inner
  > .wpb_wrapper {
  background: #dcdcdc;
  border-radius: 20px;
  padding: 20px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas * {
  text-align: center;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h2 {
  background: #179232;
  color: #fff;
  font-family: bree, sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h3 {
  color: #333;
  font-family: bree, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas p {
  font-size: 18px;
}
.section_iconos_dona.section_iconos_ventajas h6 {
  color: #179132;
  font-size: 40px;
  line-height: 1.4;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas .letra-peque p {
  font-size: 12px;
  line-height: 1.3;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas .letra-peque {
  position: absolute;
  bottom: -40px;
  width: auto;
  max-width: 180px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas
  .vc_col-sm-6
  .letra-peque {
  bottom: -40px;
  max-width: 200px;
}
/* ----- FIN SECCION ICONOS ----- */

/* ----- SECCION CLIENTES ----- */
.section-col-cliente img {
  height: 150px;
  width: auto;
}
.section-col-cliente.section-col-cliente1 {
  width: 24.5%;
}
.section-col-cliente.section-col-cliente2 {
  width: 24.5%;
}
.section-col-cliente.section-col-cliente3,
.section-col-cliente.section-col-cliente4,
.section-col-cliente.section-col-cliente5 {
  width: 17%;
}
.section-col-cliente.vc_column_container > .vc_column-inner {
  padding: 0;
}
/* ----- FIN SECCION CLIENTES ----- */

/* ----- SECCION EQUIPO ----- */
.section_equipo h3 {
  color: #179132;
  font-size: 24px;
  line-height: 1.2;
  margin: 20px 0 10px;
}
.section_equipo p {
  margin-bottom: 40px !important;
  font-size: 14px;
  line-height: 1.4;
}
.section_equipo .wpb_single_image.vc_align_center {
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
}
/* ----- FIN SECCION EQUIPO ----- */

/* ----- SECCION SLIDER ----- */
.section-slider-columns h1,
.section-slider-columns h2,
.section-slider-columns h3 {
  color: #179232;
  font-family: bree, sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.4;
  text-transform: none;
}
.section-slider-columns h4,
.section-slider-columns h5,
.section-slider-columns h6 {
  color: #233e21;
  font-family: bree, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-top: 5px;
}
.section-slider-columns p {
  font-size: 21px;
  line-height: 1.4;
  margin-top: 25px;
}
.section-slider-columns .q_elements_holder .q_elements_item {
  background-size: cover;
}
.section-slider-columns .vc_column_container > .vc_column-inner {
  background-color: transparent !important;
}
/* ----- FIN SECCION SLIDER ----- */

/* ----- FOOTER ----- */
footer .footer_col1 img {
  width: 130px;
  margin-bottom: 20px;
}
footer .footer_col1 p {
  font-family: bree, sans-serif;
  font-weight: 300;
  color: #ffffff;
  max-width: 220px;
  line-height: 1.4;
  font-size: 14px;
}
footer h4 {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff !important;
  font-family: bree, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
.column1.footer_col1 .q_icon_with_title .icon_title_holder {
  margin: 0;
}
.footer_top,
.footer_top.footer_top_full {
  padding-top: 30px;
  padding-bottom: 10px;
}
footer .footer_col2 {
  padding-top: 30px;
}
footer .footer_col3 {
  padding-top: 30px;
}
footer .footer_col3 a {
  font-size: 12px;
  display: block;
  line-height: 1.4;
  font-family: bree, sans-serif;
  font-weight: 300;
  color: #ffffff !important;
  text-align: right;
}
.q_icon_with_title .icon_title_holder .icon_holder>span {
  position: relative;
  top: 0px;
}
.footer_bottom ul li a:hover, .footer_top .q_social_icon_holder i.simple_social, .footer_top .q_social_icon_holder span.simple_social, .side_menu .q_social_icon_holder i.simple_social, .side_menu .q_social_icon_holder span.simple_social {
  color: #ffffff;
}
.three_columns>.column3>.column_inner {
  padding: 0 0 0 15px;
  text-align: right;
}
.three_columns>.column3 div#custom_html-4 {
  margin-bottom: 30px;
}
.footer_top .q_social_icon_holder {
  float: none;
  margin: 0;
  width: 32px;
}
.footer_top .q_social_icon_holder:hover i.simple_social {
  color: #179332 !important;
}
.footer_top .q_social_icon_holder .simple_social{
  padding: 5px;
}
.footer_top .q_social_icon_holder:last-child i.simple_social, .footer_top .q_social_icon_holder:last-child span.simple_social {
  margin-right: 15px;
}
/* ----- FIN FOOTER ----- */

/* ----- SECTION MENU ----- */
.section_menu {
  background: #179132;
}
.section_menu .widget li {
  display: block;
  width: 33.33%;
  text-align: center;
  float: left;
  margin: 0;
  background: transparent;
  transition: 0.3s all ease-in-out;
}
.section_menu .widget ul#menu-menu-proyectos li:last-child {
  width: 100%;
}
.section_menu .widget #menu-quienes-somos li {
  width: 25%;
}
.section_menu.section_menu2 .widget li {
  display: block;
  width: 50%;
  text-align: center;
  float: left;
  margin: 0;
  background: transparent;
  transition: 0.3s all ease-in-out;
}
.section_menu .widget li:hover {
  background: #156f29;
}
.section_menu .widget li a {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 18px 0;
  display: block;
}
.section_menu .widget li a:hover {
  color: #ffffff !important;
}
.section_menu .wpb_widgetised_column .widget {
  margin: 0;
}
.section_menu .woocommerce-notices-wrapper {
  display: none;
}
.section_menu .woocommerce div.product .cart .quantity {
  display: none;
}
/* ----- FIN SECTION MENU ----- */

/* ----- CSS QUE VALE ----- */

/* ----- THEME ----- */
.q_icon_with_title.left_from_title.small.normal_icon .icon_holder,
.q_icon_with_title.left_from_title.tiny .icon_holder,
.q_icon_with_title.tiny .icon_holder img {
  width: 75px;
}
.drop_down .second .inner > ul,
li.narrow .second .inner ul {
  background-color: #179332;
  border-color: #179332;
}
.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5 {
  font-weight: 400;
  color: #ffffff;
  padding: 12px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: bree, sans-serif;
  font-weight:400;
}
nav.main_menu > ul > li > a {
  line-height: 123px;
  padding: 0 15px;
}
.drop_down ul li {
  height: 103px;
}
nav.main_menu ul li:last-child a span {
  background: #179132;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  width: 130px;
  border-radius: 20px;
}
nav.main_menu ul li li:last-child a span {
  background: none;
}
header.centered_logo.centered_logo_animate .q_logo img,
header:not(.centered_logo) .q_logo img {
  max-height: 100px;
}
header .header_top p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
header .q_social_icon_holder .simple_social {
  color: #ffffff;
  font-size: 18px;
}
.header_top {
  padding: 2px 0;
}
header .header_top .q_social_icon_holder {
  text-align: center;
}
.q_social_icon_holder:hover .simple_social {
  color: #179332 !important;
  background: #ffffff;
  padding: 5px;
}
.header_bottom {
  padding: 8px 45px;
}
header .header_top img {
    max-width: 210px;
}
.footer_top .q_social_icon_holder .simple_social {
    color: #ffffff;
    font-size: 18px;
  }
  .footer_top .q_social_icon_holder {
    text-align: center;
  }
  .footer_top .q_social_icon_holder:hover .simple_social {
    color: #179332 !important;
    background: #ffffff;
    padding: 5px;
  }
/* ----- FIN THEME ----- */

/* ----- CALENDARIO ----- */
.section_modulos {
  padding: 80px 0px 100px;
  background: #fafafa;
}
.mec-agenda-events-wrap {
  background: transparent;
}
.mec-events-agenda-wrap {
  box-shadow: none;
}
.section_modulos h3 {
  color: #179132;
  font-family: bree, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 0px !important;
}
.section_modulos .wpb_text_column:nth-of-type(1) h3 {
  margin-bottom: 20px !important;
}
.section_modulos h3 a {
  color: #4c4c4c;
  font-family: bree, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.mec-box-calendar.mec-calendar .mec-calendar-header {
  margin-top: 50px;
  margin-bottom: 25px;
}
.mec-calendar .mec-calendar-side .mec-next-month i,
.mec-calendar .mec-calendar-side .mec-previous-month i {
  color: #179132;
}
.entry-content .mec-wrap h1,
.entry-content .mec-wrap h2,
.entry-content .mec-wrap h3,
.entry-content .mec-wrap h4,
.entry-content .mec-wrap h5,
.entry-content .mec-wrap h6,
.mec-wrap h1,
.mec-wrap h2,
.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6 {
  font-family: bree, sans-serif;
  font-weight: 700;
}
.mec-wrap,
.mec-wrap div {
  font-family: bree, sans-serif;
  font-weight: 400;
}
.mec-calendar .mec-event-article .mec-event-detail {
  font-size: 16px;
  font-family: bree, sans-serif;
  font-weight: 400;
  color: #4c4c4c;
}
.mec-calendar.mec-event-calendar-classic .mec-selected-day,
.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
  color: #179132;
}
.mec-calendar .mec-has-event:after {
  background-color: #179132;
}
.mec-calendar .mec-calendar-header h2 {
  color: #213e20;
}
.mec-agenda-events-wrap {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 0;
}
.mec-agenda-date-wrap {
  width: 100%;
  padding-top: 10px;
  float: left;
  font-size: 16px;
  color: #179032;
}
.mec-agenda-date-wrap i,
.mec-agenda-event i {
  display: none;
}
.mec-agenda-event-title span.event-color {
  display: none;
}
.mec-agenda-event-title {
  position: relative;
  padding-left: 0;
}
.mec-agenda-date-wrap span.mec-agenda-day {
  color: #179032;
  font-size: 20px;
  font-family: bree, sans-serif;
  font-weight: 700;
}
.mec-agenda-event-title a {
  font-size: 22px;
  font-weight: 400;
  color: #213e20;
  font-family: bree, sans-serif;
  font-weight: 400;
}
span.mec-agenda-event-title {
  display: block;
}
.mec-color,
.mec-color-before :before,
.mec-color-hover:hover,
.mec-wrap .mec-color,
.mec-wrap .mec-color-before :before,
.mec-wrap .mec-color-hover:hover {
  color: #179032;
}
.mec-agenda-time {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 10px;
  width: 100%;
  display: inline-block;
  font-family: bree, sans-serif;
  font-weight: 300;
}
.mec-events-agenda {
  padding: 0 0 8px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
span.event-color {
  display: none;
}
.mec-calendar .mec-event-article .mec-event-title {
  margin: 5px 0 0px;
}
.mec-calendar .mec-event-article .mec-event-title a {
  font-size: 22px;
  font-weight: 400;
  color: #213e20;
  font-family: bree, sans-serif;
  font-weight: 400;
}
.mec-calendar .mec-event-article i {
  display: none;
}
.mec-calendar .mec-event-article .mec-event-time {
  line-height: 1.1;
  margin: 0;
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 10px;
  width: 100%;
  display: inline-block;
  font-family: bree, sans-serif;
  font-weight: 300;
}
.mec-calendar .mec-calendar-side .mec-next-month:hover,
.mec-calendar .mec-calendar-side .mec-previous-month:hover {
  background-color: #f9f9f9;
  color: #179132;
}
.mec-calendar .mec-calendar-row dt.mec-has-event:hover {
  background: #179032;
}
.mec-calendar .mec-event-article .mec-event-title a:hover {
  color: #179032;
}
.section_modulos .wpb_column.vc_col-sm-4:nth-child(1) .vc_column-inner {
  padding-right: 35px;
}
.section_modulos .wpb_column.vc_col-sm-4:nth-child(3) .vc_column-inner {
  padding-left: 25px;
}
@media only screen and (min-width: 961px) {
  .mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt {
    height: 50px;
  }
}
/* ----- FIN CALENDARIO ----- */
.separator-20 {
  height: 20px !important;
}
.separator-40 {
  height: 40px !important;
}
.separator-60 {
  height: 60px !important;
}
.separator-80 {
  height: 80px !important;
}
.separator-100 {
  height: 100px !important;
}

/* ----- SECCION TITULOS ----- */
.section_title h1,
.section_title h2,
.section_title h3,
.section_title h4,
.section_title h5,
.section_title h6 {
  color: #179232;
  font-family: bree, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4;
  text-transform: none;
  text-align: center;
}
.section_title.section_title_left h1,
.section_title.section_title_left h2,
.section_title.section_title_left h3,
.section_title.section_title_left h4,
.section_title.section_title_left h5,
.section_title.section_title_left h6 {
  text-align: left;
}
.section_title_left .separator.small {
  margin: 10px 0 10px;
}
.section_title .section_title_text h2 {
  font-size: 24px;
  line-height: 1.5;
  font-family: bree, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #4c4c4c;
  text-align: center;
  margin: 30px auto;
  max-width: 1050px;
}
.section_title.section_titlev2 .section_title_text h2 {
    font-size: 20px;
    line-height: 1.5;
}
.section_title.section_title_left .section_title_text h2 {
  text-align: left;
  margin: 30px 0;
  max-width: inherit;
}
.section_title .section_title_text h2 strong {
  color: #179132;
  font-family: bree, sans-serif;
  font-weight: 700;
}
.section_title.section_title_gracias p {
  font-size: 18px;
  max-width: 650px;
}

/* ----- FIN SECCION TITULOS ----- */

/* ----- SECCION COLUMNAS ----- */
.section_2columns h1 {
  color: #179232;
  font-family: bree, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4;
  text-transform: none;
  text-align: left;
  margin-bottom: 30px !important;
}
.section_2columns p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 680px;
  text-align: left;
  margin: 20px auto;
}
.qode-advanced-tabs .section_2columns .vc_col-sm-6 p {
  max-width: 460px;
  margin: 0;
}
.section_2columns p strong {
  color: #179132;
}
.section_2columns .separator.small {
  margin: 10px 0 10px;
}
.section_2columns li {
  font-size: 18px;
  line-height: 1.5;
  max-width: 680px;
  text-align: left;
  margin: 10px auto 10px;
}
.section_2columns li strong {
  color: #179132;
}
.section_2columns li {
  list-style: outside;
}
.section_2columns .vc_col-lg-6:first-child {
  padding-right: 30px;
}
.section_2columns .vc_col-lg-6:last-child {
  padding-left: 30px;
}
.section_2columns.section_2columns_middle .section_inner_margin {
  display: flex !important;
  overflow: hidden !important;
}
.section_2columns .vc_col-sm-6 {
  flex: 1;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.section_2columns .full_section_inner {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
}
.section_2columns h2 {
  font-size: 24px;
  line-height: 1.5;
  max-width: 680px;
  text-align: left;
  margin-top: -30px;
  font-family: bree, sans-serif;
  font-weight: 400;
}
.section_2columns h2 {
  color: #179132;
}
.section_2columns .qbutton {
  margin-top: 20px;
}
.section_2columns .full_section_inner p {
    margin: 20px auto;
}
.section_2columns.section_1columns p {
  max-width: inherit;
}
/* ----- FIN SECCION COLUMNAS ----- */

.wpcf7 form.wpcf7-form p label {
  font-family: bree, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
input.wpcf7-form-control.wpcf7-date,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-quiz,
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #179132;
}
.section_2columns .wpcf7 form.wpcf7-form p {
  margin: 10px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  max-height: 140px;
}
.qbutton,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.post-password-form input[type="submit"],
.load_more a,
.blog_load_more_button a,
#submit_comment,
.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton,
.testimonials_holder .flex-direction-nav a,
.header_top #lang_sel ul li ul li a,
.header_top #lang_sel ul li ul li a:visited,
.header_top #lang_sel_click ul li ul li a,
.header_top #lang_sel_click ul li ul li a:visited,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce-page input[type="submit"],
.woocommerce input[type="submit"],
.woocommerce ul.products li.product .added_to_cart,
.carousel-inner .item.dark .slider_content .text .qbutton,
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
  border-color: #223e20;
  border: 0;
  background: #179132;
  color: #ffffff;
  border-radius: 50px;
  transition: 0.3s all ease-in-out;
}
.qbutton:hover, .qbutton:active {
background: #243d21;
transition: 0.3s all ease-in-out;
}
.ginput_container_consent input {
  display: none;
}
label.gfield_consent_label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
  background-image: url(https://asociacionhepa.org/wp-content/uploads/2020/07/check.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 15px;
}
.ginput_container_consent input:checked + label {
  background-image: url(https://asociacionhepa.org/wp-content/uploads/2020/07/checkon.png);
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  display: block !important;
  width: 150px;
  border-radius: 40px;
  margin: 10px auto 0 !important;
}
#cookie-law-info-bar {
  vertical-align: middle;
  padding: 20px 250px 20px 20px !important;
  text-align: left;
}
#cookie-law-info-bar {
  font-size: 14px;
  line-height: 1.3;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  display: block !important;
  width: 150px;
  border-radius: 40px;
  margin: 10px auto 0 !important;
  position: absolute;
  right: 20px;
  top: 10px;
  text-align: center;
}
.woocommerce form.checkout h3,
.woocommerce-page form.checkout h3 {
  color: #179132;
  font-size: 22px;
  font-family: bree, sans-serif;
  font-weight: 400;
}
.woocommerce .col-1 {
  width: 100%;
  margin-right: 0;
}
.woocommerce form.checkout .col2-set .form-row-wide {
  width: 50%;
  margin-right: 0;
  float: left;
}
.woocommerce form.checkout .col2-set .form-row {
  width: 50%;
  margin-right: 0;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.woocommerce form.checkout .col2-set .form-row.form-row-wide input[type="text"],
.woocommerce form.checkout .col2-set .form-row.notes textarea {
  padding-left: 2.5%;
  padding-right: 2.5%;
  width: 95%;
}
.woocommerce form.checkout .col2-set .form-row input[type="text"],
.woocommerce form.checkout .col2-set .form-row input[type="email"],
.woocommerce form.checkout .col2-set .form-row input[type="password"],
.woocommerce form.checkout .col2-set .form-row input[type="tel"] {
  border: 1px solid #179132;
}
.select2-container--default .select2-selection--single {
  display: block;
  height: 49px;
  line-height: 1.4;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid #179132;
}
p#billing_address_1_field {
  clear: both;
}
.woocommerce .col-2 {
  display: none;
}

.Section_videos {
  padding-top: 80px;
  padding-bottom: 100px;
}
.Section_videos h3 {
  color: #179132;
  font-size: 26px;
  font-weight: 400;
  font-family: bree, sans-serif;
  font-weight: 700;
  padding: 20px 0 40px;
}
.Section_videos .qode_video_box {
  border-bottom: 6px solid #179132;
}
.Section_videos .vc_column_container > .vc_column-inner {
  padding-left: 25px;
  padding-right: 25px;
}
div.pp_overlay {
  background-color: #179132;
}
body div.pp_default .pp_close {
  background: #ffffff;
  border-radius: 50%;
}
body div.pp_default .pp_close:after {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  color: #179132;
}
div.pp_default .pp_close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.qode_video_box .qode_video_image .qode_video_box_button_arrow {
  border-left: 18px solid #179132;
}
body div.pp_default .pp_loaderIcon {
  display: none !important;
}

body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #179132;
  padding: 15px 14px;
  width: 100%;
  margin: 0;
}
body .gform_wrapper textarea.medium {
  border: 1px solid #179132;
  padding: 15px 14px;
  width: 100%;
  margin: 0;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type="submit"] {
  background: #179132;
  border: 0;
  border-radius: 50px;
  color: #ffffff;
  padding: 6px 25px;
  height: auto;
  width: auto;
  font-size: 18px;
}
body .gform_wrapper .gform_footer input[type="submit"]:disabled {
  cursor: no-drop;
}
body
  .gform_wrapper
  input:not([type="submit"]):not([type="button"])::placeholder,
body .gform_wrapper textarea::placeholder {
  color: #8a8a8a !important;
  font-size: 16px !important;
}
body .gform_wrapper input:not([type="submit"]):not([type="button"]),
body .gform_wrapper textarea {
  color: #333333 !important;
  font-size: 16px !important;
}
body .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
body .gform_wrapper form {
  margin-top: 30px;
}

.section_colaboradores2 .section_inner {
    max-width: 800px;
}
.section_colaboradores2 .section_inner_margin {
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 25px 30px;
}
.section_colaboradores2 p {
    font-size: 14px;
    line-height: 1.45;
}
.section_2columns_contacto h3 {
    color: #179132;
    font-family: bree, sans-serif;
  font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
    text-transform: none;
    text-align: left;
    margin-bottom: 0px !important;
}
.section_2columns .section_2columns_contacto .full_section_inner {
    display: flex;
    flex-flow: nowrap row;
    align-items: flex-start;
}
.page-id-310 .section_2columns .vc_col-sm-6 {
    align-items: flex-start;
}
.page-id-310 .section_2columns .vc_col-sm-6:first-child .vc_col-sm-6 {
    margin: 0;
}
.page-id-310 .section_2columns .vc_col-sm-6:first-child {
    margin-top: 30px;
}


.section_legales h1, .section_legales h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #179132;
  font-weight: 400;
  font-family: bree, sans-serif;
  font-weight: 400;
}
.section_legales h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #179132;
  font-weight: 400;
  font-family: bree, sans-serif;
}
.section_legales p {
  margin-bottom: 10px;
  font-size: 14px;
}
.section_legales {
  margin-bottom: 90px !important;
}
.section_descargas a, .section_descargas p {
  color: #179132;
  font-size: 17px;
  margin: 10px 0;
  transition: 0.2s all linear;
}
.section_descargas a:hover {
  color: #046419;
  font-size: 18px;
  margin: 10px 0;
}
.section_descargas .section_inner {
  max-width: 610px;
}
.section_descargas.section_noticias .section_inner {
  max-width: 800px;
}
.header-widget.widget_text.header-right-widget a {
  color: #ffffff;
  padding-left: 22px;
  margin-left: 15px;
}
.header-widget.widget_text.header-right-widget a:nth-of-type(1) {
  background: url(https://asociacionhepa.org/wp-content/uploads/2020/07/phone.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 50%;
  margin: 0;
}
.header-widget.widget_text.header-right-widget a:nth-of-type(2) {
  background: url(https://asociacionhepa.org/wp-content/uploads/2020/07/email.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 50%;
}
.header-widget.widget_text.header-right-widget a:hover {
  color: #ffffff;
}
.header-widget.widget_text.header-left-widget a {
  color: #ffffff;
  padding-left: 22px;
  margin-left: 15px;
}
.header-widget.widget_text.header-left-widget a:nth-of-type(1) {
  background: url(https://asociacionhepa.org/wp-content/uploads/2020/07/phone.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0 50%;
  margin: 0;
}
.header-widget.widget_text.header-left-widget a:nth-of-type(2) {
  background: url(https://asociacionhepa.org/wp-content/uploads/2020/07/email.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 50%;
}
.header-widget.widget_text.header-left-widget a:hover {
  color: #ffffff;
}
.header_top .left {
  position: relative;
  width: 50%;
}
.header-widget.widget_text.header-left-widget:nth-child(2) {
  position: absolute;
  right: -120px;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title {
  height: 36px;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
  padding: 0;
  margin: 0;
}
.qode-accordion-holder .qode-title-holder {
  border: 0;
  font-family: bree, sans-serif;
  color: #179132;
  font-weight: 400;
  margin-top: 20px;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon span {
  display: none;
}
.qode-accordion-holder .qode-title-holder.ui-state-hover, .qode-accordion-holder .qode-title-holder.ui-state-active {
  background: transparent;
  color: #179132;
}
.qode-accordion-holder .qode-accordion-content {
  padding: 10px 0px;
}
.qode-accordion-holder .qode-accordion-content p {
  margin-bottom: 10px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.section-slide-clientes .vc_col-sm-2 {
  width: 100% !important;
}
label.gfield_consent_label {
  font-size: 13px;
}
body .gform_wrapper input[type="checkbox"] {
  margin: 0 7px 0 0;
}
.gform_wrapper .gfield_required {
  display: none;
}
.ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
}
.grecaptcha-badge {
  display: none !important;
}
.section_menu .section_inner {
  width: 100% !important;
}

.section_datos {
  background: #219338;
}
.section_datos.section_datos1 {
  padding: 50px 0 20px;
}
.section_datos.section_datos2 {
  padding:10px 0 65px;
}
.section_datos h3 {
  color: #ffffff;
  font-family: bree, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 46px;
}
.q_counter_holder span.counter {
  color: #ffffff;
  font-family: bree, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 46px;
}
.q_counter_holder.left {
  text-align: center !important;
}
.section_datos p {
  text-align: center;
  color: #fff;
  max-width: 140px;
  margin: 0 auto 0 !important;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.section_datos .wpb_text_column p {
  font-family: bree, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px !important;
}
.q_counter_holder.left .separator.small {
  display: none;
}
.section_datos.section_datos1 .wpb_column:nth-of-type(2) p {
  max-width: 130px;
}
.section_datos.section_datos1 .wpb_column:nth-of-type(3) p {
  max-width: 110px;
}
.section_datos.section_datos2 .wpb_column:nth-of-type(2) p {
  max-width: 100px;
}
.section_datos.section_datos2 .wpb_column:nth-of-type(3) p {
  max-width: 80px;
}
.section_datos img {
  width: 80px;
  margin-bottom: 20px;
}
.q_counter_holder.boxed_counter {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.section-buttons-left .wpb_wrapper {
  
}
.section-buttons-left a.qbutton.default {
  margin: 0 10px 10px 0;
}
.flexslider, .portfolio_slider {
  margin: 0 0 40px;
}

.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table {
  min-height: 1px;
}
.mobile_menu_button span {
  font-size: 20px;
}
.mobile_menu_button span, .side_menu_button>a {
  color: #179132;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
  font-size: 16px;
}
@media only screen and (max-width: 1280px){
  nav.main_menu > ul > li > a {
    padding: 0 10px;
    font-size: 13px;
  }
  nav.main_menu ul li:last-child a span {
    width: 100px;
  }
  .section_menu .widget li a {
    padding: 16px 0;
    font-size: 14px;
  }
  .section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
    font-size: 36px;
    line-height: 1.4;
  }
  .section_title .section_title_text h2 {
    font-size: 22px;
    max-width: 990px;
  }
  .section_2columns h1 {
    font-size: 36px;
    line-height: 1.4;
  }
  .section_2columns p {
    font-size: 18px;
    max-width: 520px;
}
  .separator-100 {
    height: 80px !important;
  }
  .separator-80 {
    height: 70px !important;
  }
  .section_modulos h3 {
    font-size: 26px;
    line-height: 1.4;
  }
  .q_counter_holder span.counter {
    font-size: 40px;
}
.section_iconos h4 {
  font-size: 19px;
  line-height: 1.4;
}
.section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
  font-size: 36px;
}
.section_title .section_title_text h2 {
  font-size: 22px;
  margin: 30px auto;
  max-width: 770px;
}
.section_equipo .wpb_single_image.vc_align_center {
  max-width: 180px;
}
.section_iconos.section_iconos_text h3 {
  font-size: 26px;
}
.section_title.section_titlev2 .section_title_text h2 {
  font-size: 19px;
}
.separator-60 {
  height: 55px !important;
}
.section_2columns li {
  font-size: 18px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas * {
  text-align: center;
  clear: none !important;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h2 {
  font-size: 18px;
  line-height: 1.3;
}
}
@media only screen and (max-width: 1200px){
.section_iconos .vc_col-sm-6:nth-child(3), .section_iconos .vc_col-sm-6:nth-child(5), .section_iconos .vc_col-sm-6:nth-child(7), .section_iconos .vc_col-sm-6:nth-child(9), .section_iconos .vc_col-sm-6:nth-child(11) {
  clear: both;
}

}
@media only screen and (max-width: 1024px){
  .header_top .left {
    width: 100%;
    height: 33px;
  }
  .header_top .right{
    display: none;
  }
  .header-widget.widget_text.header-left-widget:nth-child(1) {
    display: none;
  }
  .header-widget.widget_text.header-left-widget:nth-child(2) {
    position: relative;
    right: inherit;
  }
  nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-family: bree, sans-serif;
  font-weight: 300;
  }
  .section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
    font-size: 32px;
    line-height: 1.4;
  }
  .section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
    font-size: 32px;
  }
  .q_counter_holder span.counter {
    font-size: 36px;
  }
  .section_datos p {
    max-width: 130px;
    font-size: 14px;
  }
  .section_iconos h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .section_iconos p {
    max-width: 210px;
    font-size: 14px;
    line-height: 1.4;
  }
  .separator-80 {
    height: 60px !important;
  }
  .separator-100 {
    height: 60px !important;
  }
  .section_modulos h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .section_title .section_title_text h2 {
    font-size: 20px;
    max-width: 670px;
}
.section_title .section_title_text h2 {
  font-size: 20px;
  margin: 25px auto;
  max-width: 630px;
}
.section_2columns p {
  font-size: 18px;
  max-width: 520px;
}
.section_2columns h1 {
  font-size: 32px;
  line-height: 1.4;
}
.section_2columns h2 {
  font-size: 22px;
}
.section_equipo h3 {
  font-size: 23px;
}
.section_equipo p {
  font-size: 14px;
}
.section_equipo .wpb_single_image.vc_align_center {
  max-width: 170px;
}
.section_iconos.section_iconos_text h3 {
  font-size: 25px;
}
.section_title.section_titlev2 .section_title_text h2 {
  font-size: 19px;
}
.separator-60 {
  height: 50px !important;
}
.section_2columns li {
  font-size: 18px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h2 {
  font-size: 17px;
  line-height: 1.3;
}
.section_iconos_dona.section_iconos_ventajas h6 {
  font-size: 38px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas p {
  font-size: 17px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h3 {
  font-size: 20px;
}
.section_title.section_title_gracias p {
  font-size: 17px;
  max-width: 630px;
}
}
@media (min-width: 992px){

}
@media (max-width: 992px){
  .section_menu .widget #menu-quienes-somos li {
    width: 50%;
  }
  .section_iconos .vc_col-md-6:nth-of-type(4) {
    clear: none;
}
  .section_iconos .vc_col-sm-6:nth-child(5) {
    clear: both;
  }
  .section_modulos .vc_col-sm-4 {
    width: 50%;
}
.section_modulos .wpb_column.vc_col-sm-4:nth-child(3) .vc_column-inner {
  padding-left: 15px;
}
.mec-calendar.mec-event-calendar-classic dl dt {
  height: 40px !important;
}
.section_equipo .vc_col-sm-3 {
  width: 50%;
}
.section_equipo .wpb_single_image.vc_align_center {
  max-width: 160px;
}
.section_iconos.section_iconos_text h3 {
  font-size: 24px;
}
.section_title.section_titlev2 .section_title_text h2 {
  font-size: 18px;
}
.section_2columns_css p {
  font-size: 15px;
  padding: 40px;
}
.separator-60 {
  height: 45px !important;
}
.section_2columns li {
  font-size: 17px;
}
.section_descargas a, .section_descargas p {
  font-size: 16px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h2 {
  font-size: 16px;
  line-height: 1.3;
}
.section_iconos_dona.section_iconos_ventajas h6 {
  font-size: 36px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas p {
  font-size: 16px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h3 {
  font-size: 20px;
}
}
@media only screen and (max-width: 768px){
  .section_iconos.section_iconos_dona.section_iconos_ventajas .vc_col-md-4 {
    margin-bottom: 20px;
}
  .section_colaboradores2 .section_inner_margin {
    flex-flow: column;
  }
  .section_datos .vc_column_container {
    width: 50%;
    float: left;
}
.section_datos.section_datos2 {
  display: none;
}
.section_datos.section_datos1 {
  padding: 0 0 40px;
}
.section_datos img {
  width: 70px;
  margin-bottom: 15px;
  margin-top: 35px;
}
.section_datos .vc_column_container.vc_col-sm-12 {
  width: 100%;
  padding-top: 50px;
}
.section_datos.section_datos1.section_title {
  padding: 0;
}
.section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
  font-size: 28px;
}
.section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
  font-size: 28px;
}
.section_title p {
  font-size: 18px;
  margin: 10px auto 30px;
}
.section_iconos .vc_col-md-6 {
  width: 50%;
  float: left;
}
.section_iconos .vc_col-md-6 {
  margin-bottom: 20px;
}
.section_modulos {
  padding: 60px 0px 80px;
}
.section_2columns h1 {
  font-size: 28px;
  line-height: 1.4;
}
.section_menu .widget li{
  width: 50%;
}
.section_menu .widget ul#menu-menu-proyectos li:last-child {
  width: 50%;
}
.section_2columns .vc_col-lg-6:last-child {
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}
.section_2columns p {
  font-size: 16px;
}
.section_2columns h2 {
  font-size: 20px;
}
.footer_responsive_adv .footer_top .footer_col1, .footer_responsive_adv .footer_top .footer_col2, .footer_responsive_adv .footer_top .footer_col3, .footer_responsive_adv .footer_top .footer_col4, .footer_responsive_adv .footer_top .two_columns_50_50>.column1, .footer_responsive_adv .footer_top .two_columns_50_50>.column2 {
  width: 50%;
  float: left;
}
.footer_responsive_adv .footer_top .footer_col3 {
  width: 100%;
}
footer .footer_col3 a {
  display: inline-block;
  margin: 0 5px;
}
.section_2columns.section_2columns_middle .section_inner_margin {
  flex-flow: column;
}
.section_2columns .vc_col-lg-6:last-child {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.page-id-310 .section_2columns .vc_col-sm-6:first-child img {
  display: none;
}
.page-id-310 .section_2columns .vc_col-sm-6:first-child {
  margin-top: 0px;
  order: 2;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 16px;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 12px 14px;
}
body .gform_wrapper input:not([type="submit"]):not([type="button"]), body .gform_wrapper textarea {
  font-size: 15px !important;
}
body .gform_wrapper input:not([type="submit"]):not([type="button"])::placeholder, body .gform_wrapper textarea::placeholder {
  font-size: 15px !important;
}
.section_modulos .vc_col-sm-4 {
  width: 100%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
  background: transparent;
  padding: 2px 0;
}
.section_2columns .full_section_inner {
  flex-flow: column;
}
.qode-advanced-tabs .qode-advanced-tab-container {
  padding: 50px 20px 30px;
}
.section_title .section_title_text h2 {
  font-size: 19px;
}
.section_equipo .vc_col-sm-3 {
  width: 50%;
  float: left;
}
.separator-80 {
  height: 50px !important;
}
.section_equipo h3 {
  font-size: 22px;
}
.section_equipo p {
  font-size: 14px;
}
.section_equipo .wpb_single_image.vc_align_center {
  max-width: 150px;
}
.section_iconos.section_iconos_text h3 {
  font-size: 23px;
}
.section_title.section_titlev2 .section_title_text h2 {
  font-size: 17px;
}
.section_2columns .vc_col-lg-6:first-child {
  padding-right: 0;
}
.section_2columns_css p {
  column-count: 1;
  font-size: 14px;
  padding: 35px;
}
.separator-60 {
  height: 40px !important;
}
.section_2columns li {
  font-size: 16px;
}
.section_descargas a, .section_descargas p {
  font-size: 16px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas .section_inner {
  width: 90%;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h2 {
  font-size: 15px;
  line-height: 1.3;
}
.section_iconos_dona.section_iconos_ventajas h6 {
  font-size: 34px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas p {
  font-size: 16px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h3 {
  font-size: 19px;
}
.section_title.section_title_gracias p {
  font-size: 16px;
  max-width: 610px;
}
}
@media only screen and (max-width: 600px){
  .section_modulos {
    padding: 50px 0px 70px;
  }
  nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-size: 15px;
  }
  .section_menu .widget ul#menu-menu-proyectos li:last-child {
    width: 100%;
  }
  .section_menu .widget li {
    width: 50%;
}
.section_menu .widget li a {
  padding: 7px 0;
  font-size: 12px;
  border: 1px solid #ffffff29;
}
.section_2columns .vc_col-lg-6:last-child {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 15px;
}
.section_2columns p {
  font-size: 15px;
}
.section_2columns h2 {
  font-size: 18px;
}
#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton{
  font-size: 12px;
}
.section_2columns h1 {
  font-size: 24px;
  line-height: 1.4;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 16px;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 12px 14px;
}
body .gform_wrapper input:not([type="submit"]):not([type="button"]), body .gform_wrapper textarea {
  font-size: 15px !important;
}
body .gform_wrapper input:not([type="submit"]):not([type="button"])::placeholder, body .gform_wrapper textarea::placeholder {
  font-size: 15px !important;
}
.section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
  font-size: 24px;
}
.section_title .section_title_text h2 {
  font-size: 18px;
}
.separator-80 {
  height: 40px !important;
}
.section_title p {
  font-size: 16px;
  margin: 10px auto 30px;
}
.section_iconos h4 {
  font-size: 17px;
}
.section_iconos p {
  font-size: 13px;
}
.q_icon_with_title.custom_icon_image.center .icon_holder {
  margin: 0 0 3px;
}
.section_equipo h3 {
  font-size: 22px;
}
.section_equipo p {
  font-size: 13px;
}
.section_equipo .wpb_single_image.vc_align_center {
  max-width: 140px;
}
.separator-100 {
  height: 50px !important;
}
.separator-40 {
  height: 20px !important;
}
.section_colaboradores2 .section_inner_margin {
  flex-flow: column;
}
.section_iconos.section_iconos_text h3 {
  font-size: 22px;
}
.section_title.section_titlev2 .section_title_text h2 {
  font-size: 16px;
}
.section_title.section_titlev2 .section_title_text h2 br {
  display: none;
}
.section_2columns_css p {
  column-count: 1;
  font-size: 13px;
  padding: 30px;
}
.separator-60 {
  height: 35px !important;
}
.section_2columns li {
  font-size: 15px;
}
.section_descargas a, .section_descargas p {
  font-size: 15px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas .section_inner {
  width: 80%;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h2 {
  font-size: 14px;
  line-height: 1.3;
}
.section_iconos_dona.section_iconos_ventajas h6 {
  font-size: 32px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas p {
  font-size: 15px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h3 {
  font-size: 18px;
}
.section_title.section_title_gracias p {
  font-size: 15px;
  max-width: 610px;
}
.section_title.section_title_gracias .section_title_text h2 br {
  display: none;
}
}
@media only screen and (max-width: 480px){
  .section_equipo .vc_col-sm-3 {
    width: 100%;
    float: left;
  }
  .section_iconos .vc_col-md-6 {
    width: 100%;
    float: left;
}
  .section_modulos {
    padding: 40px 0px 60px;
  }
  nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-size: 14px;
  }
  .section_2columns p {
    font-size: 14px;
}
.section_2columns h2 {
  font-size: 17px;
}
#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton{
  font-size: 12px;
}
.footer_responsive_adv .footer_top .footer_col1, .footer_responsive_adv .footer_top .footer_col2, .footer_responsive_adv .footer_top .footer_col3, .footer_responsive_adv .footer_top .footer_col4, .footer_responsive_adv .footer_top .two_columns_50_50>.column1, .footer_responsive_adv .footer_top .two_columns_50_50>.column2 {
  width: 100%;
  float: left;
}
.footer_responsive_adv .footer_top .four_columns .column1, .footer_responsive_adv .footer_top .four_columns .column2, .footer_responsive_adv .footer_top .four_columns .column3, .footer_responsive_adv .footer_top .three_columns .column1, .footer_responsive_adv .footer_top .three_columns .column2, .footer_responsive_adv .footer_top .two_columns_50_50 .column1, .footer_responsive_adv .footer_top .two_columns_50_50 .column2 {
  margin: 0;
}
.footer_top .column_inner>div {
  margin: 0!important;
}
footer .footer_col3 {
  padding-top: 10px;
}
footer .footer_col2 {
  padding-top: 10px;
}
footer .footer_col3 a {
  display: block;
  margin: 5px;
  text-align: left;
}
.three_columns>.column3>.column_inner {
  padding: 0 0 0 15px;
  text-align: left;
}
.section_2columns h1 {
  font-size: 21px;
  line-height: 1.4;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 15px;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 10px 14px;
}
body .gform_wrapper input:not([type="submit"]):not([type="button"]), body .gform_wrapper textarea {
  font-size: 14px !important;
}
body .gform_wrapper input:not([type="submit"]):not([type="button"])::placeholder, body .gform_wrapper textarea::placeholder {
  font-size: 14px !important;
}
.section_2columns .section_2columns_contacto .full_section_inner {
  flex-flow: nowrap column;
}
.section_title h1, .section_title h2, .section_title h3, .section_title h4, .section_title h5, .section_title h6 {
  font-size: 21px;
}
.section_title .section_title_text h2 {
  font-size: 17px;
}
.section_title p {
  font-size: 15px;
  margin: 10px auto 20px;
}
.section_iconos h4 {
  font-size: 16px;
  line-height: 1.4;
}
.section_equipo h3 {
  font-size: 21px;
}
.section_equipo p {
  font-size: 13px;
}
.section_equipo .wpb_single_image.vc_align_center {
  max-width: 130px;
}
.separator-100 {
  height: 40px !important;
}
.separator-40 {
  height: 20px !important;
}
.section_colaboradores2 .section_inner_margin {
  flex-flow: column;
}
.section_iconos.section_iconos_text h3 {
  font-size: 21px;
}
.section_title.section_titlev2 .section_title_text h2 {
  font-size: 16px;
}
.section_title.section_titlev2 .section_title_text h2 br {
  display: none;
}
.section_2columns_css p {
  column-count: 1;
  font-size: 13px;
  padding: 30px;
}
.separator-60 {
  height: 30px !important;
}
.section_2columns li {
  font-size: 14px;
}
.section_descargas a, .section_descargas p {
  font-size: 15px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas .section_inner {
  width: 80%;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h2 {
  font-size: 14px;
  line-height: 1.3;
}
.section_iconos_dona.section_iconos_ventajas h6 {
  font-size: 30px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas p {
  font-size: 15px;
}
.section_iconos.section_iconos_dona.section_iconos_ventajas h3 {
  font-size: 18px;
}
#cookie-law-info-bar {
  padding: 20px 20px 20px 20px !important;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  position: relative;
  margin: 10px 20px 0 !important;
}
.section_title.section_title_gracias p {
  font-size: 14px;
  max-width: 610px;
}
}

.tp-mask-wrap .tp-caption {
    font-family: bree, sans-serif !important;
    font-weight: 700 !important;
}