/*!
Theme Name: Audicion - Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
:root {
  --color-primario: #41C955;
  --color-primario2: #393A49;
  --color-primario3: #BD9A1C;
  --gris-claro: #EDEDED;
  --gris-oscuro: #020202;
  --color-fondo: #171315;
  --verde-oscuro: #01A851;
  --verde-oscuro2: #0F5019;
  
  --global-content-edge-padding: 0 10px!important;
}
@font-face {
  font-family: 'Nexa';
  src: url('fonts/Nexa-Regular.ttf') format('truetype'),
       url('fonts/Nexa-Regular.woff2') format('woff2'),
       url('fonts/Nexa-Regular.woff') format('woff'),
       url('fonts/Nexa-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('fonts/Nexa-Light.ttf') format('truetype'),
       url('fonts/Nexa-Light.woff2') format('woff2'),
       url('fonts/Nexa-Light.woff') format('woff'),
       url('fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('fonts/Nexa-Bold.ttf') format('truetype'),
       url('fonts/Nexa-Bold.woff2') format('woff2'),
       url('fonts/Nexa-Bold.woff') format('woff'),
       url('fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal; 
  font-display: swap;
}
html,
body,
ul, li, p, a{
  font-family: 'Nexa', Sans-serif;
  font-weight: normal;
  font-family: 'Nexa', Sans-serif!important;
}
h1, h2,h3, h4, h5, h6{
  font-weight: 400;
}
h1{
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
h2{
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h1{
    font-size: 70px;
    line-height: 80px;
  }
}
/*Navbar*/
.campo_invisible{
  display: none;
}
/* Menu*/
/* Agenda*/
.page-template-default #menu-item-600 a{
  background-color: var(--color-primario);
  width: 180px;
  line-height: 50px;
  height: 50px;
  border-radius: 15px;
  text-align: center;
  margin-left: 15px;
}
.post-template-default #menu-item-600 a{
  background-color: var(--verde-oscuro2)!important;
  width: 180px;
  line-height: 50px;
  height: 50px;
  border-radius: 15px;
  text-align: center;
  margin-left: 15px;
}
.post-template-default #menu-item-600 a:hover{
  background-color: var(--verde-oscuro)!important;
}


.post-template-default .main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
  color: var(--verde-oscuro2)!important;
}

#menu-item-600 a:hover{
  background-color: var(--verde-oscuro);
  color: white;
}
.page-template-default .current_page_item {
  border-bottom: 3px solid var(--color-primario);
}
.post-template-default .current-menu-item  {
  border-bottom: 3px solid white;
}
.elementor-swiper-button-prev{
  left: 25px!important;
}
.elementor-swiper-button-next{
  left: 75px!important;
}
.elementor-element .swiper .elementor-swiper-button
 {
  top: auto!important;
  transform: none!important;
  bottom: -65px!important ;
  width: 55px!important;
  height: 55px!important;
}
@media screen and (min-width: 768px){
  #menu-item-600 a{
    width: 180px;
    line-height: 50px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    padding: 0;
  }
  .elementor-element .swiper .elementor-swiper-button
  {
    top: auto!important;
    transform: none!important;
    bottom: 20px!important ;
    width: 90px!important;
    height: 90px!important;
  }
  .elementor-swiper-button-prev{
    left: 0px!important;
  }
  .elementor-swiper-button-next{
    left: 90px!important;
  }
}

/* Home servicios*/
.swiper-slide figure,
.swiper-slide img{
  max-width: 100%!important;
  width: 100%!important;
}
#wrap-conoce .e-con-inner{
  padding-top: 0px!important;
}
.elementor-13 .elementor-element.elementor-element-cffe465 {
  padding-top: 120px!important;
}
#carousel-servicios-wrap .elementor-widget-container{
  padding-top: 120px!important;
}
/* @media screen and (min-width: 321px) and (max-width: 380px){
  #carousel-servicios-wrap .elementor-widget-container{
    padding-top: 140px!important;
  }

} */

#home-servicios-texto{
  position: absolute;
  top: -675px; 
  width: 100%;
  height: 100px;
  display: block;
}
/* @media screen and (min-width: 321px) and (max-width: 380px) {

  .elementor-13 .elementor-element.elementor-element-cffe465 {
    padding-top: 160px!important;
  }
  #carousel-servicios-wrap > .elementor-widget-container:first-child {
    padding-top: 50px !important;
  }
  #home-servicios-texto{
    top: -600px;
  }
}

@media screen and (min-width: 381px) and (max-width: 400px) {
  .elementor-13 .elementor-element.elementor-element-cffe465 {
    padding-top: 140px!important;
  }
  #carousel-servicios-wrap > .elementor-widget-container:first-child{
    padding-top: 120px!important;
  }
  #home-servicios-texto{
    top: -650px;
  }
}
@media screen and  (min-width: 401px)  and (max-width: 450px){
  .elementor-13 .elementor-element.elementor-element-cffe465 {
    padding-top: 140px!important;
  }
  #carousel-servicios-wrap > .elementor-widget-container:first-child{
    padding-top: 120px!important;
  }
  #home-servicios-texto{
    top: -670px;
  }
}
@media screen and  (min-width: 451px)  and (max-width: 460px){
  .elementor-13 .elementor-element.elementor-element-cffe465 {
    padding-top: 160px!important;
  }
  #carousel-servicios-wrap > .elementor-widget-container:first-child{
    padding-top: 120px!important;
  }
  #home-servicios-texto{
    top: -670px;
  } 
} */

