@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Dela+Gothic+One&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text-black {
    color: #0C312D !important;
}

.bricolage-font {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.video-index-home {
    height: 20rem;
}

.home-mega-tab {
    background-color: #FDF6ED !important;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
    overflow: hidden;
    min-height: 14rem;
}
@media (min-width: 1150px) {
    .lg-90 {
        min-width: 90%;
    }
}
.menu-abosute {
    position: absolute;
}

.menu-abosute.navbar-stick {
    background: #E12864;
}

.tab-custom {
    display: block;
    position: relative;
    text-align: center;
    height: 1.8rem;
    color: #ffffff99;
    cursor: pointer;
}

.tab-custom:before {
    content: "";
    position: absolute;
    width: 96%;
    height: 0.2rem;
    background: #ffffff99;
    bottom: 0px;
    border-radius: 15px;
    right: 1% !important;
    left: 2%;
}

.tab-custom.active {
    color: #FFF;
    font-weight: bold;
}

.tab-custom.active:before {
    background-color: #e12864;
}

.card-event-home .card-body {
    min-height: 70px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    font-size: small;
}

.event-badge {
    position: absolute;
    background: green;
    top: 0.5rem;
    left: 0.5rem;
    min-width: 60px;
    z-index: 1;
}

.row-event-date {
    position: absolute;
    bottom: 5px;
    padding: 3px;
    width: 100%;
    color: #FFF;
    left: 4%;
    z-index: 1;
}

.card-event-home img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-event-home .event-img-container:before {
    content: "";
    position: absolute !important;
    background: linear-gradient(0deg, black, transparent, #00000063);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.event-img-container {
    position: relative;
}

.event-day {
    text-align: right;
    display: block;
    margin-right: 2px;
}

.row-event-date>div {
    padding: 0;
}

span.d-block.event-month,
.d-block.event-year {
    line-height: 17px;
    vertical-align: middle;
    font-size: 17px;
    margin-left: 4px;
}

.row-event-date>div {
    line-height: 35px;
}

.btn-home-small {
    padding: 0px 10px;
    box-shadow: 0px 4px 16px -8px #000;
    border-radius: 20px;
    font-weight: 400;
}

.logo {
    width: 140px;
}

.card-img-blog-cont-home {
    position: relative;
}

.card-img-blog-cont-home:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.home-badge-tip {
    position: absolute;
    background: #d20044;
    margin: 0.5rem;
    color: #FFF;
    width: 42px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
}

.card.card-blog-home .card-body {
    font-size: small;
    line-height: normal;
    color: #000;
    font-weight: 500;
    min-height: 75px;
}














.card-over {
    position: relative;
    overflow: hidden;
}

.card-over .card-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000036;
    text-align: center;
    color: #FFF;
}

.card-over .card-body .btn {
    padding: 0.1rem 1.5rem;
}

.transparent {
    background: transparent;
}

.html-content img {
    max-width: 100%;
}

#map {
    min-height: 50vh;
}

.marker-info {
    margin-top: 10px;
}

#newsBar {
    position: absolute;
    width: 100%;
}


.card.card-event-home {
    box-shadow: 0px 0px 9px -2px #000;
    margin: 0;
    border-radius: 15px;
}

.card-img-blog-cont-home img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card.card-blog-home {
    box-shadow: 0px 0px 9px -2px #000;
    border-radius: 15px;
}

.coati {
    width: 124%;
    position: absolute !important;
    right: -27px;
    bottom: -27px;
    max-width: 260px;
}

.banner-coati p {
    line-height: 20px;
}

.btn-download-map {
    background: #e12864;
    border: navajowhite;
    /*padding: 0px 17px;*/
}

.logros-home span {
    font-weight: bolder;
}

.home-mega-tab-bg {
    position: absolute;
    z-index: -1;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.home-mega-tab:has(.home-mega-tab-bg):before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, black, transparent, transparent);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home-mega-tab-content {
    position: relative;
}

.check-custom {
    border-color: green !important;

    background-color: green !important;

}

.check-custom:disabled {
    background: #d3d3d3 !important;

    border-color: black !important;

}

.bg-green-custom, .bg-passport {
    background-color: green;
}
.bg-routes {
    background-color: #e12864 !important;
}
.bg-destinations {
    background-color: #c7aff0  !important;
}
.bg-beaches {
    background-color: #74e8e0  !important;
}
.bg-beaches {
    background-color: #74e8e0  !important;
}
.bg-culture {
    background-color: #fdb900 !important;
}
.bg-cenotes {
    background-color: #5bbbb2 !important;
}
.menu-bars-custom {
    background-color: transparent;
    border: none;
    width: 47px;
}

