/* Estilos de alojamientos */

b{
    color: rgb(4,106,56);
    font-weight: bold;
}
#hotels{
    background-color: var(--maincolor);
}
.main_photo_hotels{
    height: 350px;
    background-image: url(../images/mainphotohotels.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
.hotelsp{
    width: 90%;
    margin: 5px auto;
}
.courserel{
    color: var(--secondarycolor);
}
#hotelsmap{
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
    #hotelsmap > img{
    width: 80%;
    height: auto;
    }

h2{
    color: var(--secondarycolor);
    text-transform: uppercase;
    margin: 1.8em auto;
    width: 80%;
    text-align: center;
    font-size: 2em;
}
h3{
    color: var(--secondarycolor);
    text-transform: uppercase;
    margin: 1.6em auto;
    width: 80%;
    text-align: center;
    font-size: 1.8em;
}
#hotelsmap{
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.bannerhotel{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 239, 216);
    min-height: 300px;
}
h4 > a{
    text-decoration: none;
    color: var(--secondarycolor);
    display: block;
}
p > a{
    text-decoration: none;
    color: rgb(189, 132, 9);
}
    p > a:hover{
        text-decoration: underline dotted;
    }
.reserv{
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background-color: var(--secondarycolor);
    color: rgb(255, 229, 229);
    border-radius: 10px;
    line-height: 1.6em;
    font-size: 1.5em;
    margin: 20px 0;
    transition: background-color .2s;
}
.reserv:hover{
    background-color: rgb(49, 26, 151);
}
.bannerhotel_title{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .bannerhotel_title > h4{
        color: var(--secondarycolor);
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.6em;
        padding: 1em 0;
        width: 80%;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bannerhotel_title > p{
        font-size: 1.1em;
        color: black;
        width: 80%;
        padding: 0 0 10px;
    }
.bannerhotel_image{
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
    .bannerhotel_image > a{
        text-align: center;
    }
    .bannerhotel_image img{
        /* box-shadow: 0px 0px 5px 4px var(--secondarycolor); */
        width: 90%;
    }

#separador{
    height: 60px;
}

/* Responsive */

@media only screen and (max-width: 1024px) {
    h2{
        font-size: 1.8em;
    }
    .title_order_two{
        order:1;
    }
    .bannerhotel{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }    
    .bannerhotel_title{
        width: 90%;
    }
    .bannerhotel_image{
        width: 90%;
    }
    .bannerhotel_image img{
        width: 90%;
    }
}
@media only screen and (max-width: 756px) {
    h2{
        font-size: 1.6em;
    }
    header{
        border-bottom: 5px solid var(--secondarycolor);
        max-height: 50px;
    }
    .main_photo_hotels{
        height: 200px;
        margin-bottom: 10px;
    }
     #hotelsmap > img{
        width: 90%;
    }

}