/* @media screen and  (min-width: 461px)  and (max-width: 767px){
  #home-servicios-texto{
    top: -770px;
  } 
} */

@media screen and  (min-width: 400px)  and (max-width: 460px){
  .elementor-13 .elementor-element.elementor-element-cffe465 {
    padding-top: 160px!important;
  }
  #carousel-servicios-wrap > .elementor-widget-container:first-child{
    padding-top: 160px!important;
  }
}
@media screen and (min-width: 768px){
  .elementor-13 .elementor-element.elementor-element-cffe465 {
    padding-top: 80px!important;
  }
  #carousel-servicios-wrap .elementor-widget-container{
    padding-top: 0px!important;
  }
}

@media screen and (min-width: 1024px){
  .elementor-13 .elementor-element.elementor-element-cffe465 {
    padding-top: 100px!important;
  }
  #carousel-servicios-wrap .elementor-widget-container{
    padding-top: 0px!important;
  }
}
#home-servicios-wrap {
  position: relative;
  /* display: none; */
}
 
/* #home-servicios-wrap-movil{
  display: block;
} */

#home-servicios-wrap h1{  
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
  width: 300px;
}
#home-servicios-wrap p{
  font-size: 14px;
  line-height: 20px;
}
#home-servicios-wrap a{
  text-align: right!important;
  display: block;
  margin-left: auto!important;
  position: absolute;
  bottom: -490px;
  right: 60px;
}
.boton_transparente{
  border: 1px solid #FFFFFF;
  color: white!important;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  width: 160px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  margin: 20px 0!important;
}
a.boton_transparente:hover{ 
  color: var(--color-primario) !important;
  border: 1px solid var(--color-primario);
}
@media screen and (min-width: 768px){
  #home-servicios-wrap {
    display: block;
  }
  #home-servicios-texto{
    position: absolute;
    top: -400px;
    width: 350px;
    height: 250px;
    display: block;
    bottom: 0!important;
  }
  #home-servicios-wrap h1{
    line-height: 47px;
    font-size: 45px;
    margin-bottom: 15px!important;
  }
  #home-servicios-wrap p{
    font-size: 20px!important;
    line-height: 24px!important;
  }
  #home-servicios-wrap a{
    bottom: -40px;
    left: 200px;
  }
  .boton_transparente{
    border: 1px solid #FFFFFF;
    font-size: 16px;
    height: 50px;
    width: 185px;
    margin: 10px 0!important;
  } 
  .elementor-element .swiper .elementor-swiper-button
  {
    top: auto!important;
    transform: none!important;
    bottom: 0px!important ;
    width: 90px!important;
    height: 80px!important;
  }
}
@media screen and (min-width: 1024px){
  #home-servicios-wrap {
    display: block;
  }
  #home-servicios-texto{
    position: absolute;
    top: -400px;
    width: 350px;
    height: 250px;
    display: block;
  }
  #home-servicios-wrap h1{
    line-height: 66px;
    font-size: 70px;
    margin-bottom: 15px!important;
  }
  #home-servicios-wrap p{
    font-size: 20px!important;
    line-height: 24px!important;
  }
  #home-servicios-wrap a{
    bottom: -140px;
    left: 200px;
  }
  .boton_transparente{
    border: 1px solid #FFFFFF;
    font-size: 16px;
    height: 50px;
    width: 185px;
    margin: 10px 0!important;
  }
}
/* Pagian Servicios*/
.encabezado_servicios h1{
  .encabezado_servicios h1{
    font-size: 14px!important;
    font-weight: bold !important;
  }
}
@media screen and (min-width: 768px){
  .encabezado_servicios h1{
    font-size: 28px!important;
    font-weight: bold !important;
  }
}
/* CARDS SERVICIOS*/
/*Titulo*/
.stratum-advanced-posts.layout-grid .stratum-advanced-posts__post-thumbnail .stratum-advanced-posts__post-link .stratum-advanced-posts__post-title, 
.stratum-advanced-posts.layout-list .stratum-advanced-posts__post-thumbnail .stratum-advanced-posts__post-link .stratum-advanced-posts__post-title {
  /* transform: translate(0%, -50%); */
  bottom: 40px;
  top: auto!important;
  transform: none;
  margin: 0;
  pointer-events: none;
  
}
.stratum-advanced-posts__post-wrapper{
  position: relative
}
.stratum-advanced-posts__content-wrapper{
  position: absolute;
  bottom: 20px;
  color: white;
  display: none;
  /* background-color: red; */
  /* border: solid 1px red; */
}
.stratum-advanced-posts__post-wrapper:hover .stratum-advanced-posts__content-wrapper{
  display: block;
}
.stratum-advanced-posts__post-wrapper:hover .stratum-advanced-posts__post-title{

  bottom: auto;
}
/* footer*/
.site-middle-footer-inner-wrap {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  grid-column-gap: 0px!important;
}
footer,
footer p,
footer a{
  color: white;
  font-size: 12px;
}

