*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

html{
    min-height: 100%;
    position: relative;
}

header{
    background-color: rgb(220, 40, 40);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 10000;
}

footer{
    background-color: rgb(40,40,40);
    font-size: 1rem;
    color: rgb(240, 240, 240);
    padding: .5rem;
    text-align-last: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.body-container{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    background-color: rgb(240, 240, 240);
    overflow-x: hidden;
}

.btn{
    display: none;
}

.btn-label{
    color: rgb(240, 240, 240);
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: .17rem;
    padding-left: .75rem;
    display: none;
}

nav{
    background-color: #dc2828;
    position: fixed;
    width: 100%;
}

.nav__ul{
    display: flex;
    align-content: center;
    justify-content: flex-start;
}

.nav__li{
    display: flex;
    margin: .75rem;
    letter-spacing: 2px;
    width: fit-content;
    min-width: fit-content;
}

.nav__li a{
    text-decoration: none;
    color: rgb(240, 240, 240);
    font-weight: bold;
    width: 100%;
}


.nav__li i{
    padding-right: .5rem;
}

.nav__li:hover > a, .nav__li:hover > i,
.nav__li:focus > a, .nav__li:focus > i{
    color: rgb(40,40,40);
    cursor: pointer;
}

/*========================================================         HOME          =========================================================*/
.body-container .img-index::before{
    content: "";
    position: absolute;
    background-color: rgb(0,0,0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
}

.body-container .img-index{
    background-image: url(foto.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    width: 100%;
    place-items: center;
    position: relative;
}

.body-container .img-index .texto{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 35%;
}

.body-container .img-index .texto h1{
    font-family: 'Hammersmith One', sans-serif;
    color: rgb(240, 240, 240);
    text-transform: uppercase;
    font-size: 5rem;
    text-align: center;
}

.body-container .img-index .texto p{
    margin-top: -.6rem;
    font-weight: bold;
    color: rgb(240, 240, 240);
    font-size: 1.7rem;
    text-align: center;
    font-style: italic;
    letter-spacing: .1rem;
}

.locales-container{
    margin: 4rem 0;
}


.locales-container h2{
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin: 2rem 0;
}

.locales{
    margin: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tarjeta{
    height: 15rem;
    width: 15rem;
    background-image: url(https://www.silviocicchi.com/pizzachef/wp-content/uploads/2015/06/pizzeria2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 2rem 3rem;
    border-radius: 5%;
    transition: transform 300ms ease-in-out;
    position: relative;
    box-shadow: 0 5px 15px rgb(0,0,0);
}

.tarjeta:nth-child(2){
    background-image: url(https://www.silviocicchi.com/pizzachef/wp-content/uploads/2015/06/pizzeria1.jpg);
}

.tarjeta:last-child{
    background-image: url(https://www.infogastronomica.com.ar/wp-content/uploads/2020/04/a-72.jpg);
}

.tarjeta::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5%;
}

.tarjeta:hover, .tarjeta:focus{
    transform: scale(110%);
}

.tarjeta:hover a, .tarjeta:focus a{
    display: inline-block;
}

.tarjeta:hover::before, .tarjeta:focus::before{
    background-color: rgb(0,0,0);
    opacity: 0.4;
}

.tarjeta a{
    text-decoration: none;
    color: rgb(240, 240, 240);
    display: none;
    position: absolute;
    top: 11rem;
    left: 1rem;
    font-weight: bold;
}

.redes-container{
    padding-top: 3rem;
    padding-bottom: 5rem;
    text-align: center;
    font-size: 1rem;
    margin: 2rem 0 5rem 0;
    background-color: rgb(40,40,40);
}

.redes-container h2{
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem;
    z-index: 10;
    color: rgb(240, 240, 240);
}

.redes-container .redes{
    display: flex;
    justify-content: center;
    flex-grow: 1;
    height: 6rem;
    width: 100%;
    flex-basis: 50;
}

.redes .ico{
    height: 10rem;
    width: 10rem;
}

.redes a{
    font-size: 5rem;
    color: rgb(240, 240, 240);
    margin: 2rem 0rem;
}

.redes i{
    transition: transform 200ms ease-in-out;
}

.redes a:hover i{
    transform: scale(130%);
}

.trabaja-container{
    margin-bottom: 4rem;
    padding: 3rem;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.trabaja-container h2{
    font-size: 2rem;
    font-weight: bold;
}

.trabaja{
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.trabaja-div{
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.trabaja-div .dni::-webkit-inner-spin-button, 
.trabaja-div .dni::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.trabaja-div input{
    padding: 0.5rem;
    margin: 0.5rem 1rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgb(220, 40, 40);
    font-size: 1rem;
    width: 100%;
}

.trabaja-div .input:focus{
    background: linear-gradient(rgb(240, 240, 240), rgb(200,200,200));
    outline: none;
}

.trabaja-div .fecha{
    color: rgb(117,117,117);
}

.trabaja-div p{
    font-size: 1rem;
    min-width: max-content;
    margin-top: 1rem;
}

.trabaja-div .file{
    border: none;
}

.trabaja-div .submit{
    background-color: rgb(220, 40, 40);
    width: 10rem;
    border-radius: 15px;
    border: none;
    color:rgb(240, 240, 240);
    margin-top: 2rem;
}

.trabaja-div .submit:focus, .trabaja-div .submit:hover{
    background: linear-gradient(rgb(220, 40, 40), rgb(150, 0, 0));
    cursor: pointer;
}


/*======================================================         ABOUT US          =======================================================*/

.about-container{
    background-color: rgb(40,40,40);
    display: flex;
    flex-direction: column;
}

.quienes-container{
    display: flex;
    flex-wrap: wrap;
    padding: 3rem;
    margin-top: 0rem;
    line-height: 2.5rem;
}

.quienes-texto{
    flex: 2;
    padding-right: 2rem;
}

.quienes-texto h2{
    color: rgb(240, 240, 240);
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
}

.quienes-texto p{
    color: rgb(240, 240, 240);
    font-size: 1.25rem;
}

.quienes-img{
    flex: 1;
    background-image: url(https://www.elciudadanogba.com/wp-content/uploads/2016/08/trabajador-gastron%C3%B3mico.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid rgb(200,200,200);
}

.historia-container{
    display: flex;
    flex-wrap: wrap;
    padding: 3rem;
    line-height: 2.5rem;
    background-color: rgb(240, 240, 240);
    margin-bottom: 2rem;
}

.historia-texto{
    flex: 2;
    padding-left: 2rem;
    color: rgb(0,0,0);
}

.historia-texto h2{
    text-align: end;
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
}

.historia-texto p{
    font-size: 1.25rem;
}

.historia-img{
    flex: 1;
    background-image: url(https://www.cucinare.tv/wp-content/uploads/2019/01/Pizzero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 30%;
    border: 2px solid rgb(40,40,40);
}

/*======================================================         CONTACTO          =======================================================*/

.contacto-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
}

.contacto-columna{
    flex: 2;
    height: 100%;
    width: 100%;
    max-width: 750px;
    min-width: 450px;
}

.contacto-texto{
    margin-bottom: 2rem;
}

.contacto-inputs-container{
    display: flex;
    flex-direction: column;
}

.contacto-input{
    padding: 0.5rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgb(220, 40, 40);
    font-size: 1rem;
    width: 100%;
    min-width: 350px;
}

.contacto-input:focus{
    background: linear-gradient(rgb(240, 240, 240), rgb(200,200,200));
    outline: none;
}

.contacto-inputs-container textarea{
    resize: none;
    height: 10rem;
}

.contacto-submit{
    background-color: rgb(220, 40, 40);
    width: 10rem;
    height: 2.5rem;
    border-radius: 15px;
    border: none;
    color:rgb(240, 240, 240);
    margin-top: 2rem;
    align-self: center;
}

.contacto-submit:focus, .contacto-submit:hover{
    background: linear-gradient(rgb(220, 40, 40), rgb(150, 0, 0));
    cursor: pointer;
}

.contacto-img{
    align-self: center;
}

/*======================================================        PRODUCTOS       =========================================================*/

.productos-container:last-child{
    margin-bottom: 2rem;
}

.productos-fila{
    height: auto;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.productos-fila:nth-child(2){
    background-color: rgb(220, 40, 40);
}

.producto{
    height: 15rem;
    width: 15rem;
    background-color: rgb(0,0,0);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5%;
    transition: transform 300ms ease-in-out;
    position: relative;
    box-shadow: 0 5px 15px rgb(0,0,0);
    position: relative;
    margin: 2rem;
}

.producto::before{
    content: "";
    height: 15rem;
    width: 15rem;
    background-color: rgb(0,0,0);
    opacity: 35%;
    border-radius: 5%;
    box-shadow: 0 5px 15px rgb(0,0,0);
    position: absolute;
}

.producto:hover{
    transform: scale(115%);
}

.producto:hover > p{
    display: block;
}

.producto:last-child{
    margin-bottom: 2rem;
}

.producto h2{
    color: rgb(240, 240, 240);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1rem;
    margin-top: 1rem;
}

.producto p{
    color: rgb(240, 240, 240);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 1rem;
    margin-bottom: 1rem;
    display: none;
}


.banner{
    width: 100%;
    height: fit-content;
    background-color: rgb(40,40,40);
    display: flex;
    align-items: center;
}

.banner p{
    color: rgb(240, 240, 240);
    margin-left: 2rem;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 5rem;
}

.banner .banner-logo{
    display: flex;
    margin-left: auto;
    align-items: center;
}

.banner h2{
    color: rgb(240, 240, 240);
    font-weight: bold;
    font-size: 2rem;
    margin-right: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.banner img{
    height: 3rem;
    margin-right: 2rem;
}

.productos-fila-1 .producto:first-child{
    background-image: url(https://babycocina.com/wp-content/uploads/2020/02/pizza-napolitana.jpg);
    background-position: center;
}

.productos-fila-1 .producto:nth-child(2){
    background-image: url(https://elgourmet.s3.amazonaws.com/recetas/cover/fugaz_9AZICtTMHNiBKq3vVgj6Qz4hD1F0c2.png);
    background-position: center;
}

.productos-fila-1 .producto:nth-child(3){
    background-image: url(https://locosxlaparrilla.com/wp-content/uploads/2015/02/Receta-recetas-locos-x-la-parrilla-locosxlaparrilla-Receta-pizza-pizza-receta-pizza-mozzarella-jamon-morrones-pizza-mozzarella-jamon-morrones-2.jpg);
    background-position: center;
}

.productos-fila-1 .producto:last-child{
    background-image: url(https://www.marubotana.tv/wp-content/uploads/2014/09/pizza-pepe.jpg);
    background-position: center;
}

.productos-fila-2 .producto:first-child{
    background-image: url(https://static.diariovasco.com/www/multimedia/202005/28/media/cortadas/pizza-hawaiana-origen-k0JE-U110335209320r4C-1248x770@Diario%20Vasco.jpg);
    background-position: center;
}

.productos-fila-2 .producto:nth-child(2){
    background-image: url(https://d1kxxrc2vqy8oa.cloudfront.net/wp-content/uploads/2020/12/15221229/RIG-0710-3-pizzaensalsablanca-300x300.jpg);
    background-position: center;
}

.productos-fila-2 .producto:nth-child(3){
    background-image: url(https://cdn7.kiwilimon.com/recetaimagen/15736/640x426/th5-640x426-16754.jpg.webp);
    background-position: center;
}

.productos-fila-2 .producto:last-child{
    background-image: url(https://vod-hogarmania.atresmedia.com/cocinatis/images/images01/2019/04/11/5caf542f1f4daa0001932466/1239x697.jpg);
    background-position: center;
}

/********************************************************************RESPONSIVE*************************************************************/
@media screen and (min-width: 601px) and (max-width: 1000px) {
    .quienes-container, .historia-container{
        flex-direction: column;
    }
    .historia-container{
        flex-direction: column-reverse;
    }

    .quienes-texto{
        padding-right: 0rem;
    }

    .historia-texto{
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .quienes-container .quienes-img, .historia-container .historia-img{
        height: 20rem;
        flex: unset;
    }

    .quienes-container .quienes-img{
        margin-top: 5rem;
    }

    .historia-container .historia-img{
        margin-top: 2rem;
    }
}

@media screen and (max-width: 600px) {

    nav{
        display: none;
    }

    .nav__ul{
        flex-direction: column;
        margin-left: .25rem;
    }

    .btn-label{
        display: block;
        flex-grow: 100%;
        width: 100%;
        align-items: center;
        background-color: rgb(220, 40, 40);
        order: 1;
    }

    .btn-label span{
        width: 100%;
    }

    .btn:checked ~ nav{
        margin-top: 3rem;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        flex-basis: 15%;
    }

    .btn-label:hover, .btn-label:focus{
        cursor: pointer;
    }

    .btn:not(:checked) ~ .btn-label{
        color: rgb(240, 240, 240);
    }

    .redes a:hover i{
        transform: scale(100%);
    }

    .trabaja-div input{
        max-width: 300px;
    }

    .trabaja-div .file{
        min-width: none;
    }

    .quienes-container, .historia-container{
        padding: 1.5rem;
        flex-direction: column;
    }

    .quienes-texto{
        padding-right: 0rem;
    }

    .historia-texto{
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .historia-container{
        flex-direction: column-reverse;
    }

    .quienes-container .quienes-img{
        margin-top: 1.5rem;
        flex: unset;
        height: 20rem;
    }

    .historia-container .historia-img{
        margin-top: 1.5rem;
        flex: unset;
        height: 20rem;
    }

    .contacto-input{
        min-width: unset;
    }

    .contacto-columna{
        min-width: 300px;
        max-width: unset;
    }

    .productos-container .banner{
        flex-direction: column;
    }

    .banner p{
        margin-right: 0rem;
        padding-right: 2rem;
    }
}
