/*

azul-escuro-1: #022b68;
azul-escuro-2: #031839;
azul-claro-1: #245dd6;
 */

body {
	font-family: 'Fira Sans', sans-serif;
	color: #022b68;
}

div > img, a > img {
	display: block;
	max-width: 100%;
}


.navbar, .navbar * {
	transition: all 200ms ease-in;
}
.navbar {
	background: #022b68;
	min-height: initial;
	margin-top: 20px;

	text-transform: uppercase;
}

.navbar li {
	background: #245dd6;
}

.navbar li a {
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 8px solid #031839;
	border-right: 1px solid white;
	padding: 15px 5px 10px 5px !important;

	white-space: nowrap;

	/*text-transform: uppercase;*/
	font-size: 11px;
}

.navbar li:last-child a {
	border-right: none;
}

.navbar a:hover {
	background: #245dd6; /* Old Browsers */
		background: -webkit-linear-gradient(bottom left,#245dd6,#022b68); /*Safari 5.1-6*/
		background: -o-linear-gradient(bottom left,#245dd6,#022b68); /*Opera 11.1-12*/
		background: -moz-linear-gradient(bottom left,#245dd6,#022b68); /*Fx 3.6-15*/
		background: linear-gradient(bottom left, #245dd6, #022b68); /*Standard*/
	border-bottom-color: #eeeeee;
}

.porto_seguro_logo {
	/*max-width: 60px; */
	display: block;
	float: right;
	margin: 0 0 10px 0;
}

.porto_seguro_logo img {
	max-width: 60px; 
	float: right;
}

.quadrado {
	display: block;
	float: left;

	text-align: center;

	background: #245dd6; /* Old Browsers */
	background: -webkit-linear-gradient(bottom left,#245dd6,#022b68); /*Safari 5.1-6*/
	background: -o-linear-gradient(bottom left,#245dd6,#022b68); /*Opera 11.1-12*/
	background: -moz-linear-gradient(bottom left,#245dd6,#022b68); /*Fx 3.6-15*/
	background: linear-gradient(bottom left, #245dd6, #022b68); /*Standard*/
	
	font-size: 3em;
	color: #ffffff;

	width: 32%;
	height: 200px;

	margin-right: 1%;
	padding-top: 50px;

	transition: all 300ms linear;
	transform: scale(1);
}

.quadrado:hover {
	transform: scale(0.95);
}

.quadrado h3 {
	font-size: 18px;
}

.quadrado:hover {
	color: white;
	text-decoration: none;
}

.quadrado:last-child {
	margin-right: 0;
}

footer {
	color: #245dd6;
}

.shinka {
	text-align: right;
	color: #444444;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.shinka a {
	color: green;
}

.rslides_nav {
	text-indent: -999999999px;
	display: block;

	position: relative;
	top: -50%;

	background: black;
	height: 10px;
	width: 10px;
}
.rslides_nav.next{}
.rslides_nav.prev{}

.fieldset_outros_condutores {
	display: none;
}

.geral_contatos_topo {
  font-size: 9px;
}
@media (min-width: 768px) {
  .geral_contatos_topo {
    font-size: 0.9em;
  }
}
/*@media (min-width: 992px) {
  .geral_contatos_topo {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .geral_contatos_topo {
    font-size: 0.9em;
  }
}*/