.banner-section-content{ text-align: center; }
.banner-section-content h1{ font-family: 'Playfair Display', serif; font-size: 50px; text-transform: none !important; margin-bottom: 50px !important; line-height: 1.2; letter-spacing: 0 !important; color:#fff !important;}
.banner-section-outer .banner-section .banner-section-content{ padding-top:68px !important; }
.banner-section-outer .banner-section p{ padding-right: 0px !important;}
.antetitulo{text-transform: uppercase; font-size: 15px; }

.banner-section .btn_wrapper {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 14px 24px;
  text-align: center;
  background-color: #345359;
  color: var(--e-global-color-white);
  display: inline-block;
  border-radius: 25px 0 25px 0;
  transition: all 0.3s ease-in-out;
}

.banner-section .btn_wrapper .sub_span {
  color: #fff;
  margin-left: 8px;
}

@media screen and (max-width: 860px) {
	.banner-section-outer .banner-section{ height: auto; }
	.banner-section-content h1{ font-size: 30px; text-transform: none !important; margin-bottom: 20px !important;}	
	.banner-section-outer .banner-section .banner-section-content{ padding-top: 60px !important; }
}

/* ==========================================================
   CONÓCENOS · BLOQUE COMPACTO
   ========================================================== */

.conoce_compact_section {
    padding: 110px 0 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 48%, #ffffff 100%);
    overflow: hidden;
}

.conoce_compact_section .antetitulo {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 2.4px;
    font-weight: 600;
    color: #543458;
    margin-bottom: 14px;
}

.conoce_intro_content,
.conoce_method_content {
    text-align: left;
}

.conoce_intro_content h2,
.conoce_method_content h2,
.conoce_cta_box h2 {
    color: #263238;
    margin-bottom: 22px;
}

.conoce_intro_content p,
.conoce_method_content p,
.conoce_cta_box p,
.conoce_team_text p {
    color: #5f6f73;
    font-size: 19px;
    line-height: 1.58;
}

.conoce_intro_content {
    padding-right: 42px;
}

.conoce_main_image {
    height: 420px;
    overflow: hidden;
    border-radius: 58px 0 58px 0;
    box-shadow: 0 24px 70px rgba(38, 50, 56, 0.13);
}

.conoce_main_image img,
.conoce_team_image img,
.conoce_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Valores */
.conoce_values_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 30px;
}

.conoce_value {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid rgba(163, 120, 163, 0.20);
    border-radius: 24px 0 24px 0;
    padding: 16px 18px;
    box-shadow: 0 12px 35px rgba(38, 50, 56, 0.05);
}

.conoce_value i {
    color: #543458;
}

.conoce_value span {
    color: #263238;
    font-size: 16px;
    font-weight: 600;
}

/* Equipo */
.conoce_team_row {
    margin-top: 70px;
}

.conoce_team_card {
    height: calc(100% - 30px);
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 28px;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(52, 83, 89, 0.14);
    border-radius: 44px 0 44px 0;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 18px 50px rgba(38, 50, 56, 0.07);
}

.conoce_team_image {
    height: 210px;
    overflow: hidden;
    border-radius: 34px 0 34px 0;
    background: rgba(163, 120, 163, 0.10);
}

.conoce_team_text h3 {
    color: #263238;
    margin-bottom: 10px;
}

.conoce_team_text p {
    margin-bottom: 0;
}

/* Método + galería */
.conoce_method_row {
    margin-top: 70px;
}

.conoce_method_content {
    padding-right: 38px;
}

.conoce_gallery {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 20px;
}

.conoce_gallery_item {
    overflow: hidden;
    border-radius: 38px 0 38px 0;
    box-shadow: 0 18px 50px rgba(38, 50, 56, 0.09);
    background: rgba(52, 83, 89, 0.08);
}

.conoce_gallery_large {
    grid-row: span 2;
}

/* CTA */
.conoce_cta_box {
    margin: 80px auto 0;
    max-width: 920px;
    text-align: center;
    background: #345359;
    border-radius: 58px 0 58px 0;
    padding: 58px 70px;
    box-shadow: 0 24px 70px rgba(38, 50, 56, 0.14);
}

.conoce_cta_box h2,
.conoce_cta_box p {
    color: #ffffff;
}

.conoce_cta_box p {
    max-width: 700px;
    margin: 0 auto 32px;
}

.conoce_cta_btn {
    display: inline-block;
    color: #ffffff;
    background: #543458;
    padding: 18px 34px;
    border-radius: 34px 0 34px 0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .25s ease, transform .25s ease;
}

