@import url('frm_cotacao.css');
#banner{
    /* min-height: 753px; */
    min-height: 400px;
    position: relative;
    z-index: 0;
}
#banner .item img{
    /* opacity: 0; */
    /* display: none; */
}
#banner,
#banner .item{
    /* min-height: 753px; */
    min-height: 400px;
}
#banner .item{
    background-size: cover;
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background: none !important
}
#banner .box-float{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}
#banner .text{
    margin-top: 240px;
    position: relative;
    z-index: 9999;
}
#banner .text h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 3px;
    width: 400px;
}
#banner .text h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    letter-spacing: 3px;
}
#banner .text p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFF;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
#banner .text .btn{
    background: #0e71b8;
    /*background: #0d2128;*/
    color:#FFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding: 10px 40px;
    border-radius: 0;
    position: relative;
    z-index: 9999;
}
#container-cotacao{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 0;
}
#container-cotacao .container{
    height: 10px;
}
.simulador{
    /* margin-top:200px; */
    margin-top:84px;
    float: right;
}
/*.simulador h5{
    background:rgb(13, 33, 40, 0.8);
    color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 35px 0;
    margin: 0;
}*/

.simulador h5{
    /*background: rgba(245, 246, 247, 0.8);*/
    background: #FFF;
    color: #1185d9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 35px 0;
    margin: 0;
}


/*.frm-cotacao{
    background:rgb(13, 33, 40, 0.7);
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}*/


.frm-cotacao{
    /*background: rgba(245, 246, 247, 0.7);*/
    background-color: #fff;
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

#frm-cotacao .input-group{
    border: 1px solid #999;
}

/**
 * noticias
 */
#noticias {}
#noticias .border{
    border: 1px solid #eeeeee;
}
#noticias h2{
    color:#0e71b8;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
}
#noticias h2 .light{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#0d2128;
    margin-right: 10px;
    margin-bottom: 10px;
}
#noticias h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color:#707070;
    font-size:14px;
    text-align: center;
    margin: 0;
}
#noticias ul{
    list-style: none;
    width: 100%;
    margin: 0;
    margin-top:50px;
    display: flex;
    justify-content: center;
}
#noticias li{
    position: relative;
}
#noticias h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color:#0d2128;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 40px;
    font-size: 12px;
    padding: 0 20px;
}
#noticias .fa-calendar{
    color:#118ce4;
}
#noticias p{
    color:#383838;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 20px;
    text-align: justify;
}
#noticias a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

@media (max-width: 800px) {
    #noticias ul{
        display: block;
    }  
}
@media (max-width: 760px) {
    #cotacao li {
        text-align: center !important;
    }

    #cotacao li:first-child{
        margin-top: 150px;
    }
}