/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.3.1750179405
Updated: 2025-06-17 16:56:45


/**************************/




#containercards .overlapdiv .elementor-element .elementor-flip-box__button {
    line-height: 17px!important; padding-top: 4px!important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1{padding:0px!important;}
.mega-sub-menu .widget_elementor-library {border-top: solid 1px #ededed!important;}

#maxmenu li a{font-family: Inter, Sans-serif!important;}

@media screen and (max-width: 1366px) and (max-height: 768px) and (hover: hover) and (pointer: fine) {
	
body .altomaximo, body .altomaximo2,  body .altomaximo3,  body .altomaximo4 {
  max-height: 400px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
	
body .altomaximo {scrollbar-width: thin;  scrollbar-color: #10B981 transparent;}
body .altomaximo2 {scrollbar-width: thin;  scrollbar-color: #F59E0B transparent;}
body .altomaximo3 {scrollbar-width: thin;  scrollbar-color: #374151 transparent;}
body .altomaximo4 {scrollbar-width: thin;  scrollbar-color: #894A64  transparent;}
	
body .altomaximo::-webkit-scrollbar, body .altomaximo2::-webkit-scrollbar, body .altomaximo3::-webkit-scrollbar, body .altomaximo4::-webkit-scrollbar {width: 8px;}
body .altomaximo::-webkit-scrollbar-track, body .altomaximo2::-webkit-scrollbar-track, .altomaximo3::-webkit-scrollbar-track, .altomaximo4::-webkit-scrollbar-track  {background: transparent;}
body .altomaximo::-webkit-scrollbar-thumb, body .altomaximo2::-webkit-scrollbar-thumb, .altomaximo3::-webkit-scrollbar-thumb, .altomaximo4::-webkit-scrollbar-thumb {background-color: #10B981; border-radius: 4px;}
body .altomaximo::-webkit-scrollbar-thumb:hover, body .altomaximo2::-webkit-scrollbar-thumb:hover, body .altomaximo3::-webkit-scrollbar-thumb:hover,  body .altomaximo4::-webkit-scrollbar-thumb:hover { background-color: #0e9e73;}

}

/*** mega menu *****/




/*** end mega menu ****/


/* Estilos para el slider de equipo con fade effect */
.sldTeam {
    padding: 20px 0;
    position: relative;
}

.splide__list {
    transition: opacity 0.8s ease-in-out;
}

.splide__list.fade-out {
    opacity: 0;
}

.splide__list.fade-in {
    opacity: 1;
}

.wrap-team-member {
    padding: 0 10px;
}

.container-team {
    display: flex;
    justify-content: center;
}

.team-member-card {
    text-align: center;
    max-width: 200px;
}

.team-member-image {
    margin-bottom: 15px;
}

.img-team-member {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 3px solid #e0e0e0;
    transition: transform 0.3s ease;
}

.img-team-member:hover {
    transform: scale(1.05);
}

.team-member-info {
    padding: 0 10px;
}

.team-member-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.team-member-position {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

/* Configuración del slider Splide */
.sldTeam .splide__list {
    align-items: stretch;
}

.sldTeam .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .img-team-member {
        width: 120px;
        height: 120px;
    }
    
    .team-member-name {
        font-size: 14px;
    }
    
    .team-member-position {
        font-size: 12px;
    }
}





/**** slide reviews ***/

.sld-reviews-slider .slide-card {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* Contenido del post */
.sld-reviews-slider .slide-content {
	flex: 1;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "greycliff-cf", Sans-serif;
    text-align: center;
}

.sld-reviews-slider .slide-content strong{display: block; margin-bottom: 10px;}

.sld-reviews-slider .slide-content p {
	font-family: "greycliff-cf", Sans-serif;
    margin-bottom: 1rem;
}

.sld-reviews-slider .slide-content p:last-child {
    margin-bottom: 0;
}

/* Imagen destacada */
.sld-reviews-slider .slide-image {
    margin-bottom: 10px;
    text-align: center;
}

.sld-reviews-slider .slide-image img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/* Título del post */
.sld-reviews-slider .slide-title {
    margin-bottom: 0px;
    text-align: center;
}

.sld-reviews-slider .slide-title p, .sld-reviews-slider .slide-position p  {
    font-size: 16px;
    font-weight: 400;
    color: white;
    font-family: "greycliff-cf", Sans-serif;
    line-height: 24px;
    margin-bottom: 0px !important;
}

/* Campo position */
.sld-reviews-slider .slide-position {
    text-align: center;
}


/* Paginación */
/* .sld-reviews-slider .splide__pagination, .sld-reviews-slider  .splide__arrow {display:none!important;} */

/* Responsive */
@media (max-width: 1024px) {
    .sld-reviews-slider .slide-card {
        padding: 1.25rem;
    }
    
    .sld-reviews-slider .slide-title h3 {
        font-size: 1.1rem;
    }
    
    .sld-reviews-slider .slide-image img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .sld-reviews-slider {
        margin: 1rem 0;
    }
    
    .sld-reviews-slider .slide-card {
        padding: 1rem;
		padding-top: 0px!important;
    }
    
    .sld-reviews-slider .slide-content {
        font-size: 17px;
        margin-bottom: 22px;
    }
    
    .sld-reviews-slider .slide-title h3 {
        font-size: 1rem;
    }
    
    .sld-reviews-slider .slide-image img {
        width: 60px;
        height: 60px;
    }
    
    .sld-reviews-slider .slide-position p {
        font-size: 16px;
    }
}

/* Estilos para las flechas del slider de reviews */
.sld-reviews-slider {
    position: relative;
}

.sld-reviews-slider .splide__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.sld-reviews-slider .splide__arrow {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	opacity: 0.5;
}

.sld-reviews-slider .splide__arrow svg{fill:transparent;}

.sld-reviews-slider .fa-chevron-left, .sld-reviews-slider  .fa-chevron-right{color: black!important;}
.sld-reviews-slider .fa-chevron-right{margin-left: 2px!important;}
.sld-reviews-slider .fa-chevron-left{margin-right: 2px!important;}

/* .splide__arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
} */

.sld-reviews-slider .splide__arrow--prev {
    left: -25px;
}

.sld-reviews-slider .splide__arrow--next {
    right: -25px;
}

.sld-reviews-slider .splide__arrow svg {
    color: #333;
    transition: color 0.3s ease;
}

.sld-reviews-slider .splide__arrow:hover svg {
    color: #007cba; /* Cambia por el color de tu tema */
}

.sld-reviews-slider .splide__arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive: Ajustar posición en dispositivos móviles */
@media (max-width: 768px) {
   
    .sld-reviews-slider .splide__arrow--prev {
        left: -20px;
    }
    
   .sld-reviews-slider .splide__arrow--next {
        right: -20px;
    }
}

/* Si quieres que las flechas aparezcan solo al hacer hover en el slider */
/*.sld-reviews-slider:not(:hover) .splide__arrows {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sld-reviews-slider:hover .splide__arrows {
    opacity: 1;
    transition: opacity 0.3s ease;
} */




/**** acordeon movil ***/

/* Selector 1 - OCD */
#mytabs .e-n-accordion details .e-n-accordion-item-title svg{fill: white!important}
#mytabs .e-n-accordion details:nth-child(5) .e-n-accordion-item-title svg, #mytabs .e-n-accordion details:nth-child(6) .e-n-accordion-item-title svg, #mytabs .e-n-accordion details:nth-child(8) .e-n-accordion-item-title svg {fill: white!important;}

#mytabs.fixmytabs summary, #mytabs.fixmytabs div[role="region"]{border:0px;}

#mytabs.fixmytabs summary[aria-expanded="true"]{border-radius: 8px 8px 0px 0px;}



#mytabs .e-n-accordion details:nth-child(1) .e-n-accordion-item-title {
    background-color: #20796E;
    color: white;
}

/* Selector 2 - Self Harm */
#mytabs .e-n-accordion details:nth-child(2) .e-n-accordion-item-title {
    background-color: #154264;
    color: white;
}

/* Selector 3 - Suicide Behaviors */
#mytabs .e-n-accordion details:nth-child(3) .e-n-accordion-item-title {
    background-color: #C985B8;
    color: white;
}

/* Selector 4 - Social Anxiety */
#mytabs .e-n-accordion details:nth-child(4) .e-n-accordion-item-title {
    background-color: #2A84C8;
    color: white;
}

/* Selector 5 - Panic Disorder */
#mytabs .e-n-accordion details:nth-child(5) .e-n-accordion-item-title {
    background-color: #BCA081;
    color: white;
}

/* Selector 6 - School Disorder */
#mytabs .e-n-accordion details:nth-child(6) .e-n-accordion-item-title {
    background-color: #1EBCA8;
    color: white;
}

/* Selector 7 - Emotion Disregulation */
#mytabs .e-n-accordion details:nth-child(7) .e-n-accordion-item-title {
    background-color: #703E64;
    color: white;
}

/* Selector 8 - Depression*/
#mytabs .e-n-accordion details:nth-child(8) .e-n-accordion-item-title {
    background-color: #768763;
    color: white;
}

/* Selector 9 - Eating Disorder */
#mytabs .e-n-accordion details:nth-child(9) .e-n-accordion-item-title {
    background-color: #2A84C8;
    color: white;
}

