/*body*/

body {
    background-color: white !important;
    margin: 0;
    padding: 0;
}
/*encabezado*/
.logo {
    margin: 0;
    padding: 0;
    width: 150px;
    height: 50px;

}

.menu {
    padding: 10px;
    justify-content: flex-end;
}

.encabezado {
    width: 100%;
    margin: 0;
    padding: 0;
}

.inicio {
    width: 100%;
    color: #AF2D70 !important;
    position: relative;
}

.navbar-nav a {

    position: relative;
}

.navbar-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #AF2D70;
    transition: transform 1s ease;
    transform-origin: right;
    transform: scaleX(0);
}

.navbar-nav a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}
.telefono{ 
    color: #AF2D70 !important;
    font-family:'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
}
/*encabezado*/
/*Carrusel*/
img {
    max-width: 100%;
    max-height: 600px;
    height: auto;
    object-fit: cover;
    
}

h5 {
    font-size: 40px !important;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 2px black !important;
    font-weight: bold;

}

p .habitacion {
    font-size: 40px !important;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 4px 4px 4px black !important;
    font-weight: bold;
}

.habitacion {
    color: white;
}

.carousel-caption {
    text-shadow: 2px 2px 2px black !important;
}

.carousel-caption .habitacion {
    text-shadow: 2px 2px 2px black !important;
}

.texto {
    margin-top: 10px;
    margin-bottom: 70px !important;

}


#boton_carrusel {
    --color: #991919;
    --color2: white;
    padding: 0.6em 1em;
    background-color: var(--color);
    border-radius: 6px;
    border: .10px solid var(--color);
    transition: .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    text-transform: uppercase;
    color: var(--color2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

#boton_carrusel::after,
.btn::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
    transition: .5s ease-out;
    background-color: #811515;
}

#boton_carrusel::before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

#boton_carrusel:hover::before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

#boton_carrusel:hover::after {
    transform: skew(45deg) translate(-50%, -50%);
}

#boton_carrusel:hover {
    color: var(--color2);
}

#boton_carrusel:active {
    filter: brightness(.7);
    transform: scale(.98);
}
/*Carrusel*/
/*Imagen texto al lado*/
.titulo {
    width: 100%;
    padding: 0 10%;
    display: flex;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    justify-content: center;
}

.texto_imagen {
    background-color: white;
    margin-bottom: 50px;
    margin-top: 30px;
}

.container {
    display: flex;
}

.texto {
    width: 50%;
    padding: 20px;
}

.imagen {
    padding: 500px;
    max-height: 80%;
    padding: 50px;
}

.texto_descriptivo {
    position: relative;
}

.texto_descriptivo img {
    width: 100%;
    display: block;
}

h1 {
    color: #991919;
}

.container {
    display: flex;
    position: relative;
    justify-content: center;
}

.texto {
    width: 50%;
    padding: 20px;
}

.imagen {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 500px;
    max-height: 80%;
    padding: 50px;
}

.imagen_reponsive {
    border-radius: 10px !important;
}

.imagen:hover .texto-superpuesto {
    opacity: 1;
}

.texto-superpuesto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
/*Imagen con texto al lado*/
/*Opciones contacto*/
.opciones {
    width: 100%;
    background-color: white;
    margin: 0px 0 0 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
}
.opciones_individuales {
    max-width: 300px;
    background-color: rgb(248, 246, 246);
    border-radius: 10px;
    padding:0px;
    margin: 9px;
    transform: scale(1);
    transition: all 1s;
    border: solid black 1px;
}

.texto_opciones {
    width: 100%;
    padding: 0 10%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;

}

.opciones_individuales:hover {
    border-radius: 10px !important;
    background-color: rgba(237, 237, 238, 0.884);
    transform: scale(1.1);
    filter: none !important;
}

.row_opciones {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    justify-content: space-around;
}

.mapa {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    background-color: #F9F9F9;
}

.mapa_interior {
    width: 50%;
    display: flex;
    float: right;
    padding-right: 10px;
    align-items: center;
    margin-right: 50px;

}

.correo {
    width: 40%;
    float: left;
    display: flex;
}

#contactus {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    background: #F9F9F9;
    padding: 25px;
    margin: 0 auto;
    width: 100%; 
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    
}

#contactus h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contactus h4 {
    margin: 5px 0 15px;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: none;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contactus input[type="text"],
#contactus input[type="email"],
#contactus input[type="tel"],
#contactus input[type="url"],
#contactus textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contactus input[type="text"]:hover,
#contactus input[type="email"]:hover,
#contactus input[type="tel"]:hover,
#contactus input[type="url"]:hover,
#contactus textarea:hover {
    border: 1px solid #aaa;
}

#contactus textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contactus button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #f0715f;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contactus button[type="submit"]:hover {
    background: #f07150;
}

