/** ÁGUILAS C.F. **/
.logo-aguilascf {
    width: auto !important;
    height: 90px !important;
}
.logo-cargando-aguilascf {
    width: auto !important;
    height: 60px !important;
}
.logo-pie-aguilascf {
    width: auto !important;
    height: 70px !important;
}
.color-titular {
    color: var(--aguilascf) !important;
}
.sombra {
    text-shadow: 2px 2px 8px rgba(50, 50, 50, 0.8);
}

.owl-carousel .item {
    padding: 15px;
}

.opacidad-75 {
    opacity: 0.75;
}
.match-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    min-height: 350px;
}

.match-card h6 {
    color: #013465;
    font-weight: bold;
}

.match-card p {
    font-size: 14px;
    margin-bottom: 10px;
}

.team-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.team {
    width: 30%;
}

.team img {
    width: 40px;
    margin-bottom: 5px;
}

.score-box {
    width: 30%;
    background: #f1f3fc;
    padding: 10px;
    font-weight: bold;
    border-radius: 8px;
}

.small-text {
    font-size: 12px;
    color: #555;
}

.btn-entradas {
    background-color: #013465;
    border: none;
    color: white;
}

.btn-entradas:hover {
    background-color: #0088f0;
    border: none;
    color: white;
}

.owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav span {
    font-size: 30px;
    background: #000;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot span {
    background: #ccc !important;
}

.owl-dot.active span {
    background: #fff !important;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute !important;
    left: -40px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    right: -40px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
}

.fondo-partidos {
    background-image: url(../images/fondo-partidos.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

:root {
    --agui-container-gutter: 30px;
    --agui-container-content-max: 1320px;
    --agui-container-wide-max: 1440px;
}

body.header-sticky .container,
.aguilascf-container {
    width: min(
        calc(100% - var(--agui-container-gutter)),
        var(--agui-container-content-max)
    );
    max-width: none;
}

.aguilascf-container {
    width: min(
        calc(100% - var(--agui-container-gutter)),
        var(--agui-container-wide-max)
    );
}

@media only screen and (min-width: 1500px) {
    :root {
        --agui-container-content-max: 1400px;
        --agui-container-wide-max: 1500px;
    }
}

@media only screen and (min-width: 1920px) {
    :root {
        --agui-container-content-max: 1520px;
        --agui-container-wide-max: 1680px;
    }
}

@media only screen and (min-width: 2560px) {
    :root {
        --agui-container-content-max: 1680px;
        --agui-container-wide-max: 1920px;
    }
}

.header-top .aguilascf-container,
.header .aguilascf-container,
.footer .aguilascf-container {
    max-width: none;
}

.header-inner {
    flex-wrap: nowrap;
    gap: 24px;
}

.header-inner .logo,
.header-right {
    flex: 0 0 auto;
}

.header-inner .nav-wrap {
    margin-left: auto;
}

#mainnav > ul.menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#mainnav > ul > li {
    float: none;
}

.header.style1.downscrolled {
    background-color: rgba(1, 52, 101, 0.96);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

#mainnav ul li.current-menu-item > a,
#mainnav ul li a:focus {
    color: #fff !important;
}

#mainnav ul li a:focus-visible,
.flat-button:focus-visible,
.btn-contact:focus-visible,
.btn-entradas:focus-visible {
    outline: 2px solid #cf732f;
    outline-offset: 4px;
}

.tf-slider-widget .swiper-pagination {
    z-index: 3;
}

.tf-slider-widget,
.tf-slider-widget .tf-slider,
.tf-slider-widget .swiper-wrapper,
.tf-slider-widget .tf-banner {
    height: auto !important;
    min-height: clamp(680px, 82vh, 840px);
}

.tf-slider-widget .image-slider {
    position: absolute;
    inset: 0;
}

.tf-slider-widget .slide-item {
    min-height: 100%;
    box-sizing: border-box;
}

.box-events-slide--fallback {
    align-self: flex-end;
}

.box-events-slide--fallback .content-event {
    padding-top: 0;
}

.content-event h2.title-event,
.content-event h2.title-event a {
    color: #fff;
}

span.icon-new,
span.icon-new i {
    color: #fff;
}

span.icon-new i {
    font-size: 14px;
    line-height: 14px;
}

.box-events-slide--fallback .content-event p,
.hero-highlight-swiper .content-event p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.hero-highlight-swiper .swiper-slide {
    height: auto;
}

.hero-highlight-swiper .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.hero-highlight-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0 8px 8px 8px;
    margin-bottom: 28px;
    background: #013465;
}

