@media screen {
  /* RESET PAGE */
  html, body,
  div, span,
  h1, h2, h3, h4, h5, h6, p,
  a, em, font, img, strong,
  dl, dt, dd, ol, ul, li,
  form, label, fieldset, legend, input, select, textarea, button,
  table, caption, tbody, tfoot, thead, tr, th, td,
  header, main, footer,
  article, aside, canvas, embed,
  picture, figure, figcaption, hgroup,
  menu, nav, output, ruby, section, details, summary,
  address, blockquote, cite,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: none;
    box-sizing: border-box;
  }
  header, main, footer,
  article, aside, canvas, embed,
  picture, figure, figcaption, hgroup,
  menu, nav, output, ruby, section, details, summary,
  address, blockquote, cite,
  time, mark, audio, video {
    display: block;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
  }
  ul {
    list-style: none;
  }
  a {
    text-decoration: none !important;
  }
  a, figure, img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  input, select, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  table, tr, th, td {
    border-collapse: collapse;
    vertical-align: top;
  }
  html, body {
    height: 100%;
  }
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem; /*1rem = 16px*/
  }
}
/*ABSTRACT*/
/*colores*/
/*sizes ratio 1:25*/
/*FONTS*/
@font-face {
  font-family: "MosafinMedium";
  src: url("../fonts/mosafin-medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MosafinSemibold";
  src: url("../fonts/mosafin-semibold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MosafinBold";
  src: url("../fonts/mosafin-bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MosafinExtrabold";
  src: url("../fonts/mosafin-extrabold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MosafinBlack";
  src: url("../fonts/mosafin-black.otf") format("opentype");
  font-display: swap;
}
em.primary {
  font-family: arial;
  font-style: normal;
}

strong.primary-medium {
  font-family: "MosafinMedium", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/*ANIMACIONES*/
@keyframes ticker-servicios {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-3650px, 0, 0);
  }
}
@keyframes ticker-eventos {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-2350px, 0, 0);
  }
}
/*
@-webkit-keyframes tickermobile {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-750px, 0, 0);
  }
}

@keyframes tickermobile {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-750px, 0, 0);
  }
}*/
/*EFECTOS*/
.autoshow {
  opacity: 0;
  transform: translateY(2em);
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

.autoshow.active {
  opacity: 1;
  transform: translateY(0);
}

/*BOTONES*/
a.primary,
input[type=submit].primary {
  display: inline-block;
  padding: 0.5em 1em;
  font: normal 1em "MosafinMedium", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: 0.06em solid #EE7B71;
  background-color: #EE7B71;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a.primary.gold,
input[type=submit].primary.gold {
  font-size: 20px;
  padding: 8px 36px;
  background: url(../imagenes/background-gold-cta.png) no-repeat 0 0;
  background-size: cover;
  color: #3D270E;
  border-radius: 8px;
  border-color: transparent;
  transition: opacity 0.3s ease-in-out;
}

a.primary.outline,
input[type=submit].primary.outline {
  color: #EE7B71;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a.secondary,
input[type=submit].secondary {
  display: inline-block;
  padding: 0.5em 1em;
  font: normal 1em "MosafinMedium", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: 0.06em solid transparent;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a.secondary.outline,
input[type=submit].secondary.outline {
  color: transparent;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a.small,
input[type=submit].small {
  font-size: 0.9em;
}

a.big,
input[type=submit].big {
  font-size: 1.25em;
}

/*SOCIAL*/
.NavSocial a {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
}

a[title*=WhatsApp] {
  background: url("../imagenes/ic-whatsapp.svg") no-repeat 50% 50%;
  background-size: 1.5em auto;
}

a[title*=Instagram] {
  background: url("../imagenes/ic-instagram-banco.svg") no-repeat 50% 50%;
  background-size: 1.5em auto;
}

a[title*=Facebook] {
  background: url("../imagenes/ic-facebook-blanco.svg") no-repeat 50% 50%;
  background-size: 1.5em auto;
}

/*WAPP*/
a.BtnWapp {
  display: inline-block;
  padding: 1em 1em 0.75em 3em;
  font: normal 1em "MosafinMedium", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: 0.06em solid transparent;
  background: #1BD741 url("../imagenes/ic-whatsapp.svg") no-repeat 1em 50%;
  background-size: 1.5em auto;
  text-align: left;
  border-radius: 0.5em;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#WappFlotante {
  transition: transform 0.5s ease-in-out;
}

.NavFlotante {
  position: fixed;
  z-index: 8000;
  bottom: 2em;
  right: 2em;
}

a.BtnFlotanteWapp {
  width: 4em;
  height: 4em;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0.12em #000;
  background: #1BD741 url("../imagenes/ic-whatsapp.svg") no-repeat 50% 50%;
  background-size: 2em auto;
  transition: transform 0.3s ease;
}

/*bottom*/
#WappFlotante.bottom {
  transform: translateX(250px);
}

/*HOVER EFFECTS*/
@media (hover: hover) and (pointer: fine) {
  a.primary:hover,
  input[type=submit].primary:hover {
    color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
  }
  a.primary.gold:hover,
  input[type=submit].primary.gold:hover {
    color: #3D270E;
    background-color: transparent;
    opacity: 0.5;
  }
  a.primary-outline:hover,
  input[type=submit].primary-outline:hover {
    color: transparent;
    background-color: #000000;
  }
  a.secondary:hover,
  input[type=submit].secondary:hover {
    color: transparent;
    background-color: #000000;
  }
  a.secondary-outline:hover,
  input[type=submit].secondary-outline:hover {
    color: transparent;
    background-color: #000000;
  }
}
/*MISCELANEAS*/
::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 0.5em;
}

.smooth {
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/*carrusel*/
.splide__pagination {
  transform: none !important;
}

.splide__pagination__page {
  background-color: #ffffff !important;
  transform: none !important;
}

.splide__pagination__page.is-active {
  background-color: #ffffff !important;
  width: 24px !important;
  border-radius: 8px !important;
  opacity: 1 !important;
}

/*modal*/
.Modal {
  position: fixed;
  z-index: 9991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 2.5em;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}

#ModalContent {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 80em;
  margin: 0 auto;
  transform: scale(0.8);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

#VideoLoad {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#VideoLoad video {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

a#BtnCloseVideo {
  position: absolute;
  z-index: 200;
  right: 1em;
  top: 1em;
  width: 2em;
  height: 2em;
  display: block;
  border-radius: 50%;
  background: url("../imagenes/ic-equis-blanco.svg") no-repeat 50% 50%;
  background-size: 1.5em auto;
  cursor: pointer;
}

/*videomode*/
.videomode #ModalVideos {
  opacity: 1;
  visibility: visible;
}

.videomode #ModalContent {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*.......*/
/*LAYOUT GLOVAL*/
@media screen {
  body {
    margin: 0 auto;
    text-align: left;
    font-family: "MosafinMedium", Arial, Helvetica, sans-serif;
  }
  .SafeZone {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
  }
  .ViewportLargo {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto; /*border: 1px solid green;*/
    max-width: 110em; /*1760px*/
  }
  .Viewport {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto; /*border: 1px solid red;*/
    max-width: 100em; /*1600px*/
  }
  .ViewportCorto {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto; /*border: 1px solid blue;*/
    max-width: 56em; /*900px*/
  }
  /*img responsive*/
  img {
    max-width: 100%;
    display: block;
  }
  img[loading=lazy] {
    aspect-ratio: attr(width)/attr(height);
  }
  img.auto {
    width: auto;
    height: auto;
  }
}
/*HOVER EFFECTS*/
@media (max-width: 1920px) {
  .Viewport {
    max-width: 85em;
  } /*1360px*/
}
@media (max-width: 1840px) {
  .ViewportLargo {
    padding: 0 2em;
    max-width: none !important;
  } /*reset*/
}
@media (max-width: 1470px) {
  .Viewport {
    max-width: 75em !important;
  } /*1200px*/
}
@media (max-width: 1300px) {
  .Viewport,
  .ViewportCorto {
    padding: 0 2em;
    max-width: none !important;
  } /*reset*/
}
@media (max-width: 500px) {
  .Viewport,
  .ViewportCorto,
  .ViewportLargo {
    padding: 0 1.5em;
  }
}
/*HEADER*/
@media screen {
  header.primary {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    padding: 1em 0;
    text-align: left;
  }
  #ContentHeader {
    display: flex;
    align-items: center;
  }
  a#BtnMenuMobile {
    display: none;
  }
  #Logo {
    flex: 0 0 10em;
    display: flex;
  }
  #Logo a {
    display: block;
  }
  #Logo h1 {
    display: flex;
    align-items: center;
  }
  #Logo img {
    max-width: 100%;
    display: block;
  }
  #Menus {
    flex: 1;
  }
  #MenuGeneral {
    display: flex;
    gap: 4em;
    align-items: center;
    justify-content: flex-end;
  }
  #MenuGeneral > li {
    flex: 0 0 auto;
    position: relative;
  }
  #MenuGeneral > li a {
    font-family: "MosafinMedium", Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: block;
    color: #ffffff;
    transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  #MenuGeneral > li:first-child a {
    background: none;
  }
  #MenuGeneral > li:last-child {
    margin-right: 0;
  }
  #MenuGeneral li.select a {
    color: #EE7B71 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  #MenuGeneral > li:not(.select) a:hover {
    color: #EE7B71 !important;
  }
}
@media (max-width: 900px) {
  #Logo a {
    width: 10em;
  }
  a#BtnMenuMobile {
    display: block;
    position: absolute;
    z-index: 9900;
    width: 2rem;
    height: 2rem;
    top: 1em;
    right: 1em;
    background: url(../imagenes/ic-menu-blanco.svg) no-repeat 50% 50%, url(../imagenes/ic-equis-blanco.svg) no-repeat 50% 500%;
  }
  #Menus {
    position: fixed;
    z-index: 9000;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transition: height 0.5s ease-in-out;
  }
  #MenuGeneral {
    flex: 1 1 100%;
    display: block;
    margin: 1.5em;
    background-color: transparent;
  }
  #MenuGeneral > li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
  }
  #MenuGeneral > li > a {
    display: flex;
    justify-content: center;
    width: auto !important;
    height: auto;
    font-size: 1.9em;
    white-space: normal !important;
    line-height: normal !important;
    text-align: left !important;
  }
  /*menumode*/
  .menumode {
    overflow: hidden;
  }
  .menumode a#BtnMenuMobile {
    background-position: 50% -200px, 50% 50%;
  }
  .menumode #Menus {
    height: 100vh;
  }
}
/*FOOTER*/
@media screen {
  #TopFooter {
    background-color: #000000;
    padding-top: 1em;
    padding-bottom: 3.5em;
  }
  #ContentFooter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2em;
    border-top: 0.06em solid #EE7B71;
  }
  #LocationFooter {
    flex: 1;
    text-align: left;
  }
  #LocationFooter > div {
    width: -moz-max-content;
    width: max-content;
  }
  #LocationFooter address,
  #LocationFooter p,
  #LocationFooter a {
    font-style: normal;
    font-size: 1em;
    color: #ffffff;
    display: flex;
    gap: 1em;
    justify-content: flex-start;
  }
  #LocationFooter address::before {
    content: url(../imagenes/marker.svg);
    width: 1em;
    height: 1em;
    display: block;
    transform: scale(0.8);
  }
  #LocationFooter a {
    margin: 0.5em 0;
    text-align: left !important;
    text-decoration: underline !important;
  }
  #LocationFooter a::before {
    display: block;
    width: 1em;
    height: 1em;
    transform: scale(0.8);
  }
  #LocationFooter a.BtnMail::before {
    content: url(../imagenes/mail.svg);
  }
  #LocationFooter a.BtnWappSimple::before {
    content: url(../imagenes/wapp-blanco.svg);
  }
  #LogoFooter {
    flex: 1;
    text-align: center;
  }
  #LogoFooter figure {
    width: 16em;
    margin: 0 auto;
  }
  #SocialFooter {
    flex: 1;
  }
  #SocialFooter .NavSocial {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #SocialFooter .NavSocial a {
    margin: 0 0.5em;
  }
  #Legales {
    padding: 1em 0;
  }
  #ContentLegales {
    display: flex;
    flex-wrap: wrap;
  }
  #ContentLegales p {
    flex: 1;
  }
  #ContentLegales a {
    color: #000000;
  }
  p#Copy {
    font-size: 0.8em;
  }
  p#CreacionUno {
    font-family: Arial;
    font-size: 0.7em;
    text-align: right;
  }
}
@media (max-width: 1030px) {
  #ContentFooter {
    flex-direction: column;
  }
  #LocationFooter {
    flex: 0 0 auto;
    order: 2;
    margin: 2em 0;
  }
  #LocationFooter div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #LogoFooter {
    flex: 0 0 auto;
    order: 1;
  }
  #LogoFooter figure {
    text-align: center;
  }
  #LogoFooter img {
    margin: 0 auto !important;
  }
  #SocialFooter {
    flex: 0 0 auto;
    order: 3;
  }
}
@media (max-width: 700px) {
  #LocationFooter p,
  #LocationFooter a {
    font-size: 0.9em;
  }
  #ContentLegales p {
    flex: 1 1 100%;
    text-align: center;
  }
  p#CreacionUno {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 1em;
  }
}
/*HOME*/
@media screen {
  main {
    position: relative;
  }
  /*Hero*/
  #HeroGroup {
    position: relative;
    width: 100%;
  }
  #Liston {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 2.5em;
    width: 10em;
  }
  #Hero {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .itemslide {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    max-height: 750px;
    background-color: #000000;
  }
  .photo-slide {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
  }
  .photo-slide picture {
    width: 100%;
    height: 100%;
  }
  .photo-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .info-slide {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .info-slide div {
    padding: 3em;
    text-align: center;
  }
  .info-slide div p {
    color: #ffffff;
  }
  p.tag-slide {
    font-family: "MosafinMedium", Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 4rem;
  }
  p.title-slide {
    font-family: "MosafinExtrabold", Arial, Helvetica, sans-serif;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 24px;
  }
  p.title-slide sup {
    font-size: 0.5em;
  }
  p.txt-slide {
    font-family: "MosafinMedium", Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 32em;
    font-size: 1.5em;
    text-wrap: balance;
    margin-inline: auto;
    margin-bottom: 4rem;
  }
  .logo-slide {
    text-align: center;
  }
  .logo-slide img {
    margin: 0 auto;
  }
  #LogoCateringGo {
    margin-block: 4em;
  }
  #LogoCateringKosher {
    width: 100%;
    max-width: 50em;
    margin: 3em auto;
  }
  a.btn-slide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding-inline: 3.5em;
    font-family: "MosafinBold", Arial, Helvetica, sans-serif;
    font-size: 1em;
    border-color: #ffffff;
    color: #ffffff !important;
    border-radius: 6px;
  }
  a.btn-slide::before {
    content: url(../imagenes/wapp-blanco.svg);
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
  }
  /*splide*/
  #Hero .splide__pagination {
    bottom: 2em !important;
    padding: 0 !important;
    width: auto !important;
  }
  /*....*/
  /*telepronter*/
  .telepronter {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .BarraTelepronter {
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 100%;
  }
  .ContentTelepronter {
    white-space: nowrap;
  }
  .ContentTelepronter img {
    display: inline-block;
    vertical-align: middle;
    max-width: none;
  }
  #TelepronterServicios .ContentTelepronter {
    animation: ticker-servicios 30s linear infinite;
  }
  #TelepronterServicios .ContentTelepronter img {
    width: 3650px;
  }
  #TelepronterEventos .ContentTelepronter {
    animation: ticker-eventos 30s linear infinite;
  }
  #TTelepronterEventos .ContentTelepronter img {
    width: 2350px;
  }
  /*introduccion*/
  #ContentIntroduccion {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 3em;
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #ContentIntroduccion header {
    flex: 0 0 auto;
    text-align: left;
  }
  #ContentIntroduccion h2 {
    font-size: 1em;
  }
  #ContentIntroduccion span {
    font: normal 4.9em "MosafinExtrabold", Arial, Helvetica, sans-serif;
    line-height: 1em;
    color: #EE7B71;
  }
  #ContentIntroduccion > div {
    flex: 1;
    padding-bottom: 0.5em;
  }
  #ListaServicios {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
  }
  #ListaServicios li {
    flex: 1;
    text-align: center;
  }
  #ListaServicios img {
    margin: 0 auto;
  }
  #ListaServicios h3 {
    display: block;
    margin-top: 0.5em;
    font-family: "MosafinBold", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #EE7B71;
  }
  /*sobre nosotros*/
  #ContentSobreNosotros {
    display: flex;
    flex-wrap: wrap;
  }
  #ThumbVideo {
    flex: 1;
    background: url("../imagenes/video-thumb-nosotros.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  #ThumbVideo a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("../imagenes/ic-play.svg") no-repeat 50% 50%;
    background-size: 3em auto;
    transition: background 0.3s ease-in-out;
  }
  #ContentSobreNosotros header {
    flex: 1;
    padding: 5em 4em;
    background-color: #EE7B71;
  }
  #ContentSobreNosotros h2 {
    display: block;
    font: normal 3.8em "MosafinBold", Arial, Helvetica, sans-serif;
    line-height: 0.8em;
    color: #ffffff;
  }
  #ContentSobreNosotros h3 {
    display: block;
    margin: 1em 0 1em 0;
    font-family: "MosafinBold", Arial, Helvetica, sans-serif !important;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #ffffff;
  }
  #ContentSobreNosotros p {
    display: block;
    max-width: 40em;
    font-size: 1em;
    line-height: 1.5em;
  }
  p.Slogan {
    display: block;
    margin-top: 1em;
    font: normal 1.9em "MosafinBold", Arial, Helvetica, sans-serif !important;
    line-height: 1em !important;
    color: #ffffff;
  }
  /*servicios*/
  #Servicios {
    background-color: #F5F5F5;
  }
  #TopServicios {
    position: relative;
  }
  #BottomServicios {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #BottomServicios h2 {
    display: block;
    font: normal 0.9em "MosafinBold", Arial, Helvetica, sans-serif !important;
  }
  #BottomServicios h3 {
    display: block;
    margin: 0.25em 0;
    font-family: "MosafinExtrabold", Arial, Helvetica, sans-serif;
    font-size: 3.8em;
    line-height: 1em;
    color: #EE7B71;
  }
  #BottomServicios p {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  #BottomServicios span {
    color: #EE7B71;
  }
  #DetalleServicios {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding-top: 3em;
  }
  #DetalleServicios > div {
    flex: 1;
    padding: 2em;
    background-color: #ffffff;
  }
  #DetalleServicios h4 {
    display: block;
    font-family: "MosafinBold", Arial, Helvetica, sans-serif;
    font-size: 1.9em;
    line-height: 1em;
    margin-bottom: 1em;
    color: #F1A490;
  }
  #DetalleServicios h5 {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
  }
  /*comida cosher*/
  #CocinaKosher {
    padding-block: 140px;
    background: url(../imagenes/comida-kosher-medium.jpg) no-repeat 100% 50%;
    background-size: cover;
    text-align: center;
  }
  #ContentCocinaKosher {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    padding-inline: 30px;
  }
  #CocinaKosher header {
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    width: 100%;
  }
  #LogoMTKosher {
    margin-bottom: 1em;
  }
  #CocinaKosher h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 48px;
    color: #F1A490;
  }
  #CocinaKosher h3 {
    font-family: "MosafinMedium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    max-width: 34%;
  }
  p#TxtPreCta {
    font-family: "MosafinMedium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #9B9B9B;
  }
  #CocinaKosher a.primary {
    align-self: flex-start;
  }
  #ChefKosher {
    display: flex;
    gap: 1em;
    align-items: center;
    margin-top: 64px;
  }
  #ChefName {
    flex: 0 0 auto;
    padding-right: 1em;
    border-right: 1px solid #9B9B9B;
  }
  #ChefDescription {
    flex: 0 0 auto;
    font-size: 1em;
    color: #9B9B9B;
  }
  /*nuestro chef*/
  #NuestroChef {
    background-color: #FFE3DC;
  }
  #ContentNuestroChef {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 3.5em;
  }
  #ContentNuestroChef header {
    flex: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #ContentNuestroChef h2 {
    display: block;
    font: normal 0.9em "MosafinBold", Arial, Helvetica, sans-serif !important;
  }
  #ContentNuestroChef h3 {
    display: block;
    margin: 0.15em 0;
    font-family: "MosafinExtrabold", Arial, Helvetica, sans-serif;
    font-size: 3.8em;
    line-height: 1em;
    color: #EE7B71;
  }
  #ContentNuestroChef p {
    font-size: 1.25em;
    color: #EE7B71;
  }
  #ContentNuestroChef h4 {
    display: block;
    width: 100%;
    max-width: 30em;
    margin-top: 1.5em;
    font-size: 1em;
    line-height: 1.5em;
  }
  #FotoChef {
    flex: 1;
    max-width: 50vw;
    align-self: stretch;
  }
  #FotoChef figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #FotoChef img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*galeria fotos menu*/
  #GaleriaFotoMenu {
    display: flex;
    flex-direction: column;
  }
  #Gal3 {
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 2px solid #ffffff;
  }
  #Gal2 {
    flex: 0 0 auto;
    width: 100%;
  }
  #GaleriaFotoMenu ul,
  #GaleriaFotoMenu li.splide__slide {
    width: 100% !important;
  }
  #GaleriaFotoMenu img {
    max-width: none !important;
    width: 100% !important;
    height: auto;
  }
  /*clientes*/
  #BarraClientes {
    padding: 4em 0;
    text-align: center;
    background-color: #000000;
  }
  #BarraClientes p {
    display: block;
    margin-bottom: 2em;
    font-family: "MosafinBold", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    color: #EE7B71;
  }
  #BannersDetacados {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    padding: 0 1.5em;
  }
  #BannersDetacados figure {
    display: inline-block;
    margin: 0 auto;
  }
  #CarrouselClientes {
    position: relative;
    width: 100%;
    height: 6.5em;
  }
  #CarrouselClientes li {
    height: 100% !important;
  }
  #CarrouselClientes figure {
    width: 100%;
    text-align: center;
  }
  #CarrouselClientes img {
    width: auto !important;
    margin: 0 auto;
    filter: grayscale(100%) invert(1);
  }
}
@media (hover: hover) and (pointer: fine) {
  #ThumbVideo a:hover {
    background: rgba(0, 0, 0, 0.5) url("../imagenes/ic-play.svg") no-repeat 50% 50%;
    background-size: 3em auto;
  }
}
@media (max-width: 1800px) {
  #Liston {
    right: 0;
  }
}
@media (max-width: 1600px) {
  #Hero .splide__pagination {
    bottom: 2em !important;
  }
  #ContentIntroduccion {
    display: block;
    text-align: center;
  }
  #ContentIntroduccion header {
    text-align: center;
    padding-bottom: 3em;
  }
  #ContentIntroduccion > div {
    margin-left: 0;
  }
  #ListaServicios {
    justify-content: center;
  }
  #CocinaKosher {
    background-position: 50% 50%;
  }
}
@media (max-width: 1230px) {
  #Liston {
    display: none;
  }
  p.tag-slide {
    margin-bottom: 2rem;
  }
  p.title-slide {
    font-size: 2.3em;
    line-height: 1;
  }
  p.title-slide br {
    display: none;
  }
  p.txt-slide {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  #LogoCateringGo {
    margin-block: 2em;
  }
  #ContentNuestroChef header {
    padding-left: 2em;
  }
  #ContentNuestroChef h4 br {
    display: none;
  }
  #CocinaKosher {
    background-position: 40% 50%;
  }
}
@media (max-width: 950px) {
  #ContentIntroduccion h2 {
    font-size: 1.25em;
  }
  #ContentIntroduccion span {
    font-size: 3.8em;
  }
  #ListaServicios {
    display: block;
  }
  #ListaServicios li {
    margin-bottom: 2em;
  }
  #ListaServicios h3 {
    font-size: 1.5em;
  }
  #TelepronterServicios {
    align-items: flex-end;
  }
  #CocinaKosher {
    padding-bottom: 52px;
    background: #000003 url(../imagenes/comida-kosher-small.jpg) no-repeat 50% 0;
    background-size: 100% auto;
  }
  #CocinaKosher header {
    align-items: center;
    padding-top: 55vw;
  }
  #CocinaKosher h2 {
    text-align: center;
  }
  #CocinaKosher h3 {
    text-align: center;
    max-width: none;
  }
  p#TxtPreCta {
    text-align: center;
  }
  #CocinaKosher a.primary {
    align-self: center;
  }
  #ChefKosher {
    margin-top: 32px;
  }
}
@media (max-width: 800px) {
  #ContentSobreNosotros {
    display: block;
  }
  #ContentSobreNosotros header {
    padding: 3em 2em;
  }
  #ThumbVideo {
    width: 100%;
    height: 25em;
  }
  #ContentSobreNosotros h3 {
    margin-bottom: 1.5em;
  }
  p.Slogan {
    margin-top: 0.75em;
  }
  #ContentIntroduccion {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  #ContentIntroduccion h2 {
    font-size: 1em;
  }
  #ContentIntroduccion span {
    font-size: 3.1em;
  }
  #ListaServicios h3 {
    font-size: 1.25em;
  }
  #BottomServicios {
    padding-bottom: 1em;
  }
  #BottomServicios p {
    font-size: 1em;
  }
  #DetalleServicios {
    display: block;
  }
  #DetalleServicios > div {
    margin-bottom: 1.5em;
  }
  #DetalleServicios h4 {
    background-position: 0 0.3em;
  }
  #DetalleServicios h4 br {
    display: none;
  }
  #ContentNuestroChef {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #ContentNuestroChef header {
    order: 2;
    padding: 2em;
  }
  #FotoChef {
    order: 1;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 500px) {
  .info-slide div {
    padding-inline: 1.5em;
  }
  p.title-slide {
    font-size: 1.8em;
    margin-bottom: 1rem;
  }
  p.txt-slide {
    font-size: 1em;
  }
  a.btn-slide {
    padding-inline: 1.9em;
  }
  #ContentNuestroChef br {
    display: none;
  }
  #GaleriaFotoMenu {
    display: block;
  }
  #CocinaKosher header {
    padding-top: 40vw;
  }
  #CocinaKosher h3 {
    text-wrap: balance;
    max-width: 250px;
  }
  #ChefKosher {
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
  #ChefName {
    width: 100%;
    padding-right: 0;
    border: none;
    text-align: center;
  }
  #ChefName figure {
    text-align: center;
  }
  #ChefName img {
    margin-inline: auto;
  }
}/*# sourceMappingURL=main.css.map */