﻿/*!
 * 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;
    margin-top: 11px;
}

.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;
    /* background:#f5f5f5
    border: 1px solid red; */
}

@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 6px;
    }

    .navbar-brand img {
        width: 200px
    }

    .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 12px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px
    }

    /* .navbar-brand img { width: 200px; } */
}

@media(min-width:1200px) {

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 8px;
    }

    /* .navbar-brand img { width: 200px; } */
}

/* 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;
    }

        #home .panel-body a h3,
        #home .panel-body a h4 {
            position: absolute;
            display: inline;
            max-width: 70%;
            padding: 15px;
            bottom: 40px;
            background-color: rgba(255, 0, 0, .9);
            color: #ffffff;
            text-transform: uppercase;
            z-index: 1030
        }

            #home .panel-body a h3 small,
            #home .panel-body a h4 small {
                color: #ffffff;
            }


    #home .contato {
        padding: 40px 0 0
    }

        #home .servicos h3, #home .contato h3 {
            color: #ff0000;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0 0 20px 0
        }

        #home .servicos a, #home .contato a {
            color: inherit;
        }

        #home .servicos .fa, #home .contato .fa {
            color: #ff0000
        }



        #home .servicos p, #home .contato p {
            margin-top: 0 !important;
        }

    #home .servicos .media {
        margin-top: 5px;
    }

/* 
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;
    }


@media(min-width: 767px) {


    #home .servicos {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 40px;
        /* Firefox */
        column-gap: 40px;
    }
}

@media(min-width: 992px) {
    #home .contato {
        padding: 0px 0
    }
}


/*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;
}

.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;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-title {
    font-weight: bold
}

#regulamento h4,
#tabela-custas h4 {
    font-size: 18px;
    color: #ff0000;
    margin-top: 20px
}

#legislacao h4 {
    font-size: 18px;
    margin: 20px 0
}

#arbitragem,
#mediacao,
#dispute-boards {
    min-height: 350px
}

    #arbitragem .nav-pills > li > a,
    #regulamento .nav-pills > li > a,
    #tabela-custas .nav-pills > li > a,
    #legislacao .nav-pills > li > a,
    #dispute-boards .nav-pills > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
        border-right: 4px solid #efeeee;
    }

        #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,
        #dispute-boards .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,
        #dispute-boards .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,
        #dispute-boards .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,
        #dispute-boards .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,
    #dispute-boards .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: 90vw;
            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,
#dispute-boards a {
    color: inherit
}

    #mediacao a:hover,
    #dispute-boards a:hover {
        color: #ff0000
    }

#arbitragem .thumbnail,
#mediacao .thumbnail,
#dispute-boards .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,
    #dispute-boards .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,
#dispute-boards .caption {
    padding: 9px 0;
}

#arbitragem h4,
#dispute-boards 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: 18px;
}

#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
    }
}

/* 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
    }
}





@media(min-width:1200px) {
    .navbar-fixed-top .navbar-collapse {
        margin-top: 120px !important;
        background: #ffffff;
    }
}