.hero-highlight-media img.new-event {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
    border-radius: 0;
}

.news-listing-page .blog4-card {
    height: auto;
}

.news-listing-page .blog4-card__thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.news-listing-page .blog4-card__thumb img {
    display: block;
    height: 100%;
    aspect-ratio: auto;
}

.news-listing-page .blog4-card-content {
    padding: 20px;
}

.news-listing-page .blog4-card-content-meta {
    margin-bottom: 8px;
    font-size: 13px;
}

.news-listing-page .blog4-card-content__title h2 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.3;
}

.news-listing-page .blog4-card-content__desc,
.news-listing-page .blog4-card-content__desc p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.news-listing-page__filters {
    display: flex;
    gap: 12px;
    align-items: center;
}

.news-listing-page__filters {
    margin-bottom: 32px;
}

.news-listing-page__filters input {
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(1, 52, 101, 0.2);
    flex: 1;
}

.news-listing-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.news-listing-page__card {
    min-width: 0;
    margin-bottom: 0;
}

.news-listing-page__empty {
    padding: 32px;
    border: 1px solid rgba(1, 52, 101, 0.1);
    text-align: center;
}

.news-detail-meta,
.news-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.news-detail-meta {
    justify-content: space-between;
}

.news-share {
    min-width: 0;
    margin-left: auto;
}

.news-share__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.news-share__action {
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 2px solid #013465;
    border-radius: 50%;
    background: #013465;
    color: #fff;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.news-share__action[hidden] {
    display: none;
}

.news-share__action:hover {
    border-color: #f28c00;
    background: #f28c00;
    color: #fff;
}

.news-share__action:focus-visible {
    outline: 3px solid #f28c00;
    outline-offset: 3px;
}

.news-share__url {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(1, 52, 101, 0.25);
    box-sizing: border-box;
    flex: 1 0 100%;
}

.news-share [aria-busy="true"] {
    opacity: 0.65;
}

@media (max-width: 991px) {
    .news-listing-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .news-listing-page__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .news-listing-page__filters {
        align-items: stretch;
        flex-direction: column;
    }

    .news-detail-meta {
        align-items: flex-start;
    }

    .news-share {
        width: 100%;
        margin-left: 0;
    }
}

.content-event .event-meta-text {
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

@media only screen and (min-width: 1200px) {
    .header-inner {
        justify-content: flex-start;
    }

    .header-inner .nav-wrap {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        justify-content: center;
    }

    #mainnav {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #mainnav > ul.menu {
        flex: 1 1 auto;
        justify-content: center;
        column-gap: 8px;
    }

    #mainnav > ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-right {
        margin-left: clamp(16px, 2vw, 32px);
    }

    .footer .logo-footer {
        padding-right: clamp(24px, 3vw, 48px);
    }

    .footer .new-letter {
        padding-left: clamp(24px, 3vw, 48px);
    }
}

@media only screen and (min-width: 1500px) {
    #mainnav > ul.menu {
        column-gap: 12px;
    }

    #mainnav > ul > li {
        padding-left: 12px;
        padding-right: 12px;
    }

    #mainnav ul li a {
        letter-spacing: 0.09em;
    }

    .footer .footer-top {
        row-gap: 40px;
    }

    .footer .logo-footer {
        padding-right: 40px;
    }

    .footer .new-letter {
        padding-left: 40px;
    }
}

.home-news-row .course {
    display: flex;
    margin-bottom: 24px;
}

.home-news-row .course-item-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 100%;
}

.home-news-row .course-item-wrap .image-course img {
    aspect-ratio: 16 / 10;
}

.home-news-row .course-item-wrap .flat-button {
    margin-top: auto;
    align-self: flex-start;
}

.home-news-row .course-item-wrap .content-course {
    flex: 1 1 auto;
}

#slider-partidos .owl-stage {
    display: flex;
}

#slider-partidos .owl-item,
#slider-partidos .item,
#slider-partidos .match-card {
    height: 100%;
}

.match-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
}

.match-card .badge {
    align-self: center;
    letter-spacing: 0.08em;
    font-family: "Oswald", sans-serif;
}

.team img {
    height: 48px;
    object-fit: contain;
}