.menu-bars-custom img {
    width: 100%;
}

.avatar-home-custom {
    border: 3px solid #e7decb;
}

.badge-events-custom {
    background-color: #d1b6fa;
}

.progressbar-custom div {
    background: #00bb00;
    height: 12px;
}

.progressbar-custom {
    background: #dbdbdb;
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.logros-home span:last-child {
    line-height: 15px;
    white-space: break-spaces;
    display: block;
}

.text-white {
    color: #F2E5D0 !important;
}

.views-navigation i {
    font-size: 42px;
}

.views-navigation a {
    display: inline-block;
    line-height: 20px;
}

.views-navigation a span {
    font-size: 20px;
    vertical-align: middle;
    float: none;
    margin-top: -30px;
    display: inline-block;
}

.btn-custom-close-menu img {
    width: 40px;
    padding: 6px;
}

.btn-custom-close-menu {
    display: block !important;

}

.check-task-custom {
    float: right;
    width: 20px;
    height: 20px;
    background: #d3d3d3;
    border-radius: 50%;
    position: relative;
    margin-right: -10px;
}

.check-task-custom.completed:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    background: #04d904;
    border-radius: 50%;
    top: 14%;
    left: 15%;
}

.views-navigation-title-img {
    width: 40px;
}

.views-navigation {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.views-navigation .badge {
    background-color: #34cf3b;
}

.color-crema {
    background-color: #CFBA99;
}

.evidencia-otro {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.evidencia-otro .avatar {
    position: absolute;
    bottom: 9px;
    width: 50px !important;

    left: 8px;
}

@media (max-width: 991px) {
    .offcanvas {
        background-color: #F2E5D0;
        background-image: url(/assets/img/backmenu.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .offcanvas .navbar-nav {
        padding: 1.5rem;
    }

    .color-crema-responsive {
        background-color: #CFBA99;
    }
}
.img-horizontal-card{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media (min-width: 1150px) {
    .container {
        max-width: 1100px;
    }
}
@media (min-width: 600px) {
    .icono-passport-home-sign {
        max-height: 200px;
    }
}
.resumenPlayaSe {
    line-height: 1.3;
}
.home-mega-tab-custom {
    min-height: 131px;
}
#confetti-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Permite clics en el botón detrás del confetti */
    overflow: hidden;
    z-index:10000;
}

.confetti {
    position: absolute;
    width: 10px;
    height: 20px;
    background-color: red;
    opacity: 0.9;
    transform-origin: center;
    animation: fall 0s linear forwards, spin 0.1s linear infinite;
}
.text-breack {
    white-space: break-spaces;
    text-align: justify;
}
/* Animación de caída */
@keyframes fall {
    0% {
        margin-top:0; /* Empieza ligeramente fuera de la pantalla */
    }
    100% {
        margin-top: 200vh; /* Se mueve hasta el fondo de la pantalla */
    }
}


/* Animación de giro */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.neon-box {
    animation: neon-glow 6s linear ;
}

@keyframes neon-glow {
    0% {

        outline-style: solid;
        outline-color: #00cb00;
        outline-width: medium;
        box-shadow: 0 0 8px 2px #00cb00;
    }
    50% {
        outline-style: solid;
        outline-color: #00cb00;
        outline-width: medium;
        box-shadow: 0 0 8px 2px #00cb00;
    }
    100% {
        outline-style: none;
        outline-color: #00cb00;
        outline-width: none;
        box-shadow: none;
    }

}
.rotate-15n {
    transform: rotate(-15deg);
}
.rotate-45 {
    transform: rotate(45deg);
}
.rotate-90 {
    transform: rotate(90deg);
}
.lugar-playense-choice {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #FFF;
    z-index: 1;
}

.lugar-playense-choice i {
    font-size: 35px;
    vertical-align: sub;
}

.lugar-playense-choice:before {
    position: absolute;
    content: "";
    box-shadow: 0 0 64px 76px #000;
    right: 0;
    border-radius: 50%;
    z-index: -1;
}
.lh-card-home {
    line-height: 13px !important;
    display: block;
}
.row-cards-home-bottom .card {
    min-height: 13rem;
}
.tiktok-icon svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
}