.elementor-46 .elementor-element.elementor-element-83fea84{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7ea89731 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

/* FONDO Y PÁGINA */
body {
    background: linear-gradient(135deg, #054a85 0%, #0082c8 100%);
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* TARJETA PRINCIPAL */
.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    margin: auto;
}

/* LOGO REDONDEADO (IMPORTANTE) */
.logo-img {
    max-width: 100%;       
    width: 340px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 40px !important; 
    overflow: hidden; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.2); 
    clip-path: inset(0px round 40px); /* Truco extra para forzar redondeo */
}

/* RESTO DEL DISEÑO */
.divider { border: 0; height: 1px; background: rgba(255,255,255,0.3); margin: 20px auto; width: 80%; }

.services-list { list-style: none; padding: 0; margin: 25px 0; }
.services-list li { font-size: 16px; font-weight: 700; margin-bottom: 8px; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }

.areas { font-size: 12px; color: #89cff0; font-weight: 700; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; }

/* CAJA DE CONTACTO OSCURA */
.contact-section { background: rgba(0,0,0,0.2); padding: 25px 20px; border-radius: 15px; }

.name { font-size: 24px; font-weight: 700; margin: 0; text-transform: uppercase; }
.phone { font-size: 32px; font-weight: 900; color: #fff; text-decoration: none; display: block; margin: 5px 0 10px 0; }

/* ESTILOS DE RESPALDO PARA REDES */
.social-row { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 15px; }
.social-text { color: white !important; font-size: 18px; font-weight: 700; }

/* MÓVILES */
@media (max-width: 400px) { 
    .logo-img { width: 100%; border-radius: 25px !important; }
    .phone { font-size: 26px; } 
    .services-list li { font-size: 14px; }
    .social-row { flex-wrap: wrap; }
}/* End custom CSS */