.site-footer-row.site-footer-row-columns-3 {
  gap: 0;
}
/*bordes footer*/
.site-footer-middle-section-2{
  border-left: none;
  border-right: none;
}
/* .footer-col1-wrap{

} */
 .site-bottom-footer-wrap {
  margin-top: 45px; 
 }
.site-bottom-footer-inner-wrap {
  padding-top: 20px!important;
  margin-top: 0px!important;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  padding-bottom: 10px!important;
  grid-column-gap: 0px!important;
}
.footer-html-inner p{
  font-size: 10px;
  line-height: 10px;
}
.footer-social-wrap{
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 22px 0;
}
.footer-col2-wrap{
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  border-left: none;
  border-right: none;
  padding: 22px 0;
}
@media screen and (min-width: 768px){
  /* .footer-col2-wrap{
    padding: ;
  } */
  .site-middle-footer-inner-wrap {
    padding-top: 50px!important;
    /* padding-bottom: 0px!important;
    grid-column-gap: 0px!important; */
  }
  .footer-col2-wrap, .footer-social-wrap{
    border: none;
  }
  .site-footer-middle-section-2{
    border-left: rgba(255, 255, 255, 0.2) 1px solid;
    border-right: rgba(255, 255, 255, 0.2) 1px solid;
  }
  footer,
  footer p,
  footer a{
    color: white;
    font-size: 14px;
  }
  .footer-html-inner p{
    font-size: 12px;
    line-height: 12px;
  }
}
/* Col 1*/
footer{
  background-color: var(--color-primario2);
}
.logo-footer{
  margin-bottom: 15px;
  width: 86px;
}

.site-top-footer-inner-wrap{
  display: none!important;
}
#footer-navigation1{
  padding: 5px 40px 25px 40px;
}
.footer-col1-wrap .wrap-logo-footer{
  padding: 25px 40px 0px 40px;
}
.footer-col1-wrap{
  display: block;
  width: 100%;
}
.footer-social-wrap{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
  padding: 25px 40px 25px 40px;
  /* margin-top: 30px; */
  color: rgba(255, 255, 255, 0.2)!important;
}
.footer-social-wrap svg{
  opacity: 0.2!important;
}
@media screen and (min-width: 768px){
  .logo-footer{
    width: 108px;
  }
  .footer-col1-wrap .wrap-logo-footer{
    padding: 0;
  }
  #footer-navigation1{
    padding: 5px 0px 25px 0px;
  }
  .footer-social-wrap{
    padding: 25px 80px 25px 0px;
  }
}

.ico-ubicacion svg {
  width: 11px;
  height: 14px;
  margin: 0 21px 0 2px;
}
.footer-col1-wrap .ico-mail svg {
  width: 14px;
  height: 11px;
  margin: 0 20px 0 0;
}
.ico-fb svg {
  width: 12px;
  height: 24px;
}
.ico-ig svg, .ico-li svg {
  width: 25px;
  height: 23px;
}
.ico-ws svg {
  width: 24px;
  height: 24px;
}
/*col 2*/
.footer-col2-wrap{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;

  padding-left: 35px;
}
.footer-col2-wrap a{
  color: rgba(255, 255, 255, 0.2)!important;
  font-weight: 400px;
  padding-left: 0!important;
}

/* col 3*/
/* .footer-col1-wrap{
  padding-left: 35px;
}   */

.footer-col3-wrap{
  padding-left: 35px;
}
.footer-col3-wrap a{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400px;
  color: var(--color-primario)!important;  
}
/* Wrap cols*/
@media screen and (min-width: 768px){
  .footer-col1-wrap{
    padding-left: 0px;
  }  
  .footer-col2-wrap{
    padding-left: 0px;
    justify-content: space-around;
  }
  .footer-col3-wrap{
    padding-left: 70px;
  }
}
.footer-col3-wrap a svg{
  margin-right: 7px;
}
.color-blanco-transparente{
  color: rgba(255, 255, 255, 0.8);
}
.site-bottom-footer-wrap,
.site-bottom-footer-wrap p,
.site-bottom-footer-wrap a{
  color: rgba(255, 255, 255, 0.2)!important;
}
/* .footer-widget-area-inner.site-info-inner{
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
} */


/* productos*/

/* tab-botones*/
/* .elementor-widget-tabs .elementor-tab-desktop-title,
.elementor-tab-title {
  border: none!important;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
  border: none!important;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  border: none!important;
}
.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible {
  border: none!important;
} */

