/*
Theme Name: Contador produccion
Theme URI:
Author: Francisco Jesus Kurt Cruz Garcia
Author URI:
Description: Produccion
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: contador simple de produccion
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');
body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;

}
header{
    margin: 0;
    margin-bottom: 10px;
}
html{
    margin:0; padding:0;
}
.area-produccion{
    display: flex;
    height: 450px;
    width: 100%;
}
p{
    margin: 0;
    font-size: 10px;

}
header {
    margin: 0;
}
h1{
    text-align: center;
    font-size: 30px;
    margin: 0;
}
h2 {
    text-align: center;
    font-size: 30px;
    margin: 0;
}
.seccion h2{
    border-bottom: 2px solid black;
}
.linea1, .linea2{
    width: 50%;
}

.titulo{
    text-align: center;
}
.fecha{
    font-size: small;
    text-align: center;
}
.produccion{
    width: 100%;
    height: 450px;
    border-top: 2px solid black;
        border-bottom: 2px solid black;
}
.contenido{
    display: flex;
    align-items: center;
    justify-content: center;
        height: 120px;
}
.estantes, .sabores{
    width: 50%;
    align-items: center;
}

.estantes h3{
margin-bottom: 100px;
font-size: 10px;
}
.estantes h1{
    font-size: 100px;
}
.slider{
    border-top: 2px solid black;
    height: 100px;
    width: 100%;
}
.slider img{
    width: 50%;
    height: 150px
 ;
}
.seccion1{
display: flex;
width: 100%;
height: 250px;
}
.seccion2 {
    display: flex;
    width: 100%;
    height: 200px;
}
.coyotas,.empanadas, .mini-coyotas, .coricos{
    width: 50%;
}
.coyotas, .mini-coyotas{
    height: 250px;
}
.empanadas,
.coricos {
    height: 200px;
}

.coyotas, .mini-coyotas{
    border-bottom: 2px solid black;
}
.mini-coyotas, .coricos{
    border-left: 2px solid black;
}
th{width: 50%;
font-size: 20px;}

.sabores{
    display: flex;
}
.cantidad p{
    margin-left: 20px;
    font-size: 20px;
}
.sabor p{
    font-size: 20px;
    margin-left: 10px; 
}

/* Formato 2*/ 