:root {
    --primario:#38b6ff;
    --colorBody:#dcddde;
    --colorFooter:#c7dae6;
    --btnOrange:darkorange;
    --titulosResults:#00588b;
    --silver:#c9c9c9;

}

html {
    min-height: 100%;
    position: relative;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

::placeholder {
    text-align: center;
}

.footer {
    position: sticky;
    bottom: 0;
    width: 100%;
}

.header-hotelista {
    background-color: var(--primario);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
   
}

.unordered-list {
    list-style-type: none;
    overflow: hidden;
    background-color: var(--primario);
    height: 3rem;
    display: flex;
    font-size: medium;

}

.list-item {
    float: right;
}

.item {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.item:hover {
    background-color: midnightblue;
    color: white;
}

.title {
    margin-top: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.background-image {
    background-image: url("./imagenes/home.jpg");
    min-height: 80vh;
    width: 100vw;
    background-size: cover;
}

.box {
    background-color:var(--primario);
    font-weight: 500;
    width: 300px;
    border-radius: 2px;
    padding-right: 30px;
    padding-left: 30px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.search {
    background-color: var(--btnOrange);
    color: white;
    font-size: 1.5rem;
    min-width: 150px;
 
}

.btn.search:hover {
    background-color: chocolate;
}

.main-footer {
    background-color: silver;
    margin-top: 20px;
    height: 100px;
    padding-left: 50px;

}
h2{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    background-color:var(--colorBody);
    padding: 0px;
    margin: 0 0 222px 0;
}

.header {
    font-weight: 700;
    font-size: 25px;
    background: rgb(246, 249, 250);
    color: black;
    height: 50px;
    left: 100%;
    top: 0;
}

.logo {
    height: 80px;
    width: 137px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;

}

.cabecera {
    background: rgb(246, 249, 250);
    left: 100%;
    top: 0;

}

.caja {
    display: flex;
}

input[type='submit'] {
    font-weight: bold;
    padding: 8px 16px;
    margin-top: 16px;
}

footer {
    background-color: var(--colorFooter);
    padding: 20px 5px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer a {
    color: black;
}

.nombre-marca-header {
    color: white;
    margin-top: 5px;
    display: block;
}
.nombre-marca-header:hover {
    text-decoration: none;
}

.navbar-brand {
    font-size: 28px;
    padding: 0; 

}

.container-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Búsqueda */
.formulario-busqueda {
    border-radius: 8px;
    background-color: #ccecff;
    padding: 10px;
    font-size: small;
}

.btn.busqueda {
    background-color: var(--primario);
    color: white !important;
    font-size: 1rem;
    width: 100%;
}
.btn.busqueda:hover {
    background-color: #0082cd;
    color: #fff;
}

.ficha-hotel {
    background-color: #f3f3f3;
    border-radius: 8px;
    border: solid 1px #ccc;
    min-height: 200px;
}

.ficha-hotel h2, .ficha-hotel h2 a {
    color: #00588b;
    display: inline;
    margin-right: 10px;
}

.ficha-hotel small {
    color: #4c4c4c;
}

.small-text {
    font-size: 0.9rem;
}

.direccion{
    color: var(--titulosResults) !important;
}

.col-hoteles {
    padding: 0 2rem !important;
}

.breadcrumb {
    background-color: transparent;
    padding: 0 10px;
}

.contenido-home {
    color: white;
}
.contenido-home h2{
   font-size: 3rem;

}
.imagen-resultado:hover{
    opacity:80%;
    transition: all ease-out 0.5s; 
 }
 /*Detalle*/
 .nombre_hotel {
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: #4c4c4c;
    border-bottom: solid 1px var(--);
}

.nombre_hotel > h1 {
    font-size: 3.5rem;
    padding: 0;
    margin: 0;
}

.descripcion {
    font-style: normal;
    font-size: 15px;
    text-align: justify;
}

.informacion {
    display: flex;
}

.informacion>div {
    padding: 20px;
}

.lista_ventajas {
    font-style: normal;
    font-size: 15px;

    background-color: var(--silver);
    padding: 0 20px 20px 20px;
}

.lista_ventajas > h3 {
    padding-top: 20px;
    font-size: 18px;
}
.reseña{
    background-color: var(--silver);
    width: 100%;
    padding: 0 20px 20px 20px;
   
    
}
.reseña h5{
    font-size: medium;
    color:var(--titulosResults);
    padding-top: 20px;
}