* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Manrope, Arial, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

:root {
    font-size: 16px; /* Tamaño base de la fuente */
}

@media (max-width: 768px) {
    :root {
        font-size: 12px; /* Tamaño base de la fuente para dispositivos móviles */
    }
}

.mobile-dropdown, .mobile-dropdown:hover, .mobile-dropdown:focus, .mobile-dropdown:active, .mobile-dropdown:checked {
    text-decoration: none;
    color: white;
    font-size: 1.25rem;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    text-decoration: none;
    color: white;
    font-size: 1.25rem;
}

.pick-us-sub-container{
    background-color: #eff7fa;
    padding: 2rem;
    border-radius: 20px;
    height: 100%;
}

.pick-us-squares .col{
    padding: 1rem;
}

.pick-us-sub-container i {
    font-size: 1.5rem;
}

.pick-us-sub-container h3{
    font-size: 1.25rem;
    font-weight: 700;
}

.most-visited-container{
    display: flex;
    justify-content: center;
    overflow-x: auto;
}

.most-visited-container .card:hover{
    cursor: pointer;
}

.most-visited-container .card{
    width: 20rem;
    min-width: 20rem !important;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: transparent;
}

.most-visited-container a{
    text-decoration: none;
    color: white;
}

.most-visited-container .card img{
    height: 20rem;
    object-fit: cover;
}

.most-visited-container .card-body{
    background-color: black;
    text-decoration: none;
}

.most-visited-container .card-body i {
    color: #00d273;
}

.most-visited-container .card-body h5, .most-visited-container .card-body p{
    text-align: start;
}

