  @import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;family=Open+Sans&amp;display=swap');


div[role="banner"] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
}
.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.header__inner {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    margin-right: .5rem;
    height: 3rem;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.header__component {
    margin-left: 0.6rem;

}

.header__component>a {
    //font-size: 1.5rem;
    //color: #333;
}

.header__component>a img {
    height: 1.35rem;
    width: 1.35rem;
    vertical-align: middle;
}

.header__logo {
    display: inline-block;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__logo, .header__component {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #333;
}

.header__logo a {
    display: inline-block;
}

.header__logo img {
    margin-top: 0.3rem;
    display: block;
    width: 7.5541rem;
    height: 1.9375rem;
}

.header__navigation {
    /*-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;*/
    margin-left: 0;
}

#navigation .fa-times{
    width: 21px;
    text-align: center;
}

.header__cart {
    position: relative;
}

.header__cart-quantity {
    position: absolute;
    top: 0px;
    left: 20px;
    display: block;
    padding: 2px 5px 2px 3px;
    background: #fe5f00;
    line-height: 1;
    font-size: .625rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: -.075em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: top 200ms ease-in-out, left 200ms ease-in-out, border-bottom-left-radius 200ms ease-in-out;
}

.scr-hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

/*SKIP LINKS*/
#skip-links {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 25;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    list-style-image: none;
}


#skip-links,#skip-links li {
    height: 0
}

#skip-links a {
    text-indent: 150%;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
    position: absolute;
}

#skip-links a:focus {
    padding-top: 1em;
    padding-bottom: 1em;
    color: #fff;
    background-color: #0051ab;
    text-align: center;
    text-indent: 0;
    width: 100%;
    height: auto;
    z-index: 11;
    outline: thin dotted;
    margin: 1em 0;

}

/* Menu */
body.deactivate-scroll .header__component.active .header__component-content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.header__component-content {
    display: none;
}

.header__component.active .header__component-content {
    position: fixed;
    top: 3.5rem;
    bottom: 0;
    display: block;
    background: #fff;
    left: 0;
    right: 0;
    border-top: 1px solid #eee;
}

.header_navigation {
    height: calc(100% + 1px);
}

.header_navigation__topnav__list, .header_navigation__subnav__list {
    margin: 0;
    list-style: none;
}

.header_navigation__topnav__item>a, .header_navigation__subnav__item>a, .header_navigation__subnav__item.title>span {
    padding: 1em 1.25rem;
    text-decoration: none;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header_navigation__subnav__item.title>i {
    padding: 1.15rem 0rem 1rem 1rem;
}

.header_navigation__topnav__item>a, .header_navigation__subnav__list>.custom-style {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.header_navigation__topnav__item>a {
    font-size: 1.0625rem;
    color: #222;
}

.header_navigation__topnav__item>a>span {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 1rem;
}

.header_navigation__topnav__item>a>img.icon {
    width: 20px;
}

.header_navigation__topnav__item+.header_navigation__topnav__item {
    border-top: 1px solid #eee;
}

.header_navigation__subnav {
    display: block;
    max-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: max-height 0.3s ease-out;
    will-change: transition, max-height;
    top: 3.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #fff;


}

.header_navigation--active .header_navigation__subnav {
    max-height: 160rem;
    transition: max-height 0.3s ease-in;
    border-top: 1px solid #eee;
}

.header_navigation__subnav__item>a {
    color: #444;
    font-size: 0.9375rem;
}

.header_navigation--active .header_navigation__subnav__list {
    margin-top: 3.25rem;
}

.header_navigation__subnav__item.title, .header_navigation__subnav__item.title>a {
    font-family: 'Poppins', sans-serif;
    color: #444;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 600;
}

.header_navigation__subnav__item+.header_navigation__subnav__item {
    border-top: 1px solid #eee;
}

.header_navigation--active div.header_navigation__subnav__item.title{
    position: fixed;
    top: 3.5rem;
    display: block;
    background: #FFF;
    width: 100%;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.header_navigation__subnav__item.title{
    border-bottom: 1px solid #eee;
    background: #FFF;
    width: 100%;
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index:100;
}

div.header_navigation__subnav__item.title > span{
    padding-left: .75rem;
}

#navigation{
    display: table;
    text-decoration: none;
	margin-top: 3px;
}

#navigation i{
    display: table-cell;
    font-size: 1.5rem;
}

#navigation span{
    display: table-cell;
    vertical-align: bottom;
    padding-left: .65rem;
}
.header{
   border-bottom: 1px solid #ddd;
}