#contactus button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contactus input:focus,
#contactus textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}
/*Opciones contacto*/
/*Footter*/
.footer{
    width: 100%;
    padding: 0 !important;
    padding-top: 0 !important; 
    padding-left: 0 !important;
    padding-right: 0!important;
    margin-bottom:  0 !important;
}
.s_see_more-content {
    overflow: hidden;
    line-height: 1.5em;
    height: 155px; 
}

.s_see_more-content.expanded {
    height: auto; 
}

.s_see_more-button {
    cursor: pointer;
    color: white;
    border: solid 1px grey;
    border-radius: 5px;
    background-color: grey
}
/*Footter*/
/*quienes somos*/
/*Milenio*/

.puente_mileio {
    width: 100%;
    max-width: 400px;   
    max-height: 400px !important; 
    height: auto;
    object-fit: cover;
    filter: brightness(0.5) !important;
}

.encabezado {
    position: relative;
    width: 100%;
    max-height: 400px; /* Ajusta este valor según tu preferencia */
    overflow: hidden; /* Para ocultar cualquier contenido que exceda la altura máxima */
}


.texto-encabezado {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white; 
    font-size: 40px; 
    font-weight: bold; 
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); 
}
.row{
    column-width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
}
.imagen_galeria{
    max-width: 500px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    position: relative;
}

.modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semi-transparente */
    box-shadow: #333;
    font-size: 20px;
    cursor: pointer;
    padding: 5px; /* Añade un poco de espacio alrededor del botón */
    border-radius: 50%; /* Para hacer un círculo */
}
.precios {
    background-color: #7c7c7c27;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.icono {
    font-size: 36px !important;
    color: #991919;
}

.habitacion_h2 {
    font-size: 26px;
    margin-top: 15px;
    color: #333; 
}

.precio {
    font-size: 22px;
    color: black; 
    font-weight: bold; 
    transition: transform 0.3s ease;

}


.opciones-lista {
    list-style-type: none; 
    padding: 0; 
}

.opciones-lista li {
    font-size: 16px;
    color: #333;
}

.opciones-lista li:before {
    content: "\2610";
    font-size: 24px; 
    color:#991919; 
    display: inline-block;;
    width: 30px;
    margin-left: -1em; 
}
.opciones-lista li:hover:before {
    content: "\25A0";
}
.tarifas{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.texto-tarifas {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: rgb(255, 255, 255); 
    font-size: 70px; 
    font-weight: bold; 
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1.3); 
}
.enlace-pdf {
    padding-top: 50px;
    width: 100%;
    max-width: 790px;
    margin: 0 auto; 
    overflow: hidden; 
}

.enlace-pdf iframe {
    width: 100%;
    height: 1590px;
    border: none;
    transition: opacity 0.3s ease;
}
.enlace-pdf iframe.loading {
    opacity: 0; 
}


.enlace-pdf iframe.loaded {
    opacity: 1;
}
.encabezado_mayor {
    position: relative;
    width: 100%;
    max-height: 400px; /* Ajusta este valor según tu preferencia */
    overflow: hidden; /* Para ocultar cualquier contenido que exceda la altura máxima */
    text-align: center; /* Centrar el contenido horizontalmente */
}

.plaza {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    height: auto;
    object-fit: cover;
    filter: brightness(0.5);
}

.texto-alrededor {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white ;
    font-size: 70px !important;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); /* Ajusta la sombra para mayor contraste */
}
.opciones-alrededores {
    list-style-type: none; 
    padding: 0; 
}

.opciones-alrededores li {
    font-size: 16px;
    color: #333;
}

.opciones-alrededores li:before {
    content: "\2610";
    font-size: 24px; 
    color:#991919; 
    display: inline-block;;
    width: 30px;
    margin-left: -1em; 
}
.catedral {

    border-radius: 10px !important;
}
/*Aviso*/
.container-lg {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.p-5 {
    padding: 3.5rem !important;
}

.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 6rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.text-left {
    text-align: left !important;
}

.lh-lg {
    line-height: 1.75 !important;
}

.text-success {
    color: #811515 !important;
}

.h3 {
    font-size: 1.75rem !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
}

ul {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    list-style-type: none !important;
}

.li_aviso {
    margin-bottom: 1rem !important;
    position: relative;
}

.li_aviso:before{
    content: "\2022";
    color: #811515;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}


.politicas a {
    color: white;
}

.contenedor_footer{
    width: 100%;
}




@media only screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .texto {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;

    }

    .imagen {

        width: 100%;
        padding-bottom: 20px;

    }
    .mapa_interior,
    .correo {
        padding: 20px;
        width: 90%; /* Cambiar el ancho al 100% para apilarlos */
        float: none; /* Eliminar el flotante */
        padding-right: 0; /* Eliminar el relleno derecho si lo hubiera */
    }

    #contactus {
        padding: 20px;
        width: 90%; /* Cambiar el ancho del formulario al 90% */
    }
    .texto-encabezado {
        position: absolute;
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        color: white; 
        font-size: 20px; 
        font-weight: bold; 
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); 
    }
    .texto-alrededor{
        font-size: 22px !important;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding:0;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}