/*  
Theme Name: MeatKing
Version:    1.14.20

TABLE OF CONTENTS
    01 - General and Typography
    02 - Header
    03 - Navigation
	04 - Enterprise
    05 - Services
    06 - Parallax
    07 - Food menu
    08 - Special offers
    09 - Reservation
    10 - Chefs
    11 - Footer
    12 - Responsive styles

    Primary color: #861F2B
    Transparencia p-color: rgba(125, 3, 3, 0.5);
*/


/* ==========================================================================
    01. General and Typography 
    Por defecto font-family:'Kreon',serif;
    Cambio a Helvetica: 
========================================================================== */

@font-face {
    font-family: "Helvetica";
    src: url("fonts/HelveticaLTStd-Cond.otf");
}

body {
    font-family: "Helvetica";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

img {
    max-height: 100%;
    max-width: 100%;
}

section {
    position: relative;
    padding: 0;
    background: #F0A830;
    color: #FFF;
    text-align: center;
}

section::before,
section::after {
    position: absolute;
    content: '';
}


/* Separators Styles */

.ss-style-top::before {
    left: 0;
    width: 100%;
    height: 30px;
    -webkit-background-size: 25px 100%;
    -moz-background-size: 25px 100%;
    -o-background-size: 25px 100%;
    background-size: 25px 100%;
    top: 0;
    background-image: linear-gradient(315deg, #FFF 50%, transparent 50%), linear-gradient(45deg, #FFF 50%, transparent 50%);
    margin-top: -30px;
    z-index: 100;
}

.ss-style-bottom::before {
    left: 0;
    width: 100%;
    height: 30px;
    -webkit-background-size: 25px 100%;
    -moz-background-size: 25px 100%;
    -o-background-size: 25px 100%;
    background-size: 25px 100%;
    top: 0;
    background-image: linear-gradient(583deg, #FFF 50%, transparent 50%), linear-gradient(136deg, #FFF 50%, transparent 50%);
    margin-top: 0px;
    z-index: 1000;
}


/* ==========================================================================
    02. Header 
========================================================================== */

#header {
    background-image: url(../img/fotos-home.jpg);
    -webkit-background-size: /*@@prefixmycss->No equivalent*/
    ;
    -moz-background-size: cover;
    -o-background-size: /*@@prefixmycss->No equivalent*/
    ;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}


/*#headerres {
    background-image:url(../img/portada-res.jpg);
}*/

#header .cerdo {
    background-image: url(../img/portada-res.jpg);
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 33, 5, 0.2);
    z-index: 0;
}

#header .center {
    position: relative;
    z-index: 1;
    color: white;
    height: auto;
}

#header .bottom {
    color: white;
}

#header .center,
.slogan {
    font-size: 1.625em;
    text-transform: uppercase;
}

#header .banner h1 {
    font-size: 6.250em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    background: #861F2B;
    padding: 0px 18px;
}

#header .subtitle h4 {
    display: inline-block;
    background: rgba(125, 3, 3, 0.5);
    color: white;
    font-size: 2.0em;
    padding: 0px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#header .bottom {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

#header .bottom a {
    font-size: 2.250em;
    color: whitesmoke;
    position: relative;
    top: -5px;
}

#header .center>img {
    display: block;
    max-width: 40%;
    height: auto;
    margin: auto;
}

#logo {
    position: absolute;
    display: block !important;
    width: 120px;
    left: 46.8%;
    margin-left: 0px;
    background: white;
    -webkit-border-radius: 0 0 100% 100%;
    -moz-border-radius: 0 0 100% 100%;
    border-radius: 0 0 100% 100%;
    padding: 7px;
}

.navbar-nav>li:nth-child(3) {
    margin-right: 120px;
}

#anios {
    display: flex;
    align-items: center;
    justify-content: center;
}

#imgportadacenter {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ==========================================================================
    03. Navigation 
========================================================================== */

#menu {
    background: rgba(125, 3, 3, 0.73);
    margin-bottom: 0;
    box-shadow: 4px 4px 8px rgba(71, 0, 0, 0.5);
}

.navbar-brand h2 {
    margin-top: 0;
    font-weight: bold;
    color: white;
}

.navbar-brand {
    padding-top: 8px;
    padding-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: white;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a {
    background: #ed0121;
    color: white;
    text-shadow: none;
}


/* ==========================================================================
    04. Enterprise 
========================================================================== */

main {
    padding: 50px;
    margin: 0 auto;
    background: #fbfbfb;
}

main>section {
    display: none;
    padding: 20px 0 0;
    color: #333;
    background: #fbfbfb;
    border-top: 1px solid #ddd;
}

main>input {
    display: none;
}

main>label {
    display: inline-block;
    font-size: 1.1em;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

main>label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}


/* main > label[for*='1']:before {
  content: '\f1cb';
}

main > label[for*='2']:before {
  content: '\f0f7';
}

main > label[for*='3']:before {
  content: '\f2b5';
}

main > label[for*='4']:before {
  content: '\f0c0';
} */

main>label:hover {
    color: #9C1111;
    cursor: pointer;
}

main>input:checked+label {
    color: #861F2B;
    border: 1px solid #ddd;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top: 4px solid #861F2B;
    border-right: 3px solid #861F2B;
    border-left: 3px solid #861F2B;
    border-bottom: 1px solid #fff;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
    display: block;
}

main>p {
    font-size: 1.1em;
}

#content1,
#content3,
#content4 .texto-centrado>p {
    padding: 30px;
}


