/**
Theme Name: Astra Child
Author: ancstudios
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.car-log-hme img {
	filter: brightness(0.8);
	transition: .3s;
}

.car-log-hme img:hover {
	filter: brightness(1);
	transition: .3s;
}

.cards-hme-coi a {
	text-decoration: none !important;
}

.cards-hme-coi .infobox-button i {
	rotate: 0deg !important;
	transition: .3s;
}

.cards-hme-coi:hover .infobox-button i {
	rotate: 45deg !important;
	transition: .3s;
}
/* CONTENEDOR */
.anc-form {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background: linear-gradient(145deg, #0b1220, #020617);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

/* GRID */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* GRUPOS */
.form-group {
    display: flex;
    flex-direction: column;
}

/* LABEL */
.form-group label {
    margin-bottom: 5px;
    color: #7dd3fc;
    font-size: 14px;
}

/* INPUTS */
.form-group input,
.form-group textarea {
    padding: 10px;
    border-radius: 8px;
    border: none;
    outline: none;
    background: #e5e7eb;
    transition: 0.2s ease;
}

/* EFECTO FOCUS */
.form-group input:focus,
.form-group textarea:focus {
    box-shadow: 0 0 0 2px #38bdf8;
    background: #fff;
}

/* FULL WIDTH */
.full {
    grid-column: 1 / -1;
}

/* BOTÓN */
.anc-form button {
    grid-column: 1 / -1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #38bdf8;
    color: #020617;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.anc-form button:hover {
    background: #0ea5e9;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}

/* 1. Fondo y bordes de las tarjetas */
.columna-precio {
    background-color: #0067FF !important; /* azul1 */
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

/* 2. Corrección de Títulos (para que no se amontonen) */
.columna-precio .elementor-price-table__heading {
    background: transparent !important;
    padding-top: 20px !important;
}

.columna-precio .elementor-price-table__title {
    font-size: 1.4rem !important; /* Tamaño más moderado */
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 5px !important;
}

/* 3. Ajuste del Precio */
.columna-precio .elementor-price-table__price {
    padding: 10px 0 !important;
    color: #ffffff !important;
}

.columna-precio .elementor-price-table__integer-part {
    font-size: 2.2rem !important;
}

/* 4. Lista de características (Alineación y tamaño) */
.columna-precio .elementor-price-table__features-list {
    text-align: left !important;
    display: inline-block !important;
    margin: 0 auto !important;
    padding: 20px 15px !important;
}

.columna-precio .elementor-price-table__feature {
    font-size: 0.9rem !important; /* Texto un poco más pequeño para legibilidad */
    margin-bottom: 8px !important;
    justify-content: flex-start !important;
    color: rgba(255,255,255,0.9) !important; /* Blanco suave */
}

/* Reducir tamaño del icono check */
.columna-precio .elementor-price-table__feature i {
    font-size: 14px !important;
    margin-right: 10px !important;
}

/* 5. Estilo para la columna DESTACADA (azul2) */
.columna-precio.destacada {
    background-color: #00388B !important; /* azul2 */
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

/* Ajuste del listón/etiqueta de destacado */
.columna-precio.destacada .elementor-price-table__ribbon {
    background-color: #ffffff !important; /* Blanco para contrastar con azul oscuro */
    color: #00388B !important;
}

/* Efecto hover general */
.columna-precio:hover {
    transform: translateY(-8px);
    filter: brightness(1.1);
}