/* 
	Theme Name: Apparatus Child Theme
	Version: 1.0
	Theme URI: http://themeforest.net
	Description: A basic starter child theme for Apparatus
	Author: Fluent-Themes
	Author URI: http://themeforest.net/user/fluent-themes
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template: apparatus
*/

/* ================================================================ 
     GLOBAL STYLES - Start your custom styles from below
=================================================================== */

/* El contenedor interno trabaja como columna */
.pricing .pricing-table .row {
    display: flex;
    flex-direction: column;   /* Apila verticalmente los col-12 */
    height: 100%;             /* Toma la altura del .pricing-table */
}

/* El último col-12 (donde está el botón) se empuja hacia abajo */
.pricing .pricing-table .row > .col-12 {
    flex: inherit;              /* No crecerá más allá de su tamaño natural */
}
.pricing .pricing-table .row > .col-12:last-child {
    margin-top: auto;
}

.main-title .gray.link.sm-white,
.about.about-1 .gray.link {
	background-image: linear-gradient(-180deg, #207ca4 0%, #143a6a 100%);
    color: white;
    padding: 15px 24px;
}

.main-title .gray.link.sm-white:hover .fas,
.main-title .gray.link.sm-white .fas,
.about.about-1 .gray.link:hover .fas,
.about.about-1 .gray.link .fas{
	display: none;
}