/*colors: #0056b8 e #002652*/

:root {
    --animate-duration: 2s;
}

@font-face {
    font-family: NeoSansProLight;
    src: url("../fonts/NeoSansProLight.OTF");
}

@font-face {
    font-family: NeoSansProRegular;
    src: url("../fonts/NeoSansProRegular.OTF");
}

@font-face {
    font-family: NeoSansProMedium;
    src: url("../fonts/NeoSansProMedium.OTF");
}

/* @import url('/assets/fonts/NeoSansProRegular.OTF'); */

html {
    scroll-behavior: smooth;
}

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

body {
    font-size: 13px;
    font-family: NeoSansProRegular;
}

header {
    height: 120px;
}

main {
    max-width: 1680px;
    margin: auto;
    padding: 0 50px;
    background: #fff;
    width: 100%;
    border-top: 2px solid #fff;
}

h1 {
    font-size: 30px;
    font-family: NeoSansProMedium;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#002652, #0056b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 3px;
}

p {
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 25px;
}

.header {
    max-width: 960px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 50px;

}

.logo {
    width: 100px;
}

.logoimg {
    width: 40px;
}

.menu-opener {
    display: none;
}

.menu {
    display: flex;
    justify-content: center;
}

.menu ul,
.menu li {
    list-style: none;
}

.menu ul {
    display: flex;
}

.menu li a {
    color: #4d4d4f;
    text-transform: uppercase;
    font-size: 25px;
    text-decoration: none;
    padding: 35px;
    height: 100px;
    display: flex;
    align-items: center;
}

.menu li a:hover,
.menu .active a {
    color: #004595;
}

.banner {
    min-height: 880px;
    max-width: 1680px;
    margin: auto;
    background-color: #fff;
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    margin-top: -280px;
}

.banner--area {
    display: flex;
    height: 880px;
    justify-content: center;
    align-items: center;
}

.banner--image {
    width: 350px;
    margin-top: 400px;
}

.general {
    max-width: 960px;
    margin: auto;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 10px 0 10px;
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.CTAPrecos {
    margin-top: 20px;
}

.services--cards {
    flex: 1;
    /* margin-top: 30px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.service--card {
    background: linear-gradient(130deg, #002652, #0056b8);
    width: 290px;
    min-height: 402px;
    text-align: center;
    padding: 30px 25px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.service--card h2 {
    color: #fff;
    font-size: 25px;
}

.service--line {
    background-color: #fff;
    width: 100%;
    height: 0.5px;
    margin: 20px 0; 
}

.service--card img {
    height: 85px;
    margin-bottom: 30px;
}

.CTAPrecos {
    padding: 40px 0;
}

.CTAPrecos p {
    font-size: 20px;
}

.CTAPrecos p.small {
    padding-top: 10px;
    margin: auto 150px;
    font-size: 13px;
}

.description {
    color: #fff;
    font-size: 20px;
    font-family: NeoSansProLight;
}

.occupation {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.occupation--desc {
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 -100px 70px 0;
    align-items: left;
}

.occupation--desc p {
    text-align: left;
}

.occupation--map img {
    flex: 1;
    width: 500px;
}

footer {
    background: linear-gradient(130deg, #002652, #0056b8);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact--left label {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}

.contact--left h2 {
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}

.vertical-line {
    width: 0.2px;
    height: 80px;
    background-color: #fff;
    margin: 0 90px;
}

.contact--right h2 {
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}


@media (min-width:320px) and (max-width: 768px) {

    header {
        height: 0px;
    }

    p {
        font-size: 16px;
    }

    h1 {
        font-size: 25px;
    }

    .header {
        display: none;
    }

    .banner {
        margin-top: -600px;
    }

    .banner--image {
        width: 300px;
        margin-bottom: 15px;
        padding: 50px;
        margin-top: 610px;
    }

    .service--card {
        width: 280px;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .occupation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        word-break: normal;
    }

    .occupation--desc {
        width: 100%;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .occupation--desc p {
        text-align: center;
    }

    .occupation--map {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .occupation--map img {
        flex: none;
        width: 300px;
        margin-top: 40px;
    }

    footer {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vertical-line {
        margin: 0 15px;
    }

    .contact--left label {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 15px;
    }

    .contact--left h2 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .contact--right h2 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .CTAPrecos p.small {
        margin: auto 20px;
    }

}

@media (min-width: 640px) and (max-width: 910px) {
    
}


@media (min-width: 769px) and (max-width: 1024px) {

    .menu li a {
        font-size: 22px;
        padding: 20px;
    }
    
}

@media (max-width: 425px) {
    .about {
        padding: 30px 0;
    }

    main {
        padding: 0 20px;
    }
}

/*adiciando para test*/

@media (min-width:599px) and (max-width: 960px) {

    .service--card {
        width: 270px;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        padding: 10px 20px;
    }

    .vertical-line {
        margin: 0 20px;
    }

    .contact--left label {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 30px;
    }

    .contact--left h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .contact--right h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

}


/* @media (min-width:716px) {

    .banner {
        margin-top: -260px;
    }

    .service--card {
        width: 290px;
        min-height: 402px;
        text-align: center;
        padding: 20px 15px;
        text-align: center;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .service--card h2 {
        color: #fff;
        margin: 15px 0;
    }
    
    .service--line {
        background-color: #fff;
        width: 100%;
        height: 0.5px;
        margin-bottom: 30px;
    }
    
    .service--card img {
        height: 80px;
        margin-bottom: 30px;
    }
    
    footer {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vertical-line {
        width: 0.2px;
        height: 80px;
        margin: 0 20px;
    }

    .contact--left label {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
    }

    .contact--left h2 {
        text-align: center;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .contact--right h2 {
        text-align: left;
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 5px;
    }

} */

/* @media (min-width: 1600px) {
    .banner {
        height: 100vh;
        max-width: 100%;
        margin-top: -150px;
    }

    .banner--image {
        width: 350px;
        margin-bottom: 100px;
    }
} */
