:root {
    --background_sitio: #373737;
    --fondo: #f5ebdc;
    --rojo: #ea0000;
    --rojo_2: #bf2603;
    --verde: #008c2f;
    --amarillo2: #ffa700;
    --cafe: #58200e;
    --texto: #1e1e1e;
    --perfil_img_border: #ffae00;
    --blanco: #fefbf2;
    --btn1_txt: #fff;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

*, *::before, *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: "bahi";
    src: url(fonts/Bahianita-Regular.ttf);
    font-weight: bold;
    font-display: fallback;
}
@font-face {
    font-family: "bold";
    src: url(fonts/static/Commissioner-Bold.ttf);
    font-weight: bold;
    font-display: fallback;
}
@font-face {
    font-family: "normal";
    src: url(fonts/static/Commissioner-Medium.ttf);
    font-weight: 400;
    font-display: fallback;
}

body {
    background-color: var(--background_sitio);
}

h1 {
    font-size: 5rem;
    font-family: 'bahi', Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 5rem;
    font-family: 'bahi', Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 4.5rem;
    font-family: 'bahi', Arial, Helvetica, sans-serif;
}

h4 {
    font-size: 4rem;
    font-family: 'bahi', Arial, Helvetica, sans-serif;
}

h5 {
    font-size: 3rem;
    font-family: 'bold', Arial, Helvetica, sans-serif;
}
p {
    font-size: 1.5rem;
    font-family: 'normal', Arial, Helvetica, sans-serif;
}

.txt_65 {
    width: 65%;
}

.contenido {
    max-width: 76.8rem;
    margin: 0 auto;
    color: var(--rojo);
}

.header {
    padding: 1.5rem 0;
    background: url(img/header_big.jpg) repeat center, var(--cafe);
    display: flex;
    justify-content: center;
    border-bottom: 0.8rem solid var(--rojo);
}

