@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;
}

::-webkit-scrollbar {
    width: 2px;
}
 
::-webkit-scrollbar-track {
    background: #292929;
}
 
::-webkit-scrollbar-thumb {
    background: #4f4f4f;
}

::-webkit-scrollbar-track-piece {
    background-color:transparent;
}

.clear {
    clear: both;
}

.overflowh {
    overflow: hidden;
}

.Body {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: auto;
}

.MenuResponsive {
    background-color: rgba(162, 64, 42, 1);
    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 #7d2f1d; 
    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: transparent;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 888;
}

.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;
}

.Cenefa {
    position: relative;
    width: 100%;
}

.Footer {
    position: relative;
    width: 100%;
    z-index: 10;
    background: rgba(162, 64, 42, .75);
    padding: 30px 0;
    padding-top: 0;
}

.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;
}

.Contenido {
    position: relative;
    z-index: 10;
    margin: 100px 0;
}

.ContenidoContenedor {
    width: 1150px;
    margin: 0 auto;
}

.ContenidoContenedor h1 {
    color: #fff;
    font-family: 'BreePeru_Regular';
    font-size: 50px;
    text-align: center;
    text-shadow: #000 2px 2px 3px;
    margin-bottom: 20px;    
}

.ContenidoContenedor h2 {
    color: #fff;
    font-family: 'BreePeru_Regular';
    font-size: 30px;
    text-align: center;
    text-shadow: #000 2px 2px 3px;
}

