@font-face {
    font-family: 'Bodoni Book';
    src: url("../fonts/Bodoni Book.otf") format("opentype");
}

@font-face {
    font-family: 'Bodoni Bold';
    src: url("../fonts/Bodoni Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'BebasNeue Regular';
    src: url("../fonts/BebasNeue Regular.otf") format("opentype");
}

body {
    overflow-x: hidden;
    font-size: 1.2rem;
    font-family: 'Bodoni Book', 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.75;
}

a {
    color: #907a2e;
}

a:hover {
    color: #ff8100;
}

.text-primary {
    color: #907a2e!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section {
    padding: 100px 0;
}

section h2.section-preheading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Bodoni Bold', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section h2.section-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width:768px) {
    section {
        padding: 150px 0;
    }
    h2.section-preheading {
        font-size: 55px!important;
    }
}

.btn {
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 10px 40px;
    margin: 0 14px;
}

.btn-primary {
    background-color: #1e1e1e;
    border-color: #ff8100;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #cd6700!important;
    border-color: #cd6700!important;
    color: #fff;
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5)!important;
}

::-moz-selection {
    background: #907a2e;
    text-shadow: none;
}

::selection {
    background: #907a2e;
    text-shadow: none;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

#mainNav {
    background-color: #231f20;
}

#mainNav .navbar-toggler {
    font-size: 25px;
    right: 0;
    margin-right: 2rem;
    padding: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #ff8100;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
    color: #907a2e;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #695922;
}

#mainNav .social>a {
    color: #fff;
}

#mainNav .social>a:hover {
    color: #ff8100;
}

#mainNav .social>a i {
    margin: 0 10px;
    font-size: 24px;
}

#mainNav .navbar-nav {
    margin: 0 auto;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ff8100;
}

.colortelefono {
    color: #ff8100 !important;
}

.espaciotext-justify {
    padding-top: 24rem;
}

@media (max-width: 768px) {
    .espaciotext-justify {
        padding-top: 2rem;
    }
}

.espacio-salones {
    margin-top: 5rem;
}

@media (max-width: 768px) {
    .espacio-salones {
        margin-top: 1rem;
    }
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: padding-top .3s, padding-bottom .3s;
        -moz-transition: padding-top .3s, padding-bottom .3s;
        transition: padding-top .3s, padding-bottom .3s;
        border: none;
        background-color: #000000b8;
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em!important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #231f20;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

header.masthead {
    text-align: center;
    color: #fff;
}

header.masthead .carousel-caption {
    margin-bottom: 200px;
}

@media only screen and (max-width:992px) {
    header.masthead .carousel {
        margin-top: 141px;
    }
}

@media only screen and (max-width:600px) {
    header.masthead .carousel-caption {
        margin-bottom: 0;
    }
    header.masthead .btn-xl {
        font-size: 12px;
        padding: 5px 20px;
        margin: 0 7px;
    }
}

@media only screen and (min-width:600px) {
    header.masthead .carousel-caption {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:768px) {
    header.masthead .carousel-caption {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width:992px) {
    header.masthead .carousel-caption {
        margin-bottom: 135px;
    }
}

@media only screen and (min-width:1200px) {
    header.masthead .carousel-caption {
        margin-bottom: 130px;
    }
}

section#quienes-somos {
    padding: 50px 0;
}

section#quienes-somos .section-preheading:after {
    content: ' ';
    display: block;
    border: 1px solid #231f20;
    margin: 20px 0 80px 0;
}

section#banner {
    text-align: center;
    color: #fff;
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#cervezas {
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding: 50px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imgamenu {
    width: 100%;
    max-width: 100%;
}

.politicas-platillos {
    background-color: #d9d9d9;
    text-align: center;
}

.epacioplatillos {
    margin-top: 5rem;
}

.beer-row {
    padding: 0 100px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .beer-row {
        padding: 0 10px;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .beer-row {
        padding: 0 30px;
    }
}

section#contact {
    background-color: #ff8100 !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem 0 10rem;
}

section#contact .section-preheading:after {
    content: ' ';
    display: block;
    border: 1px solid #231f20;
    margin: 20px 0 80px 0;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    background: #231f20;
    color: #907a2e;
}

section#contact .form-group input.form-control {
    height: auto;
    background: #231f20;
    color: #907a2e;
}

section#contact .form-group textarea.form-control {
    height: 248px;
    background: #231f20;
    color: #907a2e;
}

section#contact .form-control:focus {
    border-color: #907a2e;
    box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
    background: #231f20;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'BebasNeue Regular', Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer .footer-div {
    border-right: 1px solid #fff;
}

footer .copyright-div {
    border-top: 1px solid #fff;
    margin-top: 50px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #907a2e;
}


/**whats**/

.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    left: 24px;
    color: #fff;
    background-color: #25D366;
    border-radius: 25px 25px 25px 5px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    transition: all 0.3s ease-out;
}

.float-button:hover {
    background-color: #128C7E;
    color: #fff;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.text-whats {
    font-size: 1rem;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }
    to {
        opacity: 100%
    }
}

@media screen and (max-width: 545px) {
    .float-button {
        bottom: 15px;
        right: 15px;
        width: 215px;
        border-radius: 20px 20px 20px 5px;
    }
    .fa-whatsapp {
        font-size: 22px !important;
        padding: 4px;
    }
}