:root {
    --color-bed-viajes: #FF3300;
    --naranja-suave: #ff6c47;
}

body {
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 64px;
    padding: 10px 30px;
    z-index: 9999;
}

main {
    margin-top: 64px;
}

p {
    margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    color: var(--color-bed-viajes);
}

input[type="checkbox"].naranja-suave:checked {
    background-color: var(--color-bed-viajes);
}

input[type="radio"]:focus, 
input[type="checkbox"]:focus {
    outline: none;
    border: 1px solid var(--color-bed-viajes); /* Cambia el color del borde a rojo */
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); /* Agrega una sombra roja */
}

textarea:focus {
    outline: none;
    border: 1px solid var(--color-bed-viajes); /* Cambia el color del borde a rojo */
    box-shadow: none;
}

input[type="checkbox"].naranja-suave:focus {
    border: 1px solid var(--color-bed-viajes);
}

.select,
.input {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    line-height: inherit;
}

.select:focus,
.input:focus {
    border-color: transparent;
    box-shadow: none;
}

.contenedor_logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.is-invalid {
    color: var(--color-bed-viajes) !important;
}

.contenedor_menu {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 40px;
    height: 30px;
    color: #FF3300;
}

.contenedor_menu i {
    font-size: 25px;
    transition: all 0.5s;
}

.contenedor_logo img {
    width: 190px;
}

.seccion_iniciar_sesion {
    display: flex;
    align-items: center;
    gap: 20px;
}

.seccion_iniciar_sesion button {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.seccion_iniciar_sesion a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

footer {
    background: #F7F7F7;
    font-family: 'Poppins', sans-serif;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px 10%;
}

.footer_link {
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    line-height: 25px;
}

a.footer_link {
    color: #373542;
    display: block;
}

a.footer_link:hover {
    color: #FF3300;
}

.contenedor_redes_sociales {
    margin-top: 10px;
    display: flex;
    gap: 20px;
}

.facebook,
.instagram {
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.facebook svg {
    fill: #3B5998;
}

.instagram svg {
    fill: white;
    width: 20px;
    height: 20px;
}

.footer_articulo,
.footer_copyright {
    text-align: center;
    font-size: 12px;
    padding: 15px 10%;
}

.footer_copyright {
    font-weight: 600;
}

.color-bed-viajes {
    color: var(--color-bed-viajes);
}

.color-naranja-suave {
    color: var(--color-bed-viajes);
}

.color-naranja-suave.font-weight-600 {
    font-weight: 600;
}

.border {
    border: 1px solid #ccc;
}

.subrayado {
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.2s;
}

.subrayado:hover {
    color: var(--color-bed-viajes);
}

.contenedor_breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.contenedor_breadcrumb i,
.contenedor_breadcrumb span,
.contenedor_breadcrumb a {
    font-size: 13px;
    color: #666666;
    margin: 0;
}

.contenedor_breadcrumb span {
    font-weight: 400;
}

.contenedor_breadcrumb i {
    font-weight: 600;
}

.contenedor_breadcrumb .fa-chevron-right {
    font-size: 8px;
}

/* Atributos de listado y detalle inicio */
.hr {
    border: 1px solid #767676;
    margin: 10px 0;
}

.contenedor_descripcion_alojamiento {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.titulo_alojamiento {
    font-size: 16px;
    font-weight: 400;
    color: #003366;
}

.subtitulo_alojamiento {
    color: #676767;
    font-size: 13px;
}

.titulo_alojamiento.f-14,
.titulo_alojamiento_id.f-14 {
    font-size: 14px;
}

.titulo_alojamiento.f-18 {
    font-size: 18px;
}

.titulo_alojamiento_id {
    font-size: 11px;
    color: #007bff;
}

.titulo_alojamiento_id.caja {
    background: #007bff;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
}

.paragrafo_alojamiento {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    text-align: justify;
}

.contenedor_general_calificacion_alojamiento {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    padding-left: 10px;
    align-items: center;
    gap: 5px;
}

.contenedor_calificacion_alojamiento {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

.clasificacion_alojamiento {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007bff;
    width: 35px;
    height: 35px;
    border-radius: 6px 6px 6px 0;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.clasificacion_alojamiento.small {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
}

.contenedor_adicionales_reserva {
    width: 95%;
    margin: 10px auto;
    background: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
}

.contenedor_adicionales_reserva ul {
    list-style: disc;
    margin-bottom: 0;
}

/* Atributos de listado y detalle fin */

.contenedor_html_froala p,
.contenedor_html_froala p span,
.contenedor_html_froala p b,
.contenedor_html_froala p a {
    all: revert !important;
}

.contenedor_html_froala p {
    color: var(--color-texto) !important;
    text-align: justify !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 5px 0 !important;
}

.contenedor_html_froala p a {
    color: var(--color-bed-viajes) !important;
    text-decoration: none !important;
}

.line-through {
    text-decoration: line-through;
}

.swal2-html-container {
    margin: 0 !important;
    position: relative;
}

.resultado_busqueda {
    border-radius: 5px;
    position: fixed;
    top: 85px;
    right: .625em;
    z-index: 9999 !important;
    width: 340px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
    overflow-y: auto;
    background: #fff;
}

.resultado_busqueda .enlace {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 2px 10px;
}

.resultado_busqueda .enlace:hover {
    background: #dfdfdf;
}

.resultado_busqueda .enlace img {
    width: 90px;
    max-width: 90px;
    height: auto;
    border-radius: 5px;
}

.resultado_busqueda .enlace p {
    color: #666666;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
}

.resultado_busqueda .enlace .id {
    background: #007bff;
    color: white;
    padding: 1.5px 4px;
    border-radius: 5px;
    font-size: 10px;
}

@media screen and (max-width: 1200px) {
    .contenedor_input_busqueda,
    .contenedor_formulario_reserva {
        flex-direction: column;
    }

    .seccion_iniciar_sesion a {
        font-size: 12px;
    }

    .contenedor_breadcrumb {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 900px) {
    .contenedor_logo img {
        width: 160px;
    }

    .footer_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .contenedor_logo img {
        width: 140px;
    }

    .footer_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .contenedor_general_calificacion_alojamiento {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (max-width: 400px) { 
    .contenedor_logo img {
        width: 80px;
    }
}