/*
Theme Name: Hunter Latam
Author: Michael Vairo
Version: 2.7.1
Description: Tema oficial y limpio para la red de Hunter Latam.
*/

@media (max-width: 767px) {
    body:not(.elementor-editor-active) .hunter-latam-hide-mobile { display: none !important; }
}

@media (min-width: 768px) {
    body:not(.elementor-editor-active) .hunter-latam-hide-desktop { display: none !important; }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
}

.site-main {
    min-height: 50vh;
}
