h1{
    font-size: 2.2rem;
}
h2{
    font-size: 1.8rem;
}

a{
    color: #504b9c;
    font-weight: bold;
    text-decoration: none;
}

.navbar-brand {
    color: white;
}

.nav-link, .nav-link:link{
    color: white;
    padding: 1.1rem !important;
    /*padding-right: 1.2rem !important;*/
    font-size: 1.1rem;
}

.nav-link:hover{
    color: black;
}

.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover{
    color: #555;
    background-color: #e7e7e7;
}

.navbar-toggler{
    color: white;
    border-color: white;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

figure {
    display: inline;
}

.border-brown{
    border: 4px solid #795548;
}

figure img:hover {
    outline: 4px solid #795548;
    transition: 0.5s ease;
}

body {
    background-color: rgba(255,235,238,0.5);
}

#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}

.banderas {
    margin: -5px;
    border: 1px solid #000;
    transition: 1s;
}

.botonSubir {
    bottom: 5%;
    position: fixed;
    z-index: 2;
    width: auto;
    right: 2%;
    box-shadow: 1px 1px 9px #000;
}

.input-group-text-green{
    border-color: rgb(25, 135, 84);
}

.input-group-text-red{
    border-color: rgb(220, 53, 69);
}

.disponible {
    color: #008000;
    display: inline;
}

.footer {
    background-color: #f44336;
    border-top: 1px solid #000;
    font-size: 13px;
    padding-top: 15px;
    box-shadow: 0 -1px 15px #000;
    color: #fff;
}

.justify {
    text-align: justify;
}

.menu {
    background-color: #f44336;
    border-bottom: 1px solid #000;
    padding-top: 30px;
    box-shadow: 0 1px 15px #000;
}

.noDisponible {
    color: #f00;
}

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

.noMargin {
    margin: 0;
}

.textoMenu {
    font-size: 16px;
}

.well {
    background-color: #fff;
    box-shadow: 1px 1px 15px #a1a1a1;
}

.image-div{
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 15px #a1a1a1;
    padding: 15px 0;
}

.image-div picture{
    margin: 1.7%;
}

@media (max-width: 991px) {
    .botonSubir {
        bottom: 70px;
    }
    .heading-title h2:before, .heading-title h1:before, .heading-title h2:after, .heading-title h1:after{
        width: 25px;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


@media (max-width: 767px){
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 22px;
    }
    .botonSubir {
        bottom: 120px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}
