@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bz-color-news-primary: #8D54FF;
    --bz-color-news-tertiary: #BE2468;
    /* Nuevo color */
}

b, strong {
    font-weight: bold !important;
}

.color-purple {
    color: var(--bz-color-news-primary);
    font-weight: 600;
}

.circle-wrapper {
    position: absolute;
    top: 60%;
    /* Lo coloca debajo del título */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index:-1;
    /* Opcional, según el diseño */
    display: flex;
    justify-content: center;
}

.circle-image {
    max-width: 100%;
    /* Para asegurar que sea responsive */
    height: auto;
    /* Mantiene proporciones */
    z-index: 1;
}

.icon-hero {
    position: absolute;
    left: 0;
    bottom: 5%;
    transform: translateY(50%);
    height: 300px;
    object-fit: contain;
}

.h-90 {
    height: 90px;
}

.about-image-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    /* Ancho completo de la pantalla */
    height: 100%;
    /* Ajusta al alto del contenedor */
    overflow: hidden;
    z-index: 1;
}

.about-image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Asegura que la imagen cubra el área */
}

.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    /* Ajusta según necesites */
}

.sponsor-img {
    height: 70px;
    width: 100%;
    object-fit: contain;
    /* Evita recortes y mantiene la proporción */
}

.widget-title {
    font-size: 20px !important;
}

.border-radius {
    border-radius: 25px;
}

.p-80 {
    padding: 80px;
}

.position {
    position: absolute;
    bottom: 104%;
    left: 116%;
    z-index: 99;
}


.pagination-wrap .active {
    background-color: var(--bz-color-news-primary);
    color: var(--bz-color-common-white);
    font-weight: 600;
    height: 50px;
    width: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 10px;
}

.post-content-wrap .read-more {
    color: var(--bz-color-news-primary);
    font-size: 14px;
}

.pagination-wrap li a:hover {
    background-color: var(--bz-color-news-primary);
}

.post-meta li i {
    color: var(--bz-color-news-primary);
}

.news_title {
    color: var(--bz-color-theme-primary);
    font-family: Agrandir;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news_subtitle {
    color: var(--bz-color-theme-primary);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 19.2px */
}

.section-title {
    color: var(--bz-color-theme-primary);
}
.small-title {
    font-size: 25px !important; /* ajustá según necesites */
}


.section-heading .sub-heading::before {
    content: "";
    width: 10px;
    /* Tamaño del punto */
    height: 10px;
    background-color: var(--bz-color-theme-primary);
    /* Mismo color del texto */
    border-radius: 50%;
    /* Lo convierte en un círculo */
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}

.about-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 800px;
    /* Ajusta según necesidad */
    margin: 0 auto;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* Opcional */
}

.img-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.img-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.img-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.img-4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}


.z-index-1 {
    z-index: -1;
}

