*{
    padding: 0;
    margin: 0;
}

/* Inicio Menu */

.banner_movil{
    display: none;
}

button.carousel-control-prev img,
button.carousel-control-next img {
    width: 20px;
}

.carousel-control-prev,
.carousel-control-next{
    width: 10% !important;
}

.carousel-control-prev {
    left: -10px !important;
}

.menu{
    display: flex;
    width: 100%;
    height: 77px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    position: fixed;
    z-index: 4;
}

.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

.menu__lista{
    width: 70%;
    float: right;
    display: flex;
    justify-content: right;
    align-items: center;
}

.menu__lista a{
    color: #52565A !important;
    font-size: 20px;
    font-family: 'Fira Sans';
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
}

.menu__logos {
    display: flex;
    width: 23%;
    align-items: center;
}

.menu__logos img {
    width: 150px;
    margin-left: 43px;
}

/* Fin Menu */

.mapa_pue {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.mapa_pue > div {
    width: 50%;
}

.banner,
.banner img,
.img_mapa img {
    width: 100%;
}

.mapa_text{
    font-size: 46px;
    font-family: 'Merriweather Sans';
    color: #52565A;
    padding-left: 100px;
    line-height: 62px;
}

.mapa_text span{
    color: #B5A174;
    font-weight: 700;
}

.title_cocina {
    font-size: 30px;
    font-family: 'Merriweather Sans';
    color: #B5A174;
    font-weight: 700;
    padding-bottom: 50px;
}

.text_cocina {
    font-size: 30px;
    font-family: 'Merriweather Sans';
    color: #8E9396;
    padding-right: 44%;
    padding-bottom: 50px;
}

hr.line_dorado {
    width: 98px;
    height: 0px;
    border: 2px solid #B5A174;
}

.instalaciones {
    display: flex;
    width: 100%;
}

.insta_izq {
    background: #000000;
    width: 40%;
    height: 549px;
}

.text_insta {
    font-size: 24px;
    color: #fff;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    padding-left: 29%;
    padding-right: 29%;
    padding-top: 26%;
    padding-bottom: 50px;
    text-align: center;
}

.btn_arombo {
    width: 189px;
    height: 42px;
    border: 3px solid #B5A174;
    border-radius: 22px;
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Merriweather Sans';
}

.btn_arombo:hover{
    width: 189px;
    height: 42px;
    background: #B5A174;
    border-radius: 22px;
    color: #000;
    font-size: 16px;
    font-family: 'Merriweather Sans';
}

.btn_reservar {
    width: 25%;
    margin: 0 auto;
}

.btn_reserva{
    width: 189px;
    height: 42px;
    border: 3px solid #B5A174;
    border-radius: 22px;
    opacity: 1;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Merriweather Sans';
}

.btn_reserva:hover{
    width: 189px;
    height: 42px;
    background: #B5A174;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    font-family: 'Merriweather Sans';
}

.text_reserva{
    color: #52565A;
    font-size: 68px;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    padding-left: 227px;
    padding-bottom: 24px;
    line-height: 69px;
}

.text_reserva span{
    color: #B5A174;
}

a {
    text-decoration: none !important;
}

section.fondo_mapa {
    width: 100%;
    height: 650px;
}

.cintillo_verduras-escritorio {
    width: 100%;
}

.cintillo_verduras-escritorio img {
    width: 100%;
}

.cocina {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cocina > div {
    width: 50%;
}

.cocina_img img {
    width: 70%;
    display: flex;
    margin: 0 auto;
}

.reserva {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 126px;
}

.reserva > div {
    width: 50%;
}

.reserva_izq img {
    width: 100%;
}

.reserva_izq {
    text-align: center;
}

.enfoque {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enfoque_der img {
    width: 100%;
}

.enfoque_der {
    width: 44%;
}

.enfoque_izq {
    width: 50%;
}

.title_enfoque {
    color: #B5A174;
    font-size: 30px;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    padding-left: 179px;
    padding-right: 23%;
    padding-bottom: 23px;
}

.text_enfoque {
    color: #8E9396;
    font-size: 16px;
    font-family: 'Merriweather Sans';
    padding-left: 179px;
    padding-right: 27%;
    padding-bottom: 40px;
}

.link_oferta {
    width: 25%;
    margin-left: 179px;
}

.btn_enfoque {
    width: 234px;
    height: 42px;
    border: 3px solid #B5A174;
    border-radius: 22px;
    opacity: 1;
    color: #000;
    font-family: 'Merriweather Sans';
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_enfoque:hover{
    background: #B5A174;
    border: 3px solid #B5A174;
    border-radius: 22px;
    color: #fff;
}

.link_reserva {
    width: 30%;
    margin-left: 227px;
}

.servicios {
    background-image: url(https://upaep.mx//templates/arombo/img/fondo-servicios.webp);
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.title_servicio {
    color: #B5A174;
    text-align: center;
    font-size: 68px;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    padding-top: 56px;
}

.card.card_servi {
    width: 270px;
    height: 287px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.img_card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 195px;
}

.img_card img {
    width: 44%;
}

.img_card.bebida img {
    width: 35%;
}

.img_card.carta img {
    width: 28%;
}

.text_card {
    color: #000;
    font-family: 'Fira Sans';
    font-weight: 700;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 143px;
    text-align: center;
    padding-left: 55px;
    padding-right: 55px;
}

.cards_servicios {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 109px;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 47px;
}

.link_contacto {
    width: 10%;
    margin: 0 auto;
}

.btn_servicios {
    width: 188px;
    height: 42px;
    border: 3px solid #B5A174;
    border-radius: 22px;
    opacity: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 58px;
}

.btn_servicios:hover{
    background: #B5A174;
    color: #fff;
}

.title_chefs {
    color: #B5A174;
    font-family: 'Merriweather Sans';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
}

.title_chef_arombo {
    font-size: 30px;
    font-family: 'Merriweather Sans';
    font-style: italic;
    color: #B5A174;
}

.linea {
    border: 1px solid #B5A174;
    width: 210px;
    margin-right: 26px;
}

.title_seccion_chefs {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 25px;
}

.title_lianza {
    font-size: 30px;
    color: #B5A174;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    text-align: center;
    padding-top: 100px;
}

.items_alianzas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.text_hiatoria {
    font-size: 40px;
    font-family: 'Merriweather Sans';
    color: #fff;
    font-weight: 700;
    width: 52%;
    padding-top: 177px;
    padding-left: 258px;
}

.lista__contendor__participantes.carousel-wrap {
    background: #F5F5F5;
    padding-bottom: 50px;
}

section.chefs_arombo {
    background: #F5F5F5;
    height: 501px;
}

.linea_banner {
    width: 129px;
    height: 0px;
    border: 2px solid #FFFFFF;
    opacity: 1;
    margin-left: 258px;
    margin-top: 26px;
}

.text_card_historia {
    font-size: 24px;
    color: #636363;
    width: 60%;
    display: flex;
    align-items: center;
}

.interior_banner {
    background-image: url(https://upaep.mx//templates/arombo/img/fondo-nuestra-historia.webp);
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 748px;
}

.cintillo_visita {
    width: 100%;
    background: #000;
    height: 299px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_visita img {
    height: 299;
    width: 60%;
    object-fit: cover;
}

.cintillo_card {
    height: 400px;
    background: #F5F5F5;
}

.presentacion_card {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.card_arombo {
    position: absolute;
    width: 80%;
    height: 485px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.inf_card_historia {
    display: flex;
    align-items: center;
    height: 485px;
}

.text_historia {
    width: 91%;
    height: 411px;
    border: 2px solid #B5A174;
    border-radius: 10px;
    padding: 100px;
}

.logo_card_historia {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visita_izq{
    width: 60%;
    background-image: url(https://upaep.mx//templates/arombo/img/Visita-Arombo.webp);
    background-attachment: fixed;
    background-position: left 22%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 299px;
}

.logo_card_historia img {
    width: 94%;
    padding: 30px;
}

.visita_der {
    width: 40%;
}

.visita_text {
    text-align: center;
    font-size: 30px;
    font-family: 'Merriweather Sans';
    color: #fff;
    padding-bottom: 22px;
}

.btn_visita {
    width: 189px;
    height: 42px;
    border: 3px solid #B5A174;
    border-radius: 22px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Merriweather Sans';
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.btn_visita:hover{
    background: #B5A174;
}

.title_instalaciones {
    text-align: center;
    color: #B5A174;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper {
    width: 100%;
    height: auto;
  }

  .swiper-button-next.logo-flecha {
    border: 3px solid #B5A174;
    width: 48px;
    height: 48px;
    border-radius: 26px;
}

::after {
    color: #B5A174;
    font-size: 29px !important;
    text-align: center !important;
}

.sistema {
    background: #000;
    width: 100%;
}

.sistema {
    background: #000;
    width: 100%;
    background-image: url(https://upaep.mx//templates/arombo/img/Que-hace-increible-este-sistema.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.text_final_sistema {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-family: 'Fira Sans';
    font-style: italic;
    padding-top: 234px;
    padding-left: 27%;
    padding-right: 27%;
    padding-bottom: 50px;
}

.botones_sistema {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 75px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-family: "FontAwesome";
    content: '\f138' !important;
    position: absolute;
    left: 20px;
    top: 20px;
}

.container.fotos_instalaciones {
    padding-bottom: 70px;
}

span.texto_rojo {
    color: #E30921;
    font-weight: 700;
}

.interior_banner {
    background-image: url(https://upaep.mx//templates/arombo/img/fondo-nuestra-historia.webp);
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 748px;
}

.cintillo_visita {
    width: 100%;
    background: #000;
    height: 299px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_visita img {
    height: 299;
    width: 60%;
    object-fit: cover;
}

.cintillo_card {
    height: 400px;
    background: #F5F5F5;
}

.presentacion_card {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.card_arombo {
    position: absolute;
    width: 80%;
    height: 485px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.inf_card_historia {
    display: flex;
    align-items: center;
    height: 485px;
}

.text_historia {
    width: 91%;
    height: auto;
    border: 2px solid #B5A174;
    border-radius: 10px;
    padding: 64px;
    font-weight: 500;
}

.footer{
    width: 100%;
    height: 516px;
    background: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mapa_footer{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_footer {
    width: 20%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 110px;
}

.contactos_footer{
    width: 40%;
}

.title_time img {
    width: 24px;
    margin-right: 6px;
}

.title_time {
    font-family: 'Merriweather Sans';
    color: #B5A174;
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 3px;
}

.time_phone {
    font-size: 18px;
    font-family: 'Merriweather Sans';
    color: #fff;
    padding-left: 34px;
}

.logo_footer img {
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_fotter {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: 'Merriweather Sans';
    text-align: left;
    padding-left: 134px;
}

.contactos__inf {
    display: flex;
    justify-content: center;
    gap: 80px;
}

iframe {
    padding-right: 69px;
    padding-top: 50px;
    padding-bottom: 50px;
}

hr.line_footer {
    width: 100%;
    margin: 0 !important;
    height: 4px;
    background: #E30921;
    opacity: 1 !important;
    border: 0 !important;
}

.insta_der {
    width: 60%;
}

.insta_der img {
    width: 100%;
}

.cintillo_verduras-movil{
    display: none;
}

.insta_der {
    width: 60%;
}

.insta_der img {
    width: 100%;
    height: 549px;
}

.visita_izq img {
    display: none;
}

.link_sis_reserva {
    width: 13%;
    margin-right: 80px;
}

.sistema_reservacion {
    width: 226px;
    height: 42px;
    border: 3px solid #B5A174;
    border-radius: 22px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Merriweather Sans';
    font-size: 16px;
    margin-right: 54px;
    cursor: pointer;
}

.sistema_reservacion:hover {
    background: #B5A174;
    border: 3px solid #B5A174;
}

.sistema_lic {
    width: 362px;
    height: 42px;
    border: 3px solid #B5A174;
    border-radius: 22px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Merriweather Sans';
    font-size: 16px;
    cursor: pointer;
}

.sistema_lic:hover{
    background: #B5A174;
    border: 3px solid #B5A174;
}

.owl-nav.disabled {
    display: block !important;
}

.owl-prev {
    position: absolute !important;
    top: 195px;
    left: -5%;
}

.owl-next {
    position: absolute !important;
    top: 195px;
    right: -5%;
}

.owl-next {
    position: absolute !important;
}

img.flecha {
    width: 44px;
}

.name_chef {
    padding: 18px;
    font-size: 20px;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    text-align: center;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-chef-modal {
    font-size: 14px;
    font-family: 'Merriweather Sans';
    font-style: italic;
    border: 3px solid #B5A174;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 31px;
    margin: 0 auto;
    cursor: pointer;
}

.chef_modal {
    padding-bottom: 21px;
}

.modal-header {
    border-bottom: none;
}

.title_modal {
    color: #B5A174;
    font-family: 'Fira Sans';
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
}

.modal-header {
    border-bottom: none !important;
}

.title_sistema {
    color: #B5A174;
    font-size: 30px;
    font-family: 'Merriweather Sans';
    font-weight: 700;
    text-align: center;
    padding-top: 89px;
    padding-bottom: 50px;
}

hr.linea_modal {
    background: #B8BABC;
    border: 1px solid #B8BABC;
    width: 94%;
    margin-left: 9px;
}

.text_modal {
    color: #52565A;
    font-size: 16px;
    font-family: 'Fira Sans';
    padding: 12px;
}

.item_logo {
    width: 100%;
    text-align: center;
}

.item_logo img {
    width: 64%;
}

.inf_sistema {
    display: flex;
}

.text_izq_siste img {
    width: 50px;
}

.text_der_siste img {
    width: 50px;
    padding-bottom: 12px;
}

.inf_sistema {
    display: flex;
    color: #fff;
    font-size: 0.8333333333333334vw;
    font-family: 'Merriweather Sans';
}

.text_der_siste {
    width: 50%;
    padding-left: 254px;
    text-align: right;
    padding-right: 52px;
    padding-top: 550px;
}

.text_izq_siste {
    width: 50%;
    padding-left: 52px;
    padding-right: 316px;
    padding-top: 213px;
}

.text_izq_siste img {
    padding-bottom: 12px;
}

.img_center_movil{
    display: none;
}

.btn_whats{
    background: #25d366;
    font-family: 'Fira Sans';
    z-index: 2;
    position: fixed;
    width: 205px;
    bottom: 115px;
    right: 30px;
    border-radius: 56px;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000047;
    border: none;
}

.btn_whats a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.btn_whats span{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}

.btn_whats img{
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.btn_refrencia{
    background: #E30921;
    font-family: 'Fira Sans';
    z-index: 2;
    position: fixed;
    width: 205px;
    bottom: 50px;
    right: 30px;
    border-radius: 56px;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000047;
    border: none;
}

.btn_refrencia a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.btn_refrencia span{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}

.btn_refrencia i{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}

.btn_refrencia img{
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

i.fa-regular.fa-calendar {
    font-size: 24px;
    margin-right: 13px;
}

.title_time a, .title_time a:hover {
    color: #B5A174;
}

.time_phone a, .time_phone a:hover {
    color: #fff;
    font-family: 'Merriweather Sans';
}

span.texto_dorado {
    color: #B5A174;
    font-weight: 700;
}



@media only screen and (max-width: 994px) and (min-width: 300px){
    .menu__lista a {
        margin: 8px;
        font-size: 15px;
        display: block;
        text-align: center;
      }
    
      .menu__hamburguesa {
        display: block;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 26px;
        top: 11px;
        z-index: 99999;
      }
    
      .menu__hamburguesa > div {
        width: 100%;
      }
    
      .menu__hamburguesa__logo i {
        position: relative;
        font-size: 34px;
        cursor: pointer;
        top: -91px;
      }
    
      .checkbtn{
        display: block;
      }
    
      .menu__lista{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #000;
        top: 77px;
        right: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1;
        background-position: center center;
        display: block;
      }
    
      .menu__lista a{
        display: block;
        margin: 50px 0;
        line-height: 30px;
        font-size: 20px;
        overflow-x: scroll !important;
        color: #fff !important;
      }
    
      .menu__logos img {
        width: 119px;
        margin-left: 28px;
      }
    
      .menu__lista a:hover,  .menu__lista a.active{
        background: none;
      }

      #check:checked ~ .menu__lista {
        right: 0;
        overflow-x: scroll !important;
      }

      i.fas.fa-bars {
        color: #B5A174;
      }
    
      .text_card {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
        padding-bottom: 13px;
    }

      .menu {
        padding-bottom: 0px;
        padding-top: 0px;
      }

      .img_card img {
        width: 37%;
    }
    
      .checkbtn{
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .menu__logos {
        width: 95%;
      }

      .banner{
        display: none;
      }

      .banner_movil{
        display: block;
      }

      .mapa_text {
        font-size: 22px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
        line-height: 34px;
    }

    .mapa_pue > div {
        width: 100%;
    }

    .mapa_pue {
        flex-direction: column-reverse !important;
    }

    section.fondo_mapa {
        background-image: none;
        width: 100%;
        height: auto;
    }

    .cocina{
        display: block;
    }

    .cocina > div {
        width: 100%;
    }

    .title_cocina {
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .text_cocina {
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 1px;
    }

    hr.line_dorado {
        margin-left: 35px;
        opacity: 1;
        background: #B5A174;
    }

    .insta_izq {
        width: 100%;
        height: 205px;
    }

    .text_insta {
        font-size: 18px;
        padding-left: 16%;
        padding-right: 16%;
        padding-top: 18%;
        padding-bottom: 25px;
    }

    .insta_der {
        width: 100%;
    }

    .instalaciones {
        display: block;
    }

    .reserva > div {
        width: 100%;
    }
    
    .reserva {
        display: block;
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .reserva_izq img {
        width: 73%;
    }

    .text_reserva {
        font-size: 30px;
        padding-left: 35px;
        padding-bottom: 34px;
        padding-top: 34px;
        line-height: 37px;
        padding-right: 35px;
        text-align: center;
    }

    .enfoque > div {
        width: 100%;
    }

    .enfoque {
        display: block;
        height: auto;
    }

    .enfoque_der img {
        width: 90%;
        margin-right: 0px;
    }

    .title_enfoque {
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 50px;
    }

    .text_enfoque{
        font-size: 16px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 13px;
    }
    
    .enfoque_der {
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn_enfoque {
        margin-left: 0px;
        /*! margin: 0 auto; */
        margin-bottom: 44px;
        margin-top: 17px;
    }

    .title_servicio {
        font-size: 32px;
        padding-top: 35px;
    }

    .card.card_servi {
        width: 152px;
        height: 162px;
    }

    .cards_servicios {
        gap: 26px;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0px;
        padding-top: 47px;
    }

    .title_chefs {
        font-size: 18px;
        padding-top: 28px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .title_seccion_chefs {
        display: block;
        padding-top: 36px;
    }

    .linea {
        display: none;
    }

    .title_chef_arombo {
        padding-left: 40px;
    }

    .chef_arombo {
        display: flex;
        overflow-y: hidden;
        width: 100%;
        gap: 350px;
        justify-content: center;
    }

    .items_alianzas {
        display: flex;
        gap: 50px;
        padding-top: 50px;
        padding-bottom: 100px;
        flex-wrap: wrap;
    }

    .text_hiatoria {
        font-size: 22px;
        width: 100%;
        padding-top: 147px;
        padding-left: 44px;
        text-align: left;
    }

    .linea_banner {
        margin-left: 44px;
        width: 102px;
    }

    .inf_card_historia {
        display: block;
        height: 100%;
    }

    .logo_card_historia {
        width: 90%;
        margin: 0 auto;
        height: 50%;
    }
    .card.card_arombo {
        width: 90%;
        height: 540px;
    }

    .text_card_historia {
        width: 90%;
        align-items: auto;
        margin: 0 auto;
        height: 50%;
        padding-bottom: 0px;
    }

    .text_historia {
        width: 100%;
        padding: 22px;
        font-size: 15px;
        height: auto;
    }

    .interior_banner {
        height: 600px;
    }

    .cintillo_visita {
        flex-direction: column-reverse;
        height: 351px;
    }
    .visita_der {
        width: 100%;
        padding-top: 49px;
    }

    .title_instalaciones {
        padding-top: 87px;
    }

    .visita_text {
        font-size: 18px;
        padding-top: 26px;
    }

    .cintillo_card {
        height: 312px;
    }

    .inf_sistema {
        display: block;
    }

    .title_sistema {
        padding-top: 32px;
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .text_sis_izq {
        font-size: 14px;
        left: 0;
        padding-right: 45px;
        padding-left: 28px;
    }

    .img_center img {
        width: 79%;
    }
    .img_center {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .text_der_izq {
        /* position: relative; */
        /* top: 70%; */
        /* left: -39px; */
        color: #fff;
        text-align: right;
        font-family: 'Merriweather Sans';
        font-size: 14px;
        padding-left: 45px;
        padding-right: 28px;
    }

    .contactos_footer {
        width: 100%;
        padding-left: 30px;
    }

    .logo_footer, .mapa_footer {
        padding-top: 60px;
        padding-bottom: 30px;
        margin: 0 auto;
        width: 60%;
    }

    .footer {
        display: block;
        height: auto;
    }

    .logo_footer img {
        width: 90%;
    }

    iframe {
        padding-right: 0px;
        padding-top: 0px;
        width: 300px;
        height: 450px;
    }

    .text_final_sistema {
        font-size: 16px;
        padding-top: 100px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 50px;
    }

    .sistema_reservacion {
        margin: 0 auto;
        margin-bottom: 19px;
        font-size: 4vw;
    }

    .sistema_lic {
        width: 312px;
        margin: 0 auto;
        height: auto;
        padding: 8px;
        font-size: 4vw;
    }

    .botones_sistema {
        display: block;
    }

    .visita_izq {
        width: 100%;
        background-image: none;
        padding-top: 115px;
    }
    
    .visita_izq img {
        width: 100%;
        display: block;
    }

    .insta_der img {
        height: 145px;
        object-fit: cover;
    }

.cintillo_verduras-escritorio {

    display: none;
}

.cintillo_verduras-movil{
    display: block;
}

.cintillo_verduras-movil img{
    width: 100%;
}

.servicios {
    background-image: url(https://upaep.mx//templates/arombo/img/Nuestro-servicios-movil2.webp);
    width: 100%;
    height: auto;
}



.text_der_siste {
    text-align: right;
}

.text_der_siste img {
    width: 14%;
    bottom: 15px;
    margin-right: 28px;
    left: 0;
}

.link_sis_reserva {
    width: 64%;
    margin: 0 auto;
}

.link_sis_lic {
    width: 84%;
    margin: 0 auto;
}

.btn_reservar {
    width: 51%;
    margin: 0 auto;
}

.link_reserva {
    width: 54%;
    margin: 0 auto;
}

.link_oferta {
    width: 65%;
    margin: 0 auto;
}

.link_contacto {
    width: 46%;
    margin: 0 auto;
}

.lista__contendor__participantes.carousel-wrap {
    background: #F5F5F5;
    padding-bottom: 72px;
}

.owl-next {
    right: 9%;
    bottom: -58px;
    top: 149px;
}

.owl-prev {
    bottom: -58px;
    left: 9%;
    top: 149px;
}

.title_lianza {
    padding-top: 63px;
    font-size: 25px;
  }

  .enfoque_izq {
    left: 0px;
  }

  .name_chef {
    font-size: 14px;
    height: 89px;
  }

  .items.card.crad_chef {
    width: 60%;
    margin: 0 auto;
  }

  img.flecha {
    width: 25px;
}

.enfoque_der {
    width: 100%;
}

.text_izq_siste {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.text_izq_siste img {
    width: 14%;
    margin-left: 33px;
    padding-bottom: 17px;
}

.text_der_siste {
    width: 100%;
    padding-left: 0px;
    text-align: right;
    padding-right: 0px;
    padding-top: inherit;
}

.sistema {
background-image: none;
}

.img_center_movil{
    display: block;
}

.img_center_movil {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.img_center_movil img {
    width: 85%;
}

.btn_whats {
    width: 50px;
}
.btn_refrencia {
    width: 50px;
}
.btn_refrencia i{
    width: 50px;
    margin: 0 !important;
}

.contactos__inf {
    display: block;
}

.title_fotter {
    padding-left: 0;
}

.carousel-control-prev {
    left: -4px !important;
}

}
