@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/Open\ Sans\ Condensed/OpenSansCondensed-Bold.woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/Open\ Sans\ Condensed/OpenSansCondensed-Light.woff2');
    font-weight: light;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/Open\ Sans\ Condensed/OpenSansCondensed-LightItalic.woff2');
    font-weight: light;
    font-style: italic;
}

:root {
    --accent-orange: #DD4210;
    --dark-orange: #962804;
}

::selection {
    color: white;
    background: var(--accent-orange);
}

.aos-init[data-aos].aos-animate {
    transform: unset !important;
 }

.to_uppercase {
    text-transform: uppercase;
}

.whatsapp-link {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 15px;
    z-index: 4;
}

section {
    padding: 85px 0 97px 0;
    margin: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Mulish', Arial, Helvetica, sans-serif;
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

main {
	overflow: hidden;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 2;
}

header .container {
    overflow: visible;
}

.container {
    max-width: 1215px;
    margin: 0 auto;
}

.content-container {
    margin-left: 85px;
}

h1, h2 {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.sect-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.hero-filter {
    background: linear-gradient(266.8deg, rgba(0, 0, 0, 0) 8.42%, rgba(0, 0, 0, 0.6) 87.16%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sect-hero .container {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.line-red {
    position: absolute;
    width: 1px;
    transform: translateX(-25%);
    height: 10em;
    background: #DD4210;
    top: 8%;
    left: 0;
    z-index: 3;
}

.hero-title {
    font-weight: bold;
    font-size: 4.375rem;
    line-height: 1.1;
    color: white;
    margin-bottom: 40px;
}

.hero-subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #C1C1C1;
    width: 50%;
}

.hero-scrolldown {
    position: absolute;
    bottom: 0;
    margin-left: 3em;
    margin-bottom: 2em;
}

.hero-scrolldown-link {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.3;
    color: #797979;
    letter-spacing: 5px;
    transition: all .2s ease-in;
}

.hero-scrolldown-link:hover {
    color: var(--accent-orange);
}

.hero-scrolldown-link:active {
    color: var(--dark-orange);
}

.hero-scrolldown-link svg * {
    transition: all .2s ease-in;
}

.hero-scrolldown-link:hover svg * {
    stroke: var(--accent-orange);
}

.hero-scrolldown-link:hover svg * {
    stroke: var(--dark-orange);
}

.sect-hero .container::before {
    content: '';
    width: 1px;
    background: #FFFFFF66;
    position: absolute;
    bottom: -8%;
    left: 0;
    height: 10em;
    z-index: 2;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    background: transparent;
    padding: 30px 0;
}

.header-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav-list-item {
    margin-right: 1em;
}

.header-nav-list-item-link {
    font-weight: 400;
    font-size: 1.0325rem;
    line-height: 1.3;
    color: white;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    transition: all .2s ease-in;
}

.header-nav-list-item-link:active {
    color: var(--dark-orange);
    border-bottom-color: var(--dark-orange);
}

.header-nav-list-item-link:hover {
    color: var(--accent-orange);
    border-bottom-color: var(--accent-orange);
}

.header-localization .active {
    background: var(--accent-orange);
    color: white;
}

.header-localization-link {
    font-weight: 300;
    font-size: 1.0325rem;
    line-height: 1.3;
    color: #BDBDBD;
    padding: 10px 5px 10px 7px;
    margin-right: 5px;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
}

.header-localization-link:hover {
    color: var(--accent-orange);
    border-bottom-color: var(--accent-orange);
}

.header-localization-link:active {
    color: var(--dark-orange);
    border-bottom-color: var(--dark-orange);
}

.header-button {
    cursor: pointer;
    padding: 17.5px 30px;
    background: #0000002B;
    border: 0.5px solid #fff;
    font-weight: 300;
    font-size: .9675rem;
    color: white;
    white-space: nowrap;
    transition: all .2s ease-in;
}

.header-button:hover {
    background: #DD42102b;
}

.header-button:active {
    background: #9628042b;
}

.section-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #292929;
    margin-bottom: 40px;
}

.section-title-light {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 40px;
}

footer {
    background: #1F1F1E;
}

footer .container {
    padding-top: 37px;
    border-top: 0.5px solid #FFFFFF;
    background: url('../images/footer-logo.svg') no-repeat top right;
    background-size: 50% 100%;
    position: relative;
}

footer .container::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF66;

}

footer .content-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer-logo {
    height: fit-content;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-section-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    color: white;
    margin-bottom: 25px;
}

.footer-section-list-item {
    margin-bottom: 10px;
}

.footer-section-list-item-link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #D1D1D1;
    text-transform: capitalize;
}

.footer-phone-link {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 15px;
}

.footer-email-link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #D1D1D1;
    margin-bottom: 15px;
}

.footer-socials {
    display: flex;
    align-items: center;
}

.footer-socials-item {
    margin-right: 1em;
}

.footer-ABC {
    margin-top: 40px;
    width: 100%;
}

.footer-ABC {
	padding-top: 25px;
	font-weight: 400;
	font-size: .875rem;
    color: #fff;
}

.footer-ABC img {
    transform: translateY(-5%);
}

.modal-content {
    padding: 30px 20px;
}

.modal-subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #797979;
}

.modal-form {
    display: flex;
    flex-direction: column;
}

.modal-form-input {
    width: 100%;
    padding: 10px 15px;
    color: #292929;
    font-weight: 1rem;
    line-height: 1.3;
    border: 1px solid #C1C1C1;
    margin-bottom: 15px;
    transition: all .2s ease-in;
}

.modal-form-input:focus {
    border-color: var(--accent-orange);
    outline: none;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
}

.modal-form-input::placeholder {
    color: #292929;
    font-weight: 1rem;
    line-height: 1.3;
}

.modal-form-button {
    margin-top: 30px;
    width: 50%;
    color: white;
    background: var(--accent-orange);
    border: none;
    padding: 17.5px 0;
    transition: all .2s ease-in;
}

.modal-form-button:hover {
    background: var(--dark-orange);
}

.modal-form-button:active {
    background: #292929;
}

.dropdown {
    display: none;
}

.dropdown-toggle {
    border: none;
    background: transparent;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown .header-button {
    background: var(--accent-orange);
}

.dropdown-menu {
    padding: 25px 15px;
}

.dropdown-item {
    padding: 15px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #292929;
}

@media (max-width: 1215px) {
    .container {
        max-width: 95%;
        margin: 0 auto;
    }

    html {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .dropdown {
        display: block;
    }

    .header-nav {
        display: none;
    }
    
    .header-button-container {
        display: none;
    }

    .header-localization {
        display: none;
    }

    .dropdown .header-localization {
        display: flex;
        justify-content: space-evenly;
    }
}

@media (max-width: 900px) {
    footer .content-container {
        flex-direction: column;
    }

    .footer-section, .footer-logo {
        margin-bottom: 25px;
    }

    .footer-logo {
        width: fit-content;
    }

    .footer-section {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .hero-subtitle {
        width: 100%;
    }

    .content-container {
        margin-left: 40px;
    }

    html {
        font-size: 14px;
    }

    section {
        padding: 50px 0 50px 0;
        margin: 0;
    }
}

@media (max-width: 650px) {
    .sect-hero {
        height: 75vh;
    }
}

@media (max-width: 400px) {
    .footer-logo {
        width: 100%;
    }

    .content-container {
        margin-left: 20px;
    }

    .header-logo {
        max-width: 80%;
    }

    html {
        font-size: 13px;
    }
}