
/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html, 
body { height: 100%; }

body {
	font-family: 'Open Sans', sans-serif;
	/* padding-top: 40px; */ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio { margin-bottom: 30px; }

.img-hover:hover { opacity: 0.8; }

a { color: #ff0000; }

a:hover { color: #666; }

p { margin-top:25px }

section { margin:50px 0 }

/* Topo Home*/
.navbar { margin-bottom: 0px }

.navbar-default {
	background-color: #ffffff;
	border-bottom: 2px solid #cc0000;
	margin-top: 5px;
	padding: 0;
	position: relative;

}

.navbar-brand { 
	padding: 0 15px;
	height: auto;
	 }

.navbar-brand img { 
	width: 200px;
	margin-bottom: 10px 
}

.navbar-collapse,
.container-fluid > .navbar-collapse { border: none }

.navbar-nav { text-align: center }

.navbar-default .navbar-nav > li > a { font-size: 18px }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 430px;
    margin-top: 2px;
}

@media(min-width:767px) and (max-width:1199px) {

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse { 
	width: 100%;
	background: #ffffff; 
}

.navbar-nav {
	float: left !important;
	clear: both;
}

.nav > li > a { padding: 10px 8px; }

.navbar-brand img { width: 242px }

.navbar-default .navbar-nav > li > a { font-size: 13px }

.navbar-brand img { margin-bottom: 20px }

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin: 0 auto;
	display: inline-table;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}
} /* FIM RESPONSIV MENU TOPO */

@media(min-width:992px) and (max-width:1199px) {

.nav > li > a { padding: 10px 8px; }

.navbar-default .navbar-nav > li > a { font-size: 14px }

.navbar-brand img { width: 222px; }
}

@media(min-width:1200px) {

.navbar-default .navbar-nav > li > a { font-size: 15px; padding: 10px 8px; }

.navbar-brand img { width: 220px; }
}

/* Home Page Carousel */

header.carousel { height: 300px; }

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner { height: 100%; }

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
}

.carousel-indicators { margin-bottom: 0 }

.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 20px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 20px;
}

.carousel-indicators li.active {
	width: 15px;
	height: 15px;
	margin: 0 20px;
	background: #ff0000;
	border: 1px solid red
}

.carousel-caption {
	text-align: left;
	padding-bottom: 50px;
}

@media (max-width: 550px) {
	.carousel-caption h2{
		font-size:24px;
	}
	}

.carousel-caption .btn-default {
	background: #ff0000;
	border: 0;
	color: #ffffff;
	padding: 0 20px;
	margin-top: 20px
}

.carousel-caption .btn-default:hover {
	background: #cc0000;
	color: #efefef
}

.carousel-caption .glyphicon {
	border-right: 1px solid #990000;
	padding: 6px 20px 10px 0;
	margin-right: 20px;
}

/* Paineis da Home */	
#home { padding:  0 }

#home .panel-default { border-color: transparent; }

#home .panel-body { padding: 0; }

.panel {
	color: #666666;
	background-color: #fff;
	border: none;
	border-right: 4px solid red;
	border-radius: 0;
	text-decoration: none;

}

.panel-default>.panel-heading {
	background-color: #efefef;
}

#home .panel-body a h3,
#home .panel-body a h4 {
	position: absolute;
	display: inline;
	max-width: 60%;
	padding: 15px;
	bottom: 40px;
	background-color: rgba(255, 0, 0, .9);
	color: #ffffff;
	text-transform: uppercase;
	z-index: 1030
}

#home .servicos h3 {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0
}

#home .servicos a { color: inherit;  }

#home .servicos .fa { color: #ff0000 }



#home .servicos p { margin-top:0 !important; }

#home .servicos .media { margin-top: 5px; }

/*jumbotron internas*/

.jumbotron { 
	margin-bottom:0;
	/*background: url(../img/slide002.jpg) top center no-repeat;*/
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.jumbotron h1 {
	position: relative;
	display: inline-block;
	max-width: 60%;
	padding: 15px 15px 15px 12%;
	background-color: rgba(255, 0, 0, .7);
	color: #ffffff;
	text-transform: uppercase; text-shadow:1px 1px 1px #900;
	/* z-index: 1030; */
	font-size: 26px;
}

.jumbotron.no-bg h1 {
	background-color: transparent;
	font-size: 34px;
	text-shadow: 1px 1px 2px #949494;
}

@media screen and (min-width: 768px) {

.jumbotron {
	padding-top: 70px;
	padding-bottom: 70px;
}
}

@media screen and (min-width: 1440px) {

.jumbotron h1 { padding: 20px 45px 20px 20%; }
}

#estrutura h3 {
	color: #ff0000;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0
}

#estrutura h4 strong {
	color: #777;
	font-weight: 600;
	text-transform: uppercase
}

#estrutura h4 { color: #ff0000; }

#regulamento h4,
#tabela-custas h4 {
	font-size: 18px;
	color: #ff0000;
	margin-top: 20px
}

#legislacao h4 {
	font-size: 18px;
	margin: 20px 0 
}

