/*
Theme Name: Doble Máster en Cirugía Buca Child
Theme URI: https://tuespecialistaweb.com/
Template: royal-elementor-kit
Author: Eric Montero
Author URI: https://tuespecialistaweb.com/
Version: 1.0.145.1779892209
Updated: 2026-05-27 14:30:09

*/
/* IMPORTAR INTER */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* GRAPHIK THIN */
@font-face {
    font-family: 'Graphik';
    src:
        url('/wp-content/themes/doble-master-cirujia-child/fonts/Graphik-Thin-Web.eot');
    src:
        url('/wp-content/themes/doble-master-cirujia-child/fonts/Graphik-Thin-Web.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/doble-master-cirujia-child/fonts/Graphik-Thin-Web.woff2') format('woff2'),
        url('/wp-content/themes/doble-master-cirujia-child/fonts/Graphik-Thin-Web.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* BASE */
html,
body {
    background: #F5F7FA;
    color: #0F1720;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* TEXTO GENERAL */
body,
p,
li,
span,
a,
div,
input,
textarea,
select,
button,
.elementor-widget-text-editor,
.elementor-widget-text-editor *,
.elementor-accordion,
.elementor-accordion *,
.elementor-tab-content,
.elementor-tab-content * {
    font-family: 'Inter', sans-serif !important;
}

/* PÁRRAFOS */
p,
li {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #0F1720;
}

/* LINKS */
a {
    font-weight: 500;
    text-decoration: none;
}

/* TITULARES */
/* HERO PRINCIPAL */
h1 {
    font-family: 'Graphik', sans-serif !important;
    font-weight: 600 !important;
    line-height: .92;
    letter-spacing: -0.055em;
    color: #071426;
    font-size: clamp(58px, 7vw, 96px);
    max-width: 900px;
}

/* TITULARES GENERALES */
h2,
h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #071426;
}

/* H2 */
h2 {
    font-size: clamp(38px, 5vw, 64px);
}

/* H3 */
h3 {
    font-size: clamp(24px, 3vw, 34px);
}
/* TITULARES PEQUEÑOS */
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    color: #071426;
}

/* HERO */
h1 {
    font-size: clamp(58px, 7vw, 96px);
    max-width: 900px;
}

/* SUBTÍTULOS */
h2 {
    font-size: clamp(40px, 5vw, 68px);
}

/* BOTONES */
.elementor-button,
.elementor-button *,
button,
input[type="submit"] {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    text-shadow: none !important;
}

/* MENÚ */
.elementor-nav-menu a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em;
}

/* FAQ */
.elementor-tab-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
}

/* TEXTO FAQ */
.elementor-tab-content {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
}

/* SMALL */
small {
    opacity: .7;
}