a,
.navmenu a {
    transition: none;
}

.bg-dark {
    background-color: #111 !important;
}

.texto1 {
    color: #111;
    font-size: 37px;
    padding: 0 15%;
    font-weight: normal;
}

.texto1 .negrita {
    display: inline;
    font-weight: bold;
}

.menu-mobile a:hover {
    color: #111 !important;
    border-bottom: 2px solid #ff387d !important;
}

.menu-mobile a.hover-none:hover {
    border-bottom: 0 !important;
}

.navmenu a {
    font-size: 16px !important;
}

.slide-title {
    color: #fff !important;
    font-weight: bold;
    font-size: 50px;
}

.slide-subtitle {
    color: #fff !important;
    font-weight: bold;
    font-size: 30px;
}

.slider-title {
    color: #fff !important;
    font-weight: bold;
    font-size: 30px;
    text-align: left !important;
}

.slider-subtitle {
    color: #fff !important;
    font-size: 24px;
    text-align: left !important;
}

.carousel-caption {
    z-index: 2;
    left: 10% !important;
    top: 30% !important;
    text-align: right !important;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.carousel-caption.video-slider {
    width: 96% !important;
    left: 2% !important;
    top: 80% !important;
}

.btn-primary {
    background-color: #ff387d !important;
    border-color: #ff387d !important;
}

.bg-primary {
    background-color: #ff387d !important;
}

.btn.btn-circle {
    border-radius: 30px;
}

.z-9999 {
    z-index: 9999 !important;
}

header .branding {
    background-color: #fff !important;
    padding: 0;
}

.navmenu span {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 2px;
}

@media (min-width: 1200px) {
    .navmenu .dropdown ul {
        padding: 0;
        border-radius: 0px;
    }
}

.module h3 {
    font-size: 42px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.module h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.btn-lg {
    padding: .9375rem 2rem .9375rem 2rem;
    letter-spacing: .09375rem;
    font-size: .75rem;
}

.btn-info-daterium:hover {
    border-color: #111 !important;
}

.layout-actualidad-list .layout-actualidad-list__container .layout-actualidad-list__grid .layout-actualidad-list__grid-item .template-actualidad {
    position: relative;
    z-index: 9;
}

.template-actualidad .template-actualidad__card {
    position: relative;
}

.template-actualidad .template-actualidad__card .template-actualidad__figure {
    position: relative;
    z-index: 1;
    margin: 0px;
}

.template-actualidad .template-actualidad__card .template-actualidad__figcaption {
    color: #111;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

.template-actualidad .template-actualidad__card .template-actualidad__figcaption {
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    gap: 10px;
}

.template-actualidad .template-actualidad__card .template-actualidad__card-link {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.template-actualidad .template-actualidad__card .template-actualidad__figcaption .template-actualidad__textos {
    width: 100%;
}

.template-actualidad__textos-title,
.template-actualidad__textos-subtitle {
    color: #111;
}

.template-actualidad__textos-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0px 7px 0px;
    line-height: 120%;
}

.template-actualidad__textos-subtitle {
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    line-height: 120%;
}

.text-break {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-break:hover {
    text-overflow: initial;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}

.titulo-card,
.subtitulo-card {
    font-size: 13px;
}

.btn-outline-primary {
    color: #ff387d !important;
    border-color: #ff387d !important;
    letter-spacing: 0.15em;
}

.btn-outline-primary:hover {
    color: #FFF !important;
    border-color: #ff387d !important;
    background: #ff387d !important;
}

address {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    gap: 5px 10px;
    flex-flow: row wrap;
    line-height: 140%;
}

.menu-footer {
    text-align: center;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
    font-size: 16px;
    gap: 5px;
    padding: 0px 10px;
    justify-content: center;
}

.menu-item+.menu-item:before {
    content: '|';
    color: #fff;
    margin-right: 5px;
}

.footer-link {
    color: #FFF;
}

.footer-link:hover {
    color: #ff387d;
}

.footer {
    padding-bottom: 0px !important;
}

@media (max-width: 768px) {

    /* Cambia el tamaño máximo según tus necesidades */
    .slide-title {
        font-size: 30px;
    }

    .slider-title {
        font-size: 22px;
    }

    .slider-subtitle {
        font-size: 14px;
    }

    .carousel-caption {
        top: 10% !important;
    }

    .template-actualidad__textos-title {
        font-size: 22px;
    }

    .template-actualidad__textos-subtitle {
        font-size: 14px;
    }

    .btn-lg {
        padding: .5rem 2rem .5rem 2rem;
    }

    .texto1 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .menu-mobile {
        background-color: #fff !important;
    }

    .menu-mobile a:hover {
        border-bottom: 0 !important;
    }
}

@media (max-width: 1199px) {
    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: #fff;
        border-radius: 0;
    }

    .buscador {
        display: inline !important;
    }
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader div {
    width: 13px;
    height: 13px;
    background-color: #ff387d;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    #preloader div:nth-child(1) {
        left: calc(42% + 8px);
        animation: animate-preloader-1 0.6s infinite;
    }

    #preloader div:nth-child(2) {
        left: calc(42% + 8px);
        animation: animate-preloader-2 0.6s infinite;
    }

    #preloader div:nth-child(3) {
        left: calc(42% + 32px);
        animation: animate-preloader-2 0.6s infinite;
    }

    #preloader div:nth-child(4) {
        left: calc(42% + 56px);
        animation: animate-preloader-3 0.6s infinite;
    }
}