/* ==========================================================================
    05. Services 
========================================================================== */

.light-wrapper {
    background: #fbfbfb;
}

.inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title {
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    color: #861F2B;
}

.main.lead {
    margin-bottom: 80px;
}

.lead {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2e2e2e;
    position: relative;
}

.lead:after {
    position: absolute;
    content: ' ';
    background: #ed0121;
    width: 80px;
    height: 3px;
    bottom: -22px;
    left: 50%;
    margin-left: -40px;
}

.story .col-wrapper {
    padding: 0 10px;
}

.story .icon-wrapper {
    position: relative;
    height: 80px;
    margin-top: 40px;
}

#galeria>.lead {
    color: white;
}

#chefs .lead>p {
    color: white;
}

area {
    background: transparent;
}

area:hover {
    background: white;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}


/* ==========================================================================
    05. parallax 
========================================================================== */

.parallax {
    background: url(../img/parallax1.jpg) fixed no-repeat center center;
    -webkit-background-size: /*@@prefixmycss->No equivalent*/
    ;
    -moz-background-size: cover;
    -o-background-size: /*@@prefixmycss->No equivalent*/
    ;
    background-size: cover;
    position: relative;
    color: #FFF;
}

.parallax .inner {
    padding-top: 180px;
    padding-bottom: 180px;
}

.parallax.parallax2 {
    background-image: url(../img/galery/fondo-servicios.jpg);
}

.parallax.parallax3 {
    background-image: url(../img/galery/Portadas4.jpg);
    height: 600px;
}

.parallax.parallax4 {
    background-image: url(../img/fondo_texto-2-1600x600.jpg);
}

.parallax.parallax5 {
    background-image: url(../img/galery/Portadas9.jpg);
}

#galeria {
    background: url(../img/galery/fondo-parallax-rojo-1920.jpg) fixed no-repeat center center;
}

.bm10 {
    margin-bottom: 10px !important;
}

.facts h4 {
    font-size: 40px;
    margin-bottom: 20px;
}

