/* Body */
body, html {  }
body { margin: 0; background-color: #FFF; /*display: flex*/; flex-direction: column; }
body > main { flex-grow: 1; padding-top: 180px; }
a, input, button, img { transition: all .3s ease; } 
a { text-decoration: none; color: #71a81e; }

/* Header */
body > header { position: absolute; width: 100%; z-index: 99; background: linear-gradient(180deg, rgba(136,194,52,0.65) 0%, rgba(136,194,52,0.25) 20%, rgba(2,34,36,0) 100%); }
header .header-sep { margin: 0; color: rgba(255,255,255,0.75); }

/* Bootstrap */
.modal-dialog { /*max-width: fit-content;*/ }
.form-floating label { left: 0.5rem; }
.btn-lg { padding: 0.75rem 1.5rem; }
.btn-primary { background-color: #046770; border-color: transparent; }
.btn-primary:active, .btn-primary:focus, .btn-primary:hover { background-color: #23818a; border-color: transparent; }
.btn-secondary { background-color: #ad9264; border-color: transparent; }
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover { background-color: #baa175; border-color: transparent; }
body {
    --font-size-base: 1.0625rem;
}
.underlined { border-bottom: 1px solid #23818a; }

/* Header Menu */
#navbarHeader {
    --sm-line-height: normal;
    --sm-dropdowns-navbar-bg: none;
    --sm-dropdowns-navbar-color: #505154;
    --sm-dropdowns-navbar-padding-y: 0.25em;
    --sm-dropdowns-navbar-padding-x: 0;
    --sm-dropdowns-sub-toggler-icon-spacing: 0.75rem;
    --sm-dropdowns-nav-link-font-size: 18px;
    --sm-dropdowns-nav-link-font-weight: 700;
    --sm-dropdowns-nav-link-hover-bg: #8cc43a;
    --sm-dropdowns-nav-link-hover-color: #fff;
    --sm-dropdowns-nav-link-active-bg: #8cc43a;
    --sm-dropdowns-nav-link-expanded-bg: #8cc43a;
    --sm-dropdowns-nav-link-padding-y: 0.5em;
    --sm-dropdowns-sub-link-hover-bg: rgba(140,196,58,0.25);
    --sm-collapsible-navbar-bg: rgba(4,103,112,100);
    --sm-collapsible-navbar-color: #fff;
    --sm-collapsible-nav-link-hover-bg: rgba(255,255,255,0.15);
    --sm-collapsible-nav-link-active-bg: rgba(255,255,255,0.15);
    --sm-collapsible-nav-link-hover-color: #fff;
    --sm-collapsible-nav-link-expanded-bg: rgba(2,34,36,0.35);
    --sm-collapsible-sub-first-level-bg: rgba(255,255,255,0.15);
    --sm-collapsible-sub-link-color: #fff;
    --sm-collapsible-sub-link-hover-color: #fff;
    --sm-sub-min-width: 16em;
    
    
}
.navbar-wrapper { width: 100%; max-width: 1320px; margin: 0 auto; background-color: rgba(4,103,112,1); font-weight: bold; }
@media (min-width:  768px) { 
    .navbar-wrapper { background-color: rgba(0,0,0,0) !important; }
    .navbar-wrapper .sm-nav-item { margin-right: 0.375em; }
}

/* Socials */
a.social-button { display: inline-block; font-size: 1em; min-width: 1.75em; padding-top: 0.175em; padding-bottom: 0.175em; color: #505154; text-align: center; }
a.social-button:hover i { color: #fff; }
a.social-button:hover { background-color: #505154; }
a.social-facebook:hover { background-color: #4267B2; }
a.social-instagram:hover { background-color: #E1306C; }
a.social-tiktok:hover { background-color: #ff0050; }
a.social-linkedin:hover { background-color: #0077b5; }