/* Fuentes del sitio */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marck+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Declaración de variables */
:root{
    --blue-primary:#0B497A;
    --blue-secondary:#0C162E;
    --red-primary:#C9141B;
    --black-primary:#23242A;
    --gray-primary:#D1DCE5;
    --white-primary:#D1DCE5;
    --light-gray:#C9C9C9;
    --yelow:#F2994A;
    --light-yellow:#FEBB02;
    --white:#FFF;
    --white-secondary:#f4f4f4;
    --gray-medium:#4F4F4F;
    --gray-gray:#888686;
    --gray:#484848;
    --gray-text:#333333;
    --gray-border:#E0E0E0;
    --gren:#229935;
    --black:#000;
    --black-title:#1A1A1A;
    --blue-nav:rgba(12, 22, 46, 0.8);
    --beige:#F2EFEC;
    --ocre:#C59861;
    --title:#23284C;
    --marck-script:"Marck Script", serif;
    --playfair-display:"Playfair Display", serif;
    --montserrat:"Montserrat", serif;
    --poppins:"Poppins", serif;
    --iner:"Inter", serif;
    --open-sans:"Open Sans", serif;


}
body{
    font-family: var(--iner);
}
img.logo-nav{
   width: 150px;
}

.navbar{
    padding: 0 5rem;
    background: var(--blue-nav);
    box-shadow: 0px 0px 5px var(--black-primary);
    font-family: var(--montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 30.8px;
}

.navbar .nav-link{
    color: var(--white) !important;
}

.navbar-brand{
    margin: 0;
    padding: 0;
}

.navbar-nav{
    margin-left: auto;
    gap: 1.5rem;
}
.nav-link{
    position: relative;
    
}

.nav-link::after{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--red-primary);
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
    transition: 0.5s all ease-in-out;
}

.nav-link:hover::after{
    width: 100%;
}

.btn.btn-nav-register{
    border: 1px solid var(--white);
    border-radius: 4px;
    padding: 0.5rem 3rem;
    font-size: 14px;
    color: var(--white);
    font-weight: 700;
    font-family: var(--iner);
}

.btn.btn-nav-login{
    border: 1px solid var(--white);
    border-radius: 4px;
    padding: 0.5rem 3rem;
    font-size: 14px;
    color: var(--black);
    background: var(--white);
    font-weight: 700;
    font-family: var(--iner);
}

footer{
    background: var(--blue-secondary);
    color: var(--white);
    font-family: var(--montserrat);
    font-size: 14px;
    padding: 3rem 0;
    line-height: 14px;
    /* position: absolute;
    width: 100%;
    bottom: 0; */
    font-weight: 400;
    margin-top: 4rem;
}
img.logo-footer{
    width: 200px;
}
.menu-footer, .social-footer{
    padding-left: 0;
    list-style: none;
}

.menu-footer li, .social-footer li{
    margin-top: 1.5rem;
}
.footer-link, .social-link{
    text-decoration: none;
    color: var(--white) !important; 
    font-weight: 500;
}

.social-link{
    display: flex;
    gap: 10px;
}

.newsletter-title{
    font-weight: 500;
}

.input-footer input{
    border: 2px solid var(--ocre);
    background: transparent;
}
.btn.btn-footer{
    background: var(--ocre);
    color: var(--blue-secondary);
    font-weight: 600;
}

.input-footer input:focus{
    color: var(--white);
    box-shadow: none;
    border: 2px solid var(--ocre);
    background: transparent;
}

footer .container{
    position: relative;
}

footer .container::after{
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    background: var(--blue-secondary);
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.buscador{
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 14px;
}

.input-group-buscador{
    width: auto;
}

.input-group-buscador .input-group-text, .input-group-buscador select, .buscador .form-group input, .buscador .dropdown .btn.btn-secondary{
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--title);
}

.dropdown-item{
    font-size: 14px;
}

.dropdown-menu{
    border-radius: 15px;
}

.btn.btn-primary{
    background: var(--blue-secondary);
    color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 0.5rem 2rem;
}
.buscador .btn.btn-primary{
    font-size: 14px;
}
.buscador-container{
    box-shadow: 0px 4px 10.8px 3px rgba(0, 0, 0, 0.25);
   padding: 1rem 0;

}


.subtitle-banner{
    font-size: 40px;
    font-family: var(--playfair-display);
    font-weight: 400;
    color: var(--title);
}

img.logo-azul-banner{
    width: 200px;
}

.title-banner{
    font-family: var(--marck-script);
    font-weight: 400;
    font-size: 108px;
    letter-spacing: 10px;
    color: var(--title);
    line-height: 108px;
}