.img-hover {
    transition: transform 0.3s ease;
}

.img-hover:hover,
.post-item:hover .img-hover {
    transform: scale(0.95);
}

.breadcrumb-item.active {
    color: #ccc;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.post-content {
    font-size: 18px;
}

.post-title,
.post-title:hover {
    color: #111;
}

.post-item {
    border: 1px solid #111;
}

.accordion-button:not(.collapsed) {
    background-color: #111 !important;
    color: #FFF !important;
}

.accordion-button:not(.collapsed) a {
    color: #fff !important;
}

.accordion-button.collapsed a {
    color: #111 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ref .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
    border: 5px solid rgba(180, 180, 180, .6);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top left */
.ribbon-top-left {
    top: -10px;
    left: 6px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right */
.ribbon-top-right {
    top: -10px;
    right: 6px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left */
.ribbon-bottom-left {
    bottom: 11px;
    left: 6px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right */
.ribbon-bottom-right {
    bottom: 11px;
    right: 6px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.ribbon-obsoleto span {
    background-color: rgba(255, 0, 0, .7);
}

.ribbon-novedad span {
    background-color: rgba(0, 0, 255, .7);
}

.ribbon-proximamente span {
    background-color: rgba(255, 165, 0, .7);
    font: 700 16px 'Lato', sans-serif;
}

.ribbon-promo {
    position: absolute;
    top: -10px;
    right: 6px;
    z-index: 999;
}

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

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

.cursor-pointer {
    cursor: pointer;
}

ol,
ul {
    padding-left: 0rem;
    list-style: none;
}

input:focus,
select:focus {
    box-shadow: none !important;
}

input,
select,
.form-control,
.form-select {
    border-radius: 0 !important;
    border: 1px solid #111;
}

.text-primary {
    color: #ff387d !important;
}

.border-primary {
    border-color: #ff387d !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.ref .accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #111;
}

.ref .accordion-button.collapsed {
    color: #FFF;
    background-color: #111;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #111;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-color: #111;
    --bs-pagination-hover-color: #111;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: #111;
    --bs-pagination-focus-color: #111;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #111;
    --bs-pagination-active-border-color: #111;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: #111;
    --bs-pagination-border-radius: 0;
}

.active-nav-link {
    color: #fff !important;
    background-color: #ff387d !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #111;
}

.bi-menu::before {
    font-weight: bold !important;
}

.menu-icon {
    font-size: 15px;
}

.borde {
    border: 1px solid #111;
}

.altura50 {
    height: 50vh !important;
    min-height: 50vh;
    margin-top: 0px;
}

.bg-image-mobile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h2 {
    font-size: 30px;
}

.text-h2 {
    font-size: 2.75rem;
}

@media (min-width: 1200px) {

    .navmenu a,
    .navmenu a:focus {
        padding: 18px;
    }
}

@media (max-width: 1199px) {
    .h2 {
        font-size: 20px;
    }

    .bg-image-mobile {
        background-position: bottom;
    }

    .text-h2 {
        font-size: 1.5rem;
    }


    .altura50 {
        margin-top: -60px;
        height: 35vh !important;
        min-height: 35vh;
    }

    .instagram-item {
       
        height: 400px !important;

    }

}

.dataTables_filter {
    display: none !important;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-image-bottom {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

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

.about ul i {
    font-size: 20px;
}

.font-size-7 {
    font-size: 7px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

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

.font-size-24 {
    font-size: 24px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.text-gris {
    color: #bdbdbd !important;
}

.text-gris-2 {
    color: #666 !important;
}

.enlace:hover {
    color: #111 !important;
}

.enlace-primary:hover {
    color: #ff387d !important;
}

.list-style-circle {
    padding-left: 15px;
    list-style: circle !important
}

.contact .info-item i {
    color: #111;
    background: color-mix(in srgb, #111, transparent 92%);
}

.contact .info-item:hover i {
    color: #fff;
    background: #ff387d;
}

.navmenu .dropdown ul {
    overflow: hidden;
}

.navmenu .dropdown ul li {
    min-width: 0;
}

.navmenu .dropdown ul {
    left: 0;
}

@media (max-width: 1400px) {
    .container-menu {
        max-width: 1400px !important;
    }

}

@media (max-width: 1300px) {
    .container-menu {
        max-width: 1300px !important;
    }

    .header .logo-menu {
        max-width: 55px;
    }
}

@media (max-width: 1199px) {

    .header .logo-menu {
        max-width: 100%;
    }
}

.header .logo img {
    max-height: 90px;
}

.btn-video {
    transition: transform 0.3s ease;
}

.btn-video:hover {
    transform: scale(1.5);

}

@media (max-width: 1199px) {

    .navmenu a i,
    .navmenu a:focus i {
        color: #fff;
        background-color: #ff387d !important;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: #ff387d !important;
    }

    .header .logo img {
        max-height: 60px;
    }

    .titulo-index {
        font-size: 1.75rem !important;
    }

    .texto1 {
        padding: 0;
    }
}

.background-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.form-control:focus {
    border-color: #111;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ff387d;
}

.list-style-decimal {
    list-style: decimal;
}

.btn-lg {
    padding: .9375rem 2rem .9375rem 2rem;
    letter-spacing: .09375rem;
    font-size: .75rem;
}

.bg-gris {
    background-color: #ececee !important;
}

.link {
    color: #bdbdbd !important;
}

.link:hover {
    color: #fff !important;
}

.etiqueta {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff387d;
    clear: both;
    color: #ff387d;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.titulo {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    font-size: 33px;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1em;
    word-wrap: break-word;
}

.anyo {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 60px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1em;
}

.formato-pdf {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.icono {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #fff url('../img/ico-pdf.png') no-repeat;
    background-size: 100%;
    width: 51px;
    height: 49px;
}

.info-index i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s ease-in-out;
    margin-right: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    margin: 0;
    z-index: 1;
}

.iframe_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo img {
    max-height: 90px;
}

.instagram-item {
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
}

.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.item-daterium {
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    word-wrap: break-word;
}

.list-style-disc {
    list-style-type: disc !important;
}

.list-style-decimal {
    list-style-type: decimal !important;
}

.hover-zoom {
    transition: transform .3s;
}

.hover-zoom:hover {
    transform: scale(1.1);
}

.fs-price {
    font-size: 1.1rem;
    font-weight: bold;
}

.fs-iva {
    font-size: 0.8rem;
    font-weight: normal !important;
}

.bg-orange {
    background-color: orangered !important;
}