@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --footer-bg: #444341;
    --black: #000;
    --white: #fff;
    --dark-button-bg: #333333;
    --first-menu-bar: #CCCAC0;
    --second-menu-bar: #FFFFFF;
    --third-menu-bar: #99978F;
    --especialidad-first-image: #CCCAC0;
    --especialidad-second-image: #B7B5AC;
    --especialidad-third-image: #A8A7A1;
    --especialidad-fourth-image: #99978F;
    --title: #6B6A64;
    --p-color: #777770;
    --button-bg: #706F65;
    --header-button-bg: #ADAC9E;
    --header-content-color: #E2E0D0;
    --hr: #E5E3DC;
}

#wpadminbar {
    display: none !important;
}

body, html {
    padding: 0 !important;
    margin: 0 !important;
    scrollbar-width: none !important;
    scroll-behavior: smooth !important;
}

a:hover,
a:focus,
a:active,
a {
    color: unset;
    text-decoration: none;
}

p {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
    margin: 0 0 20px;
}

h1:has(strong),
h2:has(strong),
h3:has(strong),
h4:has(strong),
h5:has(strong),
h6:has(strong) {
    font-weight: 400 !important;
}


h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 700 !important;
}