.flex_contenedor{display:flex;flex-wrap:wrap;justify-content: center;align-items: center;width: 100%; gap: 30px;}
.overlay {     padding-top: 90px; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; }
.overlay div{ }
.overlay .overlaycontenido { border-radius: 20px; max-height: 700px; overflow-y: auto; max-width: 840px;margin: 0 auto !important;color: #080808 !important;background: #e9e9e9;padding: 40px;}
.h2_nombre_tarifa { color: #fff; text-shadow: 1px 1px 1px #000;}
.popup_descripcion_tarifa { line-height: 22px; font-family: Ubuntu; font-size: 16px; }    
.popup { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 20px; border-radius: 10px; width: 300px; box-shadow: 0 0 15px rgba(0,0,0,0.3); }    
.cerrar { float: right; cursor: pointer; font-weight: bold; color: #ffffff; font-size: 53px; background: #000;width: 54px !important;text-align: center;height: 54px !important; border-radius: 10px; line-height: 45px;    }
.cerrar:hover { color: #000;}