#tab-botones .elementor-tabs-wrapper{
    background-color: var(--gris-claro);
    border-radius: 60px;
    
    height: 46px;
    padding: 7px;
    margin: 0px auto 20px;
}
.tabs_productos .elementor-tabs-wrapper{
  width: 340px;
}
.tabs_sedes .elementor-tabs-wrapper{
  width: 320px;
}
#tab-botones .elementor-tab-title{
    font-size: 12px !important;
    line-height: 12px;
    font-weight: bold !important;
    height: 30px;    
    padding: 9px 15px;
    color: #7A8298;
    min-width: 80px;
    text-align: center;
}
#tab-botones .elementor-tab-title.elementor-active{
    /* background-color: var(--gris-oscuro); */
    color: white;
    border-radius: 60px;
    
}
.boton-gris .elementor-tab-title.elementor-active{
  background-color: var(--gris-oscuro)!important;
}
.boton-verde .elementor-tab-title.elementor-active{
  background-color: var(--verde-oscuro)!important;
}
.tabs_productos p{
  font-size: 14px !important;
  line-height: 18px!important;
}
@media screen and (min-width: 768px){
  #tab-botones .elementor-tabs-wrapper{
    height: 50px;
    padding: 7px;
    margin: 30px auto;
  }
  #tab-botones .elementor-tab-title{
      font-size: 13px !important;
      height: 36px;  
      line-height: 17px;
      font-weight: 400 !important;
      padding: 10px 35px;
      min-width: 90px;
  }
  .tabs_productos .elementor-tabs-wrapper{
    width: 480px;
  }
  .tabs_sedes .elementor-tabs-wrapper{
    width: 398px;
  }
  .tabs_productos p{
    font-size: 20px !important;
    line-height: 24px!important;
  }
}

/* Cards productos*/

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  border: rgba(0, 0, 0, 0.5) 1px solid ;
  border-radius: 30px;
}

.woocommerce ul.products li.product a img {
  width: 82%!important;
  height: auto;
  display: block;
  margin: 0 auto!important;
}

/*titulo card*/
.woocommerce ul.products li.product h3, 
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title a, 
.woocommerce ul.products li.product .woocommerce-loop-product__title h2, 
.woocommerce ul.products li.product .woocommerce-loop-category__title a{
  /* padding: 0.5rem 0; */
  margin: 0;
  font-size: 12px!important;
  line-height: 16px!important;
  font-weight: bold!important;
  text-transform: uppercase;
  text-align: center!important;
  max-height: 25px;
  margin-bottom: 8px!important;
  overflow-y: hidden;
}
/* descripcion card*/
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description p{
  font-size: 12px!important;
  line-height: 16px!important;
  text-align: center;
  color: black!important;
  min-height: 48px;
  max-height: 48px;
  overflow-y: hidden;
  margin-bottom: 15px!important;
}
/* Boton lo quiero*/
/* boton verde moviles*/
.boton_verde,
.woocommerce-product-custom-link a{
  background-color: var(--color-primario);
  border-radius: 15px;
  font-size: 14px!important;
  line-height: 45px!important;
  font-weight: bold;
  width: 140px;
  height: 45px;
  display: block;
  text-align: center;
  
  color: white!important;
  text-decoration: none;
  margin: 0 auto;
  text-transform: lowercase!important;
  margin-bottom: 17px;
}
.boton_verde:hover,
.woocommerce-product-custom-link a:hover{
  background-color: var(--verde-oscuro);
}
.woocommerce-product-custom-link a:first-letter {
  text-transform: uppercase;
}
/* Desactivar animacion*/
/*wrap*/
.woocommerce ul.products li.product .entry-content-wrap {
  transition: none!important;
  transform: none!important;
  padding: 0 5px!important;
  margin: 0 5px!important;
}

@media screen and (min-width: 768px){
  /*wrap*/
  .woocommerce ul.products li.product .entry-content-wrap {
    padding: 0 30px!important;
  }
  .woocommerce ul.products li.product a img {
    width: 90%!important;
  }

  /*titulo card*/
  .woocommerce ul.products li.product h3, 
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title a, 
  .woocommerce ul.products li.product .woocommerce-loop-product__title h2, 
  .woocommerce ul.products li.product .woocommerce-loop-category__title a{
    /* padding: 0.5rem 0; */
    margin: 0;
    font-size: 17px!important;
    line-height: 20px!important;
    font-weight: bold!important;
    max-height: 20px;
    min-height: 20px;
    margin-bottom: 15px!important;
    overflow-y: hidden;
    padding: 0!important;
  }
  /* descripcion card*/
  .woocommerce-product-details__short-description,
  .woocommerce-product-details__short-description p{
    font-size: 16px!important;
    line-height: 20px!important;
    margin-bottom: 20px!important;
    min-height: 65px;
    max-height: 65px;
  }
  /* Boton lo quiero*/
  /* Boton verde*/
  .boton_verde,
  .woocommerce-product-custom-link a{
    border-radius: 15px;
    font-size: 16px!important;
    line-height: 50px!important;
    width: 140px;
    height: 50px;
    margin-bottom: 40px;
    }
}
/* Grid productos loop*/
.grid-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr))!important;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px!important;
  row-gap: 10px!important;
}
/* Home Productos*/
#home-productos .grid-cols{
  grid-template-columns: minmax(0, 1fr)!important;
  .content-bg {
    background: transparent!important;
}
}
@media screen and (min-width: 768px){
  .grid-cols,
  #home-productos .grid-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    column-gap: 40px!important;
    row-gap: 40px!important;
  }
}


