html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

.scrollTo {
    width: 100%;
    height: 2em;
    top: -4em;
    position: relative;
    z-index: -1;
}

.scrollTo:first-child {
    height: 0;
    top: -6em;
}

.backgroundEC {
    background-repeat: no-repeat;
    background-position: 17vw center;
    background-attachment: fixed;
    background-size: cover;
}

body, button, a, p, i {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header div {
    display: flex;
    align-items: center;
    background-color: black;
    padding: 1em 2em;
}

header div p {
    color: white;
    margin-left: 7em;
    font-size: 1.4em;
}

.contentNav {
    position: sticky;
    width: 100%;
    background: linear-gradient(to bottom, rgb(250 249 249) 85%, rgb(250 249 249 / 0%));
    padding: 1em 0 2em;
    top: 0;
}

.contentNav ul {
    display: flex;
    justify-content: space-evenly;
    padding: 1em 0 1.5em;
    margin: 0;
}

.contentNav ul::after {
    content: "";
    position: absolute;
    bottom: 2em;
    background-color: #CCC;
    width: 80%;
    height: 1px;
}

.contentNav ul a {
    text-decoration: none;
    color: #000;
}


.contentNav ul a li {
    list-style-type: none;
    padding: 0 1em;
    border-left: 0.5px solid #CCC;
    border-right: 0.5px solid #CCC;
    height: 0.7em;
    font-size: 20px;
    line-height: 0.7em;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.contentNav ul a li:hover {
    color: #7b9320ab;
}

.contentNav ul a:first-child li {
    font-size: 2em;
    padding: 0 0.63em;
    line-height: 23px;
    height: 0.46em;
}

.contentNav ul a.active {
    color: #A4C71F;
}

body .sectionContent {
    display: flex;
    flex-flow: row wrap;
    padding: 0 2em;
}

body section button {
    font-size: 1.2em;
    background-color: #FFF;
    width: calc(25% - 2em);
    padding: 1em;
    margin: 1em;
    box-shadow: 0px 1px 4px #888888;
    border: 0;
    cursor: pointer;
    transition: 0.1s ease-out;
}

body section button:hover {
    box-shadow: 0px 0px 1px #888888;
}

body .sectionContentDescription {
    flex-flow: column;
    width: 100%;
    transition: all 1s ease-out;
    padding: 0 1.2em;
}

body .sectionContentDescription p {
    font-size: 1.2em;
    text-shadow: 0px 0px 6px #00000045;
    margin-top: 0;
}

body .bottomLogo {
    width: 30em;
    position: relative;
    bottom: 0;
    left: 0;
}

.nav-item {
    display: flex;
}
.nav-item:last-child {
    margin-left: auto;
}
.form-check-label {
    color:#fff;
}

.btn-color {
    margin-left:10px;
    background-color: #9ac71f !important;
}