/* fonts */

@font-face {
    src: url(../../assets/fonts/Gotham-Medium.otf);
    font-family: 'Gotham';
    font-weight: 500;
}

@font-face {
    src: url(../../assets/fonts/Gotham-Bold.otf);
    font-family: 'Gotham';
    font-weight: 700;
}

@font-face {
    src: url(../../assets/fonts/Raleway-Regular.ttf);
    font-family: 'Raleway';
    font-weight: 400;
}

@font-face {
    src: url(../../assets/fonts/Raleway-Medium.ttf);
    font-family: 'Raleway';
    font-weight: 500;
}

@font-face {
    src: url(../../assets/fonts/Raleway-Bold.ttf);
    font-family: 'Raleway';
    font-weight: 700;
}

@font-face {
    src: url(../../assets/fonts/turbinado-pro.otf);
    font-family: 'turbinado';
    font-weight: 900;
}

.got-m {
    font-family: 'Gotham';
    font-weight: 500;
}

.fs-12 {
    font-size: 12px;
}

.c-grey {
    color: #fff;
}

.obj-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.obj-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.titulo {
    font-size: 113px;
    line-height: 160px;
    color: #000000;
    font-family: 'turbinado', sans-serif;
}

@media(min-width: 992px) {
    .titulo {
        font-size: 113px;
        line-height: 160px;
    }
}


/* css */

.header .box {
    height: 80px;
}

.header .navbar-brand {
    width: 100%;
    max-width: 115px;
    margin: 0;
    padding: 0;
}

/* .header .navbar-brand::after {
    content: '';
    background: rgba(40, 51, 115, 0.328);
    width: 1px;
    height: 35px;
    display: inline-block;
    margin: 0 0 -20px 20px;
} */

.header .navbar-brand2 {
    width: 100%;
    max-width: 45px;
}

.banner .box-image {
    height: 160px;
}

.contato {
    padding: 50px 0;
    background-color: #FFFFFF;
}

.contato .icon {
    width: 50px;
    height: 50px;
    background: #FFBF00;
/*     border-radius: 50%; */
    padding: 10px;
    margin-right: 15px;
}

.contato .box-item {
    margin-bottom: 30px;
}

.contato .box-item h3 {
    color: #000000;
    font-size: 15px;
    font-family: 'Raleway';
    font-weight: 700;
    margin-bottom: 3px;
}

.contato .box-item p {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.contato .box-item {
    display: flex;
    align-items: center;
}

.contato .form-control::placeholder {
    font-family: 'Gotham';
    font-weight: 300 !important;
    color: #000000 !important;
    font-size: 16px !important;
}

.contato .form-control {
    height: 50px;
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
    background-color: #F2F2F2;
}

.contato textarea.form-control {
    height: 100px;
    resize: none;
}

input:focus,
button:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.contato .form-btn {
    width: min-content;
    padding: 0 20px;
    height: 35px;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0 auto;
}

.contato h5 {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.footer {
    background-color: #F2F2F2;
}

.footer a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 375px) {
    .banner .box-image {
        /*height: 180px;*/
        height: auto;
    }
}

@media (min-width: 426px) {
    .contato .box-item h3 {
        font-size: 16px;
    }
    .contato .box-item p {
        font-size: 16px;
    }
    .banner .box-image {
        height: auto;
        /*height: 200px;*/
    }
    .contato .icon {
        width: 60px;
        height: 60px;
        padding: 15px;
        margin-right: 20px;
    }
}

@media (min-width: 576px) {
    .banner .box-image {
        height: auto;
        /*height: 265px;*/
    }
    .contato .icon {
        width: 65px;
        height: 65px;
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .banner .box-image {
        height: auto;
        /*height: 340px;*/
    }
}

@media (min-width: 992px) {
    .header .box {
        height: 165px;
    }
    .header .navbar-brand {
        max-width: 250px;
    }
/*     .header .navbar-brand::after {
        height: 70px;
        margin: 0 0 -20px 46px;
    } */
    .header .navbar-brand2 {
        max-width: 77px;
    }
    .banner .box-image {
        height: auto;
        /*height: 420px;*/
    }
    .contato {
        padding: 25px 0 70px;
    }
}

@media (min-width: 1200px) {
    .banner .box-image {
        height: auto;
        /*height: 500px;*/
    }
}

.box-frase {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.box-frase img {
    width: 100%;
}

@media(min-width: 992px) {
    .box-frase img {
        width: 60%;
    }
}

.banner {
    position: relative;
}