.link_todos{
  color: #0F5019;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

/* Boton verde*/
.boton_verde_agenda{
  /* padding: 0 35px!important; */
  width: 200px;
  display: block;
  margin-right: 100%!important;
  /* float: left; */
  /* text-align: left; */
}
/*sedes*/

.agendacita-wrapper{
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-start;
  height: 190px;
  background-color:rgba(201, 243, 208, 0.70);
  border-radius: 30px;
  /* margin-top: 50px; */
  /* margin-bottom: 50px; */
  margin: 0px;
  padding: 0 5px 0 20px;
  /* height: 190px; */
}
div.agendacita-texto{
  position: relative;
  overflow:visible;
  width: 60px;
}
.agendacita-texto h2{
  position: absolute;
  font-size: 24px!important;
  font-weight: 300 !important;
  line-height: 28px !important;
  top: -155px;
  left: 0;
  width: 200px;
  /* word-break: break-all;
  white-space: nowrap;  */
  z-index: 9;
}
.agendacita-texto a{
  position: absolute;
  width: 140px;
  top: -75px;
  left: 0;
  z-index: 11;
  color: white !important;
  text-decoration: none !important;
}



.agendacita-texto a::first-letter {
  text-transform: capitalize;
}
.agendacita-imagen{
  width: 130px;
}
div.agendacita-imagen {
  position: relative;
  overflow:visible;
}
div.agendacita-imagen  img{
  position: absolute;
  right: 0;
  bottom: 0;
  /* left: 0; */
  width: 130px!important;
  height: 180px!important;
}

@media screen and (min-width: 768px){
  div.agendacita-wrapper{
    height: 350px;
    border-radius: 30px;
    margin-top: 150px;
    margin-bottom: 80px;
    padding: 0 130px 0 120px;
  }
  div.agendacita-imagen{
    width: 358px;
  }
  div.agendacita-texto{
    
    width: 60px;
  }
  div.agendacita-texto h2{
    font-size: 50px!important;    
    line-height: 55px !important;
    top: -257px;
    width: 395px;
  }
  div.agendacita-texto a{
    margin-bottom: 50px;
    width: 200px ;
    top: -127px;
  }
  div.agendacita-imagen img{
    width: 358px!important;
    height: 497px!important;
  }
}

/* Imagen superior*/
.wrap_titulo_imagen{
  position: relative;
  height: 0!important;
  overflow: visible;
  margin: 0!important;
  padding: 0!important;
}
.titulo_imagen{
  position: absolute!important;
  text-align: left;
  /* top:-100px; */
  left: 40px;
  padding: 0;
  margin: 0;
}
.titulo_imagen h1{
  text-align: left;
  color: white;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300!important;
  margin: 0!important;
}
.titulo_imagen h2{
  text-align: left;
  color: white!important;  
  font-size: 14px;
  line-height: 18px;
  display: none;
}

.titulo_imagen_home{
  top:-260px;
  width: 250px;
  display: block;
}
.titulo_imagen_home h1{
  display: block;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}
.titulo_imagen_home h2{
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.titulo_imagen_servicios {
  top:-120px;
  width: 290px;
}
.titulo_imagen_sedes {
  top:-120px;
  width: 234px;
}

.titulo_imagen_acerca {
  top:-110px;
  width: 90%;
}
.titulo_imagen_contacto {
  top:-110px;
  width: 90%;
}
.subtitulo_imagen{
  position: fixed;
  text-align: left;  
}

@media screen and (min-width: 768px){  
  .titulo_imagen{
    left: 0;
  }
  .titulo_imagen h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 300!important;
    margin: 0 0 15px!important;
  }
  .titulo_imagen h2{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300!important;
    display: block;
  }

  .titulo_imagen_home{
    top:-260px;
    left: 40px;
    width: 400px;
  }
  .titulo_imagen_home h2{
    
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    width: 295px;
  }
  
  .titulo_imagen_servicios {
    top:-180px;
    left: 40px;
    width: 295px;
  }
  .titulo_imagen_sedes {
    top:-180px;
    left: 40px;
    width: 250px;
  }
  
  .titulo_imagen_acerca {
    top:-180px;
    left: 40px;
    width: 380px;
  }
  .titulo_imagen_acerca h2{
    width: 260px;
  }
  .titulo_imagen_contacto {
    top:-180px;
    left: 40px;
    width: 450px;
  }
  .titulo_imagen_contacto h2 {
    width: 250px;
  }
  
}
@media screen and (min-width: 1124px){  
  .titulo_imagen{
    left: 0;
  }
  .titulo_imagen h1{
    font-size: 70px;
    line-height: 70px;
    font-weight: 300!important;
    margin: 0 0 15px!important;
  }
  .titulo_imagen h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 300!important;
    display: block;
  }
  .titulo_imagen_home{
    top:-415px;
    width: 400px;
  }
  .titulo_imagen_home h2{
    
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  
  .titulo_imagen_servicios {
    top:-315px;
    left: 0;
    width: 595px;
  }
  .titulo_imagen_sedes {
    top:-282px;
    width: 450px;
  }
  
  .titulo_imagen_acerca {
    top:-291px;
    width: 380px;
  }
  .titulo_imagen_contacto {
    top:-291px;
    width: 450px;
  }
  
}
/* Contact US*/

.contacto-lista-iconos {
  list-style-type: none; /* Elimina las viñetas */
  margin-left: 0!important; /* Elimina el margen izquierdo */
  padding-left: 0!important; /* Elimina el relleno izquierdo */
}
.contacto-lista-iconos li{
  margin-bottom: 20px !important; 
}
.contacto-lista-iconos a{
  font-size: 14px!important;
  line-height: 18px!important;
  text-decoration: none;
  color: black ;
  
  display: flex;
	align-items: center;
  flex-wrap: nowrap!important;
}
.contacto-lista-iconos a:hover{
  color: var(--color-primario)!important;
  text-decoration: none;
}

.contacto-lista-iconos a span{
  word-break: break-all;
  white-space: nowrap; /* que no se salte de linea letra pr letra*/
}
.contacto-lista-iconos svg{
  display: block;
}
.contacto-lista-iconos a svg,
.contacto-lista-iconos a div {
  margin-right: 10px; /* Espacio entre el icono y el texto */
  display: inline-block;
}

.ico-mail-contact,
.ico-whatsapp-contact,
.ico-fono-contact,
.ico-ubicacion-contact{
  color: black!important;
}

.ico-whatsapp-contact svg{
  width: 25px;
  height: 25px;
}
.ico-fono-contact svg,
.ico-fono-contact div {
  width: 24px;
  height: 24px;
}
.ico-ubicacion-contact svg{
  width: 19px;
  height: 27px;
}
.ico-mail-contact svg{
  width: 23px;
  height: 17px;
}


/* Nosotros*/
/* 2 columnas invertidas*/
.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  grid-template-areas:
      "text-content"
      "image-content";
}

