/*
Global
============================= */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family:'Source Sans Pro', sans-serif;
    color:#666;
    font-size:16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background: url(../img/bg-site.svg) no-repeat top center;
}

* {
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
}

.infornet {
    margin-top:-30px;
    float:right;
}


.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #167AB8;
    /*    background-image: -moz-linear-gradient(top, #32B1FF, #005082);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32B1FF), to(#005082));
        background-image: -webkit-linear-gradient(top, #32B1FF, #005082);
        background-image: -o-linear-gradient(top, #32B1FF, #005082);
        background-image: linear-gradient(to bottom, #32B1FF, #005082);
        background-repeat: repeat-x;*/
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32B1FF', endColorstr='#005082', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #005082;
}
/*
.btn {
    border-radius: 26px;
    border: 0px solid #cccccc;}*/

p{line-height: 24px}
a{color:#0088cc;}
a:hover{text-decoration: none;}



h1,h2,h3,h4,h5,h6{ font-family:'Source Sans Pro', sans-serif}

h1 {
    font-size: 38px;
    font-weight: 700;
    color: #005082;
    margin-bottom: 20px;
}
h2{font-size: 30px; font-weight: 300; color:#444; margin: 30px 0}
h3{font-size: 20px; font-weight: 400; margin: 20px 0;}
h4{font-size:18px; font-weight: 400}

/* 
HEADER ROW STYLE
===========================*/
#header-row-topo{
    background: #003D63;
    border-bottom: 0px solid #eee;
    padding: 15px 0 15px;
}

#header-row{
    background: #005082;
    border-bottom:0px solid #eee;
    padding: 0 0 15px;
}

#header-row .navbar{margin:10px 0 0 0;}

#header-row .navbar .navbar-inner{
    border:none;
    box-shadow: none;
    margin: 0;
    background: transparent;
}

#header-row .navbar .navbar-inner ul.nav > li > a {
    box-shadow: none;
    background: transparent;
    color: #DCF2FF;
    font-size: 17px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #00304E;
}
#header-row .navbar .navbar-inner ul.nav li.active a{
    color: #fff;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}


/* 
Carousel
===========================*/

.carousel-control{
    background: transparent;
    width: 14px;
    height: 14px;
    font-size: 14px;
    top:50%;	
}

/*.carousel-control.right{right:-30px;}
.carousel-control.left{left:-30px;}
*/


/*.carousel{
    height: 500px;
    background: url(../img/slide-bg.png) no-repeat bottom center;
}*/

/*.carousel img{
    max-width: 100%;
}

.carousel-caption {
    background-color: transparent;
    position: relative;
    max-width: 100%;
    padding: 0 20px;
    margin-top:20%;

}

.carousel-caption h1{
    font-size: 50px;
    text-transform: none;
    margin-bottom: 30px;
    color:#005082;
    font-weight:200;
}
.carousel-caption .lead{
    color: #888;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 40px;
    font-weight: 400
}*/


/* Divider
==================*/
.hr-divider{
    background: url(../img/slide-bg.png) no-repeat bottom center; 
    max-width:1170px;
    height: 100px;
    margin-bottom: 50px;
    display: block;
    clear: both;}

/*Feature
==========================*/
.feature-box{
    margin-top: 60px;
    text-align: center;
}
.cnt-title { text-align: center; margin-bottom: 50px;}
.cnt-title span { 
    font-size: 24px;
    font-weight: 200;
}

/* Review
==========================*/
.review{
    margin: 80px 0;
}

/* Page Header
==========================*/

.page-header{
    border-bottom: 1px solid #f5f5f5;
}


/*Media
========================*/

.media{
    margin-bottom:50px;
}

/*MAP
========================*/
#map-canvas{
    height: 400px;
    border: 15px solid #fff;
    box-shadow:0 0 0 1px #f5f5f5;
}


/*MAP
========================*/

.blog-post{
    border-bottom: 2px solid #f5f5f5;
    padding:0 0 50px; 
    margin-bottom: 40px;
}


.blog-post p{
    margin: 20px 0;

}


.postmetadata{
    margin-bottom: 20px;
    padding: 5px 0;
}

.postmetadata ul{margin: 0; padding: 0}

.postmetadata ul li{
    display: inline-block;
    margin-right: 20px;
}

.postmetadata i{
    margin: 4px 5px 0 0;
}


/*Sidebar
========================*/

.side-bar{margin-bottom: 30px;}

.side-bar ul{margin: 0; padding: 0}
.side-bar ul li{list-style: none;}

.side-bar h3{margin-bottom: 10px}

