/* Body */
body, html {  }
body { margin: 0; background-color: #F4F5F8; /*display: flex*/; flex-direction: column; }
body > main { flex-grow: 1; }
a, input, button, img { transition: all .3s ease; } 
a { text-decoration: none; color: #046770; }

/* Header */
body > header { position: absolute; width: 100%; z-index: 99; background: linear-gradient(180deg, rgba(2,34,36,1) 0%, rgba(2,34,36,0.75) 35%, 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-dropdowns-navbar-bg: none;
    --sm-dropdowns-navbar-color: #fff;
    --sm-dropdowns-navbar-padding-y: 0.25em;
    --sm-dropdowns-navbar-padding-x: 0;
    --sm-dropdowns-nav-link-font-size: 18px;
    --sm-dropdowns-nav-link-font-weight: 700;
    --sm-dropdowns-nav-link-hover-bg: rgba(4,103,112,0.55);
    --sm-dropdowns-nav-link-hover-color: #fff;
    --sm-dropdowns-nav-link-active-bg: rgba(4,103,112,0.95);
    --sm-dropdowns-nav-link-expanded-bg: rgba(4,103,112,0.95);
    --sm-dropdowns-sub-link-hover-bg: rgba(4,103,112,0.15);
    --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; }}

/* Socials */
a.social-button { display: inline-block; font-size: 1em; min-width: 1.75em; padding-top: 0.175em; padding-bottom: 0.175em; color: #f6f6f6; text-align: center; }
a.social-button:hover i { color: #fff; }
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; }

/* Footer */
footer { background-color: rgba(4,103,112,1); color: #fff; font-size: 0.875em; }