/* Selector 10 - Anxiety Disorder */
#mytabs .e-n-accordion details:nth-child(10) .e-n-accordion-item-title {
    background-color: #154C46;
    color: white;
}

/* Selector 11 - Body-Focused Repetitive Behaviors */
#mytabs .e-n-accordion details:nth-child(11) .e-n-accordion-item-title {
    background-color: #8D7861;
    color: white;
}


.onlymovil{display:none!important;}

/*************** tabs potdoctoral ************/
/* Selector 1 */
/*#mytabs2 .e-n-accordion details .e-n-accordion-item-title svg{fill: white!important}
#mytabs2 .e-n-accordion details:nth-child(5) .e-n-accordion-item-title svg,
#mytabs2 .e-n-accordion details:nth-child(6) .e-n-accordion-item-title svg,
#mytabs2 .e-n-accordion details:nth-child(8) .e-n-accordion-item-title svg {fill: #000000!important;} */


#mytabs2 .e-n-accordion details:nth-child(1) .e-n-accordion-item-title {
    background-color: #B9DDFF;
    color: #333333;
}

/* Selector 2 - Self Harm */
#mytabs2 .e-n-accordion details:nth-child(2) .e-n-accordion-item-title {
    background-color: #EAF475;
    color: #333333;
}

/* Selector 3 - Suicide Behaviors */
#mytabs2 .e-n-accordion details:nth-child(3) .e-n-accordion-item-title {
    background-color: #FFB8B2;
    color: #333333;
}

