
@font-face {
    font-family: 'proximaNova';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ProximaNova-Regular.woff2) format('woff2');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'proximaNova', monospace;
}

:root{
    --gradient: linear-gradient(
        132deg,
        #367FB1,
        #2A4469
    )
}
/* nav */
nav .dropdown-toggle:hover{
    background-color: #00000073;
}
nav .dropdown-menu{
    background-color: #fff !important;
    color: #000;
}
nav .dropdown-menu li a{
    color: #000;
}


nav .nav-link{
    padding-right: 0 important;
}
nav .nav-item{
    padding-right: 1.5em;
}

nav .dropdown-toggle::after{
    display: none;
}

/* -*------- */

header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 1010px;
}

.title-header{
    width: 50%;
}

.title-header h2{
    font-size:  min(50px, 10vw);
    font-weight: 800;
}

.title-header p{
    font-size: 44px;
}

header .fst-italicc {
    font-size: min(54px, 10vw);
    font-weight: 300;
}

header .card-body{
    border-radius: 17px;
    padding-left: 33px;
}

header .card{
    width: 384px;
    background-color: transparent;
}


header .card-title{
   color: #212644;
   font-size: 21px;
   font-weight: bold;
}
header .card-text{
   color: #000;
   font-size: 18px;
   font-weight: regular;
}

header .card a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -12px;
    font-size: 16px;
    width: 104px;
    height: 43px;
    background-color:#052d47 !important;
    border-radius: 5px;
}

/* ------ produtos ---- */

.card-black{
    margin-top: 6.5rem;
}

.card-black span {
    font-size: 23px;
}
.card-black strong {
    color: #00B0F0;
}

#content h1{
    color: #192143;
    font-size: 41px;
}
#content p{
    color: #000;
    font-size: 20px;
}

#content .card-empresa p {
    height: 150px;
    overflow: hidden;
}

#content .sociais{
    margin-top: 72px;
    margin-bottom: 126px;
    height:94px;
    border-radius:20px;
    background-color:#E6E6E6;
}
#content .sociais a{
    margin-left: 20px;
}

#content .sociais b{
    font-size: 28px;
    padding-left: 40px;
}

/* ----- Documentacao -------- */

#content .card-empresa{
    height: 360px;
    width:438px;
    border: 1px solid #707070;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 50px;
}
#content .card-empresa h2{
    color: #192143;
    font-size: 26px;
    font-weight: bolder;
    min-height: 70px;
}


/* ---------------- ----------------------- */

#banner2{
    background-image: url('../img/cafe1.png');
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#banner2 .card-body{
    height: 141px;
}

#banner2 .card{
    background-color: white;
}

#banner2 .card span{
    color: #112538;
    font-weight: bold;
}

#banner2 .card .card-text{
    background-image: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color:transparent;
    font-family: sans-serif;
    font-size: 38px;
    font-weight: bold;
}
#banner2 .card span{
    color: #112538;
    font-weight: bold;
}

/* ---------- --------- */

#container-carousel{
    height:678px;
    background-color: #E7F3F7;
}

#container-carousel .card{
    border: none;
}

#container-carousel .card-body{
    background-color: white;
    padding: 22px;
}

#container-carousel .card-body
.card-title{
    color: #212644;
}
.title-card-carousel{
    font-size: 21px;
    font-weight: bold;
    margin-top: 26px;
    margin-bottom: 14px;
}
#container-carousel .card-text{
    color: #2D2D2D;
}

.text-carousel{
    font-size: 20px;
    margin-bottom: 24px;
}

.bi-chevron-left,
.bi-chevron-right{
    color:#212644;
}

.nav-container .nav-link{
    color: white !important;
}

/* -------------- // ------------ */


#form{
    /* background-image: url('../img/tmbfinal.png'); */
    background-image: url('../img/Imagem-do-rodape.jpg?v3');
    height: 746px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#form form{
    width: 333px;
    height: 540px;
    text-align: end;
}

.check h1{
    font-size: min(44px, 5vw);
}
.check p{
    font-size: min(24px, 2vw);
}

#form form input,
#form form select{
    width: 100%;
    padding: 10px;
    border-color: #ccc;
}

.form-check-input{
    width: 16px !important;
    border:1px solid #d7d6d6;
}

#form .form-check-label{
    color: black;
    font-size: 15px;
    text-align: initial;
}

.section-home{
    border: double;
}

.section-home form .form-check-label{
    color: black;
}

.form-check-label a{
    font-size: 16px !important;
    color: #2d88bd;
}

#form form input::placeholder{
    padding-left: 10px;
}

/* --------------------- ------------ */
#footer{
    background-color: #212644;
    height: 160px;
}
#footer .text-footer{
    font-size: min(16px, 2.7vw);
}

/* Responsivo */

@media (max-width: 1200px) {

    .nav-container .nav-link,
    .nav-container .dropdown-toggle{
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .nav-container{
        display: block !important;
    }

    .check h1 {
        font-size: min(44px,4vw);
    }
}

@media (min-width: 768px) {
    .navbar-collapse{
        flex-grow: 0;
    }

}

/* phone */
@media (max-width: 767px) {
    #form{
        height: 1230px;
    }

    .check h1{
        font-size: min(44px, 10vw);
    }

    .check p{
        font-size: min(24px, 4vw);
    }

}

@media (max-width: 450px) {

    header .card{
        width: 100%;
    }

    #footer img {
        width: 40%;
    }

    #form form{
        width: 100%;
        margin-bottom:3rem;
    }
}
