html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

body {
    margin-bottom: 60px;
}

.imageBackground {
    background-image: url("../Images/PLASTICO.webp")
}

#secciones {
    margin-top: 5%;
}

.rowHome button {
    width: 15%;
    margin: 1%;
}

.rowHome {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body > footer {
    margin-top: 10%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.container {
    width: 95vw;
    max-width: 95%;
    padding: 0;
}

#filtros {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#planificacionDiaria {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: 2px solid black;
    border-radius: 25px;
    margin-top: 1%;
}

.recuadroSolicitud {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid black;
    border-radius: 25px;
}

#parametros {
    margin-top: 23%;
}

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