.submenu ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 5px 8px;
    list-style: none;
    margin: 0;
}

.submenu ul li {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: 8px 4px;
    padding: 4px 8px;
    border-radius: 3px;
    -webkit-transition: background-color .2s cubic-bezier(.22,.61,.36,1);
    transition: background-color .2s cubic-bezier(.22,.61,.36,1);
}

.submenu ul li a {
    display: block;
    color: #221924;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}


h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: -.04em;
margin-bottom: 0.5em;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
font-family: 'Montserrat', sans-serif;
color: #000;
text-decoration: none;
display: block;
}

h1>a:hover, h1>:focus, h1>:active,
h2>a:hover, h2>:focus, h2>:active,
h3>a:hover, h3>:focus, h3>:active,
h4>a:hover, h4>:focus, h4>:active,
h5>a:hover, h5>:focus, h5>:active,
h6>a:hover, h6>:focus, h6>:active {
color: #000;
outline: none;
}

body{
font-family: 'Open Sans', sans-serif;
color: #000;
}

html, .pagecontent, .header, .submenu {
background-color: #ffffff;
}

#navigation{
color: #000;
}

.container-home {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
height: 90vh;
width: 100vw;
z-index: 99999;
}
.content-home {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.content-home .logo-home h2 {
font-size: 1rem;
color: #000;
}
.content-home .logo-home {
background-color: #F0F1E5;
padding: 1rem;
max-width: 200px;
text-align: center;
}
ul.idiomas{
margin: 0;
padding: 0;
list-style: none;
min-width: 140px;
margin-top: 1.5rem;
}

.idioma{
padding: .25rem;
margin: .5rem 0;
border-radius: 50px;
}
.idioma a{
font-size: .85rem;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

.idioma.entrar a{
text-align: center;
display: block;
padding: .5rem;
}
.idioma a div{
display: table;
}
.idioma a div span{
display: table-cell;
vertical-align: middle;
overflow: hidden;
line-height: 1;
}
.idioma a span img{
width: 1.65rem;
margin-right: .5rem;
}
/** Tipos botones Idiomas **/

.idiomas.tipo-uno .idioma{
background-color: #F0F1E5;
}
.idiomas.tipo-uno .idioma a{
color: #000;
}
.idiomas.tipo-dos .idioma{
background-color: #FFF;
}
.idiomas.tipo-dos .idioma a{
color: #F0F1E5;
}

@media (min-width:767px){
.pagecontent{
    max-width: 500px;
    margin: 0 auto;
}
div[role="banner"] {

    max-width: 500px;
    margin: 0 auto;
}

.img-destacada{
    height: 235px !important;
}
}
.img-destacada{
        margin: 7rem 0 0;
        width: auto;
        background-position: center;
        background-size: cover;
        height: 175px;
}
        .content{
            margin: 1.5rem .5rem 0;
            width: auto;
        }

        .content h1, .content h2{
            padding: 0 .75rem;
        }

        .content h1{
            font-size: 1.946153846em;
        }

        .content h2{
            font-size: 1.638461538em;
            margin-top: 1rem;
			    padding: 10px 0 10px 0;
    background-color: #40546c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
        }

        hr{
            opacity: .5;
        }

        .content .desc-seccion{
            padding-bottom: 1rem;
        }


        .submenu ul li a {
            font-family: 'Montserrat', sans-serif;
            color: #ffffff;
        }

        .precio-holder h4, .price h3, .precio-menu, .precio-menu h2 {
            color: #cc8245;
        }

.fmwp-lable2 {
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding-top: 0px !important;
    padding-right: 6px !important;
    padding-bottom: 0px !important;
    padding-left: 6px !important;
    background-color: #f32a2a !important;
    border-radius: 5px !important;
    display: inline-block;
    margin-left: 5px;
}

.fmwp-lable {
    color: #cc8245 !important;
    display: inline-block;
    margin-left: 5px;
}