.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.facts p {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.story .icon-wrapper i {
    font-size: 70px;
}

.facts i {
    font-size: 70px;
}


/* ==========================================================================
    06. productos 
========================================================================== */


/* .productos {
    background:url(../img/fondo_texto1600.png) fixed no-repeat center center;
    -moz-background-size:cover;
    background-size:cover;
	display: flex;
	flex-direction: column;
} */


/* .productos .item{
    position:relative;
    width: auto;
    height: auto;
    margin-top:40px;
    margin-bottom:10px;
    align-content: center;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;   
} */

.productos {
    background: url(../img/fondo_texto1600.png) fixed no-repeat center center;
    display: flex;
    /*todo el sitio es flex*/
    flex-flow: column wrap;
    position: relative;
}

.content-titulo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.titulo {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.content-item {
    position: relative;
    margin-top: -40px;
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product {
    position: relative;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 3 1 auto;
    -ms-flex: 3 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.corte {
    position: relative;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
}


/* ==========================================================================
    06. Food menu 
========================================================================== */

.menu-items {
    text-align: center;
    margin: 0 auto;
}

.menu-titles h1 {
    text-shadow: none;
    color: #ed0121;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
}

#food-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-images img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #dadada;
    display: block;
    margin: auto;
    margin-top: 40px;
}


/* ==========================================================================
    07. Special offers 
========================================================================== */

.hot-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.br-red {
    background-color: #ed0121 !important;
}

.br-lblue {
    background-color: #32c8de !important;
}

.br-green {
    background-color: #51d466 !important;
}

.pricing {
    border-top: 1px solid #f1f1f1;
}

.pricing .pricing-item {
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
}

.pricing .pricing-item img {
    max-width: 250px;
    float: left;
}

.pricing-item-details a,
.pricing-item-details p,
.pricing .lead {
    color: white;
    font-weight: bold;
}

.pricing .pricing-item .pricing-item-details {
    margin-left: 265px;
}

.pricing .pricing-item .pricing-item-details h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
}

.pricing .pricing-item .pricing-item-details p {}

.pricing .pricing-item .pricing-item-details a.btn {
    margin-top: 10px;
}

.pricing .pricing-item .pricing-item-details a.view-link {
    display: inline-block;
    margin-top: 7px;
    font-size: 12px;
    border-bottom: 1px dotted #aeaeae;
}

.pricing .pricing-item .hot-tag {
    top: 0;
    left: 0;
    margin-top: -15px;
    margin-left: -15px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 23px;
    font-weight: 700;
    border: 4px solid white;
}


/* ==========================================================================
    08. Reservation 
========================================================================== */

.form-group {
    margin-bottom: 24px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: transparent;
}

.form-control {
    height: 38px;
    font-size: 14px;
    vertical-align: middle;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.form p {
    margin: 10px 0 30px 0;
}


/* ==========================================================================
    09. Chefs 
========================================================================== */

.chefs img {
    border: 5px solid #e7e7e7;
    width: 80%;
}


/* ==========================================================================
    10. Footer 
========================================================================== */

.dark-wrapper {
    background: #861F2B;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.dark-wrapper .ss-style-top::before {
    background-image: linear-gradient(315deg, #FFF 50%, transparent 50%), linear-gradient(45deg, #FFF 50%, transparent 50%);
}

.social-bar {
    width: 100%;
    text-align: right;
}

.social-bar a {
    display: inline-block;
    margin-right: 11px;
    font-size: 2.15em;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.social-bar a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.themeBy {
    color: #ed0121;
    background: white;
}


/* ==========================================================================
    11. Galeria
========================================================================== */

.flex-gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image-rate {
    position: relative;
    overflow: hidden;
    height: 250px;
    margin: 2.5px;
    flex-grow: 1;
}

.image-rate img {
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.image-rate:after {
    content: 'Ver';
    cursor: pointer;
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
}

.image-rate:hover:after {
    opacity: 1
}

#fullimage {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    cursor: -webkit-zoom-out;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#fullimage img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/* ==========================================================================
    12. Responsive styles 
========================================================================== */


/* respon1200 */

@media screen and (min-width: 1200px) {
    main {
        min-width: 900px;
        max-width: 1100%;
    }
    #imgportada {
        position: absolute;
        height: auto;
        width: 50%;
        z-index: 1000;
    }
    #logo {
        position: absolute;
        display: block !important;
        width: 120px;
        left: 45.3%;
        margin-left: 0px;
        background: white;
        -webkit-border-radius: 0 0 100% 100%;
        -moz-border-radius: 0 0 100% 100%;
        border-radius: 0 0 100% 100%;
        padding: 7px;
    }
    #imgportadacerdo {
        position: absolute;
        height: auto;
        width: 50%;
        z-index: 1000;
    }
    .parallax.parallax2,
    .parallax.parallax2,
    .parallax.parallax3,
    .parallax.parallax4,
    .parallax.parallax5 {
        width: 100%;
        height: auto;
    }
    /* .titulo{
        width: 400px;
        height: auto;
        text-align: center;
    } */
}

@media screen and (max-width: 991px) {
    .pricing .pricing-item .pricing-item-details {
        margin-left: 0;
    }
    .pricing .pricing-item a img {
        float: none;
        margin-bottom: 30px;
    }
    #logo {
        position: absolute;
        display: block !important;
        width: 120px;
        left: 46.8%;
        margin-left: 0px;
        background: white;
        -webkit-border-radius: 0 0 100% 100%;
        -moz-border-radius: 0 0 100% 100%;
        border-radius: 0 0 100% 100%;
        padding: 7px;
    }
    #imgportada {
        position: absolute;
        height: auto;
        width: 40%;
        z-index: 1000;
    }
    #imgportadacerdo {
        position: absolute;
        height: auto;
        width: 40%;
        z-index: 1000;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: none !important;
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li {
        display: inline-block;
        float: none;
    }
    #header .center>#imgportada {
        display: block;
        height: auto;
    }
    #header .center>#imgportadacerdo {
        display: block;
        height: auto;
    }
    /* #logo {
        position: absolute;
        display: block !important;
        width: 120px;
        left: 46.8%;
        margin-left: 0px;
        background: white;
        -webkit-border-radius: 0 0 100% 100%;
        -moz-border-radius: 0 0 100% 100%;
        border-radius: 0 0 100% 100%;
        padding: 7px;
    } */
    #imgportada {
        position: absolute;
        height: auto;
        z-index: 1000;
    }
    #imgportadacerdo {
        position: absolute;
        height: auto;
        z-index: 1000;
    }
}

@media screen and (max-width:767px) {
    main {
        padding: 0px;
    }
    #header .banner h1 {
        font-size: 60px;
    }
    #header .subtitle h4 {
        font-size: 22px;
    }
    #header .center>#imgportada {
        display: block;
        max-width: 100%;
        height: auto;
    }
    #header .center>#imgportadacerdo {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .social-bar {
        text-align: left;
        margin-top: 30px;
    }
    #galeria #galery img {
        width: 100%;
    }
    #imgportada {
        position: absolute;
        height: auto;
        width: 80%;
        z-index: 1000;
    }
    #imgportadacerdo {
        position: absolute;
        height: auto;
        width: 80%;
        z-index: 1000;
    }
    .corte {
        text-align: center;
    }
    #content1,
    #content3,
    #content4 .texto-centrado>p {
        padding: 10px;
    }
    .col-wrapper {
        padding-bottom: 25px;
    }
}