* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
    -webkit-user-select: none;
    user-select: none;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: .25rem .4rem !important;
    font-size: .875rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}

.overflow-x {
    overflow-x: auto;
}

.list-style {
    list-style: none;
}

.header-sociales {
    display: none !important;
}

.text-tittle {
    font-family: comic sans ms, cursive !important;
}

.text-arial {
    font-family: arial, sans-serif !important;
}

.text-facebook {
    background: #415794;
    color: #fff;
    height: 36px;
    width: 40px;
    text-align: center;
}

.text-instagram {
    background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
    color: #fff;
    height: 36px;
    width: 40px;
    text-align: center;
}

.text-wikipedia {
    background: #fff;
    color: #000000;
    height: 36px;
    width: 40px;
    text-align: center;
}

.text-youtube {
    background: #c4302b;
    color: #fff;
    height: 36px;
    width: 40px;
    text-align: center;
}

.text-tiktok {
    background: #fff;
    color: #000000;
    height: 36px;
    width: 40px;
    text-align: center;
}

.text-mail {
    background: #fff;
    color: #e74c3c;
    height: 36px;
    width: 40px;
    text-align: center;
}

.text-whatsapp {
    background: #25d366;
    color: #fff;
    height: 36px;
    width: 40px;
    text-align: center;
}

.text-phone {
    background: #fff;
    color: #000000;
    height: 36px;
    width: 40px;
    text-align: center;
}

.hr-line {
    border-top: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, White, DimGrey, White) border-box;
}

.cursor-pointer {
    cursor: pointer;
}

.hero-social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform-origin: top left;
    transform: rotate(90deg);
    top: 0;
    left: 5rem;
    z-index: 999;
    width: 100vh;
    text-transform: uppercase;
}

.icon-facebook {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #415794;
    color: #fff !important;
}

.icon-instagram {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
    color: #fff !important;
}

.icon-whatsapp {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #25d366;
    color: #fff !important;
}

.icon-wikipedia {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #000000 !important;
}

.icon-youtube {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #c4302b;
    color: #fff !important;
}

.icon-tiktok {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #000000;
    color: #fff;
}

.icon-facebook i,
.icon-instagram i,
.icon-whatsapp i,
.icon-wikipedia i,
.icon-youtube i,
.icon-tiktok i {
    position: relative;
    top: 25%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    font: normal normal normal 22px/1 FontAwesome;
    border-radius: 5px;
}

.hero-social a {
    transform: rotate(-90deg);
    display: block;
}

.hero-social .line {
    width: 5rem;
    height: 2px;
    background: #3498db;
    margin: 0 1.5rem;
    display: inline-block;
}

.text-blue {
    color: #3498db !important;
}

.text-red {
    color: #c0392b !important;
}

.text-reset {
    transition: all 0.3s;
}

.mt-menu {
    margin-top: 96px;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.dropdown-menu {
    background: rgba(33, 97, 140, 0.6);
}

.navbar-menu {
    background: rgba(0, 0, 0, 0.6);

    .menu-navegacion p {
        color: white !important;
    }

    .nav-item a {
        color: white !important;
    }

    .dropdown-menu {
        background: rgba(0, 0, 0, 0.6) !important;
    }

    .navbar-toggler {
        color: white !important;
    }
}

.menu-navegacion {
    p {
        margin: 6px auto;
        font-size: 17px !important;
        text-align: justify;
        font-family: bradley hand, cursive;
        font-weight: bold;
        width: 250px;
        white-space: normal !important;
    }
}

.brand-text {
    text-align: justify;
    font-family: bradley hand, cursive;
    font-weight: bold;
    width: 300px;
    white-space: normal !important;
}

.text-justify {
    text-align: justify;
}

.bg-purple {
    background-color: #5b2c6f !important;
}

.bg-dorado {
    background-color: #b7950b !important;
}

.bg {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    opacity: 0.4;
}

.bg2 {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.bg2 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    opacity: 0.4;
}

.container {
    position: relative;
}

.contaier-fluid {
    position: relative;
}

.map-home {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.map-home iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.map-home::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: auto;
    z-index: 2;
}

.ubication {
    position: relative;
}

.blog-post {
    position: relative;
}

.showcase {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #fff;
}

.showcase-img {
    position: relative;
    margin-top: -100px;
    z-index: 2;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    left: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.video-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.video-container-second {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: ellipse(100% 65% at 27.54% 33.01%);
}

.video-container-second video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container-second:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.showcase .content {
    z-index: 0;

    .lead {
        width: 100%;
        overflow-wrap: break-word;
    }

    h3 {
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.7), 0 0 12px rgba(255, 255, 255, 0.5);
    }
}

.showcase .content .svg-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    aspect-ratio: 1440 / 97;
    background-image: url('../img/ondas.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

@supports not (aspect-ratio: 1) {
    .showcase .content .svg-container {
        height: 0;
        padding-bottom: calc(100% * 97 / 1440);
    }
}

.lead-principal {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}

.ribbon-container {
    position: relative;
    margin-top: 50px;
}

.ribbon {
    background: hsl(30, 90%, 65%) url(http://portfolio.queenofwhisks.com/demo/overlay/noise.png);
    box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.5);
    font-family: Charter, serif;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    padding: 0.25em 0;
    position: relative;
    width: 70%;
}

.ribbon:before,
.ribbon:after {
    border: 1.5em solid hsl(30, 82%, 62%);
    content: "";
    display: block;
    position: absolute;
    bottom: -1em;
    z-index: -1;
}

.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

.ribbon-content {
    border-top: 0.0625em dashed hsl(30, 90%, 44%);
    border-bottom: 0.0625em dashed hsl(30, 90%, 44%);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 -1px 1px rgba(255, 255, 255, 0.08), 0 -1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.08);
    display: block;
    padding: 0.6875em 0;
}

.ribbon-content:before,
.ribbon-content:after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: hsl(30, 80%, 40%) transparent transparent transparent;
    bottom: -1em;
}

.ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.ribbon a {
    color: hsl(30, 90%, 40%);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}

