@import url(https://fonts.googleapis.com/css?family=Squada+One);
@import url(https//fonts.googleapis.com/css?family=Oswald);

h1{
	font-family: 'Squada One',cursive;
}
span{
	color:#C45800;
}
/********TOP MENU RESPONSIVE*************/
.navbar{
	font-family: 'Squada One', cursive;
	font-size:25px;
	opacity:0.80;
}
.navbar-default{
	background-color:#00235C;
	border:none;
}
.navbar-toggle{
	background-color:#FFF;
}
.navbar-brand{
	padding:0;
	border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    margin-top: 5px;
    padding: 0 15px;
}
.navbar-nav{
    margin: 6px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{	
	background:none;
	color:#C45800;
}
.navbar-default .navbar-nav > li > a:hover{	
	background:none;
	color:#C45800;
}
.navbar-default .navbar-nav > li > a{	
	background:none;
	color:#FFFFFF;
}
/*************************************/

/***********CARRUSEL*****************/

h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;    
}

.carousel{
    margin-top: 70px;
    opacity: 0.8;
}

/*************************************/

.frase{
	background-color:#00235C;
	text-align:center;
	font-family: 'Squada One', cursive;
	font-size:2.4em;
	color:#FFF;
	margin-top:10px;
	border-radius: 4px;
	opacity: 0.8;
}

.frase-footer{
	background-color:#00235C;
	text-align:center;
	font-family: 'Squada One', cursive;
	font-size:2.4em;
	color:#FFF;
	margin-top:10px;
	margin-bottom:0px;
	border-radius: 4px;
	opacity: 0.8;
}

.home-box{
    background-color:#FFF;
	border:none;
	color:#FFF;
	height:200px;
	border-radius: 4px;
	text-align: center;
	opacity:0.80;
}
#footer{
    background-color: #00235C;
    height: auto;
    border-radius: 4px;
    opacity: 0.8;
}
.container .text-muted {
    margin: 20px 0;
}
.text-muted {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
	font-size:16px;
	text-align:center;
}
a {
    color: #C45800;
    text-decoration: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    margin-top:10px;
}


.carousel-control.left, .carousel-control.right {
background-image:none !important;
}
.carousel-inner .item img {
width:100%;
height:100%;
border-radius: 4px;
}
.carousel-indicators {
bottom:5px;
left:0;
width:auto;
padding:5px 25px 5px 25px;
margin-left:0;
background:rgba(0,0,0,0.7);
}
.carousel-indicators li {
border-radius:0;
width:8px;
height:8px;
background:#fff;
}
.carousel-indicators .active {
width:10px;
height:10px;
background:#39b3d7;
border-color:#39b3d7;
}
 
.carousel-control {
background:	#39b3d7;
color:#fff;
padding: 4px 0;
width:26px;
top:auto;	
left:auto;
bottom:12px;
opacity:0.85;
}
.carousel-control.right {
right:10px;
}
 
.carousel-control.left {
right: 46px;
}
.carousel-caption {
top:auto;
width:auto;
right:auto;
bottom:60px;
left:0;
padding:20px;
background:rgba(0,0,0,0.70);
text-align:left;
height:auto;
max-width:50%;
 
}

.carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}


/***************/

#myCarousel2 .thumbnail {
margin-bottom: 0;
}
.carousel2-control.left, .carousel2-control.right {
background-image:none !important;
}
.carousel2-control {
color:#fff;
top:40%;
color:#428BCA;
bottom:auto;
padding-top:4px;
width:30px;
height:30px;
text-shadow:none;
opacity:1;
}
.carousel2-control:hover {
color: #d9534f;
}
.carousel2-control.left, .carousel2-control.right {
background-image:none !important;
}
.carousel2-control.right {
left:auto;
right:-32px;
}
.carousel2-control.left {
right:auto;
left:-32px;
}
 
.carousel2-indicators {
bottom:-30px;
}
.carousel2-indicators li {
border-radius:0;
width:10px;
height:10px;
background:#ccc;
border:1px solid #ccc;
}
.carousel2-indicators .active {
width:12px;
height:12px;
background:#3276b1;
border-color:#3276b1;
}

.well{
    margin-top:13px;
    margin-bottom:-10px;
    background-color:#00235C;
    border:#00235C;
    opacity: 0.8;
}

#scroll-controller-footer{
	text-align:right;
	margin-top:5px;
}

.page{
    margin-top:70px;
    background-color:#FFF;
    margin-left:0px;
    margin-right:0px;
    border-radius:4px;
    opacity: 0.80;
    font-family: 'Oswald', sans-serif;
}

.sidebox {
    background-color: #FAFAFA;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    box-shadow: none;
    color: #333333;
    font-family: 'Open Sans',sans-serif;
    line-height: 24px;
    margin-top: 26px;
    margin-bottom: 26px;
    padding: 18px;
}
#divMain{
    margin-bottom: 26px;
    font-size:17px;
}
.controls > .error {
    color: #C45800;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}
