 :root {
    --primario: #6834a6;
    --blanco: #FFF;
    --negro: #000000;
    --fuentePrincipal: 'Poppins', sans-serif;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: var(--fuentePrincipal);
    font-size: 1.6rem;
    line-height: 1.8;
}
h1, h2, h3 {
    font-weight: 900;
    margin: 2rem 0;
}
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 4.6rem;
}
h3 {
    font-size: 3rem;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    display: block;
}
.contenedor {
    max-width: 120rem;
    margin: 0 auto;
    width: 90%;
}

/*header*/

.header{
    background-image: url(../img/header_bg.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 10rem;
    padding: 5rem 0;
}

@media (min-width: 768px){
    .header{
        background-size: 50rem;
    }
}

@media (min-width: 992px){
    .header{
        background-size: 60rem;
    }
}

@media (min-width: 1280px){
    .header{
        background-size: 100rem;
    }
}



@media (min-width: 768px){
    .header_barra{
        display: flex;
        justify-content: space-between;

    }
}

.header_logo{
    width: 19rem;
    margin: 0 auto 3rem auto;
}

@media (min-width: 768px){
    .header_logo{
        margin: 0;
    }

    .header_grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
        align-items: center;
    }
}

.contenedor_formulario{
    grid-template-columns: repeat(2, 1fr);
}

.formulario_grid{
    width: 500px;
    height: 340px;
    background-color: #FF7152;
    margin-left: 90px;
}

.header_h1{
    font-size: 14px;
    margin-left: 5px;
    text-align: left;
}

@media (min-width: 768px){
    .header_h1{
        text-align: left;
        font-size: 30px;
        line-height: 1.2;
        margin-left: 5px;
    }
}

.header_h2{
    text-align: center;
    font-size: 15px;
    margin-left: 5px;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px){
    .header_h2{
        text-align: left;
        font-size: 15px;
        line-height: 1.2;
        margin-left: 5px;
        font-family: 'Roboto', sans-serif;
    }
}

.header_imagen{
        max-width: 38rem;
        margin: 0 auto;
    }

@media (min-width: 768px){
    .header_imagen{
        max-width: 38rem;
        margin: 0 auto;
    }
}

.header_boton{
    background-color: #AEAEAE;
    padding: 1rem;
    text-align: center;
    color: var(--blanco);
    margin-left: 190px;
    border-radius: 6px;    
}
@media (min-width: 768px){
    .header_boton{
        padding: 1rem 3rem;
         /* para que ocupe el espacio indicado*/
    }
}

.formimp{
    margin-left: 5px;
}

@media (min-width: 768px){
    .formimp{
        margin-left: 5px;
    }


.navegacion{
    display: flex;
    flex-direction: column;
    align-items: center; /*posicion en el centro*/
}

@media (min-width: 768px){
    .navegacion{
        flex-direction: row;
        align-items: flex-start; /* posicion arriba*/
        gap: 2rem;
    }
}

.navegacion_link{
    color: black;
}

@media (min-width: 768px){
    .navegacion_link{
        color: black;
    }
}

.navegacion_link_restaurante{
    color: white;
    background-color: #FF7152;
    padding: 2px;
    border-radius: 4px;
}

@media (min-width: 768px){
    .navegacion_link_restaurante{
    color: white;
    background-color: #FF7152;
    padding: 2px;
    border-radius: 4px;
    }
    }    

.hh2{
    font-size: 24px;
    margin-left: 5px;
    text-align: center;
}

.hh3{
    font-size: 17px;
    text-align: center;
}

/**/
.laola{
            height: auto;
            width: auto;
            margin-bottom: -6rem;
            background-color: #FF7152;
        }

        @media (max-width: 768px){

        .textob{
            background-color: #ff0000;
            text-align: center;
            font-size: 2rem;
            padding-bottom: 190rem;
        }
        }
        .textob h2{
            font-size: 2.5rem;
        }
        .fotosb{
            display: flex;
            flex-direction: column;
            height: 50rem;
            width: 50rem;
            
        }
    .body{
        background-color: #FF7152;
        height: 1800px;
    }