/* Estilos para tabletas y laptops */
@media (min-width: 768px) {
  .grid-container {
      grid-template-columns: 450px 1fr;
      grid-template-areas: 
          "image-content text-content";
  }
}
@media (min-width: 1024px) {
  .grid-container {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 
          "image-content text-content";
  }
}
.text-content {
  grid-area: text-content;
  padding-left: 0;
}

.image-content {
  grid-area: image-content;
}
/* Cards Nosotros*/
.nosotros_texto h2{
  width: 240px;
}
.especialistas-cards .card-container{
  margin: 0 auto;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 768px){
  .nosotros_texto h2{
    width: 240px;
  }
  .text-content {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px){
  .nosotros_texto h2{
    width: 295px;
  }
  .text-content {
    padding-left: 80px;
  }
}
/* .card-container h2{
  text-align: center!important;
} */

.especialistas-cards h2{
  font-size: 26px!important;
  line-height: 30px!important;
  margin: 0 0 15px!important;
  padding: 0!important;
  font-weight: 400;
}
.card {
  position: relative;
  width: 48%;
  overflow: hidden;
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* background-color: #fff; */
}
.card-content h3 {
  margin: 0!important;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: white;
}

.card-content p {
  margin: 0!important;
  font-size: 18px;
  line-height: 24px;
  color: white;
  font-weight: 300;
}
@media screen and (min-width: 768px){
  .card-container{
    gap: 15px;
  }
  .card {
    position: relative;
    width: 48%;}
  .especialistas-cards h2{
    font-size: 36px!important;
    line-height: 40px!important;
    font-weight: 300;
  }
}
@media screen and (min-width: 1025px){
  .card-container{
    width: 1000px;
    gap: 20px;
  }
  .especialistas-cards h2{
    font-size: 70px!important;
    line-height: 75px!important;
    font-weight: 300;
  }
  .card{
    width: 320px;
  }
  .card-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  
  .card-content p {
    font-size: 18px;
    line-height: 24px;
  }
  .contacto-lista-iconos a{
    font-size: 20px!important;
    line-height: 36px!important;
  }
}


.card img {
  width: 100%;
  height: auto;
  display: block;
  /* border-bottom: 1px solid #ccc; */
}

.card-content {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
  padding: 10px;
  text-align: center;
}


/* Form contacto*/



/* Grid servicios*/


/* Contenedor del grid */
.cards-servicios-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  height: 100%;
  /* padding: 20px; */
}

/* Estilos para tabletas: 2 columnas */
@media (min-width: 768px) {
  .cards-servicios-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

/* Estilos para laptops: 3 columnas */
@media (min-width: 1024px) {
  .cards-servicios-container {
      grid-template-columns: repeat(3, 1fr);
  }
}

.image-card-servicios {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 330px;
  /* border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.image-card-servicios img {
  width: 100%;
  height: auto;
  display: block;
  
  /* border-radius: 10px; */
}

.bottom-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
  margin: 0;
  padding: 10px;
  text-align: center;
  z-index: 1;
}

.overlay-texto-servicios {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(65, 201, 85, 0.9); /* Fondo verde con transparencia */
  color: #fff;
  display: flex;
  flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-end;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 20px;
  box-sizing: border-box;
  padding-bottom: 45px;
}
h2.bottom-title,
.overlay-texto-servicios h2 {
  margin: 0 0 25px!important;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal!important;
  z-index: 2;
  color: white!important;
}

p.texto-servicios {
  margin: 0;
  font-size: 10px!important;
  line-height: 20px;
  z-index: 2;
  color: white!important  ;
}

/* Efecto hover */
.image-card-servicios:hover .overlay-texto-servicios {
  opacity: 1;
}

