/****************************************************** Fonts *********************************************************/
@font-face {
    font-family: 'Lilita';
    font-display: swap;
    src: url("../fonts/LilitaOne-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
/****************************************************** Gral **********************************************************/
.text-lilita-one-gray-15 {
    font-family: 'Lilita', 'sans-serif';
    font-size: 30px;
    color: #4D4D4E;
}

.member-cuadros-free{
    border: 1px solid #B7B7B7;
    min-height : 610px;
    line-height: 30px;
}
.member-cuadros{
    border: 1px solid #E96924;
    min-height : 610px;
    line-height: 30px;
}
.margen-pa-btn{ margin-bottom: 18%; }

/****************************************************** Medias ********************************************************/
@media(max-width: 1549px){

}
@media(max-width: 1199px){
    .text-lilita-one-gray-15 { font-size: 28px; }
    .margen-pa-btn{ margin-bottom: 21%; }
}
@media(max-width: 991px){
    .margen-pa-btn{ margin-bottom: 35%; }
}
@media(max-width: 767px){
    .member-cuadros-free{ min-height : 555px; }
    .member-cuadros{ min-height : 555px; }
    .margen-pa-btn{ margin-bottom: 0; }
}
@media(max-width: 575px){

}
