@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=Manrope:wght@200..800&display=swap');


@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

:root {
    --footer-bg: #0465AD;
    --black: #000;
    --white: #fff;
    --footer-hr: #99978F;
    --form-label: #777770;
    --p-color: #878787;
    --p-color-dark: #583215;
    --servicios-content: #4D4D4D;
}

#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: 'Product Sans', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Product Sans', 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;
}