.button-apply-now{
    padding: 0.75rem 2rem;
    border-radius: 1rem;
    /*    BACKGROUND DEGRADADO DE AZUL A ROJO*/
    background: linear-gradient(to right, #c7161e, #21356b);
    color: white;
    font-weight: bold;
    border: 2px solid white;
}

.button-apply-now:hover{
    border-color: #c7161e;
    background: white;
    color: #21356b;
}




@media (max-width: 768px) {

    .button-apply-now{
        width: 100%;
    }

    .dropdown-toggle::after {
        display: inline-block;
    }
    .desktop-title {
        display: none;
    }
    .list-unstyled {
        padding-left: 1rem;
        margin: 0;
    }
    .footer li{
        margin-top: 0 !important;
        padding-bottom: 1rem;
    }

    .hide-mobile {
        display: none !important;
    }

    .most-visited-container{
        justify-content: start;
    }

}

@media (min-width: 769px) {
    .mobile-dropdown {
        display: none;
    }

}

.circle {
    font-size: 3rem; /* Tamaño de la fuente */
    min-width: 5rem;
    width: 5rem; /* Se adapta al tamaño de la fuente */
    height: 5rem;
    background-color: #e5eced;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Manrope,Arial,sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    margin-right: 10px;
}

body{
    color: #0b3946;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    border: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(213 225 226 / var(--tw-border-opacity, 1));
}

.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1312px;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 14px;
    width: 100%;
}
.logo-container{
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-logo-container{
    font-weight: 700;
    font-size: 18px;
}
.menu-container{
    display: flex;
    align-items: center;
    min-width: 613px;
}
.nav-container{
    display: flex;
    align-items: center;
}
/* Estilos para el botón principal del dropdown */
.dropdown-custom {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

/* Estilos generales del dropdown */
.dropdown-menu {
    border-radius: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 20px 0;
    width: 280px; /* Tamaño similar al de la imagen */
    background: white;
    transform-origin: top right;
}
.dropdown-item{
    padding: 12px 24px;
}

/* Asegurar que el dropdown se abra hacia la izquierda */
.submenu {
    display: none;
    list-style: none; /* Quitar viñetas */
    padding-left: 0; /* Eliminar indentación extra */
    margin-top: 5px;
}
.submenu .dropdown-item{
    padding: 12px 48px;
}
.dropdown-menu {
    list-style: none; /* Quitar viñetas */
    padding-left: 0;
    min-width: 370px; /* Ajusta el ancho del dropdown */
}
.dropdown-submenu {
    position: relative;
}
.sub-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-icon {
    transition: transform 0.2s ease-in-out;
}
.submenu.show {
    display: block;
}

.country-container{
    display: flex;
    align-items: center;
    font-size: .875rem;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}
.modal-content{
    padding: 32px;
    padding-top: 56px;
    border-radius: 24px;
    margin-left: 24px;
    margin-right: 24px;
}

.custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    opacity: 1;
}

.custom-close:hover {
    color: #000;
    opacity: 0.8;
}

.custom-close i {
    font-size: 20px;
    color: #333;
}

/* Eliminar la separación entre secciones */
.modal-title-container {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

/* Ajustes a los selectores */
.form-label {
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}

.form-select {
    padding: 10px;
    font-size: 14px;
    border-radius: 16px;
}

/* Estilos del botón de actualizar */
.custom-footer {
    border: none;
    padding: 20px;
}

.custom-btn {
    width: 100%;
    background: linear-gradient(to right, #c7161e, #21356b);
    color: white;
    border: 2px solid white;
    padding: 16px 40px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px;
    border-radius: 16px;
    cursor: pointer;
}

.custom-btn:hover {
    border-color: #c7161e;
    background: white;
    color: #21356b;
}
.button-login{
    padding: 6px 20px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 16px;
    border-radius: 8px;
    border: 1px solid black;
    color: black;
    background-color: white;
}
button:hover{
    border: 2px solid black;
    background-color: transparent;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #333;
}
.menu-toggle:hover{
    border: none;
}

/* Menú lateral */
.side-menu {
    position: fixed;
    top: 0;
    right: -100%; /* Oculto por defecto */
    max-width: 500px; /* Ajusta el ancho */
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

/* Mostrar el menú */
.side-menu.show {
    right: 0;
}

/* Botón de cierre */
.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.close-menu:hover{
    border: none;
}

/* Contenido del menú */
.side-menu-content {
    margin-top: 60px; /* Espacio para el botón de cierre */
    padding: 0px 24px;
}

/* Listas del menú */
.menu-list {
    list-style: none;
    padding: 0;
}

.menu-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1.25rem;
}

/* Botón de inicio de sesión */
.btn-login {
    width: 100%;
    margin-top: 20px;
    border-radius: 16px;
    padding: 12px 24px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 16px;
    background: linear-gradient(to right, #c7161e, #21356b);
    border: 2px solid white;
    color: white;
    cursor: pointer;
}
.btn-login:hover{
    border-color: #c7161e;
    background: white;
    color: #21356b;
}
.title-modal-vertical{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}
/* Quitar viñetas de las listas */
.modal-vertical-list, .modal-vertical-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Estilo para cada ítem del menú */
.modal-vertical-item {
    cursor: pointer;
}

/* Alinear el icono y el texto en la misma fila */
.modal-vertical-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 12px 0px;
    cursor: pointer;
}
.configurations-modal-vertical{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 28px;
    margin: 24px 0px 12px;
}

/* Alinear el icono con el texto a la izquierda */
.modal-vertical-title span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-vertical-title a {
    text-decoration: none;
    color: #000;
}

/* Iconos de flecha giratoria */
.modal-vertical-toggle-submenu {
    transition: transform 0.3s ease-in-out;
}

/* Rotar la flecha cuando el submenú está abierto */
.modal-vertical-item.active > .modal-vertical-title .modal-vertical-toggle-submenu {
    transform: rotate(180deg);
}

/* Ocultar submenús por defecto */
.modal-vertical-submenu {
    display: none;
    padding-left: 24px;
    padding-right: 24px;
}

/* Mostrar submenús cuando están activos */
.modal-vertical-item.active > .modal-vertical-submenu {
    display: block;
}
.modal-vertical {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 500px; /* Ajusta el ancho */
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 20px;
}

.modal-vertical.show {
    right: 0;
}

.modal-vertical-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-vertical-close {
    align-self: flex-end;
    background: none;
    border: none;
    font-size: 24px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: none; /* Elimina cualquier animación */
    padding: 0; /* Elimina espacio extra */
}
.modal-vertical-close::before,
.modal-vertical-close::after {
    display: none !important;
    content: none !important; /* Elimina cualquier pseudo-elemento */
    border: none;
}
/* Asegurar que al hacer hover no haya cambios */
.modal-vertical-close:hover {
    background: none !important;
    transform: none !important;
    border: none;
}
.modal-language-title{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    margin: 0px 0px 12px;
}

.modal-vertical-languages {
    list-style: none;
    padding: 0;
}

.modal-vertical-languages li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
}

.modal-vertical-languages li:hover {
    background: #d6e3e6;
}

.modal-vertical-currencies {
    list-style: none;
    padding: 0;
}

.modal-vertical-currencies li {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.modal-vertical-currencies li:hover {
    background: #d6e3e6;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}

.footer h5{
    font-weight: bold;
}

.footer li{
    margin-top: 15px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.social-icons a {
    font-size: 20px;
    margin-right: 15px;
}

@media (min-width: 1200px) {
    .header-container{
        margin-left: 120px;
        margin-right: 120px;
    }
}
@media (max-width: 1200px) {
    .nav-container {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
    .menu-container {
        min-width: 328px;
    }
    .menu-container.show-menu {
        display: flex;
    }
}

@media (min-width: 768px) {
    .header-container{
        margin-left: 48px;
        margin-right: 48px;
    }
}
@media (max-width: 768px) {
    .country-container {
        display: none;
    }
    .menu-container {
        min-width: 197px;
    }
    .text-logo-container{
        font-weight: 700;
        font-size: 16px;
    }
}
