@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

body {
    font-family: 'Gotham', sans-serif;
    background-color: #F1F1F1;
}

main {
    font-family: 'Gotham', sans-serif;
    z-index: 9999;
}

.fw-semibold {
    font-family: "Geist", 'Gotham', sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
}

.html-description ul {
    margin: inherit !important;
    padding: inherit !important;
    list-style: unset !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding-left: 2rem !important;
}

.navbar {
    background-color: #D10A2C;
    padding-top: 20px;
    border: none;
    z-index: 9999999;
}

p {
    margin: 0;
    padding: 0;
}

.search i {
    color: white;
    font-size: 24px;
    padding-right: 8px;
}

.header {
    color: white;
    background-color: #D10A2C;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    border-radius: 0px 0px 30px 30px;
    z-index: -1 !important;
}

    .header h1 {
        font-weight: bold;
    }

.shape {
    position: absolute;
    right: 0px;
}

.shapeOne {
    position: absolute;
    left: 0px;
}

.toggle-icon {
    width: 50px;
    height: 50px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.show {
    opacity: 1;
    transform: rotate(0deg);
}

.hide {
    opacity: 0;
    transform: rotate(-90deg);
    position: absolute;
}





/*Search */

.searchOne {
    background-color: white;
    padding: 15px 5px 15px 5px;
    border-radius: 10px;
    border: 1px solid white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.input-group {
    border: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    margin-right: 0px;
    margin-bottom: 0px;
}

.card {
    border: none;
}

.card-header {
    padding-bottom: 5px;
    padding: 5px !important;
}

.location {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: rgb(147, 147, 147);
    font-size: 12px;
}
/*Search */
.fecha {
    font-size: 16px;
    width: 7%;
    font-weight: bold;
    color: black;
}

.titleDate {
    font-size: 14px;
}

.flow {
    background-color: rgb(238 238 238);
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.flow-tri {
    background-color: #007aff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.fa-plus {
    color: #D10A2C;
}

.nav {
    width: 100%;
    overflow-x: auto; /* Permite el scroll horizontal */
    white-space: nowrap; /* Evita que los elementos se vayan a la siguiente línea */
    padding: 10px 0;
}

    .nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-flex; /* Para que los elementos estén en una fila */
    }

        .nav ul li {
            margin: 0 15px;
        }

            .nav ul li a {
                background-color: white;
                color: #627CFF;
                text-decoration: none;
                font-size: 18px;
                padding: 7px 10px 7px 10px;
                border-radius: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #E6E6E6;
            }

.date {
    font-size: 14px;
    color: #D10A2C;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .date span {
        height: 30px;
        width: 30px !important;
        background-color: #D10A2C;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        color: white;
        display: flex;
        margin-left: 10px;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
    }

.activeOne {
    background-color: #D10A2C !important;
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    padding: 13px 20px 13px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .activeOne .date {
        font-size: 14px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .activeOne .date span {
            background-color: rgba(255, 255, 255, 0.3);
        }

/* Hover effect for month items */
.nav ul li a {
    transition: all 0.2s ease;
    cursor: pointer;
}

    .nav ul li a:hover {
        background-color: #D10A2C !important;
        color: white !important;
        border-color: #D10A2C;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(209, 10, 44, 0.3);
    }

        .nav ul li a:hover .date {
            color: #ffffff;
            font-weight: 600;
        }

            .nav ul li a:hover .date span {
                background-color: rgba(255, 255, 255, 0.3);
            }

.boxCard {
    border: 1px solid rgb(212 212 212);
    border-radius: 15px;
}

.btn-primary {
    background-color: #D10A2C !important;
    border: none !important;
}

.apply {
    background-color: #D10A2C;
    padding: 12px;
    width: 50%;
    border: none !important;
    border-radius: 8px;
}

.canceled {
    padding: 12px;
    width: 50%;
    border: none !important;
}



.titleCard {
    justify-content: start;
    align-items: center;
    gap: 0.5em;
    padding: 20px;
}

    .titleCard h4 {
        font-size: 16px !important;
        padding: 0px;
        margin: 0px;
    }



.boxHead {
    background-color: white;
    display: flex;
    padding: 15px;
    border-bottom: 1px solid rgb(147, 147, 147);
}

.textHead {
    background-color: #FECB00;
    color: #000000;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 10px;
    border-radius: 9px;
    width: 40%;
    margin-right: 10px;
}

    .textHead .first {
        font-size: 12px;
    }

    .textHead .second {
        font-size: 12px;
        font-weight: bold;
    }

.textMain h4 {
    font-size: 16px;
}

.brands {
    background-color: #202020;
    color: white;
    justify-content: center;
    display: flex;
    flex-flow: column wrap;
    padding: 50px;
}

    .brands h2 {
        border-bottom: 1px solid white;
        width: 100%;
        padding-bottom: 20px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
    }

.brand-container {
    flex-flow: row wrap;
}

.carousel-indicators {
    margin-top: 45px;
    position: unset;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.texto {
    display: flex;
    justify-content: center;
}


.action ul {
    /*    margin-top: 30px;*/
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}


    .action ul li a {
        /*    padding: 20px;*/
        color: #D10A2C;
        border-radius: 10px;
    }

    .action ul li .on {
        color: white;
        /*    padding: 20px;*/
        background-color: #D10A2C;
        border-radius: 10px;
    }

.number {
    font-size: 24px;
}






/* Menú lateral */
.side-menu {
    position: fixed;
    top: 0;
    left: -250px; /* Oculto por defecto */
    width: 250px;
    height: 100%;
    background-color: #ffffff;
    transition: left 0.3s ease-in-out;
    padding-top: 60px;
    z-index: 1000;
}

    /* Estilos del menú */
    .side-menu ul {
        list-style: none;
        padding: 0;
    }

        .side-menu ul li {
            padding: 15px;
        }

            .side-menu ul li a {
                color: #D10A2C;
                text-decoration: none;
                display: block;
                font-weight: bold;
                border-bottom: 2px solid #D10A2C;
                transition: 0.4s ease-in-out;
                width: 0px;
            }

                .side-menu ul li a:hover {
                    border-bottom: 2px solid #D10A2C;
                    transition: 0.4s ease-in-out;
                    width: 100px;
                }


/* Botón de cierre */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    background: none;
    border: none;
    color: #D10A2C;
    cursor: pointer;
}


.carousel-indicators .active {
    opacity: 0.5;
}




h1,
h2,
h3,
h4,
h5,
h6 {
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

    a,
    a:active,
    a:focus {
        color: #333;
        text-decoration: none;
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -ms-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.footer {
    /* background: linear-gradient(105deg, #D10A2C, #B00422);*/
    padding-top: 20px;
    padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer {
}

@media only screen and (max-width:768px) {
    .single_footer {
        margin-bottom: 30px;
    }

    .action ul {
        margin-top: 0px !important;
    }

    .single_footer h4 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
    }

        .single_footer h4::after {
            content: "";
            display: block;
            height: 2px;
            width: 40px;
            background: #fff;
            margin-top: 20px;
        }

    .single_footer p {
        color: #fff;
    }

    .single_footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .single_footer ul li {
        }

            .single_footer ul li a {
                color: #fff;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                line-height: 36px;
                font-size: 15px;
                text-transform: capitalize;
            }

                .single_footer ul li a:hover {
                    color: #ff3666;
                }

    .single_footer_address {
    }

        .single_footer_address ul {
        }

            .single_footer_address ul li {
                color: #fff;
            }

                .single_footer_address ul li span {
                    font-weight: 400;
                    color: #fff;
                    line-height: 28px;
                }

    .contact_social ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

    /*START NEWSLETTER CSS*/
    .subscribe {
        display: block;
        position: relative;
        margin-top: 15px;
        width: 100%;
    }

    .subscribe__input {
        background-color: #fff;
        border: medium none;
        border-radius: 5px;
        color: #333;
        display: block;
        font-size: 15px;
        font-weight: 500;
        height: 60px;
        letter-spacing: 0.4px;
        margin: 0;
        padding: 0 150px 0 20px;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
    }

    @media only screen and (max-width:768px) {
        .subscribe__input {
            padding: 0 50px 0 20px;
        }
    }

    .subscribe__btn {
        background-color: transparent;
        border-radius: 0 25px 25px 0;
        color: #01c7e9;
        cursor: pointer;
        display: block;
        font-size: 20px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
    }

        .subscribe__btn i {
            transition: all 0.3s ease 0s;
        }

    @media only screen and (max-width:768px) {
        .subscribe__btn {
            right: 0px;
        }
    }

    .subscribe__btn:hover i {
        color: #ff3666;
    }

    button {
        padding: 0;
        border: none;
        background-color: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    /*END NEWSLETTER CSS*/

    /*START SOCIAL PROFILE CSS*/
    .social_profile {
        margin-top: 40px;
    }

        .social_profile ul {
            list-style: outside none none;
            margin: 0;
            padding: 0;
        }

            .social_profile ul li {
                float: left;
            }

                .social_profile ul li a {
                    text-align: center;
                    border: 0px;
                    text-transform: uppercase;
                    transition: all 0.3s ease 0s;
                    margin: 0px 5px;
                    font-size: 18px;
                    color: #fff;
                    border-radius: 30px;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    display: block;
                    border: 1px solid rgba(255,255,255,0.2);
                }

    @media only screen and (max-width:768px) {
        .social_profile ul li a {
            margin-right: 10px;
            margin-bottom: 10px;
        }
    }

    @media only screen and (max-width:480px) {
        .social_profile ul li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
    }

    .social_profile ul li a:hover {
        background: #ff3666;
        border: 1px solid #ff3666;
        color: #fff;
        border: 0px;
    }
    /*END SOCIAL PROFILE CSS*/
    .copyright {
        margin-top: 70px;
        padding-top: 40px;
        color: #fff;
        font-size: 15px;
        border-top: 1px solid rgba(255,255,255,0.4);
        text-align: center;
    }

        .copyright a {
            color: #01c7e9;
            transition: all 0.2s ease 0s;
        }

            .copyright a:hover {
                color: #ff3666;
            }


    .signal {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px !important;
        height: 10px !important;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 0px solid transparent !important;
        border-bottom: 0px solid transparent !important;
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 200px;
    }

    .active {
        opacity: 1 !important;
        transition: opacity .6s ease;
    }

    .btn-outline-primary {
        border: none;
        background-color: #F2F4F7;
        color: #4B4B4B;
    }

    .btn {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .modal-title {
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .profile {
        width: 100px;
        height: 100px;
        background-size: cover;
        background-position: center;
        border: 3px solid #D10A2C;
        border-radius: 200px;
    }

    .card-profile {
        padding: 10px;
        margin-top: 60px;
        margin-bottom: -60px;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }


    .country {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5em;
    }

    .id p {
        margin-top: 10px;
        font-weight: bold;
        font-size: 18px;
    }

    .raw {
        gap: 2em;
        width: 330px;
        display: flex;
        justify-content: space-between;
        color: #627CFF;
        margin-top: 15px;
    }

        .raw p {
            color: #627CFF;
        }

    .card-results {
        background-color: #F5F5F5;
        border-radius: 15px;
        padding: 20px;
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 4.2em;
    }

    .ouu {
        width: 100%;
        padding-bottom: 20px;
    }

    .u a {
        font-size: 12px !important;
        margin: 0px;
        padding: 10px 10px 10px 10px !important;
    }

    h5 {
        font-size: 18px !important;
    }



    .head {
        position: relative;
        background-size: cover;
        background-position: center;
        height: 30vh; /* Ajusta según necesidad */
    }

        .head::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30vh;
            background: rgba(144, 0, 0, 0.5); /* Ajusta la opacidad según prefieras */
        }


    @media (max-width: 992px) {
        ´


        .head {
            position: relative;
            background-size: cover;
            background-position: center;
            height: 70vh; /* Ajusta según necesidad */
        }

        .head::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 70vh;
            background: rgba(144, 0, 0, 0.5); /* Ajusta la opacidad según prefieras */
        }



        .u a {
            font-size: 10px !important;
            margin: 1px;
        }


        .shape {
            position: absolute;
            top: -80px;
            right: 0px;
        }

        .card-profile {
            position: relative;
            top: -100px;
        }

        .perfil {
            position: relative;
            left: -20%;
        }
    }

    .card-results .point {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }


    .point p:first-child {
        font-size: 26px;
        font-weight: bold;
    }

    .time {
        background-color: darkolivegreen !important;
        color: white !important;
        font-size: 17px;
        padding: 3px;
        display: flex;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
    }

    td {
        font-size: 15px;
        font-weight: bold;
    }



    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }

    th, td {
        padding: 12px;
        text-align: left;
    }

    th {
        background-color: #333;
        color: white;
    }

    tr:nth-child(even) {
        background-color: #ffffff;
    }

    tr:hover {
        background-color: #ddd;
    }

    td {
        border-bottom: 1px solid #ddd;
    }
















    .table-p {
        color: white;
        background: linear-gradient(rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5)), url('tu-imagen.jpg') center/cover no-repeat;
        border-radius: 0px 0px 30px 30px;
    }











    .headtree {
        color: white;
        background: linear-gradient(rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5)), url('tu-imagen.jpg') center/cover no-repeat;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 150px;
        border-radius: 0px 0px 30px 30px;
    }


    .image-event {
        margin-bottom: 20px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: 200px;
        height: 285px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .moon {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4em;
        color: #ffffff;
        padding: 2px;
        border-radius: 15px;
        margin-right: 10px;
    }

        .moon p {
            font-size: 20px !important;
        }

    .navwo {
        display: none;
    }

    .action {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .formulario {
        width: 100%;
    }

        .formulario button {
            background-color: #B00422 !important;
            border: none !important;
            padding: 10px 0;
        }

    .back {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        background-color: rgba(255, 255, 255, 0.316);
        padding: 30px;
        border-radius: 200px;
        color: white !important;
    }


    .oneDesert, .desert {
        display: none;
    }

    .action u a {
        display: none;
    }

    thead {
    }

    .th {
        background-color: #D10A2C !important;
    }

    .y {
        color: white !important;
        background-color: #D10A2C !important;
    }

    .special {
        width: 70%;
    }

    .table-2 tr td {
        background-color: white !important;
        color: dimgray;
    }

    .actionTwo {
        background-color: #D10A2C;
        height: 80px;
        padding-bottom: 15px;
        border-radius: 0px 0px 20px 20px;
    }

        .actionTwo a {
            /*margin-bottom: 25px;*/
        }

    .raw2 {
        height: 350px;
    }




    @media (min-width: 992px) {
        .raw2 {
            height: 250px !important;
        }


        .image-event {
            top: -66%;
            margin-bottom: 20px;
            left: 12%;
            position: relative;
            transform: translateX(-50%);
            width: 200px;
            height: 285px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .special {
            width: 40%;
        }

        .table-2 tr td {
            background-color: ghostwhite !important;
            color: dimgray;
        }


        .oneDesert {
            display: inline-block;
            width: 16.6%;
            background-color: #D10A2C !important;
        }

        .y {
            color: white !important;
            background-color: #D10A2C !important;
        }

        .desert {
            display: inline-block;
            width: 16.6%;
            padding: 25px !important;
        }

            .desert > * {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%; /* Para ocupar todo el alto del td */
                min-height: 44px;
                text-align: center;
            }

        .perfil {
            position: relative;
            left: -33%;
        }

        h1 {
            font-size: 30px;
        }

        .card h4 {
            font-size: 20px !important;
        }



        .content-perfil {
            position: relative;
            top: -150px;
            margin-top: 40px;
        }

        .Header-profile {
            padding-bottom: 120px !important;
        }

        .card-profile {
            padding: 10px;
            margin-top: 0px;
            margin-bottom: 0px;
            display: flex;
            flex-flow: column wrap;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
        }

        .side-menu {
            display: none;
        }

        .toggle {
            display: none;
        }

        .navwo {
            display: flex;
            gap: 2.6em;
            color: white;
            margin-right: 114px;
        }

        .subtitle {
            font-size: 22px;
        }

        .navwo a {
            border-bottom: 2px solid rgba(255, 255, 255, 0);
            color: white !important;
            font-weight: 300;
            width: 0px !important;
            transition: 0.3s ease-in-out !important;
            padding-bottom: 10px;
        }

            .navwo a:hover {
                border-bottom: 2px solid white;
                width: 100px;
                transition: 0.3s ease-in-out !important;
            }

        .navTwo {
            display: flex !important;
            justify-content: space-between !important;
        }

        .navbar-expand-lg .navbar-toggler {
            display: block;
        }
        /*main  {
            padding-left: 120px !important; 
            padding-right: 120px !important; 
            padding-top: 50px;*/
    }



    .fecha {
        font-size: 16px;
        width: 7%;
        font-weight: bold;
        color: black;
    }

    .titleDate {
        font-size: 20px;
    }

    .flow {
        font-size: 14px;
        font-weight: 300;
    }

    .location {
        display: flex;
        align-items: center;
        gap: 0.5em;
        color: rgb(147, 147, 147);
        font-size: 17px;
    }

        .location p {
            font-size: 14px;
        }

    .titleCard h4 {
        font-size: 21px !important;
        padding: 0px;
        margin: 0px;
    }

    .textHead {
        width: 25%;
    }

    .textMain h4 {
        font-size: 19px;
        margin-bottom: 2px;
    }
}

.modal-dialog {
    position: fixed; /* Asegura que siempre esté en la pantalla */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important; /* Lo centra completamente */
    width: 90%;
    margin: 0; /* Evita márgenes que afecten la posición */
    pointer-events: none;
}

.fa-minus {
    color: #D10A2C;
}

.table-2 {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
}

.table {
    border-radius: 10px;
    overflow: hidden;
}

hr {
    width: 100%;
    height: 2px;
    background-color: #00000012;
}

.timeline {
    position: relative;
    width: 30px;
    text-align: center;
}

    .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #ccc;
        transform: translateX(-50%);
    }

.circle {
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin: auto;
    z-index: 2;
    border: 5px solid black;
}
