@font-face {
    font-family: 'RobotoBold';
    src: url('../webfonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../webfonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../webfonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* { font-family: Roboto, sans-serif; outline: none !important; }
.btn-outline-info:not(:disabled):not(.disabled).active, 
.btn-outline-info:not(:disabled):not(.disabled):active, 
.show>.btn-outline-info.dropdown-toggle {
	border-color: none !important;
	background-color: none !important;
}
p, li { font-size:15px; color: #404040; }
h1 { font-family: RobotoBold, sans-serif; color:#203445; }
h4 { font-family: RobotoBold, sans-serif; color:#203445; font-weight: 900 }

.produtos ul, .missao-visao-valores ul { padding-left: 5px; list-style:none; }
.produtos li::before,
.missao-visao-valores li::before {
	content: "• ";
	color: #d8b42d; 
	margin-right: 5px;
}
.produtos-interna {
	margin-top:-20px;
	margin-bottom:110px;
}

.produtos-conteudo {
	padding-top: 85px;
}
.produtos-conteudo li {
	margin-bottom: 12px;
}


.margin-left {    margin-left: 0px;}
.sep-1, .sep-2 {
	background-color: #d8b42d;
	border: 0;
	height:2px;
	width:80px;
	max-width:100%;
}

.sep-2 {
	width:530px;
	max-width:100%;
}

.btn-round-lg{
	border-radius: 22.5px;
}
.btn-round{
	border-radius: 17px;
}
.btn-round-sm{
	border-radius: 15px;
}
.btn-round-xs{
	border-radius: 11px;
	padding-left: 10px;
	padding-right: 10px;
}


/* HEADER */

.top-bar {
	background-color: #0f344b;
}
.top-bar h5{
	font-family: Roboto, sans-serif;
	font-size: 17px;
}

.top-bar .container .row {
	height: 45px;
}

.top-bar .redes-sociais a:last-child{
	margin-left: 10px;
}

.menu-container {
	margin-top: 15px;
}

.navbar{ 
	width: 100%;
}
.menu {
	padding:0;
	float:right;
}
.menu li {
	list-style-type: none;
	display:inline-table;
	margin-right:20px;
}
.menu li:last-child {
	margin-right: 0px;
}
.menu li.active a {
	border-bottom: 2px solid #d8b42d;
}
.menu li a {
	font-family: RobotoBold;
	text-decoration:none;
	line-height: 45px;
	font-size: 18px;
	color: #203445;
}
.menu li a:hover {
	color: #dcbb42;
}
.banner {
	padding-right: 0;
	padding-left: 0;
}
.banner img {
	width:100%;
}







.solicite-orcamento {
	padding-top: 90px;
	padding-bottom: 90px;
	background: url('../img/solicite-orcamento-home-bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.solicite-orcamento * { color: #fff; }





.bola-logo {
	background: url('../img/bola-logo.png') no-repeat center center; 
	width: 182px;
	height: 182px;
	display:block;
	line-height:180px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}


img.color_flip {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .2s ease-in-out;
}

img.color_flip:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}





.redes-sociais a {
	display:inline-block;
	border-radius: 50%;
	background-color: #fff;
	width:20px;
	height:20px;
	line-height: 20px;
	text-align: center;
}

.redes-sociais a i {
	color: #2e2e2e;
	font-size: 13px;
}
.redes-sociais a i.fa-linkedin-in {
	font-size:14px;
}

h5 {
	color: #fff;
	margin-bottom:0px;
}



section.otimizacao {
	padding-top: 100px
}
	section.otimizacao button {
		margin: 30px 0 30px 0;
	}



section.produtos {
	padding-top: 60px
}
	section.produtos button {
		margin: 30px 0 30px 0;
	}



section.seguradoras {
	
	padding-top: 60px;
	padding-bottom: 40px
}



section.relacionados {
	padding-top: 50px;
	padding-bottom: 60px;
	background: url('../img/relacionados-home-bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.relacionados * { color: #fff; }



section.contatos {
	padding-top: 80px;
	padding-bottom: 20px;
}
	section.contatos .row div{
		padding-bottom: 40px;
	}
	section.contatos .row div i {
		margin-bottom: 20px;
	}
section.rodape {
	background-color: #0f344b;
	padding-top: 50px;
	padding-bottom: 70px;
}
section.rodape h5 {
	font-family: RobotoBold;
	margin-bottom:10px;
}
section.rodape .redes-sociais a {
	 width:40px;
	 height:40px;
	 line-height: 40px;
}
section.rodape .redes-sociais a:last-child {
	margin-left: 15px;
}
.redes-sociais a:hover {
	background-color: #dcbb42;
}
section.rodape .redes-sociais a i {
	font-size: 22px;
}


.btn-solicite,
.btn-outline-info, 
.btn-outline-info:hover{
    border-radius: 35px;
    background-color: #7f87a3;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px;
    border: 2px solid #001048;
}
.btn-outline-info:hover{
	background-color: #001048;
}

.btn-solicite,
.btn-solicite:hover {
	background-color: #A48F3C;
	font-size: 26px;
	padding: 12px 38px;
	border: 2px solid #D8B42D;
	margin-top: 50px;
}

.btn-solicite:hover {
	background-color: #D8B42D;
}


.missao-visao-valores { margin-top:60px; margin-bottom: 80px }
.missao-visao-valores h4 { margin-bottom:20px; }
.missao-visao-valores img { margin-bottom:30px; }


#cboxContent {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    background-color: rgba(41, 61, 77, 9.5);
    padding:35px;
}
#cboxLoadedContent { background: transparent; }
#form-solicite-orcamento label {
	color: #d8b42d;
	text-transform: uppercase;
	margin-bottom: 1px;
	padding-left: 10px;
}
#form-solicite-orcamento input[type='text'],
#form-solicite-orcamento textarea,
#form-solicite-orcamento select {
	-webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    width:100%;
    margin-bottom:9px;
    padding:6px;
    border: 0;
    height: 40px;
    resize: none;
}
#form-solicite-orcamento input[type='text'].error,
#form-solicite-orcamento textarea.error,
#form-solicite-orcamento select.error {
	background-color: #ff8c8c;
}
#form-solicite-orcamento textarea {
	height: 140px;
}
#form-solicite-orcamento .btn {
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 30px;
	margin-top: 0px;
	float: right
}
#form-solicite-orcamento #feedback {
	color: #fff;
	line-height: 40px;
}

#form-solicite-orcamento #feedback.erro {
	color: #f00;
}
#form-solicite-orcamento #feedback.sucesso {
	color: #49ff71;
}
#form-orcamento-loading { display: none;  position:absolute; }