main {
   
    display: flex;
    /* height: 90vh; */
    flex-direction: column;
    gap: 5px;
}

main .section-promo {

    flex: 1;
    padding: 10px;

    background: rgba(78, 78, 78, 0.514);
    background: rgba(70, 70, 85, 0.6);
    
}


main .section-promo .promo {
    display: flex;
    justify-content: space-between;


    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    

    background-color: rgba(100, 138, 160, 0.95);
    background-color: #051c3a52;
    
}

a {
    color: whitesmoke;
    text-decoration: none;
}

h2 {
    color: whitesmoke;
    font-size: 2em;
    display: inline;
    text-align: center;
}

.filtro {
    flex: 0;
    display: flex;
    color: whitesmoke;
    background: rgba(70, 70, 85, 0.6);
    background-color: #051c3a52;
}

.form-filtro {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.buscar-btn {
    width: 100%;
    border: none;
	outline: none;
	box-shadow: none;
	padding: 12px 16px;
	font-size: 1.4em;
	font-weight: bolder;
	background-color: #036;
	color: whitesmoke;
	border-radius: 2px;
	cursor: pointer;
}

.buscar-btn button:hover {
	background-color: #069;
	transform: scale(1.01);
}



input::placeholder {
    font-style: italic;
    color: #888;
}

strong {
    font-size: 1.7em;
}

.fecha-title {
    font-size: 1.8em;
}

.div-fecha {
    padding-top: 4px;
    padding-bottom: 4px;
}

.labell {
    margin-bottom: 10px;
}

main .section-promo .promo .promo-contenido {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}



.puntuacion {
    color: gold;
    font-size: 2em;
}

.promo-img {
    width: 200px;
    height: 200px;
    object-fit: cover;

    border-radius: 1px;
    transform: translateY(10px);
}


.promo-contenido-txt {
    font-size: 1.5em;

}

.promo-content-a {
    display: flex
}





/* --------------------------------------------------- */





a {
    color: whitesmoke;
    text-decoration: none;
}

h3 {
    color: whitesmoke;
    font-size: 2.2em;
    display: inline;
}


.puntuacion {
    color: gold;
    font-size: 2.2em;
}

.promo-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    padding: 10px;

    border-radius: 1px;
}


.promo-contenido-txt {
    font-size: 1.5em;

}

.promo-content-a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-size: 0.5em;
}


.promo-contenido-mostrar {
    font-size: 1.3em;
    font-style: italic;
    text-align: end;
}


p {
    text-align: justify;
    font-size: 0.1em;
    max-height: 85px;
    overflow: hidden;

}

.promo-contenido-titulo {
    font-size: 0.6em;
}


.filtro {
    /* display: none; */
    color: whitesmoke;
    display: flex;
    flex-direction: column;
}

/* 
main {
    display: flex;
    height: 90vh;
    overflow: hidden;
    align-items: center;
}


main .section-promo {
    flex: 1;
    overflow-y: auto;
    padding: 10px;

    background: rgba(78, 78, 78, 0.514);
}


a {
    color: whitesmoke;
    text-decoration: none;
}

h3 {
    color: whitesmoke;
    font-size: 2.2em;
    display: inline;
}

.filtro {
    display: none;
}

main .section-promo .promo .promo-contenido {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.puntuacion {
    color: gold;
    font-size: 2em;
}

.promo-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    padding: 10px;

    border-radius: 1px;
}


.promo-contenido-txt {
    font-size: 1.5em;

}

.promo-content-a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.promo-contenido-mostrar {
    font-size: 1.3em;
    font-style: italic;
    text-align: end;
}

p {
    text-align: justify;
    font-size: 0.1em;
    max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}



*/


input[type="text"],
input[type="number"],
input[type="date"] {
   width: 100%;
   padding: 10px 14px;
   font-size: 1em;
   border: 1px solid #ccc;
   border-radius: 8px;
   background: whitesmoke;
   transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="date"] {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: whitesmoke;
    font-size: 12px;
    box-shadow: 0.2px 4px rgba(78, 78, 78, 0.5);
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
    max-width: 100px;
}

input[type="date"]focus {
    border-color: #069;
    outline: none;
    background-color: rgba(78, 78, 78, 0.8);
}






/* Import */



ul {
	list-style: none;
}

.selector-multiple {
    max-width: 100%;
    position: relative;
    padding-top: 20px;

    border-radius: 6px;

    background-color: rgba(78, 78, 78, 0.514);
}



.selector-multiple-label {
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
    font-size: 1.3em;

    text-align: center;
}

.multi-select-option {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
    font-size: 20px;
    cursor: pointer;
    
    white-space: nowrap;
    gap: 12px;
}

.multi-select-option li {
    width: 100%;
}



.multi-select-option li label {
    display: flex;
    justify-content: space-between;

    padding: 12px 15px;
    cursor: pointer;
    font-size: 1em;
    gap: 20px;
    
    width: 100%;
    align-items: center;
    text-align: center;
}

.multi-select-option li label:hover {
     background-color: #069;
}



.filtro-titulo {
    padding-top: 10px;
}


.multi-select-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #007bff;
}

.multi-select-option .checkbox {
    flex-shrink: 0;
}

.multi-select-option .txt {
    flex: 1;
    text-align: center;
    transform: translateX(-5%);
}



@media (min-width: 768px) {
    main {
        /* overflow: hidden; */
        flex-direction: row;
        padding: 10px;
    }

    /*
    main .section-promo {
         overflow-y: auto; 
        background-color: #069;
    }
    */
    
    .promo-contenido-txt {
        font-size: 3em;
    }

    .promo-contenido-mostrar {
        font-size: 1.7em;
    }
        
    h3 {
        color: whitesmoke;
        font-size: 2.7em;
        display: inline;
    }
        
    
    .filtro {
        /* overflow-y: auto; */
        padding: 10px;
    }
    
    .puntuacion {
        color: gold;
        font-size: 2.6em;
    }
}


 /* overflow: hidden; */
    /* overflow-y: auto; */