:root {
    --background_sitio: #373737;
    --perfil_img_border: #ffae00;
    --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: "bold";
    src: url(fonts/Chillax-Variable.ttf);
    font-weight: bold;
    font-display: fallback;
}
@font-face {
    font-family: "normal";
    src: url(fonts/Chillax-Variable.ttf);
    font-weight: 400;
    font-display: fallback;
}

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

h1 {
    font-size: 3.3rem;
    font-family: 'bold', Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 2.8rem;
    font-family: 'bold', Arial, Helvetica, sans-serif;
}

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

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

h5 {
    font-size: 1.5rem;
    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;
}

.header {
    height: 20rem;
    background: url(img/header_big.jpg) center;
    display: flex;
    justify-content: center;
}

.header img {
    width: 240px;
    height: 240px;
    border-radius: 150px;
    border: 14px solid var(--perfil_img_border);
    margin-top: 80px;
}

.links {
    background: url(img/links_background.jpg);
    padding: 15rem 0 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;
}

.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: 2.5rem;
    margin-right: 2rem;
}

.v1 {
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(176,35,0,1) 100%);
    color: var(--btn1_txt);
}
.v1:hover {
    background: linear-gradient(90deg, rgba(255,143,15,1) 0%, rgba(176,35,0,1) 100%);
    color: var(--btn1_txt);
}

.v2 {
    border: 2px solid #ff8f0f;
    color: #ff8f0f;
    font-size: 2rem;
}
.v2:hover {
    border: 2px solid transparent;
    background-color: #ff8f0f;
    color: #fff;
}

.v3 {
    background: linear-gradient(90deg, rgba(255,174,0,1) 0%, rgba(255,143,15,1) 100%);
    color: #231b12;
}
.v3:hover {
    background-color: #ff8f0f;
    color: #fff;
}

.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 {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    background-color: #ff8f0f;
    border-radius: 2.5rem;
    padding: 1rem 1.2rem;
}

.redes i {
    font-size: 3rem;
    color: #1a1a1a;
}

.publicidad {
    width: 410px;
    max-width: 100%;
    margin: 2rem 0;
}

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

.texto {
    flex-grow: 1;
}

footer {
    background: #ffae00;
    display: flex;
    padding: 2rem 3rem;
}

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

.txt_footer > a {
    color: #1a1a1a;
}

/* MENU */
.menu, .promos {
    background: url(img/links_background.jpg) center;
    padding: 3rem 3rem 10rem 3rem;
    color: #fff;
}

.menu a {
    color: #fff;
}

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

.menu img, .promos img {
    display: block;
    max-width: 100%;
    width: 450px;
    margin: 0 auto 3rem auto;
    text-align: center;
}

.header_menu {
    background: url(img/header_menu_big.jpg) no-repeat center;
    background-size: cover;
    padding: 2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 2rem solid #ffae00;
}

.header_menu img {
    margin-right: 2.5rem;
}

.header_menu_txt {
    color: white;
    align-self: center;
}

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

.categoria:last-child {
    border-bottom: 2px solid #ffae00;

}

.categoria i {
    color: #ffae00;
}

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

.platillos {
    background: #f5ebdc;
    padding: 3rem 3rem 10rem 3rem;
    color: #6e2314;
}

.platillos h1 {
    text-align: center;
}

.platillos h2 {
    color: #8f0000;
    text-transform: uppercase;
}

.plato {
    margin-top: 2rem;
}

.plato_bur {
    display: flex;
    justify-content: space-between;
}

.plato > h2 {
    text-transform: uppercase;
}

.plato img {
    width: 100px;
    height: 100px;
    margin-left: 2rem;
}

.descripcion {
    display: flex;
    flex-direction: column;
}

.descripcion p {
    font-size: 2rem;
}

.precio {
    font-size: 2rem;
    align-self: flex-end;
    font-family: 'bold', Arial, Helvetica, sans-serif;
}

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

.promos h1 {
    text-transform: uppercase;
    color: #ffae00;
}

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

.regresar i {
    color: #fff;
    margin-top: 2rem;
    font-size: 2rem;
}

.regresar h2{
    font-family: 'normal', Arial, Helvetica, sans-serif;
    color: #fff;
}

.regresar_plat i {
    color: #6e2314;
    margin-top: 2rem;
    font-size: 2rem;
}

.regresar_plat h2{
    font-family: 'normal', Arial, Helvetica, sans-serif;
    color: #6e2314;
}

/* SUCURSALES */
.sucurs {
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    padding: 2rem ;
    background: #ffae00;
    border-radius: 2rem;
    margin: 2rem 0;
}
a.sucurs {
    color: #6e2314;

}

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