@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

:root {
    --primary: #027580;
    --secondary: #F9C66E;
    --tertiary: #EE7563;
    --btn-link: #81BAC0;
}

*,
::before,
::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

button,
input {
    font-family: 'montserrat';
    border: none;
    outline: none;
}
body {
    font-family: 'montserrat';
    background: #fff;
        font-size: 0.92em;

    overflow-x: hidden;
}
#MainBody {
    display: flex;
    flex-direction: column;
}

/* FOOTER */
#footerMobile {
    display: none;
}

footer {
    background: #F7F7F7;
    margin-top: 15em;
}

footer section:nth-child(1) svg {
    /* height: 60vh; */
    position: absolute;
    margin-top: -7em;
    z-index: -1;
}

footer img {
    width: 126.71px;
    height: 85.26px;
}

footer section:where(:nth-child(2), :nth-child(3)) {
    display: flex;
    flex-direction: row;
    padding: 1.2em 6em;
    align-items: center;
    justify-content: space-between;
}

footer section:nth-child(2) article:nth-child(2) {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5em;
}

footer section:nth-child(2) article:nth-child(2) div {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

footer section:nth-child(2) article:nth-child(2) div p {
    cursor: pointer;
}

.bold {
    font-weight: 700;
}

footer section:nth-child(3) {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 1.2em 6em;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

footer section:nth-child(3) article:nth-child(1) {
    font-size: 1.8em;
    color: #D9D9D9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-left: 0.3em;
}

footer section:nth-child(3) article:nth-child(1) i {
    cursor: pointer;
}

footer section:nth-child(3) article:nth-child(2) {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 2em;
}

footer section:nth-child(3) article:nth-child(2) button {
    background: var(--btn-link);
    border: 1px solid #FFFFFF;
    height: 75px;
    padding: 1.5em 2em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
    gap: 1em;
    cursor: pointer;
    text-wrap: nowrap;
}

footer section:nth-child(3) article:nth-child(2) button i {
    font-size: 2.5em;
    color: #fff;
    width: max-content;
}

footer section:nth-child(3) article:nth-child(2) button svg {
    width: 2.8em;
    height: 2.8em;

}

footer section:nth-child(3) article:nth-child(2) button p {
    font-size: 1.1em;
    text-align: left;
}

footer section:nth-child(3) article:nth-child(2) button p span {
    font-weight: 700;
}

footer section:last-child {
    display: flex;
    flex-direction: row;
    padding: 1.5em 6em;
    align-items: center;
    text-align: center;
    /* width: 80%; */
    justify-content: space-between;
    gap: 2em;
}

footer section:last-child p {
    font-weight: 400;
    cursor: pointer;
}

/* header */
.search_new_header form {
    border: 1px solid #A6A3A3;
    padding: 0.4em;
    border-radius: 0.9em;
    display: flex
;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap !important;
    height: 100%;
    min-width: 25vw !important;
    margin: 0 !important;
    gap: 0 !important;
}