#arbitragem .nav-pills > li.active > a,
#regulamento .nav-pills > li.active > a,
#tabela-custas .nav-pills > li.active > a,
#legislacao .nav-pills > li.active > a,
#arbitragem .nav-pills > li > a:hover,
#regulamento .nav-pills > li > a:hover,
#tabela-custas .nav-pills > li > a:hover,
#legislacao .nav-pills > li > a:hover,
#arbitragem .nav-pills > li.active > a:hover,
#regulamento .nav-pills > li.active > a:hover,
#tabela-custas .nav-pills > li.active > a:hover,
#legislacao .nav-pills > li.active > a:hover,
#arbitragem .nav-pills > li.active > a:focus,
#regulamento .nav-pills > li.active > a:focus,
#tabela-custas .nav-pills > li.active > a:focus,
#legislacao .nav-pills > li.active > a:focus {
	color: #666666;
	background-color: #efefef;
	border-right: 4px solid red;
	border-radius: 0;
	text-decoration: none
}

#arbitragem .nav-pills > li > a,
#regulamento .nav-pills > li > a,
#tabela-custas .nav-pills > li > a,
#legislacao .nav-pills > li > a { text-decoration: underline; border-right: 4px solid transparent }

#arbitros { padding: 30px 0 }

#arbitros h4 {
	color: #666;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0
}

#arbitros .quadro-arbitros {
	margin: 0 0 20px;
	overflow: hidden;
}

#arbitros .lista-arbitros {
	padding-left: 0;
	list-style: none;
}

#arbitros .lista-arbitros li {
	float: left;
	width: 50%;
	height: 80px;
	padding: 20px 10px;
	line-height: 1.6;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #fff;
	vertical-align: middle;
}

#arbitros .lista-arbitros li:hover {
	background-color: #ff0000;
	color: #ffffff
}

#arbitros .lista-arbitros li:hover > a { color: #ffffff }

@media (min-width:767px) {

#arbitros .lista-arbitros li {
	width: 33.33%;
	padding: 20px 10px;
	height: 80px;
}
}

@media (min-width:992px) {

#arbitros .lista-arbitros li {
	width: 25%;
	padding: 20px 10px;
	height: 80px;
}
}

/* Arbitragem & Mediação*/
#mediacao a { color: inherit }

#mediacao a:hover { color: #ff0000 }

#arbitragem .thumbnail,
#mediacao .thumbnail {
	display: inline-block;
	width: 100%;
	height: 275px;
	border-radius: 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#arbitragem .thumbnail h2,
#mediacao .thumbnail h2 {
	position: relative;
	display: inline-block;
	padding: 15px 15px 15px 12%;
	background-color: rgba(255, 0, 0, .7);
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	top: 150px;
	z-index: 1030;
}

#arbitragem .caption,
#mediacao .caption { padding: 9px 0; }

#arbitragem h4 {margin:30px 0px 0px 0px;}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    border-bottom: 2px solid #efefef;
}
.breadcrumb li a { color:#ff0000 !important }


#noticias h3,
#eventos h3,
#calendario h3 { margin-top:10px; font-size: 20px; }

#noticias p,
#eventos p,
#calendario p { margin-top:0 }

#noticias hr,
#eventos hr,
#calendario hr { border-style:dashed; border-color:#ff0000 }


/* BOTAO DE DOWNLOAD */
a.download { margin-top:30px; background:#ff0000; color:#ffffff !important; border:0 }

a:hover.download { color:#666 !important; }

/* 404 Page Styles */

.error-404 { font-size: 100px; }

/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}

.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}

.period {
	display: block;
	font-style: italic;
}

/* Footer Styles */

footer {
	margin: 0;
	padding: 20px 0;
	background: #e6e6e6
}

footer .logo-footer {
	min-width: 50%;
	margin: 0 auto;
	width: 160px;
}

footer .copyright {
	text-align: center;
	margin: 10px 0
}

footer .lang { text-align: center }

footer .lang span { margin: 0 8px }

@media(min-width:768px) {

footer .logo-footer { margin: 0; }

footer .lang { text-align: right }
}

/* 
BOTOES DE REDE SOCIAL
 */


 .rounded-social-buttons {
	text-align: center;
}

.rounded-social-buttons .social-button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 4rem;
	height: 4rem;
	border: 0.13rem solid transparent;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #fefefe !important;
	font-size: 1.5625rem;
	font-weight: normal;
	line-height: 2.5em;
	border-radius: 5rem;
	transition: all 0.5s ease;
	margin-top: 2rem;
	margin-right: 1rem;
	/* margin-bottom: 0.25rem; */
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {}

.fa-facebook, .fa-linkedin, .fa-youtube, .fa-instagram {
	font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
	background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
	color: #3b5998 !important;
	background: #fefefe;
	border-color: #3b5998;
}


.rounded-social-buttons .social-button.linkedin {
	background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
	color: #007bb5 !important;
	background: #fefefe;
	border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
	background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
	color: #bb0000 !important;
	background: #fefefe;
	border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {

	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	border-color: #cc2366;
}

/* Responsive Styles */

@media(max-width:991px) {

.customer-img,
 .img-related { margin-bottom: 30px; }
}

@media(max-width:767px) {

.img-portfolio { margin-bottom: 15px; }

header.carousel .carousel { height: 70%; }
}

@media(min-width:1200px) {
	header.carousel {
		height: 23vw !important
	}

	.navbar-fixed-top .navbar-collapse {
	    margin-top: 120px !important;
	    background: #ffffff;
	}
}
 