.links {
    background: url(img/deco_izq.png) repeat-y top left, url(img/deco_der.png) repeat-y top right, var(--fondo);
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-1 {
    width: 90%;
    max-width: 90%;
    height: 4rem;
    margin: 2rem 0;
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 2.5rem;
}

.btn_font {
    font-family: 'bahi',Arial, Helvetica, sans-serif;
}

.botones-2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.btn-2 {
    width: 45%;
    margin: 2rem 0;
    padding: 1rem 2rem;
    text-transform: uppercase;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-2 i {
    font-size: 4.5rem;
    margin-right: 2rem;
}

.v1 {
    background: var(--rojo);
    border: 2px solid var(--rojo);
    color: var(--blanco);
}
.v1:hover {
    background: var(--blanco);
    border: 2px solid var(--rojo_2);
    color: var(--rojo_2);
}

.v2 {
    background: var(--blanco);
    border: 2px solid var(--rojo);
    color: var(--rojo);
}
.v2:hover {
    background: var(--rojo_2);
    border: 2px solid var(--rojo_2);
    color: var(--blanco);
}

.v3 {
    border: 2px solid var(--rojo);
    background: var(--blanco);
    color: var(--verde);
}
.v3:hover {
    background-color: var(--verde);
    border: 2px solid var(--verde);
    color: var(--blanco);
}

.galeria01 {
    width: 100%;
    margin: 0 auto;
    /* height: 12rem; */
    background-color: #ff8f0f;
    color: #1a1a1a;
    padding-top: 2rem;
    text-align: center;
}

.redes {
    width: 100%;
    margin: 3rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.redesbg a {
    width: 7rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--verde);
    border-radius: 4rem;
    padding: 1.5rem 1.8rem;
}
.redesbg a:hover {
    background-color: var(--rojo);
}

.redes i {
    font-size: 4rem;
    color: var(--blanco);
}
.redes a:hover i {
    color: var(--blanco);
}

.publicid {
    width: 410px;
    max-width: 100%;
    border-radius: 1rem;
    margin: 2rem 0;
}

.publicid2 {
    width: 410px;
    border-radius: 1rem;
    display: block;
    margin: 0 auto 2rem auto;
}

.pub-90 {
    width: 90%;
}

.icono {
    display: flex;
    flex-grow: 4;
}

.texto {
    flex-grow: 1;
}

footer {
    background: var(--verde);
    display: flex;
    padding: 2rem 3rem;
}

.txt_footer {
    text-align: center;
    flex-grow: 2;
}

.txt_footer > a, .txt_footer h4, .txt_footer h5 {
    color: var(--blanco);
    font-family: 'bold', arial;
}
.txt_footer h4 {
    font-size: 1.9rem;
}
.txt_footer h5 {
    font-size: 1.5rem;
}

/* MENU */
.menu, .promos, .platillos {
    background:var(--blanco);
    padding: 3rem 2rem 10rem 2rem;
    color: var(--rojo);
}

.menu a {
    color: var(--rojo);
}

.menu h1 {
    text-align: center;
    margin-bottom: 3rem;
}

.categoria {
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    border-top: 2px solid var(--verde);
    padding: 2rem 1rem;
}

.categoria:last-child {
    border-bottom: 2px  solid var(--verde);

}

.categoria i {
    color: var(--verde);
}

.categoria:hover, .categoria:hover i {
    color: #094945;
}

/* SUCURSALES */
.sucurs {
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    padding: 2rem ; 
    background: var(--blanco);
    border: 2px solid var(--rojo);
    color: var(--rojo);
    border-radius: 2rem;
    margin: 2rem 0;
}

.sucurs i {
    font-size: 4rem;
}

.sucurs:hover, .sucurs:hover i {
    color: #094945;
}

.platillos h1 {
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #7cc4b0;
    margin-bottom: 2rem;
}

.platillos h2 {
    color: #2f706d;
    text-transform: uppercase;
}

.plato {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
}

.plato h3 {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.plato p {
    font-size: 2rem;
}
.plato img {
    width: 100px;
    height: 100px;
    border-radius: 1.5rem;
    margin-left: 2rem;
}

.precio {
    font-size: 2rem;
    font-family: 'bold', Arial, Helvetica, sans-serif;
    margin-top: 1rem;
}

.dos_colum {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.platillo {
    width: 47%;
}
.foto_plat {
    max-width: 210px;
    height: 126px;
    margin: 0 auto;
    padding: 0 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.t1 {
    color: var(--verde);
    font-family: 'bahi';
    font-size: 4rem;
}
.t2 {
    color: var(--amarillo2);
    font-family: 'bold';
    font-size: 2rem;
}
.t3 {
    color: var(--rojo);
    font-family: 'bold';
    font-size: 2rem;
}

.txt_plat {
    margin: 1rem 0;
}

.precio_plat {
    color: var(--verde);
    text-align: right;
    font-size: 2rem;
    font-family: 'bold';
}
.orden {
    font-size: 14px;
    margin-right: 1rem;
    font-family: 'normal';
}

.plat_imagen_comp {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/*  PROMOCIONES  */
.promos, .regresar, .regresar_plat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promos h1 {
    text-transform: uppercase;
}

.promos h3 {
    margin-bottom: 3rem;
}

.regresar i, .regresar_plat i {
    color: var(--rojo_2);
    margin-top: 2rem;
    font-size: 2rem;
}

.regresar h3, .regresar_plat h3{
    color: var(--rojo_2);
}

/****** SLIDER *****/
.contenedor-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 45rem;
    margin: 1.5rem auto;
}

.slider-izq, .slider-der {
    position:absolute;
    font-size: 2.2rem;
    font-family: sans-serif;
    background: var(--rojo_2);
    color: var(--blanco);
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.slider-der {
    right: 2px;
}
.slider-izq {
    left: 2px;
}

.slider-screen {
    margin: 0 auto;
    width: 95%;
}
.slider-screen img {
    width: 100%;
}

.borde_rojo {
    border: 4px solid var(--rojo);
}