@font-face {
    font-family: BreePeru_Regular;
    src: url(../BreePeru/BreePeru_Regular.woff);
}

@font-face {
    font-family: BreePeru_Light;
    src: url(../BreePeru/BreePeru_Light.woff);
}

@font-face {
    font-family: BreePeru_Bold;
    src: url(../BreePeru/BreePeru_Bold.woff);
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

::-webkit-scrollbar {
    width: 2px;
}
 
::-webkit-scrollbar-track {
    background: #292929;
}
 
::-webkit-scrollbar-thumb {
    background: #4f4f4f;
}

::-webkit-scrollbar-track-piece {
    background-color:transparent;
}

.overflowh {
    overflow: hidden;
}

.clear {
    clear: both;
}

.MenuResponsive {
    background-color: #C72100;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 888;
    display: none;
}

.MenuResponsiveContenidoContenedor {
    display: none;
}

.MenuResponsiveContenedor {
    height: 70px;
    position: relative;
    width: 100%;
}
    
.MRCMenu {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.MRCMenuItem {
    display: block;
    border-bottom: 1px solid #bb463b; 
    padding: 10px 0;
}
    
.MRC_Contenido {
    width: 100%;
    padding-bottom: 40px;
}
    
.MRCMenuItem a {
    color: #fff;
    font-family: 'BreePeru_Light';
    font-size: 15px;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}
    
.MRCLogo {
    position: absolute;
    top: 11px;
    left: 50px;
}
    
.MRCLogo img {
    width: 80px;
}
    
.MRCIcon {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 24px;
    right: 50px;
}

.MenuDesktop {
    background-color: #cc2512;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 888;
}

.MenuDesktopFixed {
    background-color: #C72100;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    position: fixed;
    top: -80px;
    transition: transform .5s;
    transform: translateY(80px);
}

.MenuDesktopContenedor {
    width: 1300px;
    margin: 0 auto;
    padding: 10px 0;
}

.MenuDesktopContenedorTable {
    display: table;
    width: 100%;
}

.MenuDesktopContenedorTableItem {
    display: table-cell;
    vertical-align: middle;
    font-family: 'BreePeru_Light';
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    line-height: 120%;
}

.MenuDesktopContenedorTableItem a {
    color: #fff;
    text-decoration: none;
}

.MenuDesktopContenedorTableLogo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.MenuDesktopContenedorTableLogo img {
    width: 100px;
    margin: 0 15px;
}

.BannerVideo {
    position: relative;
    width: 100%;
    height: 975px;
    overflow: hidden;
}

.Banner {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}    

.OverlayBannerVideo {
    background: linear-gradient(rgba(0, 0, 0, 0), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ContenidoBannerVideo {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
}

.ContenidoBannerVideoC {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.ContenidoBannerVideoC h1 {    
    color: #fff;
    font-family: 'BreePeru_Regular';
    font-size: 40px;
    text-align: center;
    text-shadow: #000 2px 2px 3px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 1000px;
}

.ContenidoBannerVideoC p {    
    color: #fff;
    font-family: 'BreePeru_Light';
    font-size: 20px;
    text-align: center;
    text-shadow: #000 2px 2px 3px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 1000px;
    line-height: 120%;
}

.BannerVideo img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 4;
}

.CocinaPeruana {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 120px 0;
}

.CocinaPeruanaContainer {
    position: relative;
    width: 1700px;
    margin: 0 auto;
}

.CocinaPeruanaTitulo {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.CocinaPeruanaTituloUnderlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.CocinaPeruanaTituloUnderlay h2 {
    color: #202020;
    font-size: 36px;
    line-height: 42px;
    margin: 6px 0px;
    font-family: 'BreePeru_Regular';
}

.CocinaPeruanaTituloUnderlay h2 span {
    color: #c72212;
}

.CocinaPeruanaTitulo h1 {
    color: #f8f8f8;
    font-size: 72px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'BreePeru_Regular';
    text-align: center;
}

.CocinaPeruanaContainer p { 
    width: 1200px;
    color: #232323;
    font-family: 'BreePeru_Light';
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 120%;    
}

.CocinaPeruana .slick-slide {
    height: auto;
}

.CocinaPeruana .slick-dots {
    bottom: -50px;
}

.CocinaPeruana .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 10px;
}

.CocinaPeruana .slick-dots li button {
    width: 100%;
    height: 100%;
}

.CocinaPeruana .slick-dots li button:before {
    width: 100%;
    height: 100%;
    line-height: normal;
    background: #c72212;
    color: transparent;
    opacity: .4;
    border-radius: 100px;
}

.CocinaPeruana .slick-dots li.slick-active button:before {
    opacity: .9;
}

.CocinaPeruanaCarouselItemBorde {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 5px 10px;
    margin-top: 30px;
    box-shadow: 0px 2px 5px 0px #2f2e2e;
}

.CocinaPeruanaCarouselItemBorde img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.CocinaPeruanaCarouselItemBorde:hover img {
    transform: scale(1.11);
}

.CocinaPeruanaCarouselItemBordeOverlay {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    transition: background 0.5s ease;
}

.CocinaPeruanaCarouselItemBorde:hover .CocinaPeruanaCarouselItemBordeOverlay {
    background: rgba(0, 0, 0, .6);
}

.CocinaPeruanaCarouselItemBorde h1 {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 0;
    color: #fff;
    transition: top .5s ease;
    font-family: 'BreePeru_Light';
    text-shadow: #000 2px 2px 3px;
    width: 100%;
    font-size: 26px;
    text-align: center;
}

.CocinaPeruanaCarouselItemBorde:hover h1 {
    top: 25%;
}

.CocinaPeruanaCarouselItemBordeContenido {
    position: absolute;
    z-index: 4;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    width: 70%;
    transition: opacity .8s ease;
    opacity: 0;
}

.CocinaPeruanaCarouselItemBorde:hover .CocinaPeruanaCarouselItemBordeContenido {
    opacity: 1;
}

.CocinaPeruanaCarouselItemBordeContenido p {
    font-family: 'BreePeru_Light';
    text-shadow: #000 2px 2px 3px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 120%;
    margin: 0;
    margin-bottom: 15px;
}

.CocinaPeruanaCarouselItemBordeContenido a {
    border: 1px #fff solid;
    color: #fff;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 16px;
    background: none;
    cursor: pointer;
    padding: 5px 15px;
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    width: 110px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.CocinaPeruanaCarouselItemBordeContenido a:after {
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    background: #c72212;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
}

.CocinaPeruanaCarouselItemBordeContenido a:hover {
    color: #fff;
}

.CocinaPeruanaCarouselItemBordeContenido a:hover:after {
    height: 100%;
}

.ProductosPeruanos {
    width: 100%;
    height: 975px;
    position: relative;
    z-index: 10;
}

.ProductosPeruanosTitulo {
    font-family: 'BreePeru_Regular';
    font-size: 36px;
    background: #c72113;
    color: #fff;
    text-align: center;
    width: 350px;
    height: 46px;
    padding: 10px 15px;
    position: absolute;
    border-radius: 5px;
    z-index: 20;
    top: calc(50% - 33px);
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
    cursor: default;
}

.ProductosPeruanosItem {
    width: 50%;
    height: 50%;
    position: relative;
    float: left;
    z-index: 1;
    overflow: hidden;
}

.ProductosPeruanosItemImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}

.PPII1 {
    background-image: url(../images/productos/superfoods.jpg);
}

.PPII2 {
    background-image: url(../images/productos/cafe.jpg);
}

.PPII3 {
    background-image: url(../images/productos/pisco.jpg);
}

.PPII4 {
    background-image: url(../images/productos/cacao.jpg);
}

.ProductosPeruanosItem:hover .ProductosPeruanosItemImg {
    transform: scale(1.11);
}

.ProductosPeruanosItemOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.ProductosPeruanosItem:hover .ProductosPeruanosItemOverlay {
    background: rgba(0, 0, 0, .3);
}

.ProductosPeruanosItemContenido {
    position: absolute;
    z-index: 4;
    width: 360px;
    height: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.83);
}

.ProductosPeruanosItemContenidoC {
    position: relative;
    vertical-align: middle;
    display: block;
    width: 100%;
    height: 100%;
}

.ProductosPeruanosItemContenidoC h1 {
    font-family: 'BreePeru_Regular';
    color: #6A3217;
    font-size: 18px;
    display: block;
    text-align: center;
}

.ProductosPeruanosItemContenidoC p {
    font-family: 'BreePeru_Light';
    color: #6A3217;
    font-size: 16px;
    line-height: 120%;
    display: block;
    text-align: center;
    margin: 12px 0;
}

.ProductosPeruanosItemContenidoC a {
    border: 2px #6A3217 solid;
    color: #6A3217;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 16px;
    background: none;
    cursor: pointer;
    padding: 5px 20px;
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    width: 120px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.ProductosPeruanosItemContenidoC a:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #6A3217;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
}

.ProductosPeruanosItemContenidoC a:hover {
    color: #fff;
}

.ProductosPeruanosItemContenidoC a:hover:after {
    width: 100%;
}

.Videos {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 100px 0;
    padding-bottom: 60px;
}

.VideosContainer {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.VideosContainerTitulo {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.VideosContainerTituloUnderlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.VideosContainerTituloUnderlay h2 {
    color: #202020;
    font-size: 36px;
    line-height: 42px;
    margin: 6px 0px;
    font-family: 'BreePeru_Regular';
}

.VideosContainerTituloUnderlay h2 span {
    color: #c72212;
}

.VideosContainerTitulo h1 {
    color: #f8f8f8;
    font-size: 72px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'BreePeru_Regular';
    text-align: center;
}

.VideosLista {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.VideosListaMore {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: none;
}

.VideosListaToggle {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    height: 35px;
}

.VideosListaToggleBorde {
    position: absolute;
    z-index: 1;
    width: 40%;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: #c72212;
    top: 16px;
}

.BtnToggle {
    border: 2px #fff solid;
    color: #C72100;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
    padding: 5px 15px;
    transition: all 0.3s;
    position: absolute;
    text-decoration: none;
    width: 130px;
    display: block;
    text-align: center;
    font-weight: bold;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    top: 0;
}

.BtnToggle i {
    margin-right: 5px;
}

.VideosListaItem {
    width: calc(100%/4);
    display: inline-block;
    vertical-align: top;
}

.VLIHide {
    display: none;
}

.VideosListaItemBorde {
    margin: 20px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s cubic-bezier(.25,.8,.25,1);
}

.VideosListaItemBorde:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transform: translatey(-.3rem);
}

.VideosListaItemBorde img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.VideosListaItemBorde:hover img {
    transform: scale(1.11);
}

.VideosListaOverlay {
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.VideosListaItemBorde:hover .VideosListaOverlay {
    background: rgba(0, 0, 0, .2);
}

.VideosListaContenido {
    position: relative;
    z-index: 3;
    background: #fff;
    border-bottom: 2px solid #c72212;
}

.VideosListaContenido h3 {
    font-family: 'BreePeru_Light';
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 5px;
    color: #c72212;
    padding-left: 15px;
    padding-right: 15px;
}

.VideosListaContenido h4 {
    font-family: 'BreePeru_Light';
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    padding-bottom: 15px;
    color: #2F2E2E;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 45px;
}

.VideosListaItemBorde a {
    position: absolute;
    z-index: 4;
    top: 182px;
    right: 25px;
    text-decoration: none;
    background: #fff;
    color: rgb(206, 38, 19);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    transition: color .25s linear, background-color .25s linear, box-shadow .25s linear;
}

.VideosListaItemBorde a:hover {
    color: #FFFFFF;
    background-color: rgb(206, 38, 19);
}

.VideosListaIcono span {
    display: block;
    margin: 3px;
    width: 42px;
    height: 42px;
    border: 1px solid;
    border-radius: 50%;
}

.VideosListaIcono span i {
    font-size: 12px;
    line-height: 42px;
    margin-left: 2px;
}

.BtnBack {
    border: 2px #c72212 solid;
    color: #fff;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 16px;
    background: #c72212;
    cursor: pointer;
    padding: 5px 15px;
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    width: 110px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.Premios {
    width: 100%;
    background-color: #fff;
    position: relative;
    background-image: url(../images/premios/bg.jpg); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 10;
    padding-bottom: 95px;
}

.PremiosContainer {
    width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.PremiosContainer h1 {
    width: 100%;
    color: #232323;
    font-family: 'BreePeru_Regular';
    font-size: 42px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.Premios .slick-slide {
    height: auto;
}

.PremiosItem {
    margin: 15px 15px;
}

.PremiosItemBorde {
    padding: 40px;
    border-bottom: 5px solid #c72212;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: default;
}

.PremiosItemBorde:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transform: translatey(-.3rem);
}

.PremiosItemBorde img {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.PremiosItemBorde h1 {
    color: #232323;
    font-size: 18px;
    font-family: 'BreePeru_Regular';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.PremiosItemContenedor p {
    font-family: 'BreePeru_Light';
    line-height: 120%;
    text-align: justify;
    font-size: 16px;
    color: #232323;
    margin-top: 10px;
}

#Recetas {
    position: relative;
    z-index: 9;
    width: 100%;
    background-image: url(../images/recetas/receta.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.RecetasOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
}

.RecetasContainer {
    width: 700px;
    margin: 0 auto;
    padding: 120px 0;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.RecetasContainer h1 {
    font-size: 36px;
    font-family: 'BreePeru_Regular';
    color: #fff;
    text-align: center;
    text-shadow: #000 2px 2px 3px;
    margin-bottom: 15px;
}

.RecetasContainer p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 120%;
    font-family: 'BreePeru_Light';
    color: #fff;
    text-align: center;
    text-shadow: #000 2px 2px 3px;
}

.RecetasContainerBloque {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.RecetasContainerBloqueItem {
    width: calc(100%/3);
    display: inline-block;
    vertical-align: top;
}

.RecetasContainerBloqueItem img {
    width: 80px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.RecetasContainerBloqueItem a {
    border: 2px #fff solid;
    color: #fff;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 16px;
    background: none;
    cursor: pointer;
    padding: 5px 20px;
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    width: 120px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.RecetasContainerBloqueItem a:after {
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    background: #C72100;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
}

.RecetasContainerBloqueItem a:hover {
    color: #fff;
}

.RecetasContainerBloqueItem a:hover:after {
    height: 100%;
}

.RecetasVideos {
    z-index: 3;
    width: 1400px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 110px;
}

.RecetasVideosItem {
    width: calc(100%/4);
    display: inline-block;
    vertical-align: top;
}

.RecetasVideosItemBorde {
    margin: 14px 14px;
    padding: 6px 6px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.RecetasVideosItemBorde img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.RecetasVideosOverlay {
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.RecetasVideosItemBorde:hover .RecetasVideosOverlay {
    background: rgba(0, 0, 0, .2);
}

.RecetasVideosContenido {
    position: relative;
    z-index: 3;
    padding: 17px 20px 11px 20px;
    background: #fff;
}

.RecetasVideosContenido h4 {
    font-family: 'BreePeru_Light';
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    color: #333;
    transition: all .5s;
}

.RecetasVideosItemBorde:hover h4 {
    color: #c72112;
}

.RecetasVideosItemBorde a {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.RecetasVideosIcono span {
    transition: all .8s;
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.RecetasVideosIcono span i {
    line-height: 50px;
    padding-left: 2px;
    color: #c72112;
    text-align: center;
    border: 1px solid #c72112;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
}

.RecetasVideosIcono:hover span {
    opacity: 1;
}

.EventosFerias {
    width: 100%;
    padding: 90px 0;
    position: relative;
    z-index: 10;
    background: #fdf6f6;
    margin-top: 80px;
}

.EventosFeriasContainer {
    position: relative;
    width: 1150px;
    margin: 0 auto;
}

.EventosFeriasTitulo {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.EventosFeriasTituloUnderlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.EventosFeriasTituloUnderlay h2 {
    color: #202020;
    font-size: 36px;
    line-height: 42px;
    margin: 6px 0px;
    font-family: 'BreePeru_Regular';
}

.EventosFeriasTituloUnderlay h2 span {
    color: #c72212;
}

.EventosFeriasTitulo h1 {
    color: transparent;
    font-size: 72px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'BreePeru_Regular';
    text-align: center;
}

.EventosFeriasBloque {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.EventosFeriasBloqueCostados {
    display: block;
    margin: 0 15px;
    position: relative;
}

.EventosFeriasBloqueCuadro {
    border: 1px solid #efefef;
    display: block;
    position: relative;
    background: #F7F7F7;
}

.EventosFeriasBloqueBorde {
    position: relative;
    display: block;
    padding: 40px 40px;
    text-align: center;    
}

.EventosFeriasBloqueBorde img {
    width: 160px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.EventosFeriasBloqueBorde h1 {
    font-family: 'BreePeru_Regular';
    line-height: 120%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #232323;
}

.EventosFeriasBloqueBorde p {
    font-family: 'BreePeru_Light';
    line-height: 120%;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
    color: #232323;
}

.EventosFeriasBloqueBorde a {
    border: 2px #c72212 solid;
    color: #c72212;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 16px;
    background: none;
    cursor: pointer;
    padding: 5px 20px;
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    width: 100px;
    display: block;
    text-align: center;
    font-weight: bold;
    z-index: 2;
}

.EventosFeriasBloqueBorde a:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c72212;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
}

.EventosFeriasBloqueBorde a:hover {
    color: #fff;
}

.EventosFeriasBloqueBorde a:hover:after {
    width: 100%;
}

.EventosFerias .slick-slide {
    height: auto !important;
}

.efcl {
    margin-bottom: 50px;
}

.Cenefa {
    position: relative;
    width: 100%;
    margin-top: -95px;
    z-index: 11;
}

.Footer {
    position: relative;
    width: 100%;
    z-index: 10;
    background: #ce2613;
    padding: 30px 0;
    padding-top: 40px;
}

.FooterContainer {
    width: 1200px;
    margin: 0 auto;
}

.FooterContainerCol {
    width: calc(100%/3);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-family: 'BreePeru_Light';
    font-size: 18px;
}

.FooterContainerCol:nth-child(2) a {
    margin: 0 5px;
}

.FooterContainerCol h5 {
    font-family: 'BreePeru_Light';
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.FooterContainerCol ul {
    list-style: none;
    padding-left: 135px;
    text-align: left;
}

.FooterContainerCol ul li {
    list-style: inside;
    color: #fff;
    margin-bottom: 3px;
    font-size: 16px;
}

.FooterContainerCol ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: 'BreePeru_Light';
}

.FooterContainerCol i {
    color: #fff;
    font-size: 18px;
}

.FooterContainerCol img {
    margin: 0 10px;
}

.FooterContainerCol img.RedSocial {
    display: inline-block;
    height: 16px;
    margin: 0;
    vertical-align: middle;
    width: auto;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px 40px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 3px;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

#restaurantes-popup h1 {
    font-family: 'BreePeru_Light';
    color: #CA2700;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#restaurantes-popup select {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ccc;
    color: #333;
    font-family: 'BreePeru_Light';
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

#restaurantes-popup-btn {
    font-family: 'BreePeru_Light';
    font-size: 16px;
    background: #CA2700;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
    padding: 8px 15px;
    border-radius: 3px;
}

#restaurantes-popup-btn i {
    margin-right: 7px;
}

.wrapper-expogastro {
    width: 100%;
    padding: 90px 0;
    position: relative;
    z-index: 10;
    background: #F99D14;
    overflow: hidden;
}

.wrapper-expogastro img:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: auto;
    transform: translateY(-50%);
}

.wrapper-expogastro img:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    width: auto;
    transform: translateY(-50%);
}

.wrapper-expogastro-section {
    position: relative;
    width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.wrapper-expogastro-section h1 {
    font-size: 34px;
    font-family: 'BreePeru_Regular';
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.wrapper-expogastro-section h2 {
    font-size: 24px;
    font-family: 'BreePeru_Light';
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.wrapper-expogastro-section a {
    background: #c72100;
    color: #ffffff;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    padding: 9px 15px;
    text-decoration: none;
    margin: 0 auto;
    width: 150px;
    display: block;
    font-weight: bold;
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 480px) {
    .wrapper-expogastro-section h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .wrapper-expogastro-section {
        width: 80%;
    }

    .wrapper-expogastro-section h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .wrapper-expogastro-section a {
        font-size: 13px;
        width: 120px;
    }

    .Cenefa {
        margin-top: -22px;
    }

    .Premios {
        padding-bottom: 40px;
    }

    .MRCLogo {
        left: 25px;
    }

    .MRCIcon {
        right: 25px;
    }

    .MenuDesktop {
        display: none;
    }

    .MRCMenuItem a {
        font-size: 14px;
    }
    
    .MenuResponsive {
        display: block;
    }

    .BannerVideo {
        margin-top: 70px;
        height: 550px;
    }

    .ProductosPeruanos {
        height: 1600px;
    }

    .ProductosPeruanosItem {
        width: 100%;
        height: 25%;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 18px;
        width: 290px;
        font-family: 'BreePeru_Light';
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 10px;
    }

    .ContenidoBannerVideoC p {
        font-size: 15px;
        width: 290px;        
        text-align: justify;
    }

    .CocinaPeruana {
        padding: 70px 0;
    }

    .ProductosPeruanosItemContenido {
        width: 210px;
        top: 20%;
        padding: 30px 30px;
        height: 170px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 32px;
        line-height: 120%;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 290px;
    }

    .CocinaPeruanaCarousel {
        width: 100%;
        margin: 0 auto;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 16px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
        text-align: justify;
    }

    .Videos {
        padding: 70px 0;
        padding-bottom: 60px;
    }

    .CocinaPeruana .slick-dots {
        bottom: -40px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaCarouselItemBorde {
        margin: 5px 5px;
        margin-top: 10px;
    }

    .CocinaPeruanaContainer p {
        width: 100%;
        font-size: 15px;
        text-align: justify;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 18px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    .CocinaPeruana .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .VideosContainer {
        width: 290px;
    }

    .VideosContainerTitulo {
        padding-bottom: 0;
    }

    .VideosListaToggle {
        margin-top: 20px;
    }

    .VideosListaItemBorde {
        margin: 25px 20px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 22px;
    }

    .VideosListaToggleBorde {
        width: 70%;
    }

    .RecetasContainer {
        padding: 90px 0;
        padding-bottom: 60px;
        width: 290px;
    }

    .RecetasVideos {
        width: 100%;
        padding-bottom: 80px;
    }

    .RecetasVideosItem {
        width: 100%;
        margin: 0 auto;
    }

    .RecetasVideosItemBorde {
        margin: 14px 54px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 14px 12px 7px 12px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaItem {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 140px;
    }

    .RecetasContainerBloque {
        text-align: center;
        margin-top: 0;
    }

    .RecetasContainerBloqueItem {
        width: 100%;
        margin-top: 30px;
    }

    .RecetasContainer p {
        font-size: 15px;
        text-align: justify;
    }

    .PremiosContainer {
        width: 290px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .RecetasContainerBloqueItem img {
        width: 75px;
    }

    .PremiosItemBorde {
        padding: 20px 30px;
    }

    .PremiosItem {
        margin: 15px 12px;
    }

    .EventosFeriasBloque {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .EF1 {
        margin-top: 20px;
        order:2;
    }

    .EF2 {
        order:3;
    }

    .EF3 {
        order:4;
        margin-top: 40px;
    }

    .EF4 {
        order:5;
    }

    .PremiosItemBorde img {
        width: 140px;
    }

    .EventosFeriasContainer {
        width: 290px;
        display:flex;
        flex-flow: column;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 110px;
        font-size: 14px;
        font-weight: normal;
    }

    .Premios .slick-dots {
        bottom: -40px;
    }

    .Premios .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 10px;
    }

    .Premios .slick-dots li button {
        width: 100%;
        height: 100%;
    }

    .EventosFerias {
        padding: 70px 0;
    }

    .Premios .slick-dots li button:before {
        width: 100%;
        height: 100%;
        line-height: normal;
        background: #c72212;
        color: transparent;
        opacity: .4;
        border-radius: 100px;
    }

    .PremiosLista {
        width: 100%;
        margin: 0 auto;
    }

    .Premios .slick-dots li.slick-active button:before {
        opacity: .9;
    }

    .PremiosContainer h1 {
        font-size: 24px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 30px 25px;
    }

    .EventosFeriasBloqueBorde img {
        width: 120px;
        margin-bottom: 20px;
    }

    .EventosFeriasTitulo {
        padding-bottom: 10px;
        order:1;
    }

    .FooterContainer {
        width: 290px;
        margin: 0 auto;
    }

    .FooterContainerCol h5 {
        font-size: 14px;
    }

    .FooterContainerCol ul {
        padding-left: 0;
        text-align: center;
    }

    .FooterContainerCol {
        font-size: 15px;
        width: 100%;
    }

    .FooterContainerCol img {
        margin: 0 5px;
        width: 120px;
        margin-top: 20px;
    }

    .FooterContainerCol ul li, .FooterContainerCol ul li a {
        font-size: 15px;
    }

    .FooterContainerCol ul li {
        list-style: none;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .FooterContainerCol:nth-child(1) {
        display: none;
    }

    .ProductosPeruanosTitulo {
        font-size: 18px;
        height: auto;
        top: -15px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        padding: 10px 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 599px) {
    .wrapper-expogastro-section h1 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .wrapper-expogastro-section {
        width: 80%;
    }

    .wrapper-expogastro-section h2 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .wrapper-expogastro-section a {
        font-size: 14px;
    }

    .Cenefa {
        margin-top: -29px;
    }

    .Premios {
        padding-bottom: 40px;
    }

    .MRCLogo {
        left: 30px;
    }

    .MRCIcon {
        right: 30px;
    }

    .MenuDesktop {
        display: none;
    }

    .MRCMenuItem a {
        font-size: 14px;
    }
    
    .MenuResponsive {
        display: block;
    }

    .BannerVideo {
        margin-top: 70px;
        height: 550px;
    }

    .ProductosPeruanos {
        height: 1600px;
    }

    .ProductosPeruanosItem {
        width: 100%;
        height: 25%;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 18px;
        width: 350px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 10px;
    }

    .ContenidoBannerVideoC p {
        font-size: 15px;
        width: 350px;        
        text-align: justify;
    }

    .CocinaPeruana {
        padding: 70px 0;
    }

    .ProductosPeruanosItemContenido {
        width: 300px;
        top: 25%;
        padding: 30px 30px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 32px;
        line-height: 120%;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 380px;
    }

    .CocinaPeruanaCarousel {
        width: 85%;
        margin: 0 auto;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 16px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
        text-align: justify;
    }

    .Videos {
        padding: 70px 0;
        padding-bottom: 60px;
    }

    .CocinaPeruana .slick-dots {
        bottom: -40px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaCarouselItemBorde {
        margin: 5px 15px;
        margin-top: 20px;
    }

    .CocinaPeruanaContainer p {
        width: 100%;
        font-size: 15px;
        text-align: justify;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 18px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    .CocinaPeruana .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .VideosContainer {
        width: 380px;
    }

    .VideosContainerTitulo {
        padding-bottom: 0;
    }

    .VideosListaToggle {
        margin-top: 20px;
    }

    .VideosListaItemBorde {
        margin: 25px 20px;
    }

    .RecetasVideos {
        width: 100%;
        padding-bottom: 80px;
    }

    .RecetasVideosItem {
        width: 85%;
        margin: 0 auto;
    }

    .RecetasVideosItemBorde {
        margin: 14px 60px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 22px;
    }

    .VideosListaToggleBorde {
        width: 70%;
    }

    .RecetasContainer {
        padding: 90px 0;
        padding-bottom: 70px;
        width: 380px;
    }

    .VideosListaItem {
        width: 85%;
        margin: 0 auto;
        display: block;
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 165px;
    }

    .RecetasContainerBloque {
        text-align: center;
        margin-top: 0;
    }

    .RecetasContainerBloqueItem {
        width: calc(100%/2);
        margin-top: 30px;
    }

    .RecetasContainer p {
        font-size: 15px;
        text-align: justify;
    }

    .PremiosContainer {
        width: 380px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .RecetasContainerBloqueItem img {
        width: 75px;
    }

    .PremiosItemBorde {
        padding: 30px 30px;
    }

    .PremiosItem {
        margin: 15px 12px;
    }

    .EventosFeriasBloque {
        width: 85%;
        margin: 0 auto;
        display: block;
    }

    .EF1 {
        margin-top: 20px;
        order:2;
    }

    .EF2 {
        order:3;
    }

    .EF3 {
        order:4;
        margin-top: 40px;
    }

    .EF4 {
        order:5;
    }

    .PremiosItemBorde img {
        width: 140px;
    }

    .EventosFeriasContainer {
        width: 380px;
        display:flex;
        flex-flow: column;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 110px;
        font-size: 14px;
        font-weight: normal;
    }

    .Premios .slick-dots {
        bottom: -40px;
    }

    .Premios .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 10px;
    }

    .Premios .slick-dots li button {
        width: 100%;
        height: 100%;
    }

    .EventosFerias {
        padding: 70px 0;
    }

    .Premios .slick-dots li button:before {
        width: 100%;
        height: 100%;
        line-height: normal;
        background: #c72212;
        color: transparent;
        opacity: .4;
        border-radius: 100px;
    }

    .PremiosLista {
        width: 85%;
        margin: 0 auto;
    }

    .Premios .slick-dots li.slick-active button:before {
        opacity: .9;
    }

    .PremiosContainer h1 {
        font-size: 24px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 30px 25px;
    }

    .EventosFeriasBloqueBorde img {
        width: 120px;
        margin-bottom: 20px;
    }

    .EventosFeriasTitulo {
        padding-bottom: 10px;
        order:1;
    }

    .FooterContainer {
        width: 80%;
        margin: 0 auto;
    }

    .FooterContainerCol h5 {
        font-size: 14px;
    }

    .FooterContainerCol ul {
        padding-left: 0;
        text-align: center;
    }

    .FooterContainerCol {
        font-size: 15px;
        width: 100%;
    }

    .FooterContainerCol img {
        margin: 0 5px;
        width: 120px;
        margin-top: 20px;
    }

    .FooterContainerCol ul li, .FooterContainerCol ul li a {
        font-size: 15px;
    }

    .FooterContainerCol ul li {
        list-style: none;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .ProductosPeruanosTitulo {
        font-size: 18px;
        height: auto;
        top: -20px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        padding: 10px 0;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper-expogastro-section h1 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .wrapper-expogastro-section {
        width: 80%;
    }

    .wrapper-expogastro-section h2 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .wrapper-expogastro-section a {
        font-size: 14px;
    }

    .Cenefa {
        margin-top: -37px;
    }

    .Premios {
        padding-bottom: 50px;
    }

    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .BannerVideo {
        margin-top: 70px;
        height: 600px;
    }

    .ProductosPeruanos {
        height: 1600px;
    }

    .ProductosPeruanosItem {
        width: 100%;
        height: 25%;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 20px;
        width: 450px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 10px;
    }

    .ContenidoBannerVideoC p {
        font-size: 16px;
        width: 450px;
    }

    .CocinaPeruana {
        padding: 90px 0;
    }

    .ProductosPeruanosItemContenido {
        width: 300px;
        top: 25%;
        padding: 30px 30px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 36px;
        line-height: 120%;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 500px;
    }

    .CocinaPeruanaCarousel {
        width: 85%;
        margin: 0 auto;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 16px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .Videos {
        padding: 80px 0;
        padding-bottom: 60px;
    }

    .CocinaPeruana .slick-dots {
        bottom: -40px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaCarouselItemBorde {
        margin: 5px 15px;
        margin-top: 20px;
    }

    .CocinaPeruanaContainer p {
        width: 100%;
        font-size: 15px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 20px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 15px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .VideosContainer {
        width: 500px;
    }

    .VideosContainerTitulo {
        padding-bottom: 0;
    }

    .VideosListaToggle {
        margin-top: 20px;
    }

    .VideosListaItemBorde {
        margin: 25px 20px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 22px;
    }

    .VideosListaToggleBorde {
        width: 50%;
    }

    .RecetasVideos {
        width: 500px;
        padding-bottom: 80px;
    }

    .RecetasVideosItem {
        width: 70%;
        margin: 0 auto;
    }

    .RecetasVideosItemBorde {
        margin: 14px 20px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .RecetasContainer {
        padding: 100px 0;
        width: 500px;
        padding-bottom: 70px;
    }

    .VideosListaItem {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 182px;
    }

    .RecetasContainer p {
        font-size: 15px;
    }

    .PremiosContainer {
        width: 500px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .RecetasContainerBloqueItem img {
        width: 75px;
    }

    .PremiosItemBorde {
        padding: 30px 30px;
    }

    .PremiosItem {
        margin: 15px 12px;
    }

    .EventosFeriasBloque {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .EF1 {
        margin-top: 20px;
        order:2;
    }

    .EF2 {
        order:3;
    }

    .EF3 {
        order:4;
        margin-top: 40px;
    }

    .EF4 {
        order:5;
    }

    .PremiosItemBorde img {
        width: 140px;
    }

    .EventosFeriasContainer {
        width: 500px;
        display:flex;
        flex-flow: column;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 110px;
        font-size: 14px;
    }

    .Premios .slick-dots {
        bottom: -40px;
    }

    .Premios .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 10px;
    }

    .Premios .slick-dots li button {
        width: 100%;
        height: 100%;
    }

    .Premios .slick-dots li button:before {
        width: 100%;
        height: 100%;
        line-height: normal;
        background: #c72212;
        color: transparent;
        opacity: .4;
        border-radius: 100px;
    }

    .PremiosLista {
        width: 70%;
        margin: 0 auto;
    }

    .Premios .slick-dots li.slick-active button:before {
        opacity: .9;
    }

    .PremiosContainer h1 {
        font-size: 24px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 30px 35px;
    }

    .EventosFeriasBloqueBorde img {
        width: 120px;
        margin-bottom: 20px;
    }

    .EventosFeriasTitulo {
        padding-bottom: 10px;
        order:1;
    }

    .FooterContainer {
        width: 500px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 0;
        text-align: center;
    }

    .FooterContainerCol {
        font-size: 16px;
        width: 100%;
    }

    .FooterContainerCol img {
        margin: 0 5px;
        width: 120px;
        margin-top: 20px;
    }

    .FooterContainerCol ul li, .FooterContainerCol ul li a {
        font-size: 15px;
    }

    .FooterContainerCol ul li {
        list-style: none;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .ProductosPeruanosTitulo {
        font-size: 20px;
        height: auto;
        top: -25px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        padding: 12px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper-expogastro-section h1 {
        font-size: 23px;
        margin-bottom: 7px;
    }

    .wrapper-expogastro-section {
        width: 80%;
    }

    .wrapper-expogastro-section h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .wrapper-expogastro-section a {
        font-size: 15px;
    }

    .Cenefa {
        margin-top: -47px;
    }

    .Premios {
        padding-bottom: 50px;
    }

    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .BannerVideo {
        margin-top: 70px;
        height: 650px;
    }

    .ProductosPeruanos {
        height: 1600px;
    }

    .ProductosPeruanosItem {
        width: 100%;
        height: 25%;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 22px;
        width: 600px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 10px;
    }

    .ContenidoBannerVideoC p {
        font-size: 16px;
        width: 600px;
    }

    .CocinaPeruana {
        padding: 90px 0;
    }

    .ProductosPeruanosItemContenido {
        width: 300px;
        top: 25%;
        padding: 30px 30px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 23px;
        line-height: 38px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 40px;
        line-height: 120%;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 600px;
    }

    .CocinaPeruanaCarousel {
        width: 70%;
        margin: 0 auto;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 16px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .Videos {
        padding: 80px 0;
        padding-bottom: 60px;
    }

    .CocinaPeruana .slick-dots {
        bottom: -40px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaCarouselItemBorde {
        margin: 5px 15px;
        margin-top: 20px;
    }

    .CocinaPeruanaContainer p {
        width: 100%;
        font-size: 15px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 20px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 15px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .VideosContainer {
        width: 600px;
    }

    .VideosContainerTitulo {
        padding-bottom: 10px;
    }

    .VideosListaToggle {
        margin-top: 20px;
    }

    .VideosListaItemBorde {
        margin: 15px 10px;
    }

    .RecetasVideos {
        width: 600px;
        padding-bottom: 80px;
    }

    .RecetasVideosItem {
        width: calc(100%/2);
    }

    .RecetasVideosItemBorde {
        margin: 14px 10px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 22px;
    }

    .VideosListaToggleBorde {
        width: 50%;
    }

    .RecetasContainer {
        padding: 100px 0;
        padding-bottom: 70px;
        width: 600px;
    }

    .VideosListaItem {
        width: calc(100%/2);
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 164px;
    }

    .RecetasContainer p {
        font-size: 15px;
    }

    .PremiosContainer {
        width: 600px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .RecetasContainerBloqueItem img {
        width: 75px;
    }

    .PremiosItemBorde {
        padding: 30px 30px;
    }

    .PremiosItem {
        margin: 15px 12px;
    }

    .EventosFeriasBloque {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .EF1 {
        margin-top: 20px;
        order:2;
    }

    .EF2 {
        order:3;
    }

    .EF3 {
        order:4;
        margin-top: 40px;
    }

    .EF4 {
        order:5;
    }

    .PremiosItemBorde img {
        width: 140px;
    }

    .EventosFeriasContainer {
        width: 600px;
        display:flex;
        flex-flow: column;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 110px;
        font-size: 14px;
    }

    .Premios .slick-dots {
        bottom: -40px;
    }

    .Premios .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 10px;
    }

    .Premios .slick-dots li button {
        width: 100%;
        height: 100%;
    }

    .Premios .slick-dots li button:before {
        width: 100%;
        height: 100%;
        line-height: normal;
        background: #c72212;
        color: transparent;
        opacity: .4;
        border-radius: 100px;
    }

    .Premios .slick-dots li.slick-active button:before {
        opacity: .9;
    }

    .PremiosContainer h1 {
        font-size: 26px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 30px 35px;
    }

    .EventosFeriasBloqueBorde img {
        width: 120px;
        margin-bottom: 20px;
    }

    .EventosFeriasTitulo {
        padding-bottom: 10px;
        order:1;
    }

    .FooterContainer {
        width: 600px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 0;
        text-align: center;
    }

    .FooterContainerCol {
        font-size: 16px;
        width: 100%;
    }

    .FooterContainerCol img {
        margin: 0 5px;
        width: 120px;
        margin-top: 20px;
    }

    .FooterContainerCol ul li, .FooterContainerCol ul li a {
        font-size: 15px;
    }

    .FooterContainerCol ul li {
        list-style: none;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .ProductosPeruanosTitulo {
        font-size: 23px;
        height: auto;
        top: -25px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        padding: 12px 0;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .wrapper-expogastro-section h1 {
        font-size: 25px;
        margin-bottom: 7px;
    }

    .wrapper-expogastro-section {
        width: 80%;
    }

    .wrapper-expogastro-section h2 {
        font-size: 20px;
    }

    .wrapper-expogastro-section a {
        font-size: 15px;
    }

    .Cenefa {
        margin-top: -60px;
    }

    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .BannerVideo {
        margin-top: 70px;
        height: 780px;
    }

    .ProductosPeruanos {
        height: 840px;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 25px;
        width: 700px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 10px;
    }

    .ContenidoBannerVideoC p {
        font-size: 17px;
        width: 700px;
    }

    .CocinaPeruana {
        padding: 100px 0;
    }

    .ProductosPeruanosItemContenido {
        width: 300px;
        top: 25%;
        padding: 30px 30px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 23px;
        line-height: 38px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 45px;
        line-height: 120%;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 800px;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 16px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .Videos {
        padding: 80px 0;
        padding-bottom: 60px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaCarouselItemBorde {
        margin: 5px 15px;
        margin-top: 30px;
    }

    .CocinaPeruanaContainer p {
        width: 100%;
        font-size: 15px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 20px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 15px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .VideosContainer {
        width: 700px;
    }

    .VideosContainerTitulo {
        padding-bottom: 10px;
    }

    .VideosListaToggle {
        margin-top: 20px;
    }

    .VideosListaItemBorde {
        margin: 15px 20px;
    }

    .RecetasVideos {
        width: 700px;
    }

    .RecetasVideosItem {
        width: calc(100%/2);
    }

    .RecetasVideosItemBorde {
        margin: 14px 18px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 22px;
    }

    .VideosListaToggleBorde {
        width: 50%;
    }

    .RecetasContainer {
        padding: 100px 0;
        width: 600px;
    }

    .VideosListaItem {
        width: calc(100%/2);
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 182px;
    }

    .RecetasContainer p {
        font-size: 15px;
    }

    .PremiosContainer {
        width: 700px;
    }

    .RecetasContainerBloqueItem img {
        width: 75px;
    }

    .PremiosItemBorde {
        padding: 30px 40px;
    }

    .PremiosItem {
        margin: 15px 15px;
    }

    .PremiosItemBorde img {
        width: 140px;
    }

    .EventosFeriasContainer {
        width: 800px;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 110px;
        font-size: 14px;
    }

    .Premios .slick-dots {
        bottom: -40px;
    }

    .Premios .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 10px;
    }

    .Premios .slick-dots li button {
        width: 100%;
        height: 100%;
    }

    .Premios .slick-dots li button:before {
        width: 100%;
        height: 100%;
        line-height: normal;
        background: #c72212;
        color: transparent;
        opacity: .4;
        border-radius: 100px;
    }

    .Premios .slick-dots li.slick-active button:before {
        opacity: .9;
    }

    .PremiosContainer h1 {
        font-size: 26px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 17px;
        color: #c72212;
        margin-bottom: 15px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 14px;
        padding: 3px 10px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 30px 35px;
    }

    .EventosFeriasBloqueBorde img {
        width: 120px;
        margin-bottom: 20px;
        display: none;
    }

    .FooterContainer {
        width: 900px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 90px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .FooterContainerCol img {
        margin: 0 5px;
        width: 120px;
    }

    .FooterContainerCol ul li, .FooterContainerCol ul li a {
        font-size: 15px;
    }

    .ProductosPeruanosTitulo {
        font-size: 23px;
        width: 220px;
        height: 30px;
        top: calc(50% - 25px);
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .wrapper-expogastro-section h1 {
        font-size: 25px;
        margin-bottom: 7px;
    }

    .wrapper-expogastro-section {
        width: 900px;
    }

    .wrapper-expogastro-section h2 {
        font-size: 20px;
    }

    .wrapper-expogastro-section a {
        font-size: 15px;
    }

    .Cenefa {
        margin-top: -68px;
    }

    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .BannerVideo {
        margin-top: 70px;
        height: 840px;
    }

    .ProductosPeruanos {
        height: 880px;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 28px;
        width: 700px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 20px;
    }

    .ContenidoBannerVideoC p {
        font-size: 17px;
        width: 700px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 25px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 50px;
        line-height: 120%;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 980px;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 17px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 15px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaCarouselItemBorde {
        margin: 5px 15px;
        margin-top: 30px;
    }

    .CocinaPeruanaContainer p {
        width: 100%;
        font-size: 16px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 24px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 16px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 15px;
        padding: 3px 10px;
        width: 110px;
    }

    .VideosContainer {
        width: 980px;
    }

    .VideosContainerTitulo {
        padding-bottom: 10px;
    }

    .VideosListaToggle {
        margin-top: 30px;
    }

    .VLI4 {
        display: none;
    }

    .VideosListaItemBorde {
        margin: 15px 10px;
    }

    .RecetasVideos {
        width: 980px;
    }

    .RecetasVideosItem {
        width: calc(100%/3);
    }

    .RecetasVideosItemBorde {
        margin: 14px 8px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 38px;
    }

    .VideosListaItem {
        width: calc(100%/3);
    }

    .VLIShow {
        display: none;
    }

    .VLIHide {
        display: inline-block;
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 180px;
    }

    .RecetasContainer p {
        font-size: 15px;
    }

    .PremiosContainer {
        width: 980px;
    }

    .RecetasContainerBloqueItem img {
        width: 75px;
    }

    .PremiosItemBorde {
        padding: 30px 35px;
    }

    .PremiosItem {
        margin: 15px 10px;
    }

    .PremiosItemBorde img {
        width: 140px;
    }

    .EventosFeriasContainer {
        width: 980px;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 120px;
        font-size: 15px;
    }

    .PremiosContainer h1 {
        font-size: 26px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 17px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 15px;
        padding: 3px 15px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 30px 30px;
    }

    .EventosFeriasBloqueBorde img {
        width: 120px;
        margin-bottom: 20px;
    }

    .FooterContainer {
        width: 980px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 110px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .ProductosPeruanosTitulo {
        font-size: 25px;
        width: 240px;
        height: 32px;
        top: calc(50% - 26px);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .wrapper-expogastro-section h1 {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .wrapper-expogastro-section h2 {
        font-size: 22px;
    }

    .wrapper-expogastro-section a {
        font-size: 16px;
    }

    .Cenefa {
        margin-top: -74px;
    }

    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .BannerVideo {
        margin-top: 70px;
        height: 860px;
    }

    .ProductosPeruanos {
        height: 860px;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 30px;
        width: 800px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 20px;
    }

    .ContenidoBannerVideoC p {
        font-size: 18px;
        width: 900px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 28px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 54px;
        line-height: 120%;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 980px;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 17px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 15px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaCarouselItemBorde {
        margin: 5px 15px;
        margin-top: 30px;
    }

    .CocinaPeruanaContainer p {
        width: 100%;
        font-size: 16px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 24px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 16px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 15px;
        padding: 3px 10px;
        width: 110px;
    }

    .VideosContainer {
        width: 1000px;
    }

    .VLI4 {
        display: none;
    }

    .VideosListaItemBorde {
        margin: 20px 10px;
    }

    .RecetasVideos {
        width: 1000px;
    }

    .RecetasVideosItem {
        width: calc(100%/3);
    }

    .RecetasVideosItemBorde {
        margin: 14px 8px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 38px;
    }

    .VideosListaItem {
        width: calc(100%/3);
    }

    .VLIShow {
        display: none;
    }

    .VLIHide {
        display: inline-block;
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 185px;
    }

    .RecetasContainer p {
        font-size: 16px;
    }

    .PremiosContainer {
        width: 1000px;
    }

    .PremiosItemBorde {
        padding: 30px 35px;
    }

    .PremiosItem {
        margin: 15px 13px;
    }

    .EventosFeriasContainer {
        width: 1000px;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 120px;
        font-size: 15px;
    }

    .PremiosContainer h1 {
        font-size: 28px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 17px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 15px;
        padding: 3px 15px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 30px 30px;
    }

    .EventosFeriasBloqueBorde img {
        width: 120px;
        margin-bottom: 20px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 145px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .ProductosPeruanosTitulo {
        font-size: 28px;
        width: 280px;
        height: 36px;
        top: calc(50% - 28px);
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {

    .wrapper-expogastro-section h1 {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .wrapper-expogastro-section h2 {
        font-size: 22px;
    }

    .wrapper-expogastro-section a {
        font-size: 16px;
    }

    .Cenefa {
        margin-top: -80px;
    }

    .MenuDesktopContenedor {
        width: 1200px;
    }

    .MenuDesktopContenedorTableItem {
        padding: 0 29px;
        font-size: 15px;
    }

    .BannerVideo, .ProductosPeruanos {
        height: 880px;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 32px;
        width: 900px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 20px;
    }

    .ContenidoBannerVideoC p {
        font-size: 18px;
        width: 900px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 30px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 60px;
        line-height: 52px;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 1200px;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 17px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 15px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaContainer p {
        width: 1000px;
        font-size: 16px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 24px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 16px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 15px;
        padding: 3px 10px;
        width: 110px;
    }

    .VideosContainer {
        width: 1200px;
    }

    .VideosListaItemBorde {
        margin: 20px 10px;
    }

    .RecetasVideos {
        width: 1200px;
    }

    .RecetasVideosItemBorde {
        margin: 14px 8px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 38px;
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 162px;
    }

    .RecetasContainer p {
        font-size: 16px;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 120px;
        font-size: 15px;
    }

    .PremiosContainer h1 {
        font-size: 32px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 18px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 15px;
        padding: 3px 15px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 40px 65px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 145px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .ProductosPeruanosTitulo {
        font-size: 30px;
        width: 310px;
        height: 38px;
        top: calc(50% - 29px);
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .wrapper-expogastro-section h1 {
        font-size: 32px;
        margin-bottom: 7px;
    }

    .wrapper-expogastro-section h2 {
        font-size: 22px;
    }

    .wrapper-expogastro-section a {
        font-size: 17px;
    }

    .Cenefa {
        margin-top: -86px;
    }

    .MenuDesktopContenedor {
        width: 1200px;
    }

    .MenuDesktopContenedorTableItem {
        padding: 0 29px;
        font-size: 15px;
    }

    .BannerVideo, .ProductosPeruanos {
        height: 880px;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 32px;
        width: 900px;
    }

    .CocinaPeruanaTitulo {
        padding-bottom: 20px;
    }

    .ContenidoBannerVideoC p {
        font-size: 18px;
        width: 900px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 30px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 60px;
        line-height: 52px;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 1200px;
    }

    .ProductosPeruanosItemContenidoC h1 {
        font-family: 'BreePeru_Light';
        font-size: 17px;
    }

    .ProductosPeruanosItemContenidoC p {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .ProductosPeruanosItemContenidoC a {
        font-size: 15px;
        padding: 3px 10px;
        width: 100px;
    }

    .CocinaPeruanaContainer p {
        width: 1000px;
        font-size: 16px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 24px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 16px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 15px;
        padding: 3px 10px;
        width: 110px;
    }

    .VideosContainer {
        width: 1200px;
    }

    .VideosListaItemBorde {
        margin: 20px 10px;
    }

    .RecetasVideos {
        width: 1200px;
    }

    .RecetasVideosItemBorde {
        margin: 14px 8px;
        padding: 6px 6px;
    }

    .RecetasVideosContenido {
        padding: 17px 15px 11px 15px;
    }

    .RecetasVideosContenido h4 {
        font-size: 15px;
    }

    .VideosListaContenido h3 {
        font-size: 14px;
    }

    .VideosListaContenido h4 {
        font-size: 15px;
        min-height: 38px;
    }

    .BtnToggle {
        font-size: 15px;
        padding: 5px 10px;
        width: 120px;
    }

    .VideosListaItemBorde a {
        top: 162px;
    }

    .RecetasContainer p {
        font-size: 16px;
    }

    .RecetasContainerBloqueItem a {
        padding: 3px 15px;
        width: 120px;
        font-size: 15px;
    }

    .PremiosContainer h1 {
        font-size: 32px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde h1 {
        font-size: 18px;
    }

    .EventosFeriasBloqueBorde p {
        font-size: 15px;
    }

    .EventosFeriasBloqueBorde a {
        font-size: 15px;
        padding: 3px 15px;
        width: 100px;
    }

    .EventosFeriasBloqueBorde {
        padding: 40px 65px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 145px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .ProductosPeruanosTitulo {
        font-size: 30px;
        width: 310px;
        height: 38px;
        top: calc(50% - 29px);
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .wrapper-expogastro-section h1 {
        font-size: 32px;
        margin-bottom: 7px;
    }

    .wrapper-expogastro-section h2 {
        font-size: 22px;
    }

    .wrapper-expogastro-section a {
        font-size: 17px;
    }


    .Cenefa {
        margin-top: -92px;
    }

    .BannerVideo, .ProductosPeruanos {
        height: 900px;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 36px;
        width: 980px;
    }

    .ContenidoBannerVideoC p {
        font-size: 18px;
        width: 980px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 32px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 64px;
        line-height: 56px;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 70%;
    }

    .CocinaPeruanaContainer {
        width: 1300px;
    }

    .CocinaPeruanaContainer p {
        width: 1000px;
        font-size: 16px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 24px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 16px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 15px;
        padding: 3px 10px;
        width: 110px;
    }

    .VideosContainer {
        width: 1300px;
    }

    .VideosListaItemBorde {
        margin: 20px 12px;
    }

    .RecetasVideos {
        width: 1300px;
    }

    .RecetasVideosItemBorde {
        margin: 14px 8px;
        padding: 6px 6px;
    }

    .VideosListaContenido h3 {
        font-size: 15px;
    }

    .VideosListaContenido h4 {
        font-size: 16px;
    }

    .RecetasContainer p {
        font-size: 16px;
    }

    .PremiosContainer h1 {
        font-size: 34px;
    }

    .PremiosItemBorde h1 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .PremiosItemContenedor p {
        font-size: 15px;
    }

    .ProductosPeruanosTitulo {
        font-size: 32px;
        width: 320px;
        height: 40px;
        top: calc(50% - 30px);
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .BannerVideo, .ProductosPeruanos {
        height: 940px;
    }

    .ContenidoBannerVideoC h1 {
        font-size: 38px;
    }

    .ContenidoBannerVideoC p {
        font-size: 19px;
    }

    .CocinaPeruanaTituloUnderlay h2, .VideosContainerTituloUnderlay h2, .RecetasContainer h1, .EventosFeriasTituloUnderlay h2 {
        font-size: 34px;
    }

    .CocinaPeruanaTitulo h1, .VideosContainerTitulo h1, .EventosFeriasTitulo h1 {
        font-size: 68px;
        line-height: 60px;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 80%;
    }

    .CocinaPeruanaContainer {
        width: 1500px;
    }

    .CocinaPeruanaContainer p {
        width: 1000px;
        font-size: 17px;
    }

    .CocinaPeruanaCarouselItemBorde h1 {
        font-size: 24px;
    }

    .CocinaPeruanaCarouselItemBordeContenido p {
        font-size: 16px;
        width: 100%;
    }

    .CocinaPeruanaCarouselItemBordeContenido a {
        font-size: 15px;
        padding: 3px 10px;
        width: 110px;
    }

    .RecetasContainer p {
        font-size: 17px;
    }

    .PremiosContainer h1 {
        font-size: 38px;
    }

    .PremiosItemBorde h1 {
        font-size: 17px;
    }

    .ProductosPeruanosTitulo {
        font-size: 34px;
        width: 330px;
        height: 44px;
        top: calc(50% - 32px);
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .BannerVideo, .ProductosPeruanos {
        height: 960px;
    }

    .CocinaPeruanaContainer {
        width: 1600px;
    }

    .CocinaPeruanaCarouselItemBordeContenido {
        width: 80%;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1899px) {
    .BannerVideo, .ProductosPeruanos {
        height: 970px;
    }

    .CocinaPeruanaContainer {
        width: 1650px;
    }
}




@media only screen and (max-width: 480px) {
    #restaurantes-popup h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #restaurantes-popup select {
        font-size: 14px;
    }

    #restaurantes-popup-btn {
        font-size: 14px;
        margin-top: 15px;
    }

    .white-popup {
        max-width: calc(90% - 60px);
        padding: 30px 30px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 599px) {
    #restaurantes-popup h1 {
        font-size: 17px;
    }

    #restaurantes-popup select {
        font-size: 14px;
    }

    #restaurantes-popup-btn {
        font-size: 14px;
    }

    .white-popup {
        max-width: 320px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #restaurantes-popup h1 {
        font-size: 18px;
    }

    #restaurantes-popup select {
        font-size: 15px;
    }

    #restaurantes-popup-btn {
        font-size: 15px;
    }

    .white-popup {
        max-width: 380px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    #restaurantes-popup h1 {
        font-size: 18px;
    }

    #restaurantes-popup select {
        font-size: 15px;
    }

    #restaurantes-popup-btn {
        font-size: 15px;
    }

    .white-popup {
        max-width: 380px;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1099px) {
    #restaurantes-popup h1 {
        font-size: 18px;
    }

    #restaurantes-popup select {
        font-size: 15px;
    }

    #restaurantes-popup-btn {
        font-size: 15px;
    }

    .white-popup {
        max-width: 380px;
    }
}