/* ================= Datos Nav ========================= */

.div-fijo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFF;
}

.nav-datos a {
    text-decoration: none;
    color: #403a3a;
    font-size: 1.2rem;
    font-weight: bold;
}

.nav-datos a i {
    font-size: 1.4rem;
}


.bg-light {
    background-color: #ffffff !important;
}

.navbarVisit ul li a {
    font-weight: bold;
    color: #403a3a;
}

.navbarVisit ul li {
    margin-right: 1.6rem;
}

.navbarVisit ul li:hover {
    background-color: #c24c4d;
    cursor: pointer;
}

.navbarVisit ul li:hover a {
    color: white;
}

.navbar-toggler {
    font-size: 1rem !important;
    line-height: 0 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
    transition: box-shadow .15s ease-in-out !important;
}

.navbar {
    padding-top: .2rem !important;
    padding-bottom: .1rem !important;
}

.iconBlack {
    color: #000 !important;
}

.iconWhatsapp {
    color: #25D366;
}

.iconContact {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .text-p {
        display: none;
    }
}

/* ================= Datos Nav ========================= */

/* ================= Nav Icon ========================= */
.navIcon div i {
    font-size: 1.5rem;
    color: #545962;
}

.navIcon a {
    text-decoration: none;
    color: #403a3a;
}

.rounded-border {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-direction: column;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #004c97;
}

.rounded-border i {
    margin: 0.6rem;
}

.rounded-border-active {
    background-color: #004c97;
}

.icon-active {
    color: #FFF !important;
}

.border-bottom-icon {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #004c97;
}

.icon-text-active {
    font-weight: bold;
    color: #004c97;
}

.span-text {
    font-size: 0.80rem;
    font-weight: bold;
}

.bodyWeb {
    margin-top: 8.5555rem;
}

/* ================= Nav Icon ========================= */


/* ================= Video promocional ========================= */

.video-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

@media (max-width: 767px) {
    .video-container video {
        height: 30vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-container video {
        height: 45vh;
    }
}

/* @media (min-width: 992px) and (max-width: 1199px) {
    .video-container video {
        height: 75vh;
    }
} */

/* @media (min-width: 1200px) {
    .video-container video {
        height: 80vh;
    }
} */

/* ================= Video promocional ========================= */

/* ================= Bienvenida ========================= */

.bienvenida h1 {
    color: #585858;
}

.bienvenida span {
    color: #516d1f;
}

.bienvenida small {
    font-size: 1.4rem;
}

/* ================= Bienvenida ========================= */

/* ================= Tarjetas ========================= */

@media (max-width: 767px) {
    .cardMargin {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

/* ================= Tarjetas ========================= */

/* ================= Paquetes turísticos ========================= */

.card-a {
    text-decoration: none;
    color: #000;
}

.card-a:hover {
    text-decoration: none;
    color: #000;
}

.card-body-text h5 {
    font-weight: bold;
}

.price {
    border-bottom: 2px solid #ff4e00;
    display: inline-block;
    color: #ff4e00;
}

.list-group-item-tours {
    position: relative;
    display: block;
    padding: 0.1rem 0.5rem;
    color: #212529;
}

.movil-carousel {
    display: none;
}

@media (max-width: 767px) {
    .desktop-carousel {
        display: none;
    }

    .movil-carousel {
        display: block;
    }
}

/* ================= Paquetes turísticos ========================= */

/* ================= Hospedaje ========================= */

.servicios li i {
    color: #3d4b09;
}

.icon-lodging i {
    font-size: 2.5rem;
    color: #3d4b09;
}

.icon-cama img {
    width: 75px;
}

/* ================= Hospedaje ========================= */

/* ================= Footer========================= */

.footer {
    background-color: #c24c4d;
    color: #FFF;
}

.nav-datos-footer i {
    color: #FFF;
}

.nav-datos-footer a {
    text-decoration: none;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: bold;
}

/* ================= Footer========================= */

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(60 59 59 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.loader {
    border: 8px solid #ffffff;
    border-top: 8px solid #5c5c5c;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* styles.css */

/* Estilo general del menú */
.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

/* Estilo de cada elemento del menú */
.item {
    text-align: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.item a {
    font-size: 1.3rem;
}

.item-span {
    font-size: 1.5rem;
    font-weight: 600;
}

.item-active {
    background-color: #004c97;
}

.item-active-icon {
    color: #fff !important;
}


.item:hover {
    color: #007bff;
}

/* Iconos circulares */
.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #004c97;
}

/* Estilo del menú desplegable */
.dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .submenu {
    display: block;
}

/* Estilo de las opciones del menú desplegable */
.submenu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px;
    transition: background-color 0.3s;
}

.submenu a:hover {
    background-color: #f0f0f0;
}

.text-align-justify {
    text-align: justify;
    text-justify: inter-word;
}