.image-card-servicios:hover .bottom-title {
  opacity: 0;
}
@media (min-width: 768px) {
  .image-card-servicios {
    
    max-width: 450px;
    
  }
  .bottom-title {    
    bottom: 50px;    
  }
  
  h2.bottom-title,
  .overlay-texto-servicios h2 {
    margin: 0 0 25px!important;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold!important;
    z-index: 2;
    color: white!important;
  }
  
  p.texto-servicios {
    margin: 0;
    font-size: 16px!important  ;
    line-height: 20px;
    z-index: 2;
    color: white!important  ;
  }
  
}
/* Tabs horizontales de elementor en movil*/
/*
@media (min-width: 320px) {
  #m-tabs .elementor-tabs-wrapper {
    display: flex;
        flex-direction: row;
  }
}
@media (min-width: 320px) {
  #m-tabs .elementor-tab-mobile-title {
    display: none;
  }
}
  */
/*tabs horizontales strtum*/
@media (max-width:767px) {
  /* Mostrar los tabes horizontales en movil*/
  .elementor-tabs .elementor-tabs-wrapper {
    display:flex!important;
  }
  .elementor-tabs .elementor-tab-mobile-title {
    display: none!important;
  }
}
/* @media (min-width: 768px) {
  .elementor-tabs .elementor-tab-mobile-title {
    display: none;
  }
} */



/*ubicaciones*/
.container_ubicaciones {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0px;
  padding: 0px;
  border: 1px solid green;
  border-radius: 30px;
  overflow: hidden;
}

.location-list {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}

.location-list svg{
  width: 11px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.location-list span{
  font-size: 16px;
}


.location-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-inline-start: 0px;
  padding-left: 0!important;
}

.location-list li {
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  /* padding: 10px 0; */
  cursor: pointer;
  border: 1px solid green;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 10px;
}
.location-list li div{
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
/* .location-list li + li {
  border-top: 1px solid #ccc;
} */

.location-list li:hover {
  background-color:rgba(201, 243, 208, 0.5);
  ;
}
/* li:has(> a.active) */

.location-list li.active {
  background-color:rgba(201, 243, 208, 0.5);
  ;
}

/* .location-list li img {
  margin-right: 10px;
} */

#map-1,
#map-2,
#map-3 {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container_ubicaciones {
      grid-template-columns: 1fr;
  }

  .location-list {
      order: 2;
  }

  #map-1,
  #map-2,
  #map-3 {
      order: 1;
  }
  .location-list span{
    font-size: 16px;
  }
}

.location-list::-webkit-scrollbar {
  width: 4px; /* Ancho de la barra de scroll */
}

.location-list::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color de fondo de la pista */
  border-radius: 10px;
}

.location-list::-webkit-scrollbar-thumb {
  background: #888; /* Color de la barra de desplazamiento */
  border-radius: 10px;
}

.location-list::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color al pasar el cursor */
}

/* Encabezados*/
.subtitulo_principal h2{
  font-size: 26px!important;
  line-height: 30px!important;
  font-weight: normal!important;
  text-align: center;
  padding: 0 30px;
  margin: 20px 0 10px!important;
}
.titulo_principal h1{
  margin: 20px 0 10px!important;
}
.subtitulo_paginas h2{
  font-size: 28px!important;
  font-weight: normal!important;
}
@media screen and (min-width: 768px){
  .subtitulo_principal h2{
    font-size: 24px!important;
    font-weight: bold!important;
  }
  .titulo_principal h1{
    margin: 20px 0 10px!important;
    font-weight: 300!important;
  }
  .subtitulo_paginas h2{
    font-size: 50px!important;
    line-height: 55px!important;
    font-weight: 300!important;
    
  }
}
@media screen and (min-width: 1024px){
  .subtitulo_principal h2{
    font-size: 28px!important;
    font-weight: bold!important;
  }
  .titulo_principal h1{
    margin: 20px 0 10px!important;
    font-weight: 300!important;
  }
  .subtitulo_paginas h2{
    font-size: 70px!important;
    font-weight: 300!important;
  }
}