.ribbon a:hover {
    color: hsl(30, 90%, 43%);
}

.ribbon-fecha {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    --f: 0.5em;
    --r: 0.8em;
    position: absolute;
    top: 20px;
    right: calc(-1 * var(--f));
    padding-inline: 0.25em;
    line-height: 1.8;
    background: #fa6900;
    border-bottom: var(--f) solid #0005;
    border-left: var(--r) solid #0000;
    clip-path: polygon(var(--r) 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--r) calc(100% - var(--f)), 0 calc(50% - var(--f) / 2));
}

.serviceBox {
    position: relative;
    width: 100%;
    height: 280px;
    background: #51446e;
    border-radius: 20px;
    overflow: hidden;
}

.serviceBox .serviceBox-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--i);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition-delay: 0.25s;
}

.serviceBox:hover .serviceBox-icon {
    top: 30px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition-delay: 0s;
}

.serviceBox .serviceBox-icon i {
    font-size: 5em;
    color: #fff;
    transition: 0.5s;
    transition-delay: 0.25s;
}

.serviceBox:hover .serviceBox-icon i {
    font-size: 2em;
    transition-delay: 0s;
}

.serviceBox .serviceBox-body {
    position: relative;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    z-index: 1;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
}

.serviceBox:hover .serviceBox-body {
    transform: scale(1);
    transition-delay: 0.25s;
}

.serviceBox .serviceBox-body h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.serviceBox .serviceBox-body p {
    font-size: 12px;
    font-weight: 100;
    line-height: 1.5em;
}

.bg-dark {
    background-color: #1b4f72 !important;
}