.title-second-banner{
    font-family: var(--playfair-display);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 15px;
    color: var(--title);
}
img.img-button{
    width: 25px;
    margin-right: 10px;
}

.btn.btn-secondary{
    background: var(--red-primary);
    font-size: 16px;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 2rem;
}

.ver-mas-row{
    text-align: center;
    margin-top: 3rem;
}

.ver-mas-title{
    font-family: var(--montserrat);
    font-size: 18px;
    color: var(--title);
    font-weight: 700;
}

.ver-mas-row i{
    background-color: var(--title);
    border-radius: 50px;
    color: var(--ocre);
    font-weight: 700;
    font-size: 18px;
    padding: 0.5rem 0.6rem;
}

.row-btn-banner{
    margin-top: 3rem !important;
}

.container-title-services{
    display: flex;
    justify-content: center;
    text-align: center;
}

.title-services{
    font-family: var(--montserrat);
    font-size: 24px;
    color: var(--title);
    font-weight: 400;
    letter-spacing: 4px;
}

.text-services{
    font-family: var(--montserrat);
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
}

.services-container{
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.service-item{
    text-align: center;
    width: 10%;
}
.service-item i{
    font-size: 28px;
    color: #565A5C;
}

.name-service{
    font-family: var(--montserrat);
    color: var(--gray);
    font-size: 16px;
}

.btn.btn-terciary{
    background: transparent;
    border: 1px solid var(--blue-secondary);
    border-radius: 4px ;
    padding: 0.5rem 2rem;
    color: var(--blue-secondary);
}

.services{
    padding: 3rem 0;
    background: var(--beige);
}

img.img-top{
    width: 100%;
}
.name-hotel{
    font-size: 16px;
    color: var(--title);
    font-weight: 700;
}

.price-hotel{
    font-size: 18px;
    color: var(--ocre);
    font-weight: 700;
    line-height: 18px;
}
.price-hotel span{
    font-size: 12px;
    font-weight: 400;
}

.address-hotel{
    font-size: 14px;
    color: var(--title);
    font-weight: 500;
}
.card.card-top{
    border: none;
}
.card.card-top .card-body{
    padding: 0;
}
.img-top{
    border-radius: 15px;
    height: 180px;
    object-fit: cover;
}

.title-top{
    font-size: 24px;
    color: var(--title);
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    width: fit-content;
}

.title-top::after{
    content: '';
    position: absolute;
    width: 85%;
    height: 4px;
    background: var(--ocre);
    bottom: 0;
    left: 0;
    border-radius: 15px;
}

.top-rated{
    padding: 3rem 0;
}

.card-testimonio{
    width: 50%;
    border: none;
}

.carousel-item-testimonial{
    display: flex !important;
    justify-content: center !important;
}

.title-testimonial{
    font-family: var(--playfair-display);
    font-size: 45px;
    color: var(--blue-secondary);
    font-weight: 700;
    letter-spacing: 3px;

}

.testimonial-text{
    font-family: var(--montserrat);
    color: var(--blue-secondary);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.testimonial-person{
    font-family: var(--montserrat);
    font-size: 16px;
    color: var(--blue-secondary);
    font-weight: 400;
    line-height: 20px;

}
i.bi.bi-chevron-compact-right.slick-arrow, i.bi.bi-chevron-compact-left.slick-arrow{
    background: var(--ocre);
    border-radius: 8px;
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    text-align: center;
}

.carousel{
    position: relative;
}

i.bi.bi-chevron-compact-right.slick-arrow{
    position: absolute;
    bottom: -45%;
    left: 51%;
}

i.bi.bi-chevron-compact-left.slick-arrow{
    position: absolute;
    bottom: -45%;
    right: 51%;
}

.testimonials{
    height: 50vh;
    display: grid;
    align-content: center;
}

.nosotros-banner{
    background-image: url('../img/logo/nosotros.png');
    background-size: cover;
    background-position: 0% 95%;
    height: 90vh;
    display: grid;
    align-content: center;
}

.img-img-nosotros{
    width: 100%;
}

.title-article{
    font-family: var(--open-sans);
    font-size: 14px;
    color: var(--red-primary);
    font-weight: 600;
    line-height: 20px;
}

.text-article{
    font-family: var(--montserrat);
    font-weight: 400;
    font-size: 18px;
    color: var(--gray-text);
}

.title-article-second{
    font-family: var(--iner);
    font-size: 28px;
    color: var(--gray-text);
    font-weight: 900;

}

.text-nosotros-container{
    display: grid;
    align-content: center;
}

.nosotros{
    height: 100vh;
    display: grid;
    align-content: center;
}
.promotion-title-container{
    display: flex;
    justify-content: center;
}
.promotion-title{
    width: 60%;
}

.promotions{
    background: var(--beige);
    height: 40vh;
    display: grid;
    align-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.contacto-title{
    background: var(--blue-nav);
    padding: 2rem 0;
}

.title-view{
    font-family: var(--montserrat);
    color: var(--white);
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}

.title-contact{
    font-family: var(--montserrat);
    font-size: 32px;
    color: var(--blue-secondary);
    font-weight: 700;
}

.text-contact{
    font-family: var(--montserrat);
    font-size: 18px;
    color: var(--blue-secondary);
    font-weight: 400;
}

.contact-details{
    font-family: var(--montserrat);
    font-weight: 400;
    color: var(--blue-secondary);
    font-size: 30px;
    line-height: 30px;
}

.view-map{
    font-family: var(--montserrat);
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--blue-secondary);
}
.form-contacto{
    display: grid;
    align-content: center;
    height: 100vh;
}

.form-contacto label, .form-contacto .form-control, .form-contacto input{
    font-family: var(--iner);
    font-size: 18px;
    color: var(--blue-secondary);
    font-weight: 400;
}

.form-contacto input, .form-contacto textarea{
    border: 1px solid #14274A80;
}

.contact-details-container{
    margin-top: 3rem;
}
.service-banner{
    height: 90vh;
    display: grid;
    align-content: center;
}


.white{
    color: var(--white);
}

.title-service-banner{
    font-family: var(--playfair-display);
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 25px;
    color: var(--white);
    text-shadow: 8px 5px  10px rgba(0, 0, 0, 0.271);

}

.subtitle-service-banner{
    font-family: var(--montserrat);
    font-weight: 700;
    font-size: 18px;
    color: var(--white);
    letter-spacing: 5px;
    margin-top: 2rem;
}

.service-banner{
    position: relative;
}

.ver-mas-row.row-white{
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.ver-mas-row.row-white .ver-mas-title{
    color: var(--white);
}

.ver-mas-row.row-white .bi.bi-chevron-down{
    background: var(--white);
    color: var(--blue-secondary);
}

.title-filter{
    font-family: var(--iner);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    color: var(--white);
    margin: 0;
}

.card-filter-buscador{
    background: var(--blue-secondary);
    border: none;
    border-radius: 6px;
}

.card-filter .card-body, .card-filter-buscador .card-body, .card-filter .card-body label, .card-filter .card-body .items-total{
    font-family: var(--iner);
    font-size: 14px;
    color: var(--gray-text);
    font-weight: 400;
    /* line-height: 16px; */
}

.card-filter{
    border-radius: 6px;
    border: 1px solid #E0E0E0;
}

.card-header{
    background: var(--blue-secondary);
    padding: 0.8rem;
}

.form-check-input:checked{
    background: var(--red-primary);
    border: 1px solid var(--red-primary);
}

.form-check-input:focus{
    box-shadow: none;
    border: 1px solid var(--red-primary);
}

.name-filter{
    font-family: var(--iner);
    font-weight: 700;
    font-size: 18px;
    color: var(--title);
}

.services-section{
    padding: 4rem 0;
}

.cant-items{
    display: flex;
    justify-content: space-between;
}

.stars-container .bi-star-fill.yellow{
    color: var(--yelow);
}

.stars-container .bi-star-fill.gray{
    color: var(--light-gray);
}
.img-service{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 5px;
}

.name-service{
    font-family: var(--iner);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--black-title);
}

.comodidades{
    display: flex;
    gap: 5px;
    color: var(--yelow);
}

.name-service-container{
    display: flex;
    justify-content: space-between;
}

.rating-container{
    display: flex;
    gap: 1rem;
}

.rating-container-stars .bi-star-fill , .bi-star-half{
    color: var(--yelow);
}
.rating-text{
    font-family: var(--iner);
    font-weight: 400;
    font-size: 14px;
    color: var(--gray-medium);
    letter-spacing: 1px;
}

.description-service{
    font-family: var(--iner);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: var(--gray-medium);
}

.ubication{
    font-family: var(--iner);
    font-size: 11px;
    font-weight: 400;
    color: var(--gray-medium);
    line-height: 15px;
    letter-spacing: 1px;
}

.ubication i{
    color: var(--blue-secondary);
}
.price-service-container{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: end;
    margin-bottom: 0;
}

.room{
    font-family: var(--iner);
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    color: var(--gray-text);
    text-align: end;
    letter-spacing: 1px;
}
.price-total{
    font-family: var(--iner);
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    letter-spacing: 1px;
    text-align: end;
    color: var(--light-yellow);
}

.taxes{
    font-family: var(--iner);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: end;
    color: var(--gray-gray);
    margin: 0;
}

.card-service{
    padding-right: 3rem;
    border: 1px solid var(--gray-border);
    border-radius: 5px;
    margin-top: 1.5rem;
}

.title-services-section{
    font-family: var(--iner);
    font-size: 28px;
    font-weight: 700;
    color: var(--blue-secondary);
}

.title-services-container{
    display: flex;
    justify-content: space-between;
}
.title-services-container select{
    width: 180px;
    padding-top: 1rem;
    border-radius: 6px;
}

.select-container{
    position: relative;
}

.sort-name{
    position: absolute;
    top: 5px;
    left: 14px;
    font-family: var(--iner);
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: var(--gray-gray);
    letter-spacing: 1px;
}
.photos-room{
    margin-top: 3rem;
}
.img-second-room{
    width: 100%;
    height: 215px;
    border-radius: 5px;
    object-fit: cover;
}
.img-second-container{
    height: 100%;
    display: grid;
    align-content: space-between;
    gap: 1rem;
    border-radius: 5px;
}
.img-principal-room{
    width: 100%;  
    object-fit: cover;
    height: 450px;  
    border-radius: 5px;
}

.name-room-container{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.name-room{
    font-family: var(--iner);
    font-weight: 700;
    font-size: 30px;
    color: var(--black-title);
    letter-spacing: 1px;
}

.ubication-room{
    font-family: var(--iner);
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-text);

}

.ubication-room i{
    color: var(--blue-secondary);
}

.title-subsection{
    font-family: var(--iner);
    font-weight: 600;
    font-size: 28px;
    color: var(--black);
    margin-top: 3rem;
}

.overview-text{
    font-family: var(--iner);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}

.card-highlights{
    background: var(--white-secondary);
    border: none;
    padding: 0.5rem;
    margin-top: 3rem;
}

.title-high{
    font-family: var(--iner);
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
}

.high-item{
    display: flex;
    gap: 8px;
}

.high-text{
    font-family: var(--iner);
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.high-item i{
    color: var(--gren);
}

.amenidades-container{
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.amenidad-item{
    display: flex;
    gap: 8px;
    text-align: center;
    align-items: center;
    background: var(--white-secondary);
    padding: 0.5rem 2rem;
}

.amenidad-item i{
    color: var(--gren);
}
.name-amenidad{
    margin: 0;
    font-family: var(--iner);
    font-size: 14px;
    font-weight: 400;

}

.card-default{
    border: none;
    background: var(--white-secondary);
}

.calendar-container {
    /* max-width: 700px; */
    margin: auto;
    padding: 20px;
    background: transparent;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.date-btn {
    min-width: 90px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    flex-shrink: 0;
    text-transform: capitalize;
}
.date-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 10px;
}
.date-btn.active {
    background-color: #dc3545;
    color: white;
}
.time-slot {
    padding: 1rem 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: start;
}
.time-slot:hover, .time-slot.active {
    background-color: #dc3545;
    color: white;
}
#yearSelector, #yearSelector2{
    background: transparent;
}

.nav-tabs{
    border: none;
}
.nav-tabs .nav-link{
    font-family: var(--iner);
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-gray);
    border: none;
    border-bottom: 2px solid var(--gray-gray);
    transition: 0.3s all ease-in-out;
}

.nav-tabs .nav-link:hover{
    color: var(--black-title);
    border-bottom: 2px solid var(--black-title);
}

.nav-tabs .nav-link:hover::after{
    display: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--red-primary);
    font-family: var(--iner);
    font-size: 14px;
    font-weight: 600;
    color: var(--black-title);
}


.btn-month{
    background: transparent;
    border: none;
    font-family: var(--iner);
    font-weight: 600;
    font-size: 14px;
    color: var(--black-title);
}

.btn-month:hover{
    background: transparent;
    border: none;
    color: var(--black-title);
}

.btn-month.active{
    background: transparent;
    color: var(--red-primary);
    border: none;
}

.date-btn{
    font-family: var(--iner);
    font-size: 14px;
    font-weight: 400;
}

.subtitle-subsection{
    font-family: var(--iner);
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    margin: 1rem 0;
}

.form-reservacion label{
    font-family: var(--iner);
    font-size: 16px;
    font-weight: 400;
    color: var(--black-title);
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.form-reservacion label span{
    color: var(--red-primary);
}

.form-reservacion .form-group{
    margin-bottom: 1rem;
}

.form-reservacion input, .form-reservacion textarea, .form-reservacion select{
    border: none;
    font-family: var(--iner);
    font-size: 16px;
    font-weight: 400;
    color: var(--black-title);
    letter-spacing: 1px;
}

.img-hotel-reservacion{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.name-hotel-reservacion{
    font-family: var(--iner);
    font-size: 24px;
    font-weight: 700;
    color: var(--black-title);
    margin-bottom: 0;
}

.stars-hotel-reservacion i{
    color: var(--yelow);
}

.direccion-hotel-reservacion{
    font-family: var(--iner);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
}
.direccion-hotel-reservacion i{
    color: var(--blue-secondary);
}

.cal-hotel-container{
    display: flex;
    gap: 0.5rem;
    font-family: var(--iner);
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-gray);
    margin-top: 1rem;
}

.cal-hotel{
    background: var(--gren);
    color: var(--white);
    padding: 2px 5px;
    border-radius: 5px;
}

.amenidades-hotel-container{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.amenindad-hotel-reservacion{
    font-size: 12px;
    font-family: var(--iner);
    font-weight: 400;
    color: var(--black);
    margin: 0;
}

.check-in-container{
    border-right: 1px solid var(--gray-border);
}

.title-check, .date-check, .hour-check{
    font-family: var(--iner);
    font-weight: 500;
    font-size: 16px;
    color: var(--black-title);
    margin: 0;
}

.date-check{
    font-weight: 700;
    font-size: 17px;
}

.hour-check{
    font-weight: 400;
    color: var(--gray-gray);
}

.name-room-reservacion, .persons-room-reservacion{
    font-family: var(--iner);
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
    margin: 0;
    margin-top: 1rem;
}

.table-summary tbody tr td{
    font-family: var(--iner);
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-gray);
}

.table-summary tfoot tr td{
    font-family: var(--iner);
    font-size: 16px;
    font-weight: 400;
    color: var(--black-title);
}

.table-summary tfoot{
    border-color: transparent;
}

.table-summary tbody{
    border-color: var(--gray-border);
}

.table-summary tbody tr{
    border-color: transparent;
}

.year-select-container{
    display: flex;
    justify-content: end;
}

.img-perfil{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px double var(--blue-secondary);

}
.img-perfil-container{
    position: relative;
}
.btn-change-img{
    position: absolute;
    background: transparent;
    border: none;
    font-size: 34px;
    bottom: 0px;
    left: 33%;
}

.form-perfil input, .form-perfil textarea, .form-perfil select{
    background: var(--white-secondary);
    border: none;
}

.link-preferences{
    font-family: var(--iner);
    font-size: 15px;
    font-weight: 400;
    color: var(--blue-primary);

}

.container-detalles{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 0;
}

.container-btn-price{
    display: grid;
    justify-content: space-evenly;
    align-content: space-between;
}
.testimonial-text{
    text-align: center;
}

.modal-title-reserva{
    font-size: 24px;
    font-weight: 600;
}

.estatus-r{
    padding: 0.5rem 1rem;
    padding-left: 4px;
    border: none;
    border-radius: 20px;
    width: fit-content;
    font-size: 12px;
}
.confirmado{
    background: var(--gren);
    color: var(--white);
}

.estatus-r.confirmado i{
    background: var(--white);
    color: var(--gren);
    border-radius: 50px;
    padding: 3px 5px;
    margin-right: 4px;
}

.img-hotel-reservation{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;


}
.hotel-reservation-details{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.name-hotel-details{
    font-size: 16px;
    font-weight: 700;
}

.address-hotel-details{
    font-size: 12px;
    font-weight: 400;
}

.reservation-actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.action-reservation-item{
    display: block;
    text-align: center;
}
.action-reservation-item i{
    font-size: 24px;
    background: var(--gray-border);
    padding: 1rem;
    border-radius: 15px;
}
.action-reservation-item p{
    font-size: 12px;
    margin-top: 1rem;
}

.row-margin{
    border-bottom: 1px solid var(--gray-border);
}

.persons-details{
    font-size: 16px;
    font-weight: 600;
}

.num-noches{
    font-size: 13px;
    color: var(--gray-text);
    line-height: 13px;
}

.total-details{
    font-size: 15px;
}

.taxes-details{
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-gray);
    margin-top: 1rem;
}

.total-details-final{
    font-size: 20px;
    font-weight: 600;
}

.title-politicas{
    font-size: 15px;
    font-weight: 600;
    color: var(--title);
}

.text-politicas{
    font-size: 14px;
    font-weight: 400;
    color: var(--blue-secondary);
}