.ContenidoBloques {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.ContenidoItem {
    float: left;
    width: calc(100%/2);
}

.ContenidoItem:nth-child(4) {
    width: 100%;
}

.ContenidoItem:nth-child(5) {
    width: 100%;
}

.ContenidoItemBorde {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 30px;
    margin: 20px 30px;
    text-align: center;
}

.ContenidoItemBorde h3 {
    font-family: 'BreePeru_Light';
    color: #a2402a;
    font-size: 18px;
    text-align: center;
    line-height: 120%;
}

.ContenidoItemBorde p {
    font-family: 'BreePeru_Light';
    color: #232323;
    font-size: 16px;
    text-align: justify;
    line-height: 120%;
    margin-top: 15px;
}

.ContenidoAcordeon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.accordion {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.accordion h4 {
    background: rgba(255, 255, 255, .85);
    border-bottom: 1px solid #ddd;
    padding: 16px;
    color: #555;
    font-size: 16px;
    font-family: 'BreePeru_Regular';
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.accordion h4:hover, .accordion .ui-state-active {
    background: rgba(230, 230, 230, .85);
}

.accordion h4:after {
    content: '\002B';
    color: #555;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 18px;
}

.accordion .ui-state-active:after {
    content: '\2212';
}

.accordion div {
    padding: 36px;
    border-bottom: 1px solid #ddd;
    max-height: max-content;
    display: none;
    background: rgba(255, 255, 255, .85);
}

.accordion div p {
    font-size: 16px;
    font-family: 'BreePeru_Light';
    color: #555;
    display: block;
    text-align: justify;
    margin: 0;
    margin-bottom: 10px;
}

.table {
    font-size: 16px;
    color: #232323;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    text-align: center;
    font-family: 'BreePeru_Light';
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    border-bottom: 2px solid #a2402a;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #a2402a;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.table thead:nth-child(1) {
    background: #a2402a;
    color: #fff;
}

.table thead:nth-child(2) {
    background: #af4b34;
    color: #fff;
}

.table thead:nth-child(2) th {
    width: calc(100%/3);
}

.table tfoot {
    background: #eceeef;
}

.BtnBack {
    border: 2px #a2402b solid;
    color: #fff;
    font-family: 'BreePeru_Light';
    border-radius: 5px;
    font-size: 16px;
    background: #a2402b;
    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;
    margin-top: 30px;
    z-index: 1;
}

.BtnBack i {
    font-weight: bold;
    margin-right: 5px;
}

.BreadCrumb {
    float: left;
    width: 100%;
}

.BreadCrumb_Container {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
    border-radius: 3px;
    padding: 20px 30px;
    margin: 20px 30px;
    text-align: justify;
}

.BreadCrumb span {
    color: #232323;
    font-family: 'BreePeru_Light';
    font-size: 16px;
}

.BreadCrumb span a {
    color: #a2402a;
    text-decoration: none;
    cursor: pointer;
    font-family: 'BreePeru_Regular';
}

.BreadCrumb span i {
    color: #a2402a;
    margin: 0 5px;
}

.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;
}

@media only screen and (max-width: 480px) {
    .MRCLogo {
        left: 25px;
    }

    .MRCIcon {
        right: 25px;
    }

    .MenuDesktop {
        display: none;
    }

    .MRCMenuItem a {
        font-size: 14px;
    }
    
    .MenuResponsive {
        display: block;
    }

    .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;
    }

    .Footer {
        padding: 30px 0;
        padding-top: 30px;
    }

    .FooterContainerCol:nth-child(1) {
        display: none;
    }

    .Contenido {
        margin: 70px 0;
        margin-top: 140px;
    }

    .ContenidoContenedor {
        width: 80%;
    }

    .ContenidoBloques {
        margin-top: 20px;
    }

    .ContenidoItem {
        width: 100%;
    }

    .BtnBack {
        font-size: 14px;
        padding: 3px 10px;
        width: 90px;
    }
    
    .ContenidoContenedor h1 {
        font-size: 18px;
        font-family: 'BreePeru_Light';
        margin-bottom: 10px;
    }

    .ContenidoItemBorde h3 {
        font-size: 15px;
    }

    .ContenidoItemBorde p {
        font-size: 14px;
        margin-top: 12px;
    }

    .ContenidoItemBorde {
        margin: 10px 0;
        padding: 30px 20px;
    }

    .ContenidoContenedor h2 {
        font-size: 16px;
        font-family: 'BreePeru_Light';
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 100%;
    }

    .ContenidoItemBorde {
        margin: 10px 0;
    }

    .ContenidoItemBorde h4 {
        font-size: 14px;
    }

    .CuadroDisponib .marron, .CuadroDisponib .verde {
        font-size: 13px;
    }

    .CuadroDisponib {
        width: 100%;
    }

    .accordion h4, .accordion div p {
        font-size: 13px;
    }

    .accordion h4 {
        padding: 15px 10px;
    }

    .accordion div {
        padding: 20px 20px;
    }

    .ContenidoItem:nth-child(5) {
        display: none;
    }

    .BreadCrumb span {
        font-size: 14px;
    }

    .BreadCrumb_Container {
        margin: 20px 0px;
        padding: 20px 20px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 599px) {
    .MRCLogo {
        left: 30px;
    }

    .MRCIcon {
        right: 30px;
    }

    .MenuDesktop {
        display: none;
    }

    .MRCMenuItem a {
        font-size: 14px;
    }
    
    .MenuResponsive {
        display: block;
    }

    .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;
    }

    .Footer {
        padding: 30px 0;
        padding-top: 30px;
    }

    .FooterContainerCol ul li {
        list-style: none;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .Contenido {
        margin: 70px 0;
        margin-top: 140px;
    }

    .ContenidoContenedor {
        width: 400px;
    }

    .ContenidoBloques {
        margin-top: 20px;
    }

    .ContenidoItem {
        width: 100%;
    }

    .BtnBack {
        font-size: 14px;
        padding: 3px 10px;
        width: 90px;
    }
    
    .ContenidoContenedor h1 {
        font-size: 18px;
        font-family: 'BreePeru_Light';
        margin-bottom: 10px;
    }

    .ContenidoItemBorde h3 {
        font-size: 16px;
    }

    .ContenidoItemBorde p {
        font-size: 15px;
        margin-top: 12px;
    }

    .ContenidoContenedor h2 {
        font-size: 16px;
        font-family: 'BreePeru_Light';
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 100%;
    }

    .ContenidoItemBorde {
        margin: 10px 20px;
    }

    .ContenidoItemBorde h4 {
        font-size: 15px;
    }

    .CuadroDisponib .marron, .CuadroDisponib .verde {
        font-size: 14px;
    }

    .CuadroDisponib {
        width: 100%;
    }

    .accordion h4, .accordion div p {
        font-size: 14px;
    }

    .accordion div {
        padding: 20px 20px;
    }

    .ContenidoItem:nth-child(5) {
        display: none;
    }

    .BreadCrumb span {
        font-size: 14px;
    }

    .BreadCrumb_Container {
        margin: 20px 20px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .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;
    }

    .Footer {
        padding: 30px 0;
        padding-top: 30px;
    }

    .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;
    }

    .Contenido {
        margin: 80px 0;
        margin-top: 150px;
    }

    .ContenidoContenedor {
        width: 500px;
    }

    .ContenidoBloques {
        margin-top: 20px;
    }

    .ContenidoItem {
        width: 100%;
    }

    .BtnBack {
        font-size: 14px;
        padding: 3px 10px;
        width: 90px;
    }
    
    .ContenidoContenedor h1 {
        font-size: 20px;
        font-family: 'BreePeru_Light';
    }

    .ContenidoItemBorde h3 {
        font-size: 16px;
    }

    .ContenidoItemBorde p {
        font-size: 15px;
        margin-top: 12px;
    }

    .ContenidoContenedor h2 {
        font-size: 17px;
        font-family: 'BreePeru_Light';
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 100%;
    }

    .ContenidoItemBorde h4 {
        font-size: 15px;
    }

    .CuadroDisponib {
        width: 100%;
    }

    .accordion h4, .accordion div p {
        font-size: 14px;
    }

    .accordion div {
        padding: 20px 20px;
    }

    .ContenidoItem:nth-child(5) {
        display: none;
    }

    .BreadCrumb span {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .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;
    }

    .Footer {
        padding: 30px 0;
        padding-top: 30px;
    }

    .FooterContainerCol ul li {
        list-style: none;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .Contenido {
        margin: 80px 0;
        margin-top: 150px;
    }

    .ContenidoContenedor {
        width: 600px;
    }

    .ContenidoBloques {
        margin-top: 20px;
    }

    .ContenidoItem {
        width: 100%;
    }

    .BtnBack {
        font-size: 14px;
        padding: 3px 10px;
        width: 90px;
    }
    
    .ContenidoContenedor h1 {
        font-size: 22px;
    }

    .ContenidoItemBorde h3 {
        font-size: 17px;
    }

    .ContenidoItemBorde p {
        font-size: 15px;
        margin-top: 12px;
    }

    .ContenidoContenedor h2 {
        font-size: 17px;
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 450px;
    }

    .CuadroDisponib {
        width: 90%;
    }

    .accordion h4, .accordion div p {
        font-size: 15px;
    }

    .table {
        font-size: 14px;
        line-height: 120%;
    }

    .BreadCrumb span {
        font-size: 15px;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .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;
    }

    .Contenido {
        margin: 80px 0;
        margin-top: 150px;
    }

    .ContenidoContenedor {
        width: 800px;
    }

    .ContenidoBloques {
        margin-top: 30px;
    }

    .ContenidoItem {
        width: 100%;
    }

    .BtnBack {
        font-size: 14px;
        padding: 3px 10px;
        width: 90px;
    }
    
    .ContenidoContenedor h1 {
        font-size: 25px;
    }

    .ContenidoItemBorde h3 {
        font-size: 17px;
    }

    .ContenidoItemBorde p {
        font-size: 15px;
        margin-top: 12px;
    }

    .ContenidoContenedor h2 {
        font-size: 18px;
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 450px;
    }

    .CuadroDisponib {
        width: 70%;
    }

    .accordion h4, .accordion div p {
        font-size: 15px;
    }

    .table {
        font-size: 15px;
        line-height: 120%;
    }

    .BreadCrumb span {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .FooterContainer {
        width: 980px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 110px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .Contenido {
        margin-top: 170px;
    }

    .ContenidoContenedor {
        width: 900px;
    }

    .ContenidoBloques {
        margin-top: 30px;
    }

    .ContenidoItem {
        width: 100%;
    }

    .BtnBack {
        font-size: 15px;
        padding: 3px 10px;
        width: 100px;
    }
    
    .ContenidoContenedor h1 {
        font-size: 28px;
    }

    .ContenidoContenedor h2 {
        font-size: 20px;
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 450px;
    }

    .CuadroDisponib {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .MenuDesktop {
        display: none;
    }
    
    .MenuResponsive {
        display: block;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 145px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .Contenido {
        margin-top: 170px;
    }

    .ContenidoContenedor {
        width: 980px;
    }

    .ContenidoBloques {
        margin-top: 30px;
    }

    .ContenidoItem {
        width: 100%;
    }

    .BtnBack {
        font-size: 15px;
        padding: 3px 10px;
        width: 100px;
    }
    
    .ContenidoContenedor h1 {
        font-size: 30px;
    }

    .ContenidoContenedor h2 {
        font-size: 22px;
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 450px;
    }

    .CuadroDisponib {
        width: 50%;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .MenuDesktopContenedor {
        width: 1200px;
    }

    .MenuDesktopContenedorTableItem {
        padding: 0 29px;
        font-size: 15px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 145px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .ContenidoContenedor {
        width: 980px;
    }

    .ContenidoBloques {
        margin-top: 30px;
    }

    .ContenidoItem {
        width: 100%;
    }
    
    .ContenidoContenedor h1 {
        font-size: 30px;
    }

    .ContenidoContenedor h2 {
        font-size: 22px;
    }

    .ContenidoItem:nth-child(4) {
        margin-top: 0;
    }

    .ContenidoItemBorde .mapa {
        max-width: 450px;
    }

    .CuadroDisponib {
        width: 50%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .MenuDesktopContenedor {
        width: 1200px;
    }

    .MenuDesktopContenedorTableItem {
        padding: 0 29px;
        font-size: 15px;
    }

    .FooterContainerCol h5 {
        font-size: 16px;
    }

    .FooterContainerCol ul {
        padding-left: 145px;
    }

    .FooterContainerCol {
        font-size: 16px;
    }

    .ContenidoContenedor h1 {
        font-size: 32px;
    }

    .ContenidoContenedor h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .ContenidoContenedor h1 {
        font-size: 36px;
    }

    .ContenidoContenedor h2 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .ContenidoContenedor h1 {
        font-size: 38px;
    }

    .ContenidoContenedor h2 {
        font-size: 28px;
    }
}




@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;
    }
}