* {
    box-sizing: border-box;
}

body {
    overflow-x: clip !important;
    -webkit-user-select: none;
    user-select: none;
}

.container-fluid {
    overflow-x: clip !important;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.text-justify {
    text-align: justify;
}

/* HERO */

.swiper-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-static-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.swiper-container-convent {
    position: relative;
    width: 100%;
    height: 400px;
}

.swiper-container-convent .swiper-slide {
    position: relative;
    user-select: none;
}

.swiper-container-convent .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container-convent .fecha {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
}

.swiper-container-convent .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background: rgba(93, 95, 145, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.swiper-container-convent .overlay h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
}

.swiper-container-convent .overlay p {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
    line-height: 1.3;
}

.swiper-container-convent .overlay a {
    width: 150px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid color-mix(in srgb, #2986cc, transparent 40%);
    background-color: #fff;
    color: #2986cc;
    transition: 0.3s;
}

.swiper-container-convent .overlay a i {
    font-size: 16px;
}

.swiper-container-convent .overlay a:hover {
    background-color: color-mix(in srgb, #2986cc, transparent 85%);
    border-color: #2986cc;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    color: white;
}

.glass-card h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.glass-card p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

/* SECTION */
.banner-brand {
    width: 100%;
    min-height: 10vh;
    font-size: 2.5rem;
    text-align: center;
    white-space: nowrap;
    background-color: #2986cc;
    color: #fff;
    padding: 20px;
}

.banner > *,
.banner2 > * {
    width: 100vw;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100svh;
    background-image: url('../img/portada.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner .banner-content {
    position: relative;
    max-width: 600px;
    z-index: 2;
}

.banner2 {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100svh;
    background-image: url('../img/mixteca.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner2 .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.banner2 .banner-img {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner2 .banner-img img {
    position: relative;
    width: 100%;
    object-fit: fill;
    border-radius: 15px;
}

@supports (-webkit-overflow-scrolling: touch) {

    .banner,
    .banner2 {
        background-attachment: scroll;
    }
}

.banner-header-img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: fill;
}

.banner-img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
}

.text-container {
    margin-top: 40px;
    font-size: 1.7rem;
    font-weight: bold;
    display: flex;
    gap: 0.1em;
    flex-wrap: wrap;
    justify-content: center;
    height: 2.5em;
    color: white;
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    white-space: pre;
}

.hero-convents {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: "Raleway", sans-serif;
    aspect-ratio: 16/7.5;
    margin: auto;
}

.hero-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 12px;
    z-index: 2;
}

.hero-section h4 {
    text-align: center;
    color: #fff;
}

.hero-section h6 {
    text-align: center;
    color: #fff;
}

.hero-section P {
    text-align: center;
    color: #fff;
}

.hero-section img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.hero-panel {
    position: relative;
    z-index: 2;
    background: var(--imagen-fondo-convento);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    border-radius: 0% 0% 60% 0% / 80% 10% 70% 20%;
    width: 100%;
    height: 100vh;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.handwriting-text {
    font-family: "Dancing Script", cursive !important;
}

.elem,
.elem * {
    box-sizing: border-box;
    margin: 0 !important;
}

.elem {
    display: inline-block;
    font-size: 0;
    width: 25%;
    border: 20px solid transparent;
    border-bottom: none;
    background: #fff;
    padding: 5px;
    height: auto;
    background-clip: padding-box;
}

.elem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important;
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important;
}

.contenedor {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

#btn-mas {
    display: none;
}

#btn-mas:checked ~ .redes a {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

#btn-mas:checked ~ .redes span {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

#btn-mas:checked ~ .icon-principal {
    background: #f39c12;
}

.btn-mas {
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

.icon-principal {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.icon-principal {
    cursor: pointer;
    background: #f5b041;
    font-size: 24px;
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(52, 152, 219, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.show-chatbot .chatbot__button span:first-child,
.chatbot__button span:last-child {
    opacity: 0;
}

.show-chatbot .chatbot__button span:last-child {
    opacity: 1;
}

.chatbot {
    position: fixed;
    bottom: 10px;
    left: 120px;
    width: 450px;
    background-color: #f3f7f8;
    border-radius: 15px;
    box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1) 0 32px 64px -48px rgba(0, 0, 0, 0.5);
    transform: scale(0.5);
    transition: transform 0.3s ease;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.show-chatbot .chatbot {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.chatbot__header {
    position: relative;
    background-color: #f39c12;
    text-align: center;
    padding: 12px 0;
}

.chatbot__header span {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #202020;
    transform: translateY(-50%);
    cursor: pointer;
}

.chatbox__title {
    font-size: 1.2rem;
    color: #f3f7f8;
}

.chatbot__box {
    height: 400px;
    overflow: hidden;
}

.chatbot__box_creditos {
    padding: 10px;
    white-space: normal !important;
}

.form {
    width: 100%;
    max-width: 1020px;
    background-color: #fff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
}

.social-information {
    color: #555;
    margin: 0.1rem 0;
    text-align: center;
    font-size: 0.95rem;
}

.contact-info {
    padding: 1rem 1rem;
    position: relative;
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    border: 22px solid #f39c12;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.contact-info .social-items {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page-title {
    color: #212529;
    background-color: #ffffff;
    position: relative;
}

.page-title nav {
    background-color: color-mix(in srgb, #212529, transparent 96%);
    padding: 20px 0;
}

.page-title nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.page-title nav ol li + li {
    padding-left: 10px;
}

.page-title nav ol li + li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, #212529, transparent 70%);
}

.page-title nav ol li a {
    text-decoration: none;
}

.section-title {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    color: #2d465e;
}

.section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    text-align: justify;
}

.category-section .card-post {
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #212529, transparent 85%);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.category-section .card-post .post-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.category-section .card-post .content {
    padding: 18px;
}

.category-section .card-post .content .meta {
    margin-bottom: 10px;
}

.category-section .card-post .content .meta i {
    color: #2986cc;
    font-size: 16px;
}

.category-section .card-post .content .meta span {
    font-size: 14px;
    color: color-mix(in srgb, #212529, transparent 40%);
}

.category-section .card-post .content .title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2d465e;
    transition: color 0.3s ease;
}

.category-section .card-post .content a {
    text-decoration: none;
}

.category-section .card-post .content .readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid color-mix(in srgb, #2986cc, transparent 40%);
    color: #2986cc;
    transition: 0.3s;
}

.category-section .card-post .content .readmore i {
    font-size: 16px;
}

.category-section .card-post .content .readmore:hover {
    background-color: color-mix(in srgb, #2986cc, transparent 85%);
    border-color: #2986cc;
}

.category-section .card-post:hover {
    border-color: color-mix(in srgb, #2986cc, transparent 25%);
    box-shadow: 0 12px 30px color-mix(in srgb, #212529, transparent 92%);
    transform: translateY(-3px);
}

.category-section .card-post:hover .post-img img {
    transform: scale(1.06);
}

.category-section .card-post:hover .content .title {
    color: #2986cc;
}

.category-section .cat-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 999px;
    background-color: color-mix(in srgb, #2986cc, transparent 85%);
    color: #2986cc;
}

.category-section .cat-badge.inverse {
    background-color: #2986cc;
    color: #ffffff;
}

.category-section .sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category-section .sidebar-post {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    border-left: 4px solid #2986cc;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-section .sidebar-post:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px color-mix(in srgb, #212529, transparent 92%);
}

.category-section .sidebar-post .post-img {
    flex: 0 0 80px;
}

.category-section .sidebar-post .post-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.category-section .sidebar-post .post-content {
    flex: 1;
}

.category-section .sidebar-post .title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.category-section .sidebar-post .title a {
    color: #2d465e;
    transition: color 0.3s ease;
    text-decoration: none;
}

.category-section .sidebar-post .title a:hover {
    color: #2986cc;
}

.category-section .sidebar-post .post-meta {
    font-size: 12px;
    color: color-mix(in srgb, #212529, transparent 50%);
}

.author-profile {
    margin-top: 50px;
}

.author-profile .author-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.author-profile .author-card .author-image {
    text-align: center;
    margin-bottom: 1.5rem;
}

.author-profile .author-card .author-image img {
    width: 250px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}

.author-profile .author-card .author-info {
    text-align: center;
}

.author-profile .author-card .author-info h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2d465e;
    font-family: "Montserrat", sans-serif;
}

.author-profile .author-card .author-info .designation {
    color: color-mix(in srgb, #212529, transparent 40%);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.author-profile .author-card .author-info .author-bio {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.author-profile .author-card .author-stats {
    border-top: 1px solid color-mix(in srgb, #212529, transparent 90%);
    border-bottom: 1px solid color-mix(in srgb, #212529, transparent 90%);
    padding: 1rem 0;
}

.author-profile .author-card .author-stats .stat-item {
    text-align: center;
}

.author-profile .author-card .author-stats .stat-item p {
    font-size: 0.85rem;
    margin: 0;
    color: color-mix(in srgb, #212529, transparent 40%);
}

.author-profile .author-content {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.author-profile .author-content .content-header {
    margin-bottom: 1.5rem;
}

.author-profile .author-content .content-header h3 {
    font-size: 1.75rem;
    margin-bottom: 0;
    color: #2d465e;
    font-family: "Montserrat", sans-serif;
}

.author-profile .author-content .content-body p {
    line-height: 1.7;
    margin-bottom: 2rem;
    text-align: justify;
}

.team {
    margin-top: 25px;
}

.team .team-member {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 5px;
    transition: 0.5s;
    padding: 30px;
    height: 100%;
}

@media (max-width: 468px) {
    .team .team-member {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
}

.team .team-member .pic {
    width: min(40vw, 150px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.team .team-member .pic img {
    transition: ease-in-out 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team .team-member:hover {
    transform: translateY(-10px);
}

.team .team-member .member-info {
    padding-left: 30px;
}

@media (max-width: 468px) {
    .team .team-member .member-info {
        padding: 30px 0 0 0;
        text-align: center;
    }
}

.team .team-member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

.team .team-member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .team-member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: color-mix(in srgb, #212529, transparent 85%);
    bottom: 0;
    left: 0;
}

@media (max-width: 468px) {
    .team .team-member span::after {
        left: calc(50% - 25px);
    }
}

.team .team-member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

/* FOOTER */

.footer {
    color: #212529;
    background-color: #f0f1f2;
    font-size: 15px;
    padding: 80px 0 0;
    position: relative;
    border-top: 1px solid color-mix(in srgb, #212529, transparent 90%);
}

.footer .footer-brand {
    text-align: center;
}

.footer .footer-brand a {
    text-decoration: none;
    line-height: 1;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    letter-spacing: 0.8px;
    color: #2d465e;
    text-align: center;
}

.footer .footer-brand .tagline {
    color: color-mix(in srgb, #212529, transparent 30%);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    margin: 12px 0 0;
    text-align: center;
}

.footer .social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer .social-links a:nth-child(1) {
    background: #415794;
    color: #ffffff;
    transform: translateY(-3px);
}

.footer .social-links a:nth-child(2) {
    background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
    color: #ffffff;
    transform: translateY(-3px);
}

.footer .social-links a:nth-child(3) {
    background: #CD201F;
    color: #ffffff;
    transform: translateY(-3px);
}

.footer .social-links a:nth-child(4) {
    background: #fff;
    color: #000000;
    transform: translateY(-3px);
}

.footer .social-links a i {
    font-size: 16px;
}

.footer .footer-links-grid h5 {
    color: #2d465e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}

.footer .footer-links-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer .footer-links-grid ul li {
    margin-bottom: 12px;
}

.footer .footer-links-grid ul li a {
    color: color-mix(in srgb, #212529, transparent 25%);
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 10px;
}

.footer .footer-links-grid ul li a::before {
    content: "→";
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: #2986cc;
}

.footer .footer-links-grid ul li a:hover {
    color: #2986cc;
    padding-left: 16px;
}

.footer .footer-links-grid ul li a:hover::before {
    opacity: 1;
}

.footer .contenedor-img-footer {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.footer .footer-bottom {
    margin-top: 60px;
    padding: 25px 0;
    border-top: 1px solid color-mix(in srgb, #212529, transparent 90%);
}

.footer .footer-bottom .footer-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .footer .footer-bottom .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer .footer-bottom .footer-bottom-content p {
    margin: 0;
    color: color-mix(in srgb, #212529, transparent 40%);
    font-size: 14px;
    font-weight: 300;
}

.footer .footer-bottom .footer-bottom-content p .sitename {
    color: #2d465e;
    font-weight: 500;
}

.scroll-top {
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5b041;
    color: #fff;
    transition: all 0.3s;
    position: fixed;
    right: 2rem;
    bottom: -4rem;
    z-index: 9999;
}

.scroll-top:hover,
.scroll-top:focus {
    color: #fff;
    text-decoration: none;
    background: #f39c12;
}

.scroll-top.visible {
    bottom: 1rem;
}

@media (max-width: 810px) {
    .banner2 .banner-img {
        width: 100% !important;
        margin-left: 10px !important;
    }

    .text-container {
        font-size: 1rem !important;
    }

    .f-dominicos {
        margin-top: 20px !important;
    }

    .banner-header-img {
        height: 150px !important;
        object-fit: fill !important;
    }

    .cards-convents {
        height: 300px !important;
    }

    .hero-description {
        position: relative !important;
        left: 0 !important;
    }

    .hero-description p {
        margin-top: 50px !important;
    }

    .hero-date {
        left: 10px !important;
    }

    .hero-btn {
        right: 10px !important;
        padding: 5px 10px !important;
    }

    .hero-btn a {
        color: #fff;
        text-decoration: none;
    }

    .hero-convents {
        aspect-ratio: 16/12 !important;
    }
}

@media (max-width: 430px) {
    .swiper-static-text {
        width: 100% !important;
    }

    .glass-card {
        width: 90% !important;
        padding: 10px !important;
    }

    .glass-card h1 {
        font-size: 1.5rem !important;
    }

    .glass-card p {
        font-size: 1rem !important;
    }

    .glass-card .img-logo-grupo {
        width: 80px !important;
        height: 80px !important;
    }

    .glass-card .img-logo-diocesis {
        width: 70px !important;
        height: 80px !important;
    }

    .banner2 .banner-img img {
        width: 80% !important;
    }

    .text-container {
        font-size: 0.8rem !important;
    }

    .banner-header-img {
        height: 300px !important;
        object-fit: cover !important;
    }

    .hero-convents {
        aspect-ratio: 14/27 !important;
    }

    .hero-section {
        width: 90% !important;
    }

    .hero-panel {
        width: 100%;
        max-width: 100%;
    }

    .blurb-card {
        max-width: 90% !important;
    }

    .elem {
        width: 40% !important;
        justify-content: space-evenly !important;
    }

    .cards-convents {
        height: 450px !important;
    }

    .hero-description p {
        margin-top: 100px !important;
    }

    /* FOOTER */

    .chatbot {
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
    }

    form,
    .contact-info {
        padding: 0.2rem 0.2rem !important;
    }

    .chatbot__box {
        height: 100% !important;
    }

    .chatbot__header span {
        display: inline !important;
    }

    .contact-info:before {
        display: none !important;
    }

    .icon-principal {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
    }

    .scroll-top {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        right: 2rem !important;
    }
}
