@font-face{
    font-family: "oswald";
    src: url("../fonts/Oswald-Regular.ttf");
}

@font-face{
    font-family: "norwester";
    src: url("../fonts/norwester.otf");
}

body{
    font-family: 'oswald';
}

.item-product.item-product2 {
    border: 0 !important;
    margin-bottom: 30px;
}

.item-product > .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.item-product1::after {
    border: 1px solid transparent;
    opacity: 0;
    background: transparent;
    box-shadow: 0 10px 10px 0 transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.banner-slider.bg-slider .banner-thumb img {
    max-width: 100%;
    opacity: 0;
    width: auto;
}

.item-slider1 .banner-info .title120 {
    color: #b40000;
}

.from-blog2{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.cont-blog{
    margin-bottom: 30px !important;
}

.bloque-pp{
    background-color: #eb6341;
    padding: 15px 15px;
    height: 100px;
    border-radius: 25px;
    color: white;
    text-align: center;
}

.reservacion{
    display: flex;
}

.reserva-title{
    color: #FFF;
    text-align: center;
}

.reserva-subtitle{
    color: #FFF;
    text-align: center;
}

.reserva-lbl{
    color: #FFF;
    margin-top: 20px;
}

.reserva-inp{
    border: 0px;
    color: #FFF;
    background-color: transparent;
    border-bottom: 2px solid #FFF;
    border-radius: 0px;
}

.reserva-cmb > option{
    background-color: #FFF;
    color: #000;
}

.reserva-div{
    padding: 50px;
    background-color: #1D1F2A;
}

.reserva-sucursales{
    padding: 50px;
    background-color: #8C1E1E;
}

.gal{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.class-rs{
    display: flex;
    align-items: center;
    text-align: center;
}

.rs-img{
    height: 60px;
}

.fa-footer {
    color: #FFF;
    font-size: 30px;
}

.wrap-banner h2{
    font-family: 'norwester';
    color: white;
    /* -webkit-text-stroke: #000 1px; */
    font-weight: bold;
}

.iconCircle {
    width: 35px;
    height: 35px;
    background-color: transparent;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .reservacion{
        display: initial;
    }

    .title60{
        font-size: 20px;
    }
}

/*MENU*/
.logo.logo1 a {
    top: -20px !important;
}