.bg-black {
    background-color: black !important;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

.img-columna {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.columna-card .card {
    border: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

.columna-card .col-md-8 {
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    height: 150px;
    position: absolute;
    left: 160px;
    width: 53.3333333% !important;
    top: 38px;

    h6 {
        font-size: 14px !important;
        text-align: center;
    }

    p {
        font-size: 12px !important;
        text-align: start;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.columna-card .col-md-4 {
    width: 53.3333333% !important;
}

.img-round {
    border-radius: 5%;
    aspect-ratio: 1 / 1;
    width: 120px;
    object-fit: cover;
    border: 5px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #935116, #873600);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.6);
}

.img-rounds {
    padding: 5px;
    aspect-ratio: 1 / 1;
    width: 150px;
    object-fit: cover;
    /*border: 5px solid transparent;
    border-radius: 50%;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #935116, #873600);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    box-shadow: inset 1px 1px 4px 0 rgba(20, 20, 20, 0.2);*/
}

.img-personajes {
    height: 250px !important;
    width: 200px !important;
    object-fit: cover !important;
    /*border: 5px solid transparent;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #935116, #873600);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.6);*/
}

.img-video {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: fill;
}

.img-round-logo {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 100px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.6);
}

.img-icon-round {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 80px;
    object-fit: cover;
    border: 3px solid #2471a3;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.6);
}

.img-round-frailes {
    aspect-ratio: 1 / 1;
    width: 120px;
    object-fit: cover;
}

.bg-cover {
    background-size: cover !important;
    height: 100vh;
    top: 0;
    left: 0;
}

.bg-center {
    background-position: center center !important;
}

.bg-cover h3 {
    font-size: 2rem;
    color: white;
    position: relative;
    font-weight: bold;
}

.bg-cover img {
    position: relative;
}

.hero-text {
    font-size: 1rem;
}

.bg-cover p {
    color: white;
    position: relative;
    font-weight: bold;
}

.bg-cover::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
}

.blog-header {
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
}

.img-anm {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}

.logo-anm {
    float: left;
    width: 160px;
    height: 160px;
    padding: 5px;
}

.bg-footer {
    background-color: #21618c;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

footer {
    position: relative;
}

footer .main-footer {
    padding: 20px 0;
    background: #252525;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

.footer-copyright {
    background: #222;
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #969696;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}

.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

.footer-body {
    padding: 1rem;
    background: #383838;
    border-radius: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-body .combo {
    transform: scale(0.9);
    transition: 0.4s ease-in;
    margin-right: 100px;
}

.footer-body .combo1 {
    transform: scale(0.9);
    transition: 0.4s ease-in;
    margin-left: 100px;
}

.footer-body .combo2 {
    transform: scale(0.9);
    transition: 0.4s ease-in;
    margin-left: 150px;
}

.footer-body .combo3 {
    transform: scale(0.9);
    transition: 0.4s ease-in;
    margin-left: 150px;
}

.footer-body .combo .circulo {
    height: 3em;
    width: 3em;
    transition: 0.4s ease-in;
    font-size: 3em;
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #227ebb);
}

.footer-body .combo1 .circulo {
    height: 3em;
    width: 3em;
    transition: 0.4s ease-in;
    font-size: 3em;
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #227ebb);
}

.footer-body .combo2 .circulo {
    height: 3em;
    width: 3em;
    transition: 0.4s ease-in;
    font-size: 3em;
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #227ebb);
}

.footer-body .combo3 .circulo {
    height: 3em;
    width: 3em;
    transition: 0.4s ease-in;
    font-size: 3em;
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #227ebb);
}

.img-flogo {
    width: 3em;
    height: 3em;
    transform: translateY(1px);
    transition: 0.2s ease-in;
}

.img-fdiocesis {
    width: 2.3em;
    height: 3em;
    transform: translateY(1px);
    transition: 0.2s ease-in;
}

.img-fparroquia {
    width: 3em;
    height: 3em;
    transform: translateY(1px);
    transition: 0.2s ease-in;
}

.img-fministerio {
    width: 3em;
    height: 3em;
    transform: translateY(1px);
    transition: 0.2s ease-in;
}

.footer-body .combo:hover {
    transform: scale(1.1);
}

.footer-body .combo1:hover {
    transform: scale(1.1);
}

.footer-body .combo2:hover {
    transform: scale(1.1);
}

.footer-body .combo3:hover {
    transform: scale(1.1);
}

.widget {
    padding: 20px;
    margin-bottom: 5px;
}

.widget.widget-last {
    margin-bottom: 0;
}

.widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
    box-shadow: none;
}

.widget.subscribe p {
    margin-bottom: 18px;
}

.widget li a {
    color: #fff;
}

.widget li a:hover {
    color: #aaa;
    text-decoration: none;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title span {
    background: #839fad none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}

.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.widget .badge {
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #fff;
}

.widget i {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    padding: 10px;
    border-radius: 5px;
    margin-right: 20px;
}

.thumb-content ::before {
    content: "\f190";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    color: #ffffff;
}

.btn-close-white {
    color: #fff;
}

.offcanvas-body {
    text-align: justify;

    p {
        margin-bottom: 30px;
    }
}

#btn-mas {
    display: none;
}

.contenedor {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

.redes a,
.redes span,
.icon-principal {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.redes .btn-whatsapp {
    background: #25d366;
    font-size: 23px;
}

.redes .chatbot__button {
    background: #227ebb;
    cursor: pointer;
    font-size: 23px;
}

.redes a:hover {
    background: #fff;
    color: #000;
}

.redes span:hover {
    background: #fff;
    color: #000;
}

.redes a {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

.redes span {
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#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: #21618c;
}

.icon-principal {
    cursor: pointer;
    background: #3498db;
    font-size: 24px;
}

.btn-mas {
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.65;
}

.overlay-content {
    position: relative;
}

.badge-promo {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    margin-bottom: -8px;
    z-index: 1;
    padding: 12px 14px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    text-align: left;

    &:before,
    &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }

    &:before {
        background: #a5daff;
        height: 100%;
        width: 110%;
        transform-origin: bottom right;
        transform: rotate(1deg);
    }

    &:after {
        background: #3fb0ff;
        transform: rotate(-3deg);
        transform-origin: bottom left;
        height: 100%;
        width: 110%;
    }
}

.badge-promo-content {
    position: relative;
    z-index: 1;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.column .card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

.column .card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    text-align: center;
}

.icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.column .card:hover {
    background-position: 0 100%;
}

.column .card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #2c7bfe;
}

.column .card:hover h3 {
    color: #ffffff;
}

@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: 420px;
    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: #227ebb;
    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: 460px;
    overflow: hidden;
}

.chatbot__box_creditos {
    padding: 10px;
    white-space: normal !important;
}

.form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-info-form {
    background-color: #227ebb;
    position: relative;
    padding: 5px;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #227ebb);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-info-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #227ebb;
    transform: rotate(45deg);
    bottom: 66px;
    left: -13px;
}

form {
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.social-input-containers {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 100px;
    border-radius: 4px;
    resize: none;
    overflow-y: auto;
}

.social-input-containers label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.social-input-containers.textarea label {
    top: 1rem;
    transform: translateY(0);
}

.btn-enviar {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #000;
    line-height: 1;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
}

.btn-enviar:hover {
    background-color: transparent;
    color: #fff;
}

.social-input-containers span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.social-input-containers span:before,
.social-input-containers span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #227ebb;
    top: 50%;
    transform: translateY(-50%);
}

.social-input-containers span:before {
    left: 50%;
}

.social-input-containers span:after {
    right: 50%;
}

.social-input-containers.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.social-input-containers.focus span:before,
.social-input-containers.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .title {
    color: #227ebb;
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.social-information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 43px;
    background: linear-gradient(45deg, #227ebb, #227ebb);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #227ebb;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.social-information i {
    font-size: 22px;
    margin-bottom: 23px;
    margin-right: 8px;
    color: #227ebb;
}

.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #227ebb, #227ebb);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
}

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

.bg-frame {
    width: 100%;
    height: 395px;
    display: block;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

.bg-iframe {
    width: 100%;
    height: 100vh;
    display: block;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

.fondo-iframe {
    width: 100%;
    height: 430px;
    display: block;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

.header-video iframe {
    min-width: 100%;
    min-height: 100%;
}

.navtabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.navtab {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
}

.navtab:hover {
    color: #007BFF;
}

.navtab.active {
    color: #007BFF;
    font-weight: 600;
}

.underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #007BFF;
    transition: left 0.3s ease, width 0.3s ease;
}

.navtabs-content {
    display: none;
}

.navtabs-content.active {
    display: block;
}

.timeline {
    display: flex;
    flex-direction: column;
}

.timeline-item {
    width: calc(50% + 1px);
    padding: 0.5rem 2rem;
    position: relative;
}

.timeline-item-right {
    align-self: flex-end;
    border-left: 2px solid #ccd1d9;
}

.timeline-item-left {
    align-self: flex-start;
    border-right: 2px solid #ccd1d9;
}

.timeline-item::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #f5f7fa;
    background: #4fc1e9;
    z-index: 9999;
    top: 1.35rem;
}

.timeline-item-right::after {
    left: -11px;
}

.timeline-item-left::after {
    right: -11px;
}

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666;
    display: flex;
    flex-direction: column;
}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
    width: 100%;
}

.timeline-item-left * {
    text-align: end;
}

.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.contenedor-redes-sociales {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

.contenedor-redes-sociales a {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 160px;
    line-height: 35px;
    padding: 0;
    color: #fff;
    border-radius: 50px;
    background: #fff;
    margin: 5px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

.contenedor-redes-sociales a:hover span.circulo {
    left: 100%;
    margin-left: -35px;
    background: #fff;
}

.contenedor-redes-sociales a:hover span.titulo {
    opacity: 0;
}

.contenedor-redes-sociales a:hover span.titulo-hover {
    opacity: 1;
    color: #fff;
}

.contenedor-redes-sociales a span.titulo-hover {
    opacity: 0;
}

.contenedor-redes-sociales a span.circulo {
    display: block;
    color: #fff;
    position: absolute;
    float: left;
    margin: 1px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    transition: all 0.5s;
    border-radius: 50%;
}

.contenedor-redes-sociales a span.circulo i {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.contenedor-redes-sociales a span.titulo,
.contenedor-redes-sociales a span.titulo-hover {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}

.contenedor-redes-sociales a span.titulo {
    right: 15px
}

.contenedor-redes-sociales a span.titulo-hover {
    left: 15px
}

.contenedor-redes-sociales .facebook {
    border: 2px solid #3b5998;
}

.contenedor-redes-sociales .facebook:hover,
.contenedor-redes-sociales .facebook span.circulo {
    background: #3b5998;
}

.contenedor-redes-sociales .facebook:hover span.circulo,
.contenedor-redes-sociales .facebook span.titulo {
    color: #3b5998;
}

.contenedor-redes-sociales .instagram {
    border: 2px solid #dd4b39;
}

.contenedor-redes-sociales .instagram:hover,
.contenedor-redes-sociales .instagram span.circulo {
    background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
}

.contenedor-redes-sociales .instagram:hover span.circulo,
.contenedor-redes-sociales .instagram span.titulo {
    color: #dd4b39;
}

.contenedor-redes-sociales .wikipedia {
    border: 2px solid #000000;
}

.contenedor-redes-sociales .wikipedia:hover,
.contenedor-redes-sociales .wikipedia span.circulo {
    background: #000000;
}

.contenedor-redes-sociales .wikipedia:hover span.circulo,
.contenedor-redes-sociales .wikipedia span.titulo {
    color: #000000;
}

.contenedor-redes-sociales .whatsapp {
    border: 2px solid #28b463;
}

.contenedor-redes-sociales .whatsapp:hover,
.contenedor-redes-sociales .whatsapp span.circulo {
    background: #28b463;
}

.contenedor-redes-sociales .whatsapp:hover span.circulo,
.contenedor-redes-sociales .whatsapp span.titulo {
    color: #28b463;
}

.contenedor-redes-sociales .youtube {
    border: 2px solid #c4302b;
}

.contenedor-redes-sociales .youtube:hover,
.contenedor-redes-sociales .youtube span.circulo {
    background: #c4302b;
}

.contenedor-redes-sociales .youtube:hover span.circulo,
.contenedor-redes-sociales .youtube span.titulo {
    color: #c4302b;
}

.contenedor-redes-sociales .tiktok {
    border: 2px solid #000000;
}

.contenedor-redes-sociales .tiktok:hover,
.contenedor-redes-sociales .tiktok span.circulo {
    background: #000000;
}

.contenedor-redes-sociales .tiktok:hover span.circulo,
.contenedor-redes-sociales .tiktok span.titulo {
    color: #000000;
}

.Offercards {
    height: 500px;
    width: 350px;
    position: relative;
    margin: 3rem auto 0;
}

.Offercards .card {
    transition: all 0.3s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px;
    border-radius: 4px;
}

.Offercards .card .card-content {
    padding-right: 10px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.book {
    position: relative;
    display: flex;
    margin: auto;
    width: 60cqmin;
    /*1* let pointer event go trough pages of lower Z than .book */
    pointer-events: none;
    transform-style: preserve-3d;
    transition: translate 1s;
    translate: calc(min(var(--c), 1) * 50%) 0%;
    /* Incline on the X axis for pages preview */
    rotate: 1 0 0 30deg;
}

.page {
    /* PS: Don't go below thickness 0.5 or the pages might transpare */
    --thickness: 4;
    flex: none;
    display: flex;
    width: 100%;
    font-size: 2cqmin;
    /*1* allow pointer events on pages */
    pointer-events: all;
    user-select: none;
    transform-style: preserve-3d;
    transform-origin: left center;
    transition: transform 1s, rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
    translate: calc(var(--i) * -100%) 0 0;
    transform: translateZ(calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
    rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front,
.back {
    position: relative;
    flex: none;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    /* Fix backface visibility Firefox: */
    translate: 0;
}

.back {
    translate: -100% 0;
    rotate: 0 1 0 180deg;
}


/* That's it. Your FlipBook customization styles: */

.book {
    counter-reset: page -1;

    & a {
        color: inherit;
    }
}

.page {
    box-shadow: 0 .5em 1em -.2em #00000020;
}

.front,
.back {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 2em;
    border: 1px solid #0002;

    &:has(img) {
        padding: 0;
    }

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    &::after {
        position: absolute;
        bottom: 1em;
        counter-increment: page;
        content: counter(page) ".";
        font-size: 0.8em;
    }
}

.cover-book {
    &::after {
        content: "";
    }
}

.front {
    &::after {
        right: 1em;
    }

    background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
    border-radius: .1em .5em .5em .1em;
}

.back {
    &::after {
        left: 1em;
    }

    background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
    border-radius: .5em .1em .1em .5em;
}

.cover-book {
    background: radial-gradient(circle farthest-corner at 80% 20%, hsl(150 80% 20% / .3) 0%, hsl(170 60% 10% / .1) 100%), hsl(231, 32%, 29%) url("https://picsum.photos/id/984/800/900") 50% / cover;
    color: hsl(200 30% 98%);
}

.container-cover-papa {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../resources/leonxiv/portada.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-cover-papa:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(38, 172, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden !important;
}

.container-cover {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../img/hero-bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-cover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden !important;
}

.container-cover-info {
    max-width: 800px;
    height: 500px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.container-cover-info h3 {
    font-weight: 500;
    color: #fff;
}

.container-cover-info p {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

.container-content-info {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.container-content-info article {
    width: 100%;
    padding: 20px;
    box-shadow: -10px 0 20px -30px black;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.container-content-info article:before {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #46a2fd;
}

.container-content-info article h5 {
    font-weight: 500;
}

.container-content-info article p {
    color: #3c3c3c;
    text-align: start;
}

.container-content-info article img {
    width: 100%;
    margin-top: 20px;
}

.container-aside aside {
    width: 320px;
    box-shadow: 0 0 20px -20px black;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.container-aside aside .img-aside {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    background-color: gray;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card-wrapper .card {
    border-radius: 25px;
    background-color: #fff;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 5px;
}

.card-content {
    height: 200px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
    border-radius: 25px 25px 0 25px;
}

.overlay-image::before,
.overlay-image::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070f4;
}

.overlay-image::after {
    border-radius: 0 25px 0 0;
    background-color: #fff;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}

.card-image .card-img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070f4;
}

.card-content .name {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.card-content .description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.card-content .button {
    border: none;
    font-size: 12px;
    color: #fff;
    padding: 8px 8px;
    background-color: #4070f4;
    border-radius: 6px;
    margin: 5px;
    transition: all 0.3s ease;
}

.card-content .button:hover {
    background-color: #265df2;
}

.swiper-pagination-bullet {
    background-color: #6e93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070f4 !important;
}

.profile-container {
    width: 100%;
    margin: 20px auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.cover-photo {
    position: relative;
    height: 320px;
    background: #ddd;
    overflow: hidden;
}

.cover-photo iframe {
    width: 100%;
    height: 100%;
}

.cover-photo .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.65;
}

.cover-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-picture {
    position: relative;
    text-align: center;
    margin-top: -80px;
    padding: 0 20px;
    z-index: 7;
}

.profile-picture img {
    width: 120px;
    height: 120px;
    border: 5px solid #000;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.profile-info {
    padding: 25px 20px;
    text-align: center;
}

.profile-info h3 {
    color: #333;
    margin-bottom: 8px;
}

.profile-info p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}

.blurb-card {
    max-width: 900px;
    border: 4px solid White;
    border-radius: 0;
    background-color: WhiteSmoke;
    margin: 0 auto;
    box-shadow: 0 10px 20px LightGrey;
}

.bottom-fade {
    mask-image: linear-gradient(to bottom, white 40%, transparent);
}

.card-header {
    transition: all 0.3s ease-in-out;
}

.blurb-card .card-header {
    border-radius: 0;
    border-bottom: 2px solid White;
}

.card-active {
    transition: all 0.3s ease-in-out;
    background-color: Crimson;
    color: White;
}

.card-inset {
    box-shadow: 2px 2px 18px DarkRed inset;
}

#moreBtn {
    width: 180px;
    border: 0;
    border-top: 1px solid DimGrey;
    color: Black;
    background-color: WhiteSmoke;
}

#moreText {
    display: none;
}

@media (hover: hover) {
    #moreBtn:hover {
        color: DodgerBlue;
    }
}

.container-news {
    background-color: black;
    border-radius: 20px;
    padding: 20px;
}

.header-news img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 50px;
    object-fit: cover;
    background-color: #fff;
}

.header-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.authors {
    margin-left: 15px;
    color: #fff;
}

.interactions {
    margin-top: 15px;
    color: #fff;
}

.description {
    text-wrap: pretty;
    max-width: 500px;
    color: #fff;
}

.card-profile {
    padding: 15px;
    background: #222;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.7);
    user-select: none;
}

.card-cover-photo {
    position: relative;
    background-image: var(--fondo);
    background-size: cover;
    height: 180px;
    border-radius: 5px 5px 0 0;
}

.card-profile-profile {
    position: absolute;
    width: 120px;
    bottom: -60px;
    left: 15px;
    border-radius: 50%;
    border: 2px solid #222;
    background: #222;
    padding: 5px;
}

.card-profile-name {
    margin: 25px 0 0 120px;
    color: #fff !important;
}

.card-about {
    margin-top: 30px;
    color: #fff !important;
}

.content-slideshow {
    position: relative;
    margin: 0;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    text-align: center;
    align-items: center;
}

.glass {
    position: relative;
    left: 15%;
    backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 20px 20px 50px rgb(0 0 0 / 50%);
    border-radius: 15px;
}

.ls-tight {
    letter-spacing: -0.07em !important;
}

.username-container {
    background-color: #ffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    border-radius: 50px;
    padding: 10px;
    justify-content: space-between;
}

.profile-container-username {
    display: flex;
    gap: 0.5em;
    justify-content: space-between;
    align-items: center;
}

.profile-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-title {
    color: #000;
    font-weight: bold;
    font-size: 12px !important;
}

.username {
    color: #000;
}

.planner-item {
    flex-basis: 30%;
    flex-grow: 1;
    min-width: 100%;
    box-shadow: 0 4px 12px #c3c7cb;
    transition: all 0.2s ease-in-out;
    transform-origin: bottom;
}

.planner-item .card-title {
    font-weight: 600;
    color: #4d4e4e;
    font-size: 18px;
}

.planner-item .card-text {
    font-family: Poppins;
    color: #4d4e4e;
    font-size: 12px;
    text-align: justify;
}

.blue-outline {
    border: 1px solid #80cdff !important;

    & i {
        color: DodgerBlue;
    }
}

.yellow-outline {
    border: 1px solid BurlyWood !important;

    & i {
        color: BurlyWood;
    }
}

.red-outline {
    border: 1px solid #b03a2e !important;

    & i {
        color: #b03a2e;
    }
}

.green-outline {
    border: 1px solid #27ae60 !important;

    & i {
        color: #27ae60;
    }
}

@media (hover: hover) {
    .planner-item:hover {
        box-shadow: 0 8px 12px 2px #c3c7cb;
        transform: scale(1.05);
    }
}

#modal {
    position: fixed;
    opacity: 0;
    top: 50%;
    left: 50%;
    height: 300px;
    width: 500px;
    margin: -150px 0 0 -250px;
    transition: none;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, .6);
    z-index: 100;
    backdrop-filter: blur(10px);

    &.show {
        opacity: 1;
    }

    &.hide {
        display: none;
    }

    #modal-header {
        position: relative;

        button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 40;
            margin: 0.5em;
        }
    }

    #content {
        position: relative;
        height: 100%;
        width: 100%;
        text-align: center;
    }
}

.background-home {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100svh;
    background-image: url("../img/hero-bg-1.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;
}

.background-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

@supports (-webkit-overflow-scrolling: touch) {

    .background-home {
        background-attachment: scroll;
    }
}

.background-home .content {
    position: relative;
    max-width: 600px;
    z-index: 2;
}

.background-home a {
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    outline: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
}

.background-home a:hover {
    background: linear-gradient(135deg, #0072ff, #00c6ff);
    transform: translateY(-3px);
}

.img-oracion {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    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 h4 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.glass-card p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.glass-card button {
    padding: 12px 25px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.glass-card button:hover {
    background: rgba(255, 255, 255, 0.5);
}

.glass-card button a {
    text-decoration: none;
    color: white;
}

.section-title {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
}

.section-title h2,
.section-title h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    color: #2d465e;
}

.section-title p {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.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 .post-category {
    display: inline-block;
    background: color-mix(in srgb, #2986cc, transparent 85%);
    color: #2986cc;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.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;
}

.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;
}

.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 a {
    color: #2986cc;
    text-decoration: none;
}

.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%);
}

.contact .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

@media (min-width: 992px) {
    .contact .contact-wrapper {
        grid-template-columns: 38% 62%;
        gap: 30px;
    }
}

.contact .contact-info-panel {
    background: linear-gradient(145deg, #2986cc, color-mix(in srgb, #2986cc, #1a4372 40%));
    color: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact .contact-info-panel .contact-info-header {
    margin-bottom: 30px;
}

.contact .contact-info-panel .contact-info-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.contact .contact-info-panel .contact-info-header p {
    font-size: 15px;
    opacity: 0.85;
    line-height: 1.6;
}

.contact .contact-info-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: auto;
}

@media (min-width: 576px) and (max-width: 991px) {
    .contact .contact-info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact .info-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.contact .info-card:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.contact .info-card .icon-container {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .info-card .icon-container i {
    font-size: 20px;
    color: #ffffff;
}

.contact .info-card .card-content-info h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ffffff;
}

.contact .info-card .card-content-info p {
    font-size: 12px;
    margin-bottom: 0;
    opacity: 0.8;
}

.contact .social-links-panel {
    margin-top: 20px;
}

.contact .social-links-panel h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.contact .social-links-panel .social-icons {
    display: flex;
    gap: 12px;
}

.contact .social-links-panel .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact .social-links-panel .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
}

.contact .contact-form-panel {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact .map-container {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.team {
    margin-bottom: 50px;
}

.team .team-member {
    background-color: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 15px;
    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 {
    overflow: hidden;
    width: 150px;
    border-radius: 50%;
    flex-shrink: 0;
}

.team .team-member .pic img {
    transition: ease-in-out 0.3s;
}

.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);
    }
}

.blog-posts {
    margin: 50px 0 30px 0;
}

.blog-posts article {
    background-color: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.blog-posts .post-img {
    width: 100%;
    height: 250px;
}

.blog-posts .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.blog-posts .post-date {
    background-color: #465367;
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.blog-posts .post-content {
    padding: 30px;
}

.blog-posts .post-title {
    font-size: 15px;
    color: #535353;
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
    text-align: justify;
}

.blog-posts p {
    margin-top: 20px;
    text-align: justify;
}

.blog-posts hr {
    color: color-mix(in srgb, #212529, transparent 60%);
    margin-bottom: 15px;
}

.blog-posts .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: color-mix(in srgb, #535353, transparent 20%);
}

.blog-posts .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
}

.blog-posts article:hover .post-title,
.blog-posts article:hover .readmore {
    color: #465367;
}

.blog-posts article:hover .post-img img {
    transform: scale(1.1);
}

.blog-details {
    padding-bottom: 30px;
    margin-top: 50px;
}

.blog-details .article {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.blog-details .post-img {
    overflow: hidden;
    width: 100%;
}

.blog-details .title {
    color: #535353;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 30px 0;
    text-align: justify;
}

.blog-details .meta-top {
    margin-top: 20px;
    color: color-mix(in srgb, #212529, transparent 40%);
}

.blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog-details .meta-top ul li + li {
    padding-left: 20px;
}

.blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: color-mix(in srgb, #212529, transparent 40%);
}

.blog-details .meta-top a {
    color: color-mix(in srgb, #212529, transparent 40%);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog-details .content {
    margin-top: 20px;
}

.widgets-container {
    margin: 50px 0 30px 0;
}

.widget-title {
    color: #535353;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
    border-left: 4px solid #465367;
}

.widget-item {
    margin-bottom: 30px;
    background-color: color-mix(in srgb, #212529, transparent 98%);
    border: 1px solid color-mix(in srgb, #212529, transparent 90%);
    padding: 30px;
    border-radius: 5px;
}

.widget-item:last-child {
    margin-bottom: 0;
}

.recent-posts-widget .post-item {
    display: flex;
    margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
    margin-bottom: 0;
}

.recent-posts-widget .post-item img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
    color: #212529;
    transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
    color: #465367;
}

.recent-posts-widget .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: color-mix(in srgb, #212529, transparent 50%);
}

.team {
    margin-bottom: 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;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.swiper-container .swiper-slide {
    position: relative;
    user-select: none;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container .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 .overlay-slide {
    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(5px);
    -webkit-backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.swiper-container .overlay-slide h1 {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    font-weight: 600;
}

.swiper-container .overlay-slide p {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
    line-height: 1.3;
}

.swiper-container .overlay-slide 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 .overlay-slide a i {
    font-size: 16px;
}

.swiper-container .overlay-slide a:hover {
    background-color: color-mix(in srgb, #2986cc, transparent 85%);
    border-color: #2986cc;
}

@media (max-width: 810px) {
    body {
        overflow-x: hidden !important;
    }

    .navbar-brand {
        img {
            width: 80px !important;
            height: 80px !important;
        }
    }

    .menu-navegacion {
        p {
            text-align: center !important;
            font-size: 20px !important;
            margin: 6px auto !important;
            width: 100% !important;
        }
    }

    .nav-item {
        a {
            color: #fff !important;
        }
    }

    .cinta {
        text-align: center !important;
        margin-top: 50px !important;
        width: 100% !important;

        .me-3 {
            margin-right: 1.2rem !important;
        }

        .social a {
            text-align: center !important;
            margin-right: 1rem !important;
        }
    }

    .showcase .content {
        width: 100% !important;

        h3 {
            font-size: 35px !important;
        }

        p {
            font-size: 16px !important;
            white-space: break-word;
        }

        img {
            width: 90px !important;
            height: 90px !important;
        }
    }

    .ribbon {
        margin-top: 10px !important;
    }

    .ribbon-titulo {
        padding: 5px !important;
        margin-bottom: 10px !important;

        h6 {
            font-size: 12px !important;
        }
    }

    .blog-header-logo {
        font-size: 13px !important;
    }

    .hero-slide {
        height: 700px !important;
    }

    .reset-anchor {
        span {
            font-size: 14px !important;
            text-align: justify !important;
        }
    }

    #footer {
        .thumb-content {
            font-size: 12px !important;
        }

        .widget i {
            margin-right: 10px !important;
            padding: 12px !important;
        }

        .footer-copyright {
            font-size: 16px !important;
        }

        .footer-body .combo {
            margin-right: 60px;
        }

        .footer-body .combo1 {
            margin-left: 60px;
        }

        .footer-body .combo2 {
            margin-left: 80px;
        }

        .footer-body .combo .circulo {
            height: 2em !important;
            width: 2em !important;
        }

        .footer-body .combo1 .circulo {
            height: 2em !important;
            width: 2em !important;
        }

        .footer-body .combo2 .circulo {
            height: 2em !important;
            width: 2em !important;
        }

        .img-flogo {
            width: 2em !important;
            height: 2em !important;
        }

        .img-fdiocesis {
            width: 1.5em !important;
            height: 2em !important;
        }

        .img-fparroquia {
            width: 2em !important;
            height: 2em !important;
        }
    }

    .noticias .post-img {
        height: 150px !important;
    }

    .noticias .post-title {
        font-size: 14px !important;
    }

    .noticias .post-content {
        padding: 5px !important;
    }

    .noticias a {
        font-size: 12px !important;
    }

    .chatbot {
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 87% !important;
        border-radius: 0 !important;
    }

    .chatbot__box {
        height: 100% !important;
    }

    .chatbot__header span {
        display: inline !important;
    }

    .contact-info:before {
        display: none !important;
    }

    .square,
    .big-circle {
        display: none !important;
    }

    form,
    .contact-info {
        padding: 0.2rem 0.2rem !important;
    }

    .text,
    .social-information,
    .social-media p {
        font-size: 0.6rem !important;
    }

    .social-information i {
        font-size: 0.6rem !important;
    }

    .social-icons a {
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
    }

    .input {
        padding: 0.1rem 1rem !important;
        font-size: 10px !important;
    }

    .btn-enviar {
        padding: 0.5rem 1rem !important;
    }

    .redes a,
    .redes span,
    .icon-principal {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
    }

    .columna-card .col-md-8 {
        left: 90px !important;
        top: 20px !important;

        h6 {
            font-size: 9px !important;
            text-align: center !important;
        }

        p {
            font-size: 9px !important;
            text-align: start !important;
        }
    }

    .overlay-content {
        h6 {
            font-size: 12px !important;
        }

        ul li {
            margin-bottom: 0.1rem !important;
        }

        ul li span {
            font-size: 8px !important;
        }

        img {
            width: 60px !important;
            height: 60px !important;
        }

        p {
            margin-bottom: 0.3rem !important;
        }

        p small {
            font-size: 10px !important;
        }
    }
}

@media (max-width: 430px) {
    body {
        overflow-x: hidden !important;
    }

    #tabs ul li a {
        font-size: 10px !important;
    }

    .hero-social {
        display: none !important;

        .line {
            display: none !important;
        }

        span {
            display: none !important;
        }
    }

    .header-sociales {
        display: inline-flex !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;

        .icon-facebook i,
        .icon-instagram i,
        .icon-wikipedia i,
        .icon-youtube i,
        .icon-tiktok i {
            position: relative;
            top: 25%;
            left: 50%;
            margin-top: -50px;
            margin-left: -50px;
            font: normal normal normal 22px/1 FontAwesome;
            border-radius: 5px;
        }
    }

    #navbar {
        background: rgba(0, 0, 0, 0.6);

        .dropdown-menu {
            background: rgba(0, 0, 0, 0.6) !important;
        }
    }

    .navbar-brand {
        img {
            width: 60px !important;
            height: 60px !important;
        }
    }

    .brand-text {
        width: auto !important;
    }

    .menu-navegacion {
        p {
            text-align: center !important;
            font-size: 10px !important;
            margin: 6px auto !important;
            color: white !important;
        }

        .navbar-toggler {
            color: white !important;
        }
    }

    .nav-item {
        a {
            color: #fff !important;
        }
    }

    .cinta {
        text-align: center !important;

        .ms-3 {
            margin-left: 0 !important;
        }

        .social a {
            margin-right: 0.5rem !important;
        }
    }

    .showcase .content {
        width: 100% !important;

        h3 {
            font-size: 35px !important;
        }

        p {
            font-size: 14px !important;
            white-space: break-word;
        }

        img {
            width: 80px !important;
            height: 80px !important;
        }
    }

    .ribbon-titulo {
        padding: 5px !important;
        margin-bottom: 10px !important;

        h6 {
            font-size: 12px !important;
        }
    }

    .blog-header-logo {
        font-size: 13px !important;
    }

    .presentacion {
        span {
            font-size: 10px !important;
        }

        p {
            font-size: 10px !important;
        }
    }

    #footer {
        .widget i {
            margin-right: 20px !important;
            padding: 12px !important;
        }

        .footer-copyright {
            font-size: 12px !important;
        }

        .footer-body {
            padding: 2rem !important;
        }

        .footer-body .combo {
            margin-right: 5px;
        }

        .footer-body .combo1 {
            margin-left: 5px;
        }

        .footer-body .combo2 {
            margin-left: 5px;
        }

        .footer-body .combo3 {
            margin-left: 5px;
        }

        .footer-body .combo .circulo {
            height: 1.3em !important;
            width: 1.3em !important;
        }

        .footer-body .combo1 .circulo {
            height: 1.3em !important;
            width: 1.3em !important;
        }

        .footer-body .combo2 .circulo {
            height: 1.3em !important;
            width: 1.3em !important;
        }

        .footer-body .combo3 .circulo {
            height: 1.3em !important;
            width: 1.3em !important;
        }

        .img-flogo {
            width: 1.3em !important;
            height: 1.3em !important;
        }

        .img-fdiocesis {
            width: 1em !important;
            height: 1.3em !important;
        }

        .img-fparroquia {
            width: 1.3em !important;
            height: 1.3em !important;
        }

        .img-fministerio {
            width: 1.3em !important;
            height: 1.3em !important;
        }
    }

    .img-rounds {
        position: absolute !important;
        left: 0 !important;
        width: 60px !important;
        padding: 2px !important;
    }

    .table .texto {
        font-size: 10px !important;
    }

    .noticias .post-img {
        height: 150px !important;
    }

    .noticias .post-title {
        font-size: 12px !important;
    }

    .noticias .post-content {
        padding: 5px !important;
    }

    .noticias a {
        font-size: 12px !important;
    }

    .chatbot {
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 87% !important;
        border-radius: 0 !important;
    }

    .chatbot__box {
        height: 100% !important;
    }

    .chatbot__header span {
        display: inline !important;
    }

    .contact-info:before {
        display: none !important;
    }

    .square,
    .big-circle {
        display: none !important;
    }

    form,
    .contact-info {
        padding: 0.2rem 0.2rem !important;
    }

    .text,
    .social-information,
    .social-media p {
        font-size: 0.6rem !important;
    }

    .social-information i {
        font-size: 0.6rem !important;
    }

    .social-icons a {
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
    }

    .input {
        padding: 0.1rem 1rem !important;
        font-size: 10px !important;
    }

    .btn-enviar {
        padding: 0.5rem 1rem !important;
    }

    .redes a,
    .redes span,
    .icon-principal {
        height: 60px !important;
        width: 60px !important;
        line-height: 60px !important;
    }

    .scroll-top {
        width: 60px !important;
        height: 60px !important;
        right: 2rem !important;
    }

    .columna-card .col-md-8 {
        left: 150px !important;

        h6 {
            font-size: 12px !important;
            text-align: center !important;
        }

        p {
            font-size: 10px !important;
            text-align: start !important;
        }
    }

    .overlay-content {
        ul li {
            margin-bottom: 0.5rem !important;
        }

        ul li span {
            font-size: 11px !important;
            white-space: normal !important;
            text-align: justify !important;
        }

        .widget i {
            margin-right: 1px !important;
        }

        .img-escudo-parroquia {
            width: 80px !important;
            height: 90px !important;
        }

        .img-escudo-dominicos {
            width: 80px !important;
            height: 80px !important;
        }

        h5 {
            font-size: 16px !important;
        }

        h6 {
            font-size: 12px !important;
        }

        p {
            margin-bottom: 0.1rem !important;
        }

        p small {
            font-size: 9px !important;
        }
    }

    .timeline-item {
        width: 100%;
        padding: 1.35rem 2rem;
        border-right: none;
        border-left: 2px solid #ccd1d9;
    }

    .timeline-item-right {
        align-self: flex-start;
    }

    .timeline-item-left * {
        text-align: start;
    }

    .timeline-item-left::after {
        right: auto;
        left: -11px;
    }

    .timeline-item::after {
        top: 2rem;
    }

    .contenedor-redes-sociales a {
        width: 45%;
        margin: 0;
        margin-bottom: 10px;
    }

    .book {
        width: 50cqmin;
    }

    .page {
        margin: 0;
        font-size: 2cqmin;

        h4 {
            font-size: 12px !important;
        }
    }

    .front,
    .back {
        padding: 1em;
    }

    .container-cover-papa {
        margin-top: 0 !important;
        height: 100vh !important;
    }

    .container-cover {
        margin-top: 0 !important;
        height: 100vh !important;
    }

    .container-cover-info {
        width: 100% !important;
        height: 100vh !important;
        overflow: hidden !important;
    }

    .container-content-info {
        width: 100% !important;
        flex-direction: column !important;
    }

    .container-content-info article {
        padding: 0 !important;
        box-shadow: 0 0 0 0 !important;
        margin-bottom: 20px !important;
    }

    .container-content-info article h5 {
        margin-top: 25px !important;
    }

    .container-aside aside {
        padding: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        display: inline-block !important;
    }

    .container-aside aside .img-aside {
        width: 100% !important;
        height: 150px !important;
        object-fit: cover !important;
    }

    .profile-container {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 5px !important;
        border-radius: 0 !important;
    }

    .cover-photo {
        height: 200px !important;
    }

    .profile-picture {
        margin-top: -60px !important;
    }

    .profile-picture img {
        width: 90px !important;
        height: 90px !important;
    }

    .profile-info h3 {
        font-size: 20px !important;
    }

    .profile-info p {
        font-size: 14px !important;
    }

    .glass {
        left: 0%;
    }

    #modal {
        top: 25% !important;
        left: 3.2% !important;
        width: 90% !important;
        margin: 0 !important;

        h6 {
            font-size: 14px !important;
        }

        p {
            font-size: 12px !important;
        }
    }

    .glass-card {
        width: 90% !important;
        padding: 10px !important;
    }

    .glass-card h4 {
        font-size: 1.5rem !important;
    }

    .glass-card p {
        font-size: 1rem !important;
    }

    .glass-card .img-logo-parroquia {
        width: 80px !important;
        height: 80px !important;
    }

    .page-title {
        margin-top: 50px !important;
    }

    .page-title nav ol {
        font-size: 12px !important;
    }

    .page-title nav ol li + li {
        padding-left: 0 !important;
    }

    .blog-details .meta-top ul li + li {
        padding-left: 0 !important;
        margin-top: 10px !important;
    }

    .blog-details .title {
        font-size: 15px !important;
    }
}
