@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');	


@media (min-width: 250px) and (max-width: 990px) {
    .ocultaLogo{
        display:none !important;
    }
}
/*
SOBRE NÓS
*/
.bgSobreNos-itau{
background-image: -webkit-gradient(linear, left top, left bottom, from(#fabc56), to(#f2872b));

background-image: linear-gradient(to bottom, #fabc56, #f2872b);

color: #ffffff;

padding-top: 25px;

padding-bottom: 28px;
}
.desde{
	width:105px; height: 103px; float: right; margin-top: 20px;
}
.tituloSobreNos{
	color: #FE5A0E;
	font-weight: 500;
	font-family: "Roboto",sans-serif;
	line-height: 1.9;
	margin-bottom: 0.5rem;	
}
.descricaoSobreNos{
	font-family: "Roboto",sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	text-align: justify;
	
}

.tituloBemVindo{	
	color: #fff !important;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -1px;
	margin-bottom: 25px;
}
.boxTxtBemVindo{
	width: 80%;
	margin-left: 15px;
}
.boxFtSn{
	float: left; margin: 10px 25px;		
}
.whatsapp-feature {
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 15px;
    width:180px !important;   
}

.linkContato a{
	color: #DA6C1C;	
}
.linkContato a:hover{
	color: #DA6C1C;	
}


.whatsapp-feature {
    position: fixed;
    z-index: 8;
    bottom: 15px;
    right: 15px;
    width:180px !important;   
}


/*
REPONSIVE
*/

@media screen and (max-width: 991px) {
      .ocutarDesktop {
             display: none !important;
       }

       
}
@media (min-width: 992px) and (max-width: 1920px) {
      .ocutarMobile {
             display: none !important;
       }
}



.botW{
	background-color: #46C756;
	border-radius: 5px;
	border: #37B547 1px solid;
	text-align: left;
	padding: 8px 15px;
	color: #FFF;
	font-family: "Roboto",sans-serif;
	font-size: 15px;
	text-decoration: none;
	
}
.botW:hover{
	background-color: #309E3E;
	color: #FFF;
}