@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
/*------Header--------*/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #7b1e1e;
    margin-bottom: 20px;
}
p {
    font-family: 'Open Sans', sans-serif;
    margin: 0 20px;
    color: #fff;
}
figcaption{
    color: #ffb80e !important;
}
header{
    background: #982121;
    padding: 10px 10px;   
}
.logo-menu-small a img {
    height: 50px;
    margin: 5px;
    text-align: center;
}
.logo-menu a img {
    height: 50px;
    margin: 5px 5px 5px 15px;
}
.contenedor-menu {
    box-shadow: 0 3px 10px -1px #7b1e1e;
    border-radius: 3px;

}
header .top-bar, header .top-bar ul {
    background-color: transparent;
}
header {
    margin-top: 0px;
    
}
header ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;

}
header ul li a:hover {
    color: #ffb80e;
}
.burger img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 10px;
}
/*Slide show*/
.controles-direccion button {
    color:#ffb80e;
    border-radius: 50px !important;
}
.controles-direccion2 button {
    color:#7b1e1e;
    border-radius: 50px !important;
}
.bullet-button button {
    background-color: #7b1e1e;
}
.bullet-button button:hover {
    background-color: #d12e2e;
}
.bullet-button button.is-active {
    background-color: #d12e2e;
}
.slide-texto p {
    margin: 0 30px;
}

/*===Contenido1====*/
.sec2 {
    background: #ffb80e;
}
.titulo-cont h2 {
    font-size: 38px;
    color: #7b1e1e;
    margin-bottom: 20px;
}
.titulo-cont p {
    font-size: 17px;
    line-height: 20px;
    color: #fff;

}
.titulo-cont .espacio {
    padding: 40px 0;
}
.linea {
    width: 80px;
    height: 5px;
    background: #7b1e1e;
    margin: 30px auto 30px auto;
}
.cont-destacado div div {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px -1px #926b0e;
}
.cont-destacado div:first-child div {
    background: url(../img/foodt.jpg) no-repeat center center;
}
.cont-destacado div:nth-child(2) div {
    background: url(../img/romo.jpg) no-repeat center center;
}
.cont-destacado div:last-child div {
    background: url(../img/menu.jpg) no-repeat center center;
}
.cont-destacado div div:hover {
    background-size: 500px;
    cursor: pointer;
}
.cont-destacado div div p {
    font-weight: 700;
    font-size: 28px;
    color: #ffb80e;
    padding: 210px 50px;
    line-height: 32px;
    position: relative;
    z-index: 1;
}
.cont-destacado div div:after {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.historia {
    padding: 0 0 30px 0;
}
/*===Top image===*/
.top-image {
    background: url(../img/nosotros_header.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}
.top-image h1 {
    text-transform: uppercase;
    color: #ffb80e;
    position: relative;
    z-index: 1;
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 250px;
    padding: 20px 0;
    text-align: center;
}
.top-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,5) 0%, rgba(0,0,0,1) 9%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.top-image-comunidad {
    background: url(../img/comunidad_header.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}
.top-image-comunidad h1 {
    text-transform: uppercase;
    color: #ffb80e;
    position: relative;
    z-index: 1;
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 250px;
    padding: 20px 0;
    text-align: center;
}
.top-image-comunidad:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,5) 0%, rgba(0,0,0,1) 9%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.top-image-contacto {
    background: url(../img/contacto_header.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}
.top-image-contacto h1 {
    text-transform: uppercase;
    color: #ffb80e;
    position: relative;
    z-index: 1;
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 250px;
    padding: 20px 0;
    text-align: center;
}
.top-image-contacto:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,5) 0%, rgba(0,0,0,1) 9%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.top-image-foodtruck {
    background: url(../img/foodtruck_header.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}
.top-image-foodtruck h1 {
    text-transform: uppercase;
    color: #ffb80e;
    position: relative;
    z-index: 1;
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 250px;
    padding: 20px 0;
    text-align: center;
}
.top-image-foodtruck:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,5) 0%, rgba(0,0,0,1) 9%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.top-image-menu {
    background: url(../img/menu_header.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}
.top-image-menu h1 {
    text-transform: uppercase;
    color: #ffb80e;
    position: relative;
    z-index: 1;
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 250px;
    padding: 20px 0;
    text-align: center;
}
.top-image-menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left,  rgba(0,0,0,5) 0%, rgba(0,0,0,1) 9%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,5) 0%,rgba(0,0,0,1) 9%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.ficha {

}
.plato-menu {
    box-shadow: 0 3px 10px -1px #926b0e;
    border-radius: 15px;
 
}
.plato-menu h4 {
    font-size: 25px;
    text-align: center;
    padding: 10px 0 0 0;
}
.plato-menu hr {
    border: 1px solid #7b1e1e;
    margin: 0 5px 5px 5px;
}
.plato-menu p {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;

}
.cont-destacado div container p {
    font-size: 16px;
    color: #fff;
    text-align: justify;
}
.location {
    background: url(../img/mapa.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0 3px 10px -1px #926b0e;
}
.mapa-espacio {
    width: 100%;
    height: 450px;
    background: transparent;

}
.contacto {
    padding: 20px 0 40px 0;
}
.bottom25{
    margin: 0 0 15px 0;
    font-size: 30px;
}
/*===Formulario===*/
.datos {
    box-shadow: 0 3px 10px -1px #926b0e;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 0;
}
.formulario {
    box-shadow: 0 3px 10px -1px #926b0e;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 0;
}
.formulario div label input {
    border-radius: 20px;
}
.formulario div label textarea {
    border-radius: 20px;
}
.formulario div label h4 {
    color: #7b1e1e;
}
.bot-on-cont {
    width: 70px;
    margin: 0 auto;
}
.bot-on{
    color: #ffb80e;
    background-color: #7b1e1e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px !important;
    padding: 6px 11px !important;
    border-radius: 15px !important;
}
.bot-on:hover {
    color: #7b1e1e;
    background-color: #ffb80e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 6px 11px !important;
    border-radius: 15px !important;
    border: 1px solid black;
}
.fudtro container p {
    text-align: justify;
    margin-bottom: 20px;
}

.fudtro {
    padding-bottom: 30px;
}
.fudtro img {
    border-radius: 15px;
    box-shadow: 0 3px 10px -1px #926b0e;
}


footer {
    padding: 15px 0;
    background: #7b1e1e;
}
footer p {
    color: #ffb80e;
    margin-bottom: 0;
}
.logo {
    width: 100px;
    height: 100%;
}
.menu-simple ul {
    padding: 0;
    margin: 10px;
    display: block;
    text-align: center;
}
.menu-simple ul li {
    list-style: none;
    display: inline-block;
    padding: 13px 0;
    margin: 0 8px;
}
.menu-simple ul li a:hover {
    box-shadow: 0px 5px 40px 15px #926b0e;

}
/*===Media Query===*/
@media (max-width: 640px) {
    h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #7b1e1e;
        margin-bottom: 20px;
    }
    p {
        font-size: 17px;
        line-height: 20px;
        color: #fff;
        margin: 0 20px;
    }
    .title-bar {
        padding: 0.5rem;
        background: #982121;
        color: #ffb80e;
    }
    .menu-small li {
        width: 100%;
        text-align: center;
        font-size: 18px;

    }
    .menu-small li:last-child{
        border-bottom: none;
    }

}
@media (max-width: 1024px) {
    .cont-destacado div div p {
        font-weight: 700;
        font-size: 25px;
        color: #ffb80e;
        padding: 210px 10px;
        line-height: 32px;
        position: relative;
        z-index: 1;
}


}
.galeria {
    padding: 0 0 30px 0;
}