.conoce_cta_btn:hover,
.conoce_cta_btn:focus-visible {
    color: #ffffff;
    background: #543458;
    transform: translateY(-4px);
    text-decoration: none;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .conoce_compact_section {
        padding: 80px 0;
    }

    .conoce_intro_content,
    .conoce_method_content {
        text-align: center;
        padding: 0;
        margin-bottom: 38px;
    }

    .conoce_main_image {
        height: 420px;
    }

    .conoce_team_card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .conoce_team_image {
        height: 320px;
    }

    .conoce_gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .conoce_gallery_item,
    .conoce_gallery_large {
        height: 320px;
        grid-row: auto;
    }

    .conoce_cta_box {
        padding: 46px 38px;
    }
}

@media screen and (max-width: 767px) {
    .conoce_compact_section {
        padding: 64px 0;
    }

    .conoce_intro_content h2,
    .conoce_method_content h2,
    .conoce_cta_box h2 {
        font-size: 31px;
        line-height: 1.22;
    }

    .conoce_intro_content p,
    .conoce_method_content p,
    .conoce_cta_box p,
    .conoce_team_text p {
        font-size: 18px;
    }

    .conoce_values_grid {
        grid-template-columns: 1fr;
    }

    .conoce_main_image,
    .conoce_team_image,
    .conoce_gallery_item,
    .conoce_gallery_large {
        height: 300px;
        border-radius: 32px 0 32px 0;
    }

    .conoce_cta_box {
        border-radius: 38px 0 38px 0;
        padding: 38px 26px;
    }
}

.conoce_profile_btn {
    display: inline-block;
    margin-top: 18px;
    padding: 13px 24px;
    color: #ffffff;
    background: #543458;
    border-radius: 26px 0 26px 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .25s ease, transform .25s ease;
}

.conoce_profile_btn:hover,
.conoce_profile_btn:focus-visible {
    color: #ffffff;
    background: #345359;
    transform: translateY(-3px);
    text-decoration: none;
}

.conoce_method_image {
    height: 430px;
    overflow: hidden;
    border-radius: 58px 0 58px 0;
    box-shadow: 0 24px 70px rgba(38, 50, 56, 0.13);
    background: rgba(163, 120, 163, 0.10);
}

.conoce_method_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.conoce_gallery_row {
    margin-top: 70px;
}

.conoce_gallery_text {
    padding-right: 32px;
}

.conoce_gallery_text h2 {
    color: #263238;
    margin-bottom: 22px;
}

.conoce_gallery_text p {
    color: #5f6f73;
    font-size: 19px;
    line-height: 1.58;
}

@media screen and (max-width: 991px) {
    .conoce_method_image {
        height: 380px;
        margin-top: 34px;
    }

    .conoce_gallery_text {
        text-align: center;
        padding-right: 0;
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 767px) {
    .conoce_method_image {
        height: 300px;
        border-radius: 32px 0 32px 0;
    }
}

.conoce_gallery_row {
    margin-top: 90px;
}

.conoce_gallery_intro {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.conoce_gallery_intro h2 {
    margin-bottom: 22px;
	color: #263238;
}

.conoce_gallery_intro p {
    font-size: 19px;
    line-height: 1.7;
    color: #5f6f73;
}

.conoce_gallery_layout {
    display: grid;
    grid-template-columns: 1.6fr .9fr;
    gap: 24px;
    align-items: stretch;
}

.conoce_gallery_main {
    height: 620px;
    overflow: hidden;
    border-radius: 70px 0 70px 0;
}

.conoce_gallery_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.conoce_gallery_secondary {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
}

.conoce_gallery_small {
    overflow: hidden;
    border-radius: 42px 0 42px 0;
    height: 298px;
}

.conoce_gallery_small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 991px) {

    .conoce_gallery_layout {
        grid-template-columns: 1fr;
    }

    .conoce_gallery_main {
        height: 420px;
    }

    .conoce_gallery_secondary {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .conoce_gallery_small {
        height: 240px;
    }
}

@media screen and (max-width: 767px) {

    .conoce_gallery_intro {
        margin-bottom: 35px;
    }

    .conoce_gallery_main {
        height: 300px;
        border-radius: 38px 0 38px 0;
    }

    .conoce_gallery_secondary {
        grid-template-columns: 1fr;
    }

    .conoce_gallery_small {
        height: 220px;
        border-radius: 28px 0 28px 0;
    }
}