.paginas_texto h2{
  font-size: 26px!important;
  font-weight: 400!important;
}
@media screen and (min-width: 768px){
  .paginas_texto h2{
    font-size: 50px!important;
    line-height: 48px!important;
    font-weight: 300!important;
  }
}
@media screen and (min-width: 1024px){
  .paginas_texto h2{
    font-size: 70px!important;
    line-height: 66px!important;
    font-weight: 300!important;
    
  }
}
/* Contacto formulario*/
.wpcf7{
  width: 100%!important;
}
/* .container-contact,
.container-contact p,
.container-contact span,
.container-contact div{
  box-sizing: border-box!important;
}
.container-contact {
  display: flex;
  flex-direction: column; 
  gap: 20px; 
  max-width: 1200px; 
}
.container-contact .columna-contact {
  display: flex;
  flex-direction: column; 
  width: 100%;
}


@media (min-width: 768px) {
  .container-contact {
      flex-direction: row; 
  }

  .container-contact .column {
    flex: 1; 
  }
  .container-contact .columna-contact { 
    width: 50%;
  }
  .wpcf7-form {
      margin-left: 15px;
      margin-right: 15px;
  }

} */
.half-bg {
  background: none;
}
.columna-ubicanos{
  background-color: #FBF8F1;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"],
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"],
input[type="color"], 
textarea {
  color: var(--global-palette5);
  border: 1px solid var(--global-gray-400);
  border-radius: 8px!important;
  padding: 0.4em 0.5em;
  box-sizing: border-box!important;
  background: var(--global-palette9);
  width: 100%;
  max-width: 100%;
}

input[type="text"],
input[type="email"]{
  height: 50px;
}
.contacto_bloque{
  display: flex;
  justify-content: flex-start;
	align-items: flex-start;
}
.contacto_bloque h2{
  margin-top: 0!important;
}
.contacto_bloque textarea{
  height: 100px;
}

.cf7b-section {
  padding: 0!important;
}
.cf7b-section .cf7b-col {
  padding: 0!important;
}
.cf7b-row {
  margin: 0 5px 10px 5px;
  /* width: none!important; */
}
@media screen and (min-width: 768px){
  .half-bg {
    background: linear-gradient(to right, #FBF8F1 50%, white 50%);
  }
  .columna-ubicanos{
    background-color: transparent;
  }
  input[type="text"],
  input[type="email"]{
    
    height: 55px;
  }
  cf7b-section {
    padding: 0!important;
  }
  .cf7b-section .cf7b-col {
    padding: 0!important;
  }
}

/* menu movil footer*/

/* Estilo básico para el menú */
#footer-navigation-movil {
  font-family: Arial, sans-serif;
}

#footer-navigation-movil ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer-navigation-movil > ul > li {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  color: #fff; /* Color de texto para "Menú" */
}

#footer-navigation-movil ul ul {
  display: none;
  padding-left: 20px;
  margin-top: 10px; /* Espacio debajo del menú principal */
}

#footer-navigation-movil ul ul li {
  margin: 5px 0;
}

#footer-navigation-movil ul ul li a {
  text-decoration: none;
  color: #ccc;
}

#footer-navigation-movil ul ul li a:hover {
  text-decoration: underline;
}
#footer-navigation-movil .menu-titulo{
  width: 250px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}


/* #menu-toggle li{
  display: block!important;
} */
.menu-toggle-icon {
  width: 16px;
  height: 16px;
  fill: #fff; /* Color blanco para la flecha */
  transition: transform 0.3s, top 0.3s;
  position: relative;
  top: 0;
}

/* Rotar flecha y moverla hacia arriba cuando el submenú está abierto */
.menu-open .menu-toggle-icon {
  transform: rotate(90deg);
  /* top: -5px; Desplaza la flecha hacia arriba */
}

/* Rotar flecha cuando el submenú está abierto */
.menu-open .menu-toggle-icon {
  transform: rotate(-90deg);
}

#footer-navigation-movil{
  display: block;
}
#footer-navigation3, #footer-navigation2{
  display: none;
}

@media screen and (min-width: 768px){
  #footer-navigation-movil{
    display: none;
  }
  #footer-navigation3, #footer-navigation2{
    display: block;
  }
}



/*home mapa*/

.container {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  background-color: rgba(201, 243, 208, 0.7)
}

.left-column {
  padding: 40px 30px 20px 40px!important;
  /* background-color: #f9f9f9; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 220px;
  padding-top: 28px;
}

.left-column h2 {
  margin-bottom: 10px;
  font-size: 28px;
  /* color: #333; */
  
  line-height: 30px!important;
  font-weight: 400!important;
  width: 230px;
}

.left-column p {
  
  margin-bottom: 0!important;
  font-size: 14px!important;
  line-height: 18px!important;
  /* color: #555; */
  line-height: 1.5;
}

.left-column a {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
}
.left-column a {
  margin-top: 25px!important;
  margin-bottom: 0!important;
}
.left-column a:hover {
  text-decoration: underline;
}

.right-column {
  height: 100%;
}

#map {
  height: 310px;
  width: 100%;
  border-radius: 15px;
}
.boton_transparente_verde{
  border: 1px solid #0F5019;
  color: #0F5019!important;
  font-size: 14px!important;
  line-height: 45px!important;
  height: 45px;
  width: 160px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  margin: 20px 0!important;
  text-decoration: none;
}
@media screen and (min-width: 768px){
  .container{
    border-radius: 30px;
  }
  .left-column{
    padding-left: 77px!important;
    height: 500px;
  }
  .left-column h2 {
    font-size: 55px!important;
    line-height: 50px!important;
    font-weight: 400!important;
    width: 260px;
  }
  
  .left-column p {
    font-size: 20px!important;
    line-height: 24px!important;
  }
  .boton_transparente_verde{
    font-size: 16px!important;
    line-height: 50px!important;
    height: 50px;
    width: 160px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    margin: 20px 0!important;
  }
  .left-column a {
    margin-top: 55px!important;
  }
  #map {
    height: 500px;
    border-radius: 15px;
  }
}
/* Responsivo para móviles */
@media (max-width: 768px) {
  .container {
      grid-template-columns: 1fr;
  }
  #map {
      height: 300px;
  }
  
}

.wrap_titulo_imagen {
  height: 0!important;
  max-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  border: none !important;
}