/*
Theme Name: Lins
Theme URI: http://example.com/twenty-twenty-two-child/
Description: A child theme for the Twenty Twenty Two theme
Author: Mauro Molina Mazon
Author URI: http://example.com
Template: astra
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: lins
*/

/* Fuente Gilroy (carpeta fonts) */
@font-face {
	font-family: 'Gilroy';
	src: url('fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Aplicar Gilroy a todo el sitio */
html,
body,
/* body *, */
input,
button,
textarea,
select,
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Gilroy' !important;
}

.card h3 {
	margin-bottom: 0px;
}

.card > .elementor-element {
	box-shadow: 0px 0px 30px 0px #FFCEEF73;
}

.subtitle h2 {
	background: linear-gradient(90deg, #7478AB 0%, #FFCEEF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Footer  */

footer {
    background: linear-gradient(90.07deg, #FFCEEF 0.11%, #7478AB 99.99%) !important;
    margin-top: 2rem !important;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

footer .site-primary-footer-wrap {
    background-color: #fff !important;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    box-shadow: 0px 4px 15px 0px #FFFFFFB2;
}

footer h2 {
    color: #7478AB;
    font-weight: 400;
    margin-bottom: 0px !important;
    font-size: 18px;
    text-align: start;
}

footer ul {
    margin-top: 20px;
}

footer ul li a {
    text-decoration: none;
    color: #040505;
    font-size: 22px;
    margin-bottom: 10px;
}

footer #nav_menu-6 ul  {
    display: flex !important;
    gap: 20px;
    justify-content: end;
}

footer #nav_menu-6 ul li a, footer .ast-footer-copyright p {
    font-size: 14px !important;
    color: #fff !important;
}

footer .ast-footer-copyright p {
    text-align: start;
}

/* Shortcode [app_descargas] */
.lins-app-descargas {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 1rem 0;
}
.lins-app-descargas--lista {
	flex-direction: column;
}
.lins-app-link {
	display: inline-block;
	padding: 0.6rem 1.2rem;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: opacity 0.2s ease, transform 0.1s ease;
}
.lins-app-link:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}
.lins-app-link--android {
	background: #3ddc84;
	color: #000;
}
.lins-app-link--apple {
	background: #000;
	color: #fff;
}

/* header */


header {
	border-bottom-left-radius: 30px !important;
	background: #fff;
	border-bottom-right-radius: 30px !important;
	background: #fff;
	box-shadow: 0px 10px 70px 0px #A0A4D845;
}

header .ast-custom-button {
	position: relative;
	box-shadow: 0px 0px 20px 0px #FFCEEF78;
	font-size: 24px;
	padding-left: 3.2rem !important;
	margin-right: 20px !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
header .ast-custom-button:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0px 6px 28px 2px #FFCEEF99, 0px 0px 24px 0px #C5DCFF88;
}
header .ast-custom-button:active {
	transform: translateY(-1px) scale(1);
}

#ast-mobile-header {
    display: none !important;
}

#ast-desktop-header {
    display: block !important;
}


@media (max-width: 420px) {
    #ast-desktop-header  .site-primary-header-wrap {
        width: 90%;
        align-items: center;
    }
}

@media (max-width: 768px) {
    header .ast-custom-button {
        display: none;
    }
}

header .ast-custom-button::before {
	position: absolute;
	content: '';
	top: 2px;
	left: 5px;
	width: 46px;
	height: 46px;
	background: url('http://localhost:10029/wp-content/uploads/2026/02/CARA_buttom.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Accordion FAQ */

.accordion-faq .e-n-accordion-item-title,
.accordion-faq .e-con-full {
    border: 1px solid rgba(255, 206, 239, 0.53);
    border-image-source: linear-gradient(90.24deg, rgba(255, 206, 239, 0.53) 0.04%, rgba(197, 220, 255, 0.8) 99.95%);
    box-shadow: 0px 0px 30px 0px #C5DCFF99;
    border-radius: 15px;
}

@media (max-width: 425px) {
    footer h2, footer a, footer li, footer p {
        text-align: center !important;
    }

    .lins-app-descargas {
        justify-content: center;
    }

    footer figure {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    primary-header-bar .site-primary-header-wrap {
        min-height: 100px !important;
    }

    .elementor-element-999580c {
        max-height: 500px !important;
    }
}

@media (max-width: 768px) {
    .elementor-7 .elementor-element.elementor-element-f660f6e::before
    {
       display: none !important;
    }

    .elementor-7 .elementor-element.elementor-element-bbc4203 {
        background-image: none !important;
    }
}
