@import url('https://fonts.googleapis.com/css?family=Lato');

body{
	font-family: 'Lato', sans-serif;
	color: #444443;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.62857143;
}

a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5{
	text-transform: uppercase;
	color: #444;
}


hr{
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #cdcdcd;
}

#topo-info{
	background-color: #074171;
	border-top: 2px solid #1eb2f1;
	height: 15px;
	width: 100%;
}


#topo{
	background-color: transparent;
	text-align: center;
	position: relative;
	z-index: 1;
	min-height: 200px;
}
.navbar-brand img{
	padding-top: 20px;
}
.navbar-default .navbar-nav>li>a{
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #777;
	background-color: #fff;
	font-weight: bold;
}
#menu-primary-navigation{
	padding-top:  50px;
}
.navbar-default{
	background-color: #fff;
	border-color: #fff;
}
.dropdown-menu{
	border-radius: 0;
	border: none;
	padding-top: 0px !important;
}
.dropdown-menu>li{
	float: none !important;
	text-align: center;
}
.dropdown-menu>li>a{
	text-transform: uppercase;
	padding: 5px 20px;
}
.dropdown-menu>li>a:hover{
	background-color: #193a71;
	color: #fff !important;
}
.dropdown-menu>.active>a{
	color: #fff !important;
}

/* dropdown-submenu*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-0px;
    margin-left:1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
/* dropdown-submenu*/

.master-slider-parent{
	margin-top: -60px;
}

.page-header img{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #000;
	margin-top: -60px;
}
.page-header{
	padding-bottom: 50px;
	border-bottom: none;
	background-color: #f5f5f5;
}
.page-header h2{
	padding-top: 40px;
}
.barra{
	border-top: 6px solid #1eb2f1;
	padding-top: 13px;
	margin-top: 10px;
	margin-bottom: -18px;
	width: 70px;
}
.centro{
	padding-top: 20px;
	padding-bottom: 160px;
	line-height: 1.8;
}

.red{
	color: #b50614;
}
.li-registro{
	border-left: 24px solid #b50614;
	padding-left: 15px;
}
.li-texto{
	font-size: 17px;
	padding-top: 15px
}
.li-medalha{
	padding-top: 8px
}
.slogan{
	background-color: #e8e8e8;
	color: #666666;
	padding-bottom: 50px;
	padding-top: 25px;
}
.slogan p{
	padding-top: 40px;
	font-size: 28.5px;
	padding-left: 60px;
	font-style: italic;
	color: #444;
}
.title{
	margin-top: 80px;
	margin-bottom: 20px
}
.title img{
	margin-bottom: 20px;
	margin-left: 10px;
}
.sub-title{
	border-bottom: 5px solid #1eb2f1;
	padding-top: 15px;
}
.title-left{
	text-align: left;
}
.title-left h2 .title{
	padding-top: 13px;
}

.carousel-indicators{
	bottom: 0px;
}
.copyright{
	background-color: #043358;
	color: #fff;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	/* text-transform: uppercase; */
	font-size: 12px;
}
.logo-footer{
	padding-top: 30px;
}
.box-servicos{
	margin-top: 20px;
	margin-bottom: 100px;
}
.box-servicos .col-md-offset-3{
	margin-left: 26.4%;
}
.servico-box{
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	width: 46%;
}
.servico-img{
	padding-right: 0px;
	padding-left: 0px;
	width: 50%;
}
.servico-texto{
	background-color: #1eb2f1;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 278px;
	width: 50%;
}
.servico-texto h3{
	color: #fff;
	font-size: 20px;
}
.servico-btn{
	color: #074171;
	background-color: #fff;
	padding: 2px 9px 3px;
	font-size: 18px;
}
.servico-p{
	min-height: 145px;
}
.marcas{
	margin: 40px 0 40px;
}
.marcas ul{
	margin: 0;
	padding: 0;
}
.marcas ul li{
	list-style: none;
	float: left;
	width: 20%;
	min-height: 250px;
}
.marcas  .thumbnail{
	border: none;
}
footer{
	background-color: #074171;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #fff;
	text-align: center;
}

footer h3{
	color: #fff;
	font-size: 19px;
	margin-bottom: 25px;
}
footer .atendimento{
	color: #fff;
	font-size: 14px;
	padding: 40px 0;
}
footer a , footer p{
	color: #fff;
}
input, select, textarea{
	width: 100%;
	margin: 5px;
	padding-left: 20px;
}
input[type=submit]{
	background-color: #1eb2f1;
	font-size: 18px;
	border: none;
	color: #fff;
}
.btn-primary:hover{
	background-color: #565656;
}
.contact-info{
	/* font-size: 20px; */
}
.contact-info p{
	margin: 0 0 40px
}
.contact-info i{
	padding-right: 20px;
	color: #991d1d;
	font-size: 28px
}
.box-orcar{
	background-color: #074171;
	margin-bottom: 100px;
}
.box-orcar h3{
	color: #fff;
	font-size: 23px;
	padding-bottom: 15px;
	padding-top: 6px;
}
.box-orcar .btn-primary{
	margin-top: 21px;
}
.btn-primary{
	background-color: #1eb2f1;
}
.content p{
    margin: 10px 0 20px
}
.content h3{
    color: #1eb2f1;
    font-size: 20px;
}
.content ul{
    line-height: 2.4;
    list-style-image: url('../img/list-img.png');
    padding-left: 17px;
}

.redes{
  list-style: none;
  left: 61%;
  position: relative;
  padding-top: 20px;
}
.redes li{
  float: left;
}
/* RESPONSIVE CSS
    -------------------------------------------------- */

    /* Desktop maiores
    @media (min-width: 1200px) { ... }*/

    /* tables em formato porta retrato até os desktos no formato paisagem */
    @media (min-width: 768px) and (max-width: 979px) {

    }

    /* dispositivo em paisagem até os tablets em formato porta-retrato
    @media (max-width: 767px) {
    tablet paisagem  */
    @media (min-width: 979px) and (max-width: 1024px) {

    }

    /* dispositivo no formato paisagem e abaixos
    smatphone retrato*/
    @media (max-width: 320px) {
    	.servico-box{
    		width: 100%;
    		margin-left: 0;
    	}
    	.servico-img{
    		width: 100%;
    	}
    	.servico-img img{
    		width: 100%;
    	}
    	.servico-texto{
    		width: 100%;
    	}
    	.box-servicos .col-md-offset-3{
    		margin-left: 0;
    	}
     	.box-orcar{
    		text-align: center;
    		padding-bottom: 30px;
    	}
    }
        /* dispositivo no formato paisagem e abaixos
    smatphone paisagem*/
    @media (min-width: 321px) and (max-width: 767px) {
    	.servico-box{
    		width: 100%;
    		margin-left: 0;
    	}
    	.servico-img{
    		width: 100%;
    	}
    	.servico-img img{
    		width: 100%;
    		height: auto;
    	}
    	.servico-texto{
    		width: 100%;
    	}
    	.box-servicos .col-md-offset-3{
    		margin-left: 0;
    	}
    	.box-orcar{
    		text-align: center;
    		padding-bottom: 30px;
    	}
    }
