p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.month-container {
    width: 1142px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 8%;
}

.slider-container {
    padding-bottom: 2%;

}

.sliders {
    

    text-align: center !important;
    cursor: pointer !important;
    background: white !important;
    -webkit-box-shadow: 0px 29px 28px -2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 29px 28px -2px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);

    border-radius: 10px;
    transition: border 300ms ease-in-out;
}

.slider-content {


    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

    width: 100% !important;
    height: auto !important;
    background: white !important;

    box-shadow: 10px 10px 28px -12px rgba(0, 0, 0, 0.22), -10px 10px 28px -12px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    text-align: center;
}

#February {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #A9BA6C !important;
    font-family: "Quicksand";
}

#February::before {
    content: "February";
}

#March {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #5BC5AB !important;
    font-family: "Quicksand";
}

#March::before {
    content: "March";
}

#April {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #C55B75 !important;
    font-family: "Quicksand";
}

#April::before {
    content: "April";
}

#May {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #447D9C !important;
    font-family: "Quicksand";
}

#May::before {
    content: "May";
}

#June {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #A9BA6C !important;
    font-family: "Quicksand";
}

#June::before {
    content: "June";
}

#July {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #5BC5AB !important;
    font-family: "Quicksand";
}

#July::before {
    content: "July";
}

#August {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #C55B75 !important;
    font-family: "Quicksand";
}

#August::before {
    content: "August";
}

#September {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #447D9C!important;
    font-family: "Quicksand";
}

#September::before {
    content: "September";
}

#October {

    border-left-width: 8px !important;
    border-left-style: solid !important;
    border-left-color: #A9BA6C !important;
    font-family: "Quicksand";
}

#October::before {
    content: "October";
}



.sliders::before {
    color: #616161;
    font-size: 3em;
    padding-left: 90px;
    margin: 15px !important;
    font-weight: bold !important;
}

.sliders::after {
    content: var(--after-content, '\02795');
    font-size: 1.5em !important;
    float: right !important;
    margin: 15px 20px !important;
}

.Inspirations{
    padding-top: 3%;
    text-align:center;
    width: 30%;
    margin: 0 auto;
}


/* Estilo para la lista */
.vinniot{
    list-style-type: disc; /* Utiliza disc para viñetas */
    padding-left: 20px; /* Espacio a la izquierda de la lista */
    padding-right: 20px; /* Espacio a la derecha de la lista */
  }

  /* Estilo para los elementos de la lista */
  .slider-content ul.vinniot {
    text-align: left; /* Centrar el texto dentro de la lista */
    list-style-position: inside; /* Colocar las viñetas dentro del contenedor de lista */
    
  }