.background-green
    > .aguilascf-container
    :is(.col-md-3, .col-md-2)
    img.img-fluid {
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.background-green > .aguilascf-container .col-md-3 img.img-fluid {
    width: 400px;
    height: 320px;
}

.background-green > .aguilascf-container .col-md-2 img.img-fluid {
    width: 200px;
    height: 120px;
}

.score-box {
    color: #013465;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}

.breadcrumb.fondo-encabezado {
    margin: 0;
    min-height: 330px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(1, 52, 101, 0.92), rgba(18, 18, 18, 0.58)),
        url(../images/slide1.webp);
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.breadcrumb-heading h1 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.08;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
    overflow-wrap: anywhere;
}

.breadcrumb-heading h1.news-detail-title {
    font-size: clamp(32px, 4vw, 56px);
}

.breadcrumb-heading__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.breadcrumb-heading__items a,
.breadcrumb-heading__items i {
    color: #fff;
}

.color-link-submenu {
    color: #cf732f;
}

.section-padding,
.articulo-padding {
    padding: 100px 0;
}

.blog4-card,
.widget-card,
.contact3-card,
.contact2-content {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(18, 18, 18, 0.08);
    border: 1px solid rgba(1, 52, 101, 0.08);
}

.blog4-card {
    overflow: hidden;
    margin-bottom: 34px;
    height: 100%;
}

.blog4-card__thumb img,
.lienzo-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.public-gallery__item .blog4-card__thumb {
    border-radius: 12px;
    overflow: hidden;
}

.public-gallery__item img {
    transition: transform 0.2s ease;
}

.public-gallery__item:hover img {
    transform: scale(1.04);
}

.blog4-card-content,
.widget-card,
.contact3-card,
.contact2-content {
    padding: 32px;
}

.blog4-card-content-meta {
    color: #cf732f;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.blog4-card-content__title h2,
.h2-contacto,
.h3-contacto,
.h3-tramites,
.widget-card__title h3 {
    color: #013465;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    margin-bottom: 30px;
}

.blog4-card-content__desc,
.parrafo-articulo,
.contenido-summernote,
.section-top__desc,
.contact3-card__label {
    color: #5e6267;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.profile-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(1, 52, 101, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(18, 18, 18, 0.08);
}

.profile-card__media {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.profile-card__content {
    padding: 24px;
}

.profile-card__title {
    color: #013465;
    font-family: "Oswald", sans-serif;
    margin: 0;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.profile-card__subtitle {
    color: #5e6267;
    font-family: "Jost", sans-serif;
    margin: 8px 0 0;
}

@media (max-width: 1199px) {
    .profile-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }
}

@font-face {
    font-family: "dripicons-v2";
    src: url("../../../lccloud/assets/fonts/dripicons-v2.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
    font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dripicons-article:before {
    content: "p";
}

.dripicons-document-edit:before {
    content: "*";
}

.dripicons-ticket:before {
    content: "\e04f";
}

.dripicons-calendar:before {
    content: "M";
}

.calendar-sidebar {
    align-self: start;
    min-width: 0;
}

.calendar-sidebar__title {
    margin-bottom: 16px;
    font-size: 24px;
}

.calendar-sidebar__list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.calendar-sidebar__item {
    min-width: 0;
}

.calendar-sidebar-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    min-width: 0;
    gap: 10px;
    padding: 10px;
    align-items: stretch;
    overflow: hidden;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e7eb;
    text-decoration: none;
}

.calendar-sidebar-card--without-image {
    grid-template-columns: minmax(0, 1fr);
}

.calendar-sidebar-card img {
    width: 64px;
    height: 100%;
    min-height: 70px;
    object-fit: cover;
}

.calendar-sidebar-card__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.calendar-sidebar-card__type,
.calendar-sidebar-card__meta,
.calendar-sidebar-card__title {
    min-width: 0;
}

.calendar-sidebar-card__type {
    color: #013465;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.calendar-sidebar-card__meta {
    color: #5e6267;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.calendar-sidebar-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #013465;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.calendar-sidebar-card:focus-visible {
    outline: 3px solid #d4af37;
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .calendar-sidebar {
        margin-top: 24px;
    }
}

.contenido-summernote {
    color: #5e6267 !important;
    font-family: "Jost", sans-serif !important;
    font-size: 18px !important;
    line-height: 30px !important;
    max-width: 100% !important;
    overflow-x: auto;
}

.contenido-summernote :where(p, li, blockquote, span, div, td, th),
.contenido-summernote :where(a, strong, b, em, i) {
    color: #5e6267 !important;
    font-family: "Jost", sans-serif !important;
    font-size: 18px !important;
    line-height: 30px !important;
    max-width: 100% !important;
}

.contenido-summernote h1 {
    color: var(--black) !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 56px !important;
    line-height: 68px !important;
}

.contenido-summernote h2 {
    color: var(--black) !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 44px !important;
    line-height: 50px !important;
}

.contenido-summernote h3 {
    color: var(--black) !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 18px !important;
}

.contenido-summernote h4 {
    color: var(--black) !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 30px !important;
    line-height: 42px !important;
}

.contenido-summernote h5 {
    color: var(--black) !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 24px !important;
    line-height: 36px !important;
}

.contenido-summernote h6 {
    color: var(--black) !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

.contenido-summernote :is(h1, h2, h3, h4, h5, h6) span {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.contenido-summernote a {
    color: #013465 !important;
}

.contenido-summernote :is(img, video, iframe) {
    max-width: 100% !important;
}

.contenido-summernote :is(img, video) {
    height: auto !important;
}

.theme-btn,
.theme-btn.style1,
.theme-btn.style2 {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff !important;
    background: #013465;
    border-radius: 6px;
    padding: 14px 32px;
}

.theme-btn:hover,
.theme-btn.style1:hover,
.theme-btn.style2:hover {
    background: #121212;
}

.widget-card-search form {
    display: flex;
    gap: 8px;
}

.widget-card-search input,
.form__group input,
.form__group textarea {
    width: 100%;
    border: 1px solid rgba(1, 52, 101, 0.16);
    border-radius: 8px;
    padding: 14px 16px;
    font-family: "Jost", sans-serif;
}

.widget-card-search button,
.form button[type="submit"] {
    border: 0;
    border-radius: 8px;
    padding: 14px 20px;
    background: #013465;
    color: #fff;
}

.contact3-card {
    height: 100%;
    text-align: center;
}

.widget-card,
.contact2-content {
    height: 100%;
}

.contact3-card__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #013465;
    color: #fff;
    font-size: 24px;
}

.social-icon a,
.social-icon-footer a,
.menu-footer a,
.link-footer-bottom a {
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.social-icon a:hover,
.social-icon-footer a:hover,
.menu-footer a:hover,
.link-footer-bottom a:hover {
    color: #cf732f !important;
}

.social-icon-footer a:hover {
    transform: translateY(-2px);
}

.footer .footer-top {
    row-gap: 32px;
}

.footer .menu-footer {
    display: grid;
    gap: 12px;
}

.footer .social-icon-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.slide-item {
    display: flex;
    gap: 48px;
    align-items: flex-end;
}

.silde-content {
    min-width: 0;
}

.box-events-slide {
    flex: 0 1 414px;
}

.fondo-partidos .benefit-wrap-content > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 1500px) {
    .slide-item {
        gap: 64px;
        align-items: center;
    }

    .silde-content {
        max-width: min(760px, calc(100% - 484px));
    }

    .box-events-slide {
        flex-basis: 420px;
        max-width: 420px;
    }

    .flat-title-slider {
        font-size: 72px !important;
        line-height: 82px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .slide-item {
        gap: 80px;
    }

    .silde-content {
        max-width: min(840px, calc(100% - 560px));
    }

    .box-events-slide {
        flex-basis: 460px;
        max-width: 460px;
    }
}

@media only screen and (min-width: 993px) {
    #mainnav li:focus-within > ul {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }
}

@media only screen and (max-width: 1399px) {
    .logo-aguilascf {
        height: 82px !important;
    }

    .header-inner {
        gap: 18px;
    }

    #mainnav > ul > li {
        padding-left: 9px;
        padding-right: 9px;
    }

    #mainnav ul li a {
        font-size: 15px;
        letter-spacing: 0.08em;
    }

    .slide-item {
        gap: 32px;
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .silde-content {
        max-width: 540px;
    }

    .flat-title-slider {
        font-size: 64px !important;
        line-height: 74px !important;
    }

    .box-events-slide {
        flex: 0 1 380px;
        flex-basis: 380px;
        max-width: 380px;
    }
}

@media only screen and (max-width: 1366px) {
    .btn-menu {
        display: block;
    }

    #mainnav {
        display: none;
    }

    #mainnav-mobi.mainnav .menu > li > .submenu {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .header-inner .nav-wrap {
        margin-left: auto;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 993px) {
    .slide-item {
        align-items: center;
        gap: 28px;
        padding-top: 104px;
        padding-bottom: 120px;
    }

    .silde-content {
        max-width: calc(100% - 368px);
    }

    .flat-title-slider {
        font-size: 54px !important;
        line-height: 62px !important;
    }

    .flat-description-slider {
        font-size: 17px !important;
        line-height: 28px !important;
    }

    .box-events-slide {
        flex-basis: 340px;
        max-width: 340px;
        padding: 20px;
    }

    .content-event h2.title-event {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 992px) {
    .logo-aguilascf {
        height: 70px !important;
    }

    .slide-item {
        flex-direction: column;
        align-items: stretch;
        gap: 34px;
        padding-top: 88px;
        padding-bottom: 110px;
    }

    .silde-content {
        padding-right: 0 !important;
        max-width: 100%;
    }

    .box-events-slide {
        max-width: 100%;
        flex-basis: auto;
    }

    .flat-title-slider {
        font-size: 48px !important;
        line-height: 56px !important;
    }

    .fondo-partidos,
    .section-padding,
    .articulo-padding {
        padding: 70px 0;
    }

    .breadcrumb.fondo-encabezado {
        min-height: 260px;
    }
}

@media only screen and (max-width: 768px) {
    .tf-slider-widget,
    .tf-slider-widget .tf-slider,
    .tf-slider-widget .swiper-wrapper,
    .tf-slider-widget .tf-banner {
        height: auto !important;
        min-height: 820px;
    }

    .slide-item {
        gap: 28px;
        padding-top: 76px !important;
        padding-bottom: 86px !important;
    }

    .flat-title-slider {
        font-size: 42px !important;
        line-height: 50px !important;
    }

    .box-events-slide {
        padding: 20px;
    }

    .content-event h2.title-event {
        font-size: 25px;
        line-height: 34px;
    }

    .blog4-card-content,
    .widget-card,
    .contact3-card,
    .contact2-content {
        padding: 26px;
    }
}

@media only screen and (max-width: 576px) {
    .tf-slider-widget,
    .tf-slider-widget .tf-slider,
    .tf-slider-widget .swiper-wrapper,
    .tf-slider-widget .tf-banner {
        height: auto !important;
        min-height: 780px;
    }

    .logo-aguilascf {
        height: 58px !important;
    }

    .slide-item {
        gap: 24px;
        padding-top: 72px !important;
        padding-bottom: 80px !important;
    }

    .flat-title-slider {
        font-size: 38px !important;
        line-height: 46px !important;
    }

    .flat-description-slider {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .box-events-slide {
        padding: 18px;
    }

    .content-event h2.title-event {
        font-size: 24px;
        line-height: 32px;
    }

    .breadcrumb.fondo-encabezado {
        min-height: 220px;
    }

    .breadcrumb-heading h1 {
        font-size: 34px;
    }

    .breadcrumb-heading__items {
        font-size: 13px;
        gap: 8px;
    }

    .fondo-partidos,
    .section-padding,
    .articulo-padding {
        padding: 52px 0;
    }

    .blog4-card-content,
    .widget-card,
    .contact3-card,
    .contact2-content {
        padding: 22px;
    }

    .blog4-card-content__desc,
    .parrafo-articulo,
    .contenido-summernote,
    .section-top__desc,
    .contact3-card__label {
        font-size: 16px;
        line-height: 27px;
    }

    .contenido-summernote,
    .contenido-summernote :where(p, li, blockquote, span, div, td, th),
    .contenido-summernote :where(a, strong, b, em, i) {
        font-size: 16px !important;
        line-height: 27px !important;
    }

    .flat-button,
    .btn-contact,
    .theme-btn {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
        text-align: center;
    }

    .page-nav-wrap .pagination {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
}

@media only screen and (max-width: 400px) {
    .logo-aguilascf {
        height: 50px !important;
    }

    .header-top-inner {
        gap: 10px;
    }

    .flat-title-slider {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .flat-button,
    .btn-contact,
    .theme-btn {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .blog4-card-content,
    .widget-card,
    .contact3-card,
    .contact2-content {
        padding: 24px;
    }
}
