* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', 'Lucida Sans', 'Lucida Sans Regular';
    font-size: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

footer {
    text-align: center;
}

h1, h3, h5 {
    color: #054518;
}

h1 {
    text-align: center;
}

p {
    text-align: justify;
}

picture {
    align-content: center;
}

table {
    border-collapse: collapse;
    width: 95%;
}

tr {
    border: solid black 1px;
}

td {
    border-left: solid black 1px;
    padding: 10px;
}

section {
    margin-top: 50px;
}

ul {
    list-style-type: square;
}

.elemento_tabla {
    background-color: #4d6d57;
    color: white;
    width: 20%;
}

.elemento_tabla_40 {
    background-color: #4d6d57;
    color: white;
    width: 40%;
}

.alinea_derecha {
    text-align: right;
}

.img-producto {
    height: 250px;
    width: 200px;
}

.img_sello {
    display: block;
    margin: 0 auto;
    max-width: 65%;    
}

.img_tabla {
    display: block;
    margin: 0 auto;
    max-width: 85%;
}

.color_producto {
    background-color: #f1e6b2;
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.pnlTabla {
    display: flex;
    justify-content: center;
}

.contenedor {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.tarjeta {
    display: inherit;
    flex-direction: column;
    background-color: #054518;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: -10px 10px black;
    height: 400px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 250px;
}

.tarjeta-pnlImagen {
    background-color: #4d6d57;
    border-top-left-radius: inherit;
    display: inherit;
    justify-content: center;
    height: 80%;
    text-align: center;
    width: 100%;
}

.tarjeta-imagen-bolsa {
    height: 95%;
}

.tarjeta-imagen-caja {
    width: 90%;
}

.tarjeta-pnlPresentacion {
    background-color: white;
    border-bottom-right-radius: inherit;
    display: inherit;
    flex-direction: column;    
    justify-content: space-evenly;
    height: 20%;
    width: 100%;
}

.producto {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.presentacion {
    font-size: 15px;
    text-align: center;
}

@media (width > 800px) {
    table {
        width: 800px;
    }
}