/* Selector 4 - Social Anxiety */
#mytabs2 .e-n-accordion details:nth-child(4) .e-n-accordion-item-title {
    background-color: #C5D7E3;
    color: #333333;
}

/* Selector 5 - Panic Disorder */
#mytabs2 .e-n-accordion details:nth-child(5) .e-n-accordion-item-title {
    background-color: #9DEAB2;
    color: #333333;
}


@media only screen and (max-width: 1200px) {
	.onlymovil {display:block!important;}
	
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0!important;
		border: 0px!important;
		margin-bottom: -1px!important;
    }
	ul.mega-sub-menu{padding: 0px!important;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{border-bottom: solid 1px #bbbbbb;}
	
	.mega-indicator{display: inline-block !important; float: none !important; position: absolute !important; top: 0; left: 0 !important;  width: 97% !important; height: 100% !important;
        z-index: 1;  text-align: right;}
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {color: black!important;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {position: relative!important; display: block!important;}
	
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close{background:#b10808!important; }	
}



/*** team page ***/

#searchform form{display: flex;  flex-direction: column;}
#searchform input[type="search"]{text-align: center!important; border-radius: 10px 10px 10px 10px!important;font-size: 18px!important; height: 45px!important; font-weight: 300;
    font-family: 'Inter';}
#searchform .is-form-style.is-form-style-3 label{width:100%!important;}
#searchform .is-form-style button.is-search-submit, #searchform .is-search-icon{border-radius: 10px 0px 0px 10px!important; font-size: 18px!important; height: 45px!important; width: 45px!important; background: transparent; position: absolute; top: 0; left: 0px;}
#searchform .is-form-style .is-search-submit path {fill: #2A9D8F!important;}
.is-ajax-search-result{background: #2bb5a5!important;}
#searchform .is-search-icon {width: 36px; padding-top: 11px !important; padding-left: 6px;}
#searchform .is-form-style button:hover.is-search-submit, #searchform .is-search-icon:hover{background: black!important;}
#searchform .is-form-style .is-search-submit:hover path{fill: white!important;}

#menuteam .elementor-nav-menu{padding-left: 0px!important; margin: 0px!important;}
#menuteam .elementor-item-active{background: #F2F8F8!important; border-right: solid 4px #5EA7A1; font-weight: 500;}
#menuteam li a {padding-left: 10px!important;}
#menuteam {border-right: solid 1px #e3e3e3;}
.archive.category .ast-container, .search .ast-container { display: block; max-width: 100%; padding: 0px !important; background: white!important;}
.archive.category .ast-article-post, .archive.category .ast-article-single, .search .ast-article-post, .search .ast-article-single{border-bottom: 0px!important;}

@media (max-width: 544px) {
.archive.category .ast-article-post, .archive.category .ast-article-single, .search .ast-article-post, .search .ast-article-single{padding: 10px!important;}
}


/*** single team ***/

#intropost, #intropost .elementor-widget-heading, #intropost .elementor-widget-container, #intropost .elementor-heading-title{display: inline !important;}