.sidebar-widget div.search-form {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sidebar-widget .sidebar-post img {
    width: 77px;
    height: 77px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-widget .search-form .search-btn {
    background-color: var(--bz-color-news-primary);
    color: var(--bz-color-common-white);
    border-radius: 0px 4px 4px 0px;
}

.sidebar-widget .category-list li a i {
    color: var(--bz-color-news-tertiary);
}

.team-card-whoo-is {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.team-card-whoo-is .team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 400px;
}

.team-card-whoo-is .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 20px 20px;
    z-index: 2;
    height: 90px;
}

.calendar-panel {
    padding: 30px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 220px;
}

.calendar-panel.active {
    background: linear-gradient(135deg, #d9ffff, #1A7D7D) !important;
    color: #fff !important;
}

.calendar-panel.active * {
    filter: brightness(0) invert(1);
    color: #fff !important;
}

.ejes-panel {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 160px;
}

.ejes-panel.active {
    background: linear-gradient(135deg, #d9ffff, #1A7D7D) !important;
    color: #fff !important;
}

.ejes-panel.active * {
    filter: brightness(0) invert(1);
    color: #fff !important;
}

.nav-tabs .nav-link {
    color: #000;
}

.nav {
    justify-content: center;
}

.tab-box {
    padding: 10px 30px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.nav-tabs {
    border-bottom: 0px;
}

.events-card .events-thumb {
    height: 300px;
}

.events-card .events-thumb img {
    object-position: center center;
}

.events-content-wrap .events-content .events-title {
    font-size: 20px;
}

.events-bottom .read-more {
    display: flex;
    width: 215px;
    height: 5px;
    padding: 13px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #239F9F;
    color: #fff;
    text-transform: unset;
}

.events-meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
}

.events-card .events-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}


.events-card {
    display: flex;
    flex-direction: row;
}

.img-pos-absolut-right-0 {
    position: absolute;
    right: 0;
}

.purple-btn {
    background-color: #8D54FF;
    max-width: 250px;
    color: var(--bz-color-common-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 15px;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {

    .events-thumb {
        width: 50%;
    }

    .events-content-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .events-card {
        display: flex;
        flex-direction: column;
    }
}

.contact-page {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact-form-container .contact-form {
    background-color: #F7F7F7;
    padding: 20px 30px;
    border-radius: 13px;
}

.contact-form .wpforms-submit-container {
    text-align: center;
}

.contact-form .wpforms-submit {
    border-radius: 20px !important;
    background: #239F9F !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
    width: 100%;
}

.contact-form-title {
    display: flex;
    width: 174px;
    height: 25px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-family: Agrandir;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 37.5px */
}

.contact-form-subtitle {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 21px */
}

.contact-form .wpforms-field-medium {
    height: 40px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 10px !important;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
}

.contact-banner-background {
    background-image: url(http://globalpsy.local/wp-content/uploads/2025/04/Group-58.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px;
}

.contact-banner-button {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.contact-banner-button a {
    border-radius: 20px;
    background: #9747FF;
    display: flex;
    width: 309px;
    height: 35px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
    flex-shrink: 0;
}

.contact-banner-title {
    color: #239F9F;
    text-align: center;
    font-family: Agrandir;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.contact-banner-subtitle {
    color: #239F9F;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.accordion-item {
    background-color: #f7f7f7;
}

.accordion {
    border-radius: 13px !important;
}

.accordion h2 {
    font-size: 36px !important;
}

.tarjet {
    background-color: #F7F7F7;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.tarjet h2 {
    font-size: 24px;
    font-weight: 600;
}

.icon-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #f0f0f0;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.icon.instagram {
    background: #E4405F;
}

.icon.facebook {
    background: #1877F2;
}

.icon.twitter {
    background: #1DA1F2;
}

.icon.website {
    background: #007bff;
}

.icon.phone {
    background: #34A853;
}

.icon.email {
    background: #DB4437;
}

.icon.whatsapp {
    background: #25D366;
}

.icon:hover {
    opacity: 0.8;
}

.icon-social i {
    color: #333;
    /* Color de icono */
}

.icon-social:hover {
    background-color: #ddd;
}

.post-inner .post-thumb {
    height: 380px;
}

@media (max-width: 768px) {
    .icon-container {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .tarjet h2 {
        font-size: 22px !important;
    }


}

.galeria-principal img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.galeria-miniaturas {
    margin-top: 10px;
}

.galeria-miniaturas .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
}

.galeria-miniaturas .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #000;
}

.swiper {
   padding-top: 100px;
}


.sponsor-section .swiper {
	   padding-top: 20px;

}

.galeria-carrusel .swiper {
    padding-top: 10px;
}

.mini-carrusel .swiper-slide img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.gran-carrusel .swiper-slide img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.repetidor-titulo {
    color: var(--bz-color-theme-primary);
    font-family: Agrandir;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.repetidor-fecha {
    font-weight: 600;
    color: #000;
}

.under-line {
    border-bottom: 2px solid var(--bz-color-news-tertiary);
    padding-top: 5px;
}

.widget-title {
    position: relative;
    display: inline-block;
    /* Para que solo ocupe el ancho del texto */
    padding: 5px 0px 10px;
}

.widget-title::after {
    content: "";
    display: block;
    width: 100px;
    /* Ancho del subrayado */
    height: 2px;
    /* Grosor del subrayado */
    background-color: var(--bz-color-news-tertiary);
    margin: auto;
    position: absolute;
}

.news_subtitle {
    font-family: "Roboto", sans-serif;
}

.hero-content .section-heading p {
    font-family: "Roboto", sans-serif;
}

.bz-primary-btn {
    font-family: "Roboto", sans-serif;
}

.about-section-3 h6.text-center {
    font-family: "Roboto", sans-serif;
}

.atributes-body h4,
.atributes-body span {
    font-family: "Roboto", sans-serif;
}

.atributes-body h4 {
    font-weight: 600 !important;
}

.strength-section .strength-content .color-primary {
    font-family: "Roboto", sans-serif;
    font-weight: 600 !important;
}

.post-content :where(.title, p, .post-meta li) {
    font-family: "Roboto", sans-serif;
}

.post-bottom .read-more {
    font-family: "Roboto", sans-serif;
}

.header .primary-header-inner .header-menu-wrap ul li a {
    font-family: "Roboto", sans-serif;
}

.sub-heading {
    font-family: "Roboto", sans-serif;
}

.about-img-wrap-4 .about-img.img-2 {
    top: 0;
    right: 0;
    height: 380px;
    width: 285px;
    object-fit: cover;
}

.about-img-wrap-4 .about-counter {
    max-width: 284px;
}

.ejes-card-home,
.pilares-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 15px;
}

.sub-heading.text-light::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}

.tab-pane .section-heading {
    margin-bottom: 0px;
}

.swiper.mySwiperStrength {
    height: 100%;
}


.header .primary-header-inner .header-logo img {
	max-width:none !important	;
}

@media (min-width: 1200px) {
    .header .primary-header-inner .header-logo img {
		max-width:auto !important	;
        width: 220px !important	;
    }
}

@media (max-width: 1200px) {
    .header .primary-header-inner .header-logo img {
		max-width:auto !important	; 
        width: 150px !important	;
    }
}


.strength-content p {
	color:#fff;
	margin-bottom:auto !important
}


.post-card .post-content .title {
	    font-size: 18px;
      line-height: auto;
}


.post-card .post-content-wrap {
	min-height:350px;
	padding:20px !important;
}



.strength-section .text-light * {
	color:#FFF
}

.swiper-button-next, .swiper-button-prev {
	color: #215E5F
}
.proyecto-img {
  width: 100%;
  height: 300px; /* o el alto que quieras */
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.imagen-unica img {
   object-fit: contain !important;
}

.post-card .post-thumb img{
width:100%;
height: 465px !important;
transform: scale(1);
}