.recent-post strong {display: block; margin-bottom: 5px; color: #888 }

.recent-post li{margin-bottom: 15px}

/*Tags
========================*/



/*Footer
========================*/

footer {
    border-top: 0px solid #eee;
    background: #DDF9FF url(../img/bg-footer.svg) repeat-x center -10px;
    padding: 30px 0 100px;
    color: #186A79;
    margin-top: 40px;
}


/* Responsive View
=================================*/

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    body {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) { ... }





.searchtopo .btn {
    border-radius: 4px;
    border: 0px solid #005082;
    background: #005082;
    color: white;
    margin-top: 4px;
    height: 31px;
}

.searchtopo .form-group {
    margin: 18px 10px 0 10px;
    float:right;
}

.tels {
    margin: 0 0 0 10px;
}

.tels span {
    color:white;
    font-size:16px;}
.tels span.num {font-size:18px;}
.tels i {
    margin-top: 5px;}
.margin-toping {
    margin: 15px 6px 0;}

/*.galeria{
    width: 80%;
    margin:0px auto;
    padding: 30px;
}*/

.galeria-curso{
    height: 200px;
    /*padding: 30px;*/
}

.galeria-curso .curso{
    height:  200px;
    margin: 10px;
    padding: 2%;
}
.galeria-produto img{
    max-height: 350px;
    max-width: 100%;
    margin: auto;
    padding: 2%;
}
.veja-mais{
    height: 175px;
}
.curso, produto{
    text-align: center;
}
.curso img, .produto img{
    height: 175px;    
}

.produto {
    text-align: center;
}

.servico h2 {
    margin: 0px 0px 10px;
}

@media (max-width: 767px) { 
    .galeria-curso{
        height: 200px;
        /*padding: 30px;*/
    }
    .galeria-curso .curso{
        height: 100px;
    }

    /*    .veja-mais{
            height: 100px;
        }*/
}
.modal-produto{
    left: 10%;
    width: 80%;
    margin-left: 0px;
}
.modal-produto .modal-body{
    padding-left: 35px;
    padding-right: 35px;
}
.modal-produto h1{
    margin-top: 0;
    font-size: 1.5em;   
}
.breadcrumb-rg a.active{
    font-size: 24px;
}
.breadcrumb-rg a.active, 
.breadcrumb-rg a.active:active,
.breadcrumb-rg a.active:focus{
    text-transform: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #005082;
    cursor: default;
    /*margin-bottom: 20px;*/

}
object{
    display: none;
}

select.form-control, 
textarea.form-control,
input.form-control{
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #313e3e;
    background-color: #ffffff;
    background-image: none;

    -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.01) !important;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.01) !important;
}

textarea.form-control{
    height: auto;
}
.spinner-buttons {
    height: 48px;
    width: 30px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    position: relative;
}
.spinner-buttons > .btn {
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    padding: 0;
    line-height: 100%;
    border-left: 0;
}
.spinner-buttons > .btn.btn-spinner-top {
    top: 0;
    border-radius: 0px 3px 0px 0px;
    border-bottom: 0;
}
.spinner-buttons > .btn.btn-spinner-bottom {
    bottom: 0;
    border-radius: 0px 0px 3px 0px;
}
.spinner input{
    display: inline !important;
}
.spinner input.input-mini{
    width: 64px  !important;
}
.modal .spinner input.input-mini{
    /*width: 58px !important;*/
    padding: 6px 10px;
}
.modal select.form-control, 
.modal textarea.form-control,
.modal input.form-control{
    height: 48px;
}
.btn-rg{
    font-size: 14px;
    height: 48px;
    padding: 6px 6px;
    width: 100%;
}
input.pesquisa{
    height: 30px;
}
@media (max-width: 767px){
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.mt30{
    margin-top: 30px;    
}
@media (min-width: 1024px){
    .ml30{
        margin-left: 30px;
    }
    .txtLeft{
        text-align: left;
    }
    .txtRight{
        text-align: right;
    }
}

@media(max-width: 1023px){
    .txtLeft{
        text-align: center;
    }

    .txtRight{
        text-align: center;
    } 
}

/* EDIÇÃO PÁGINA PRINCIPAL DIA 07.05.2017| AUTOR : GUILHERME ALVES */
/* MOTIVO : MUDANÇA DE DISPOSIÇÃO E ESTILIZAÇÃO DA PÁGINA PRINCIPAL */

.pbox{
	border: 3px solid #00b8d0;
	border-radius: 8px;
	min-height: 310px;
	padding-bottom: 5px;
}

@media (min-width: 1026px) and (max-width: 1200px) {
	.pbox{width:80%;margin-left:10%;text-align:center;}
	
}

.pbox header{
	text-align: center;
	font-weight: 700;
	padding: 10px;
	background-color: #00b8d0;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
}

.pbox p{
	padding: 5px;
	margin-top: 5%;
	vertical-align: center;
}

 
.plist li{
	list-style: none;
	text-align: left;
}

.plist li:before{
	content: "○ ";
	
}


.txtfoco{
	list-style: none;
    padding: 5px 5px 5px 5px;
	margin-left: 10px;
    font-size: 15px;
    color: white;
}

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