﻿#menus {
    float: left;
    margin-top: -8px;
}

#tituloSporTI {
    text-align: center;
    float: left;
    width: 65%;
    position: absolute;
    margin-top: -10px;
    margin-left: 200px;
    font-size: 20pt;
    font-weight: 300;
}

.Mostrar0 {
    display: none;
}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------Slider------------------------------------- */
/* ---------------------------------------------------------------------------- */


.bg-white {
    background: #fff;
    padding: 20px 6.5% 80px 6.5%;
    height: 420px;
}

/*a:link, a:active, a:visited {
    color: #2e7d89;
}*/

a:hover {
    color: #7b7b7b;
    text-decoration: none;
}

.callbacks_container {
    z-index: 99;
    position: relative;
    float: left;
    width: 100%;
}

.buttonRedesSociais {
    border: none;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 14px;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0,0,0, .7);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px 20px 10px;
        text-align: center;
        margin: 0;
        max-width: none;
    }

        .callbacks .caption h1 {
            font-size: 40px;
            margin-bottom: 20px;
        }

        .callbacks .caption span {
            font-size: 24px;
        }


.callbacks_nav {
    margin-left: -30px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.5;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("images/themes.png") no-repeat left top;
    margin-top: -45px;
}

    .callbacks_nav:active {
        opacity: 1.0;
    }

    .callbacks_nav.next {
        margin-right: -30px;
        left: auto;
        background-position: right top;
        right: 0;
    }



.callbacks_container {
    z-index: 99;
    position: relative;
    float: left;
    width: 100%;
}

.item .item-container .item-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.item .item-caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.item .item-caption-inner1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.item-container .item-caption span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: none;
    font-style: italic;
    font-size: 12px;
}

    .item-container .item-caption span i.fa {
        width: 45px;
        height: 45px;
        background: #fff;
        margin-right: 10px;
        border-radius: 50%;
        color: #333;
        font-size: 23px;
        padding-top: 12px;
        text-shadow: none;
    }

.item:hover .item-container .item-caption span {
    display: block;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .7);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 0px 10px;
    text-align: center;
    margin: 0;
    max-width: none;
}

    .callbacks .caption h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .callbacks .caption span {
        font-size: 24px;
    }

/*----------------- Cabeçalho ---------------------*/
.head {
    padding: 24px;
    height: 76px;
    background-color: #2e7d89;
    font-family: sans-serif;
    color: #fff;
    border-bottom: 4px solid #6b0606;
    font-weight: 500;
    width: 100% !important;
}

.headLiga {
    padding: 15px;
    height: 60px;
    background-color: #cbccd0;
    font-family: sans-serif;
    color: #fff;
}

.separador {
    background: url('../Images/dotted.png') repeat-y top left;
    line-height: 20px;
    margin-left: 20px;
    padding-left: 20px;
    vertical-align: text-bottom;
}

.menuPrincipalIcon {
    color: #fff;
    text-decoration: none;
    width: 16px;
    margin-right: 15px;
}

#SubTituloTela {
    width: 100%;
    font-size: 18pt;
    text-align: center;
    padding: 20px;
    font-weight: 600;
}

.nomeObjDivList {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #2e7d89;
}

    .nomeObjDivList a:hover {
        color: #7b7b7b !important;
    }

#ContentBody {
    padding: 0 20px 20px 20px;
    text-align: center;
    width: 90%;
    margin: -40px auto;
}

.objDivList {
    background-color: #fff;
    width: 22%;
    height: 220px;
    text-align: center;
    margin: 15px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    float: left;
    border-radius: 4px;
}

#footer {
    float: right;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #f3f3f3;
}

#logoFooter {
    text-align: center;
    font-size: x-small;
    width: 150px;
    float: right;
    margin-bottom: 10px;
    margin-top: -50px;
}

#logoSSL {
    margin: 15px auto;
    width: 200px;
}

html {
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #FFF;
    clear: both;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.matriz {
    width: 33%;
    float: left;
}

.SubTituloPadrao {
    width: 100%;
    padding: 20px;
    font-size: 18pt;
    font-weight: 600;
    letter-spacing: 0px;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.email {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    /*background-color: #d3dce0;*/
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: darkgrey;
    font-size: 77pt;
    font-family: 'Comic Sans MS';
    text-align: center;
}

/*panels*/

.panel {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 4px;
}

    .panel > .panel-heading {
        font-weight: 400;
        text-transform: uppercase;
        padding: 14px 10px;
    }

.panel-heading > .panel-title {
    height: auto;
    font-size: 0.813em;
}

.panel > .panel-footer {
    border-color: #ecedf0;
}

.modal-footer .btn + .btn {
    margin-bottom: 5px;
}

.panel .actions {
    position: absolute;
    right: 30px;
    top: 8px;
}

    .panel .actions i {
        font-size: 0.875em;
        margin: 0 3px;
    }

        .panel .actions i:hover {
            cursor: pointer;
        }

.panel > .panel-footer {
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
}

.panel .panel-body .h1 {
    float: none;
}

.panel-default > .panel-heading {
    border-color: #eff2f7;
    background: #fff;
    color: #767676;
}

.panel-default .actions i {
    color: #909aa0;
    margin: 0 3px;
}

    .panel-default .actions i:hover {
        cursor: pointer;
        color: #767676;
    }

.panel-default > .panel-footer {
    border-color: #eff2f7;
    background: #fff;
    color: #767676;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2e7d89;
    border-color: #2e7d89;
}

.panel-primary {
    border-color: #1abc9c;
}

    .panel-primary > .panel-heading a,
    .panel-primary > .panel-heading a:hover {
        color: #ffffff;
    }

.panel-solid-default > .panel-body,
.panel-solid-default > .panel-footer,
.panel-solid-default > .panel-heading {
    background: #909aa0;
    border: none;
    color: #ffffff;
}

.panel-solid-primary > .panel-body,
.panel-solid-primary > .panel-footer,
.panel-solid-primary > .panel-heading {
    background: #556b8d;
    color: #fff;
    border: none;
}

.panel-solid-success > .panel-body,
.panel-solid-success > .panel-footer,
.panel-solid-success > .panel-heading {
    background: #27b6af;
    color: #fff;
    border: none;
}

.panel-solid-warning > .panel-body,
.panel-solid-warning > .panel-footer,
.panel-solid-warning > .panel-heading {
    background: #edce8c;
    color: #fff;
    border: none;
}

.panel-solid-info > .panel-body,
.panel-solid-info > .panel-footer,
.panel-solid-info > .panel-heading {
    background: #1f7bb6;
    color: #fff;
    border: none;
}

.panel-solid-danger > .panel-body,
.panel-solid-danger > .panel-footer,
.panel-solid-danger > .panel-heading {
    background: #5ba2ad;
    color: #fff;
    border: none;
}

.panel-gradient-default > .panel-body {
    background: #909aa0;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #909aa0), color-stop(100%, #a4aaad));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #909aa0 25%, #a4aaad 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #909aa0 25%, #a4aaad 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@defaultColor', endColorstr='#a4aaad', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-primary > .panel-body {
    background: #1abc9c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #1abc9c), color-stop(100%, #87d5ab));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #1abc9c 25%, #87d5ab 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #1abc9c 25%, #87d5ab 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1abc9c', endColorstr='#87d5ab', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-success > .panel-body {
    background: #2dcc70;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #2dcc70), color-stop(100%, #27ad5f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #2dcc70 25%, #27ad5f 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #2dcc70 25%, #27ad5f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dcc70', endColorstr='#27ad5f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-warning > .panel-body {
    background: #f1c40f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #f1c40f), color-stop(100%, #e0af0f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #f1c40f 25%, #e0af0f 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #f1c40f 25%, #e0af0f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1c40f', endColorstr='#e0af0f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.panel-gradient-info > .panel-body {
    background: #3598db;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #3598db), color-stop(100%, #0e7bce));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #3598db 25%, #0e7bce 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #3598db 25%, #0e7bce 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3598db', endColorstr='#0e7bce', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .panel-gradient-info > .panel-body a:link,
    .panel-gradient-info > .panel-body a:visited {
        color: #fff;
        text-decoration: none;
    }

    .panel-gradient-info > .panel-body a:hover,
    .panel-gradient-info > .panel-body a:active {
        color: #fff;
        text-decoration: underline;
    }

.panel-gradient-danger > .panel-body {
    background: #e84c3d;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #e84c3d), color-stop(100%, #d34639));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #e84c3d 25%, #d34639 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #e84c3d 25%, #d34639 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84c3d', endColorstr='#d34639', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.widget-mini {
    position: relative;
}

    .widget-mini .title {
        font-size: 1em;
        display: block;
    }

    .widget-mini .total {
        font-size: 2em;
        display: block;
        font-weight: 300;
    }

    .widget-mini i {
        position: absolute;
        top: 10px;
        left: 10px;
    }

.chat-widget .wrapper {
    margin: 10px 0;
    clear: both;
}

    .chat-widget .wrapper .avatar {
        width: 50px;
        height: 50px;
    }

        .chat-widget .wrapper .avatar i {
            border: solid 2px #fff;
        }

    .chat-widget .wrapper .post {
        padding: 7px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }

        .chat-widget .wrapper .post.default {
            background-color: #E6E6E6;
        }

        .chat-widget .wrapper .post.primary {
            background-color: #556b8d;
            color: #fff;
        }

        .chat-widget .wrapper .post.default .arrow {
            border-right-color: rgba(0, 0, 0, 0.1);
        }

        .chat-widget .wrapper .post.primary .arrow {
            border-left-color: #556b8d;
        }

.widget-weather .title {
    margin-bottom: 10px;
}

.widget-weather .temp {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
}

body.fullscreen-widget-active {
    overflow: hidden;
    position: fixed;
}

    body.fullscreen-widget-active .animated {
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
        animation-name: none;
    }

    body.fullscreen-widget-active .panel .panel-heading .actions > .fa-chevron-down,
    body.fullscreen-widget-active .panel .panel-heading .actions > .fa-times {
        display: none;
    }

.panel.widget-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}

/*fim panels*/

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

/*input.input-validation-error {
    border: 1px solid #e80c4d;
}*/

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333 !important;
            font-weight: 600 !important;
            text-decoration: none !important;
            padding: 0;
        }

        th a:hover {
            color: #000 !important;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/*--------------- conteudo site -------------*/

@media only screen and (max-width: 1300px) {

    #conteudoInferior {
        width: 100%;
        margin: 0 auto;
        padding: 30px 10% 100px 10%;
    }
}

@media only screen and (min-width: 1301px) {

    #conteudoInferior {
        width: 100%;
        margin: 0 auto;
        padding: 50px 10% 100px 10%;
    }
}

#tituloListaNoticias {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
}

#tituloListaCampeonatos, #tituloListaEquipes, #tituloListaOrganizacoes {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.complementoTitulo {
    font-size: 14px;
    font-weight: 500;
}

#tituloListaCampeonatos, #tituloListaOrganizacoes {
    background-color: #a01d1d;
}

#tituloListaEquipes, #tituloListaOrganizacoes {
    background-color: #0b7009;
}

.aLinkBanner:link {
    color: #fff;
}

.aLinkBanner:visited {
    color: #fff;
}

.aLinkBanner:hover {
    color: #2e7d89;
    text-decoration: none;
}

.aLinkBannerFed:hover {
    color: rgb(168, 0, 0) !important;
    text-decoration: none;
}

.aLinkBanner {
    font-weight: 700;
}

    .aLinkBanner:hover {
        color: #7b7b7b !important;
    }

.aLinkHeader:link {
    color: #fff;
    font-family: "Gill Sans", sans-serif;
    font-weight: 500;
}

.aLinkHeader:visited {
    color: #fff;
    font-family: "Gill Sans", sans-serif;
    font-weight: 500;
}

.aLinkHeader:hover {
    color: #c7c7c7;
    text-decoration: none;
    font-family: "Gill Sans",sans-serif;
    font-weight: 500;
}

#tituloListaCampeonatos, #tituloListaEquipes, #tituloListaOrganizacoes {
    padding: 12px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*--------------Notícias-----------------------*/

#tituloListaNoticias {
    text-align: left;
}

.conteudoDivNoticia {
    margin: 40px 0 40px 0;
    /*height: 200px;*/
    width: 98%;
    min-height: 200px;
}

.imagemNoticiaLista {
    width: 100%;
    border-radius: 4px;
    float: left;
}

.imagemNoticiaListaDiv {
    width: 35%;
    border-radius: 4px;
    float: left;
    margin-bottom: 7px;
}

.textoNoticiaLista {
    width: 55%;
    margin-left: 20px;
}

.TituloNoticiaLista {
    font-size: 24px;
    font-weight: 800;
    font-family: opensans-bold-bastian,Helvetica Neue,Arial,sans-serif;
    letter-spacing: 1px;
    color: #2e7d89;
    margin-bottom: 10px;
    width: 60%;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ResumoNoticiaLista {
    font-size: 14px;
    font-family: opensans-bold,"Helvetica Neue",Arial,sans-serif;
    max-height: 80px;
    text-align: justify;
}

.HoraDataNoticiaLista {
    margin-top: 10px;
    color: #999;
    margin-left: 15px;
    width: 50%;
}

#BodyNoticia {
    width: 70%;
    margin: 0 auto;
}

.dataPublicacaoNoticia {
    margin-top: 20px;
    font-size: 8pt;
    font-weight: 500;
    color: #999;
    letter-spacing: 1px;
}

.tituloNoticia {
    margin-top: 4px;
    font-size: 34pt;
    font-weight: 700;
    letter-spacing: 0 px;
    word-spacing: -1px;
    line-height: 90%;
    margin-bottom: 20px;
}

.resumoNoticia {
    margin-top: -10px;
    font-size: 13pt;
    color: #999;
    font-weight: 400;
}

.autorNoticia {
    margin-top: -4px;
    font-size: 10pt;
}

.conteudoNoticia {
    text-align: center;
    margin-top: 25px;
}

.ImagemNoticia {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

.LegendaNoticia {
    background-color: #eae9e9;
    width: 100%;
    margin: 0 auto;
    padding: 6px;
    font-size: 8pt;
    color: #837d7d;
}

.TextoNoticia {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: justify;
    word-break: break-word;
}


/*-----------------equipes da liga------------------*/

#equipesTip {
    height: 50px;
    text-align: center;
    background-color: #f6f6f6;
    font-family: opensans-bold,"Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    color: #757070;
    padding: 7px 10px 5px 10px;
    border-right: 0.5px solid #d3dce0;
    border-left: 0.5px solid #d3dce0;
}


/*-----------campeonatos da Liga----------------------*/
.SubTituloCampeonatosOrganizacao {
    height: 40px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    background-color: #f6f6f6;
    color: #bd3d3d;
    letter-spacing: 2px;
}

.CampeonatoOrganizacaoItemLista {
    width: 100%;
    height: 100px;
    padding: 10px;
}

.CampeonatoFedItemListaCategoria {
    font-size: 8pt;
    font-weight: 500;
    color: #999;
}

.CampeonatoFedItemListaDatas {
    font-size: 8pt;
}

.CampeonatoFedItemListaNomeDiv {
    width: 70%;
    float: left;
    margin-left: 2%;
}

.CampeonatoFedItemListaNome {
    font-size: 12pt;
    font-weight: 700;
    color: #bd3d3d;
}

    .CampeonatoFedItemListaNome:hover {
        color: #7b7b7b !important;
    }

.LogoCampeonatoOrganizacao {
    width: 27%;
    height: 80px;
    border-radius: 4px;
    float: left;
}

.NenhumCampeonato {
    height: 50px;
    text-align: center;
    font-family: opensans-bold,"Helvetica Neue",Arial,sans-serif;
    font-size: 12px;
    padding: 17px 10px 5px 10px;
}

.conteudoEsq {
    width: 68%;
}

.conteudoDir {
    width: 28%;
}

.colDir {
    float: right;
}

.colEsq {
    float: left;
}

.conteudoDiv {
    border-right: 0.5px solid #d3dce0;
    border-left: 0.5px solid #d3dce0;
    border-bottom: 0.5px solid #d3dce0;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: scroll;
    height: 550px;
}

.conteudoDivMaxHeight {
    border-right: 0.5px solid #d3dce0;
    border-left: 0.5px solid #d3dce0;
    border-bottom: 0.5px solid #d3dce0;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: scroll;
    max-height: 550px;
}
.conteudoDivOrganizacoes {
    border-right: 0.5px solid #d3dce0;
    border-left: 0.5px solid #d3dce0;
    border-bottom: 0.5px solid #d3dce0;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: scroll;
}

.conteudoDivRegulamentoGeral {
    border-right: 0.5px solid #d3dce0;
    border-left: 0.5px solid #d3dce0;
    border-bottom: 0.5px solid #d3dce0;
    margin-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: scroll;
    height: 150px;
    text-align: center;
}


.rowDiv {
    height: 1px;
    width: 100%;
    margin: 0 auto;
}

#preFooter {
    height: 50px;
    width: 100%;
    position: relative;
    float: left;
}

#equipesTab {
    margin: 0 auto;
}


/*-----------Equipes da Liga----------------------*/
.escudoEquipeOrganizacao {
    padding: 10px 20px 10px 20px;
}

#boxEscudosOrganizacao {
    margin: 0 auto;
}


/*------------Scroll Bars-------------*/

*:not(.defaultScrollBar)::-webkit-scrollbar {
    width: 10px;
}

*:not(.defaultScrollBar)::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px #e2e2e2;
    border-radius: 0px;
}

*:not(.defaultScrollBar)::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #333;
    background-color: #c7bfbf;
}

    *:not(.defaultScrollBar)::-webkit-scrollbar-thumb:hover {
        background-color: #c8c8c8;
    }


/*--------------- CAMPEONATOS --------*/
.escudosTabela {
    border-radius: 18px;
    width: 35px;
    height: 35px;
}

#artilharia td {
    vertical-align: middle;
}

.Nome-artilheiro {
    font-size: 15pt;
    vertical-align: middle;
}

    .Nome-artilheiro:hover {
        color: #7b7b7b !important;
    }

.Gols-artilheiro {
    font-size: 200%;
    height: auto;
}

.Media-Gols {
    font-size: 8pt;
}

.align-middle {
    vertical-align: middle;
}

.align-center {
    text-align: center;
}

.detalhesCampeoanto {
    padding: 0 20px 20px 20px;
    width: 100%;
}

.dadosCampeonato {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
}

#tituloCampeonato {
    font-size: 25pt;
    font-weight: 600;
    letter-spacing: 0px;
}

#tituloBID {
    font-size: 30pt;
    font-weight: 800;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-left: 14px;
}

.ImgTabelaCampeoanto {
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 5%;
}

.separadorConteudoCampeonato {
    width: 100%;
    margin: 10px;
}

.SubTituloCampeonato {
    margin-left: 30px;
    font-size: 20pt;
    font-weight: 700;
    letter-spacing: 0px;
}

.LegendaTabela {
    font-size: 8pt;
    color: #6c6a6a;
    text-align: center;
    width: 100%;
}

.colunaTabClassificacao {
    width: 30px;
    text-align: center;
}

.colunaTabClassificacaoZ {
    width: 30px;
    text-align: center;
    background-color: #f8f5f5;
}

.colunaTabClassificacaoEquipe {
    width: 300px;
    text-align: left;
}

.NumRanking {
    font-size: 18pt;
    color: #999;
    vertical-align: middle;
    display: inline-block;
    min-width: 30px;
}

.equipe {
    min-width: 70px;
    display: inline-block;
}

    .equipe a:hover {
        color: #7b7b7b !important;
    }

.colEsqDadosCamp {
    width: 400px;
}

.colDirDadosCamp {
    width: 300px;
}

.centralizaVertical {
    vertical-align: middle;
    margin-top: 8px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}


.box-pesquisa {
    border: 1px solid #dedede;
    overflow: hidden;
    margin-bottom: 20%;
}

.box-pesquisa-in {
    text-align: center;
    margin: 0 auto;
    padding: 5px;
}

.box-pesquisa-2 {
    border: 1px solid #dedede;
    overflow: hidden;
    margin-bottom: 20%;
}

.box-pesquisa-in-2 {
    text-align: center;
    margin: 0 auto;
    padding: 5px;
}

.nomeItemPesquisa {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12pt;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #2e7d89;
}

.nomeItemPesquisa2Lines {
    margin-top: 10px;
    font-size: 12pt;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px;
    max-height: 36px;
    color: #2e7d89;
}

.nomeItemPesquisa3Lines {
    margin-top: 10px;
    font-size: 12pt;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 18px;
    color: #2e7d89;
    max-height: 54px;
}

.subItemPesquisa {
    margin-top: 5px;
    font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2e7d89;
}

.infoItemPesquisa {
    margin-top: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* BID */

.vermelhoPadrao {
    color: #2e7d89;
}

.BotaoModalBid {
    margin-top: 5px;
    margin-right: 5px;
    margin: 5px !important;
}

.iconeModalBid {
    font-size: 65px !important;
    color: #c91919;
    padding: 15%;
    margin-right: 13px;
    position: relative;
}

.infosCabecalhoBid {
    font-size: 18px;
    color: #2e7d89;
    font-weight: 500;
}

.numCabecalhoBid {
    font-size: 18px;
    color: #2e7d89;
    font-weight: 700;
}

.tituloModal {
    font-size: 1.188em;
    font-family: "Montserrat", sans-serif;
    line-height: 1.42857143;
    font-weight: 300;
}

.infosEditBid {
    margin-top: 10px;
    font-size: 14px;
}

.InfosBid {
    text-align: left;
    width: 98%;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 10pt;
    color: #2e7d89;
}

.panelAnimatedIconeBid {
    width: 15px;
    display: inline;
}

.iconeXBid {
    color: red;
    cursor: pointer;
}

.iconeVBid {
    color: green;
}

.labelNenhumregsitro {
    margin-bottom: 25px;
    margin-left: 20px;
}

.mainDivBID {
    margin: 15px;
}

.imgCampeonatoBid {
    float: left;
    margin-left: 15px;
    margin-right: 20px;
}

.divInfosBid {
    text-align: left;
}

.equipesBid {
    width: 30% !important;
    display: inline !important;
    margin-right: 20px;
}

/* Fim BID */

.exibirBid {
    margin-bottom: 30px;
    text-align: center;
    font-size: 12pt;
}

    .exibirBid a:hover {
        color: #7b7b7b !important;
    }

@media (min-width: 1310px) {
    .box {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 20%;
        float: left;
    }
}

@media (min-width: 1050px) and (max-width: 1309px) {
    .box {
        width: 25%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 730px) and (max-width: 1049px) {
    .box {
        width: 33.333333%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 560px) and (max-width: 729px) {
    .box {
        width: 50%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (max-width: 559px) {
    .box {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

        .box .box-pesquisa, .box .box-pesquisa-2 {
            width: 100%;
        }

        .box .box-pesquisa-in, .box .box-pesquisa-in-2 {
            width: 99.5%;
        }
}

.divMensagemModal {
    width: 99%;
    display: table;
    height: 65px;
}

.spanMensagemModal {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #565656;
}

.divIconeModal {
    float: left;
    width: 20%;
    margin-left: 7%;
}

.btn-P4L {
    color: #fff;
    background-color: #2e7d89;
    border: none;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    padding: 8px 14px;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    font-family: inherit;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font: inherit;
    box-sizing: border-box;
}

a.btn-P4L:hover,
a.btn-P4L:active {
    color: #ffffff;
    background-color: #5ba2ad;
    border-color: #5ba2ad;
}

.btn-P4L:hover,
.btn-P4L:focus,
.btn-P4L:active,
.btn-P4L.active,
.open .dropdown-toggle.btn-P4L {
    color: #ffffff;
    background-color: #5ba2ad;
    border-color: #5f779d;
}

.btn-P4L:active,
.btn-P4L.active,
.open .dropdown-toggle.btn-P4L {
    background: #2e7d89;
    border-color: #556b8d;
}

.btn-P4L.disabled,
.btn-P4L[disabled],
fieldset[disabled] .btn-P4L,
.btn-P4L.disabled:hover,
.btn-P4L[disabled]:hover,
fieldset[disabled] .btn-P4L:hover,
.btn-P4L.disabled:focus,
.btn-P4L[disabled]:focus,
fieldset[disabled] .btn-P4L:focus,
.btn-P4L.disabled:active,
.btn-P4L[disabled]:active,
fieldset[disabled] .btn-P4L:active,
.btn-P4L.disabled.active,
.btn-P4L[disabled].active,
fieldset[disabled] .btn-P4L.active {
    background-color: #2e7d89;
    border-color: #556b8d;
}


.nomeEquipeTabelaJogos {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 13pt;
    display: inline;
    vertical-align: middle;
}

h4.nomeEquipeTabelaJogos:hover {
    color: #7b7b7b !important;
}

.carousel-icon-left {
    float: left;
    vertical-align: middle;
    font-size: 50px;
}

.carousel-icon-right {
    float: right;
    vertical-align: middle;
    font-size: 50px;
}

.partidaLocalHorario {
    margin-top: -10px;
    margin-bottom: 5px;
    text-align: center;
}

.colDirTabelaJogos {
    width: 30%;
}

.col-partida {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333333333333%;
    float: left;
    text-align: center;
    padding: 0;
}

.placarPartida {
    margin-top: 12px;
}

.resultMatch {
    display: inline;
}

.infoPartida {
    vertical-align: middle;
    height: 105px;
}

.placarPartidaMataMata {
    margin-top: 12px;
}

.matriculaPesquisa {
    font-family: "Montserrat", sans-serif;
    color: #2e7d89;
    margin: 0;
}

.red {
    color: red;
}

.inputContato {
    border: none;
    width: 90%;
    padding-left: 1px;
}

.divLabelContato {
    margin-left: 200px;
    display: inline;
}

.txtBoxContato {
    width: 100%;
}

.divBotoesContato {
    width: 90% !important;
    margin-bottom: 15px !important;
    text-align: right;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .txtBoxContato {
        width: 50% !important;
    }
}

.facebookButton {
    border: none;
    overflow: hidden;
    float: right;
}


.twoLines {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-height: 18px !important;
    max-height: 36px !important;
}

.twoLines2 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

    .twoLines2 a {
        color: #333 !important;
    }

        .twoLines2 a:hover {
            color: #7b7b7b !important;
        }

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 18px;
    max-height: 18px;
}

.divRedesSociais {
    text-align: left;
    display: inline-block;
    width: 50%;
    margin-left: 20px;
    margin-top: 20px;
}

#sliderHome {
    margin-bottom: 20px;
}

/*tabs*/

.tab-wrapper {
    margin-bottom: 20px;
}

    .tab-wrapper .nav-tabs > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .tab-wrapper .tab-content {
        border: 1px solid #ddd;
        border-top: 0;
        padding: 10px 15px;
    }

    .tab-wrapper > .nav-tabs > li a {
        color: #5D5F63;
    }

    .tab-wrapper > .nav-tabs > li.active > a {
        border-top: 2px solid #556b8d;
        background-color: #ffffff;
    }

    .tab-wrapper.tab-left > .nav-tabs > li,
    .tab-wrapper.tab-right > .nav-tabs > li {
        float: none;
        min-width: 75px;
    }

        .tab-wrapper.tab-left > .nav-tabs > li > a,
        .tab-wrapper.tab-right > .nav-tabs > li > a {
            border: 1px solid #ddd;
        }

        .tab-wrapper.tab-left > .nav-tabs > li.active > a,
        .tab-wrapper.tab-right > .nav-tabs > li.active > a {
            border-top-color: #ddd !important;
        }

    .tab-wrapper.tab-left .tab-content,
    .tab-wrapper.tab-right .tab-content {
        overflow: auto;
        border-top: 1px solid #ddd;
    }

    .tab-wrapper.tab-left > .nav-tabs {
        float: left;
        margin-right: -3px;
    }

        .tab-wrapper.tab-left > .nav-tabs > li > a {
            border-right: 0;
        }

        .tab-wrapper.tab-left > .nav-tabs > li.active > a {
            border-left: 2px solid #2e7d89;
        }

    .tab-wrapper.tab-right > .nav-tabs {
        float: right;
        margin-left: -1px;
    }

        .tab-wrapper.tab-right > .nav-tabs > li > a {
            border-left: 0;
        }

        .tab-wrapper.tab-right > .nav-tabs > li.active > a {
            border-right: 2px solid #556b8d;
        }

    .tab-wrapper.tab-bottom > .tab-content {
        border-top: 1px solid #ddd;
    }

    .tab-wrapper.tab-bottom > .nav-tabs {
        border-bottom: none;
        margin-top: 0px;
    }

        .tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
            margin-top: -2px;
            border-top-color: transparent !important;
            border-bottom: 2px solid #556b8d;
        }

.tab-primary.tab-wrapper > .nav-tabs > li.active > a {
    border-top-color: #556b8d;
}

.tab-primary.tab-wrapper.tab-left > .nav-tabs > li.active {
    border-left-color: #556b8d;
}

.tab-primary.tab-wrapper.tab-right > .nav-tabs > li.active {
    border-right-color: #556b8d;
}

.tab-primary.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #556b8d;
}

/**/

/*
    Menu
*/
.menu {
    width: 100px;
    display: inline-block;
    margin-bottom: -13px !important;
}

body,
.menu,
.sub-menu {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

.menu,
.sub-menu {
    list-style: none;
    border-radius: 3px;
    border-top-left-radius: 0px;
}

.sub-menu {
    background: #ffffff;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
}

#labelMenu {
    color: white;
}

.menu a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #333;
    font-family: sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: 700;
}

.sub-menu a {
    font-size: 10pt;
}

.menu li {
    position: relative;
}

.menu > li {
    float: left;
}

    .menu > li:hover {
        /*background: #d3dce0;*/
    }

.menu li:hover > .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    min-width: 200px;
}

    .sub-menu li:hover {
        background: #e2e2e2;
        border-left: 4px solid;
        border-left-color: #2e7d89;
    }

        .sub-menu li:hover a {
            color: #2e7d89;
        }

        .sub-menu li:hover .sub-menu a {
            color: #333;
        }

    .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .sub-menu .sub-menu a {
            font-weight: 500;
        }

        .sub-menu .sub-menu li:hover a {
            color: #2e7d89;
            cursor: pointer;
        }

/*cor menu cbf*/

.cbf li:hover {
    background: #e2e2e2;
    border-left: 4px solid;
    border-left-color: #2e7d89 !important;
}

    .cbf li:hover a {
        color: #2e7d89 !important;
    }

.cbf .sub-menu li:hover a {
    color: #2e7d89 !important;
    cursor: pointer;
}

.cbf .sub-menu li a {
    color: #333 !important;
    cursor: pointer;
}

.cbf li:hover .sub-menu a {
    color: #333;
}

/**/

/*cor menu Organizacao*/

.fed li:hover {
    background: #e2e2e2;
    border-left: 4px solid;
    border-left-color: rgb(168, 0, 0) !important;
}

    .fed li:hover a {
        color: rgb(168, 0, 0) !important;
    }

.fed .sub-menu li:hover a {
    color: rgb(168, 0, 0) !important;
    cursor: pointer;
}

.fed .sub-menu li a {
    color: #333 !important;
    cursor: pointer;
}

.fed li:hover .sub-menu a {
    color: #333;
}

/**/

/*cor menu liga*/
.liga li:hover {
    background: #e2e2e2;
    border-left: 4px solid;
    border-left-color: rgba(6, 51, 107, 1) !important;
}

    .liga li:hover a {
        color: rgba(6, 51, 107, 1) !important;
    }

.liga .sub-menu li:hover a {
    color: rgba(6, 51, 107, 1) !important;
    cursor: pointer;
}

.liga .sub-menu li a {
    color: #333 !important;
    cursor: pointer;
}

.liga li:hover .sub-menu a {
    color: #333;
}
/**/

#labelMenu {
    display: table;
}

#iconeMenu {
    display: table-cell;
    font-size: 1.5em;
    vertical-align: middle;
}

#spanMenu {
    display: table-cell;
    vertical-align: middle;
}

/*Fim css do menu*/

#menus {
    width: 280px;
}

#redesSociaisTop {
    text-align: right;
}


/* Plugin BID Pagina campeonato*/

#conteudoPluginBID {
    margin-left: 30px;
    height: 500px;
    overflow: scroll;
}

#divAtletaPluginBid {
    display: table;
    margin-bottom: 40px;
    margin-right: 20px;
}

#imgPluginBid {
    display: table-cell;
    vertical-align: middle;
    margin-right: 20px;
}

.tableCellMidlle {
    display: table-cell;
    vertical-align: middle;
}

    .tableCellMidlle a:hover {
        color: #7b7b7b !important;
    }

#labelFimPluginBid {
    font-size: 20pt !important;
    margin-top: -15px;
}

/* Fim plugin BID */


/*CSS página Calendario*/
#tabelaEventoMes {
    margin-bottom: 50px;
}

.tituloMesCalendario {
    letter-spacing: 3px;
    font-weight: bold;
    color: #4b4b4b;
}

#cabecalhoTabelaCalendario {
    color: #4b4b4b;
    font-size: 16px;
}

#divPageCalendario {
    width: 80%;
    margin: 0 auto;
}

#btnModalCalendario {
    width: 98px;
}

#redesSociais {
    text-align: right;
}

#bodyTabelaCalendario {
    font-size: 14px;
}

/*Fim css calendario*/

.verticalAlignMiddle {
    vertical-align: middle !important;
}

.min_heigth {
    min-height: 500px;
}

/* Hot menu do topo do site */
.hotLinks {
    height: 40px;
    background-color: #f3f3f3;
    font: 16px arial,helvetica,freesans,sans-serif;
    font-weight: bold;
    padding: 10px;
}

.hotLink1 {
    color: #2e7d89 !important;
}

.hotLink2 {
    color: #a80000 !important;
}

.hotLink3 {
    color: #0669de !important;
}

.hotLink4 {
    color: #ff7f00 !important;
}

.hotLink5 {
    color: #352e2c !important;
}

.hotLink6 {
    color: #2e7d89 !important;
}

.hotLink10 {
    color: #1c498e !important;
}

.hotLink11 {
    color: #2e7d89 !important;
}


.espacador {
    color: #dddddd;
    margin: 0 5px 0 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
}

.hotlinkDireita {
    text-align: right;
    width: 20%;
    padding: 0.25em 0em 0.25em 0em;
}

.hotlinkEsquerda {
    text-align: left;
    width: 80%;
}

/*Css sumula*/
#divImagemSumula {
    display: inline-block;
    width: 23%;
}

#divPlacarImagemSumula {
    display: inline-block;
    width: 29%;
    text-align: center;
    letter-spacing: 10px;
}

#divPlacar {
    display: inline-block;
    width: 45%;
    text-align: center;
}

#nomeEquipeSumula {
    width: 35%;
    display: inline-block;
}

#nomesComissaoSumula {
    margin-left: 50px;
    width: 45%;
    float: left;
}
/*fim css sumula*/

.TituloNoticiaFiliado {
    font-size: 24px;
    font-weight: 700;
    font-family: opensans,opensans-bastian,Arial,sans-serif;
    letter-spacing: -1px;
    color: rgba(6,51, 107, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    word-wrap: break-word;
}

.TituloNoticiaFiliado a:hover, .textoPainelDestaque a:hover {
    color: #7b7b7b !important;
}

.HoraDataNoticiaFiliado {
    color: #999;
    margin-bottom: 5px;
}

.textoNoticiaFiliado {
    letter-spacing: -.3px;
    line-height: 20px;
    font-weight: 400;
    font-family: opensans,opensans-bastian,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.imagemNoticiaFiliadoDiv {
    border-radius: 4px;
    float: left;
    margin-bottom: 7px;
}

@media only screen and (max-width: 1300px) {

    #conteudoInferiorLiga {
        width: 100%;
        margin: 0 auto;
        padding: 50px 6.5% 100px 6.5%;
    }

    .infoNoticiaFiliado {
        width: 44%;
        margin-left: 17px;
        display: inline-block;
    }
}

@media only screen and (min-width: 1301px) {

    #conteudoInferiorLiga {
        width: 100%;
        margin: 0 auto;
        padding: 50px 6.5% 100px 6.5%;
    }

    .infoNoticiaFiliado {
        width: 48%;
        margin-left: 17px;
        display: inline-block;
    }
}

.conteudoEsqLiga {
    width: 65%;
}

.conteudoDirLiga {
    width: 32%;
}

.colDirLiga {
    float: right;
}

.colEsqLiga {
    float: left;
}

.divRedesSociaisLiga {
    text-align: left;
    display: inline-block;
    margin-top: 22px;
}

.headLiga {
    padding: 24px;
    height: 76px;
    background-color: rgba(0,59, 130, 1);
    font-family: sans-serif;
    color: #fff;
    border-bottom: 4px solid rgba(1,39, 86, 1);
    font-weight: 500;
    width: 100% !important;
}

a#aLiga {
    color: rgba(6,51, 107, 1);
}

.aLinkLigaBanner:link {
    color: #fff;
}

.aLinkLigaBanner:visited {
    color: #fff;
}

.aLinkLigaBanner:hover {
    color: rgba(6, 51, 107, 1);
    text-decoration: none;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.aLinkLigaBanner {
    font-weight: 700;
}


.itemSlider img {
    max-width: 100%;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.itemSlider:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rowDivLiga {
    height: 1px;
    width: 100%;
    margin: 0 auto;
}

#tituloListaLigaCampeonatos, #tituloListaLigaEquipes {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

#tituloListaLigaCampeonatos {
    background-color: rgba(0,59, 130, 1);
}

#tituloListaLigaEquipes {
    background-color: rgba(0,59, 130, 1);
}

#tituloListaLigaCampeonatos, #tituloListaLigaEquipes {
    padding: 12px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.LogoCampeonatoLiga {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    float: left;
}

.CampeonatoFedItemListaNomeDivLiga {
    width: 65%;
    float: left;
    margin-left: 2%;
    margin-top: 4%;
}

.CampeonatoLigaItemListaDatas {
    font-size: 8pt;
    letter-spacing: 0.7pt;
}

.SubTituloCampeonatosLiga {
    height: 40px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    background-color: #f6f6f6;
    color: #bd3d3d;
    letter-spacing: 2px;
    font-family: opensans-light,"Helvetica Neue",Arial,sans-serif;
}

.escudoEquipe {
    padding: 10px 28px 10px 28px;
}

html {
    position: relative;
    min-height: 100%;
}

#body {
    min-height: 100vh;
    min-height: -webkit-calc(100vh - 239px);
    min-height: -moz-calc(100vh - 239px);
    min-height: calc(100vh - 239px);
}

#redesSociaisCalendario {
    margin-bottom: 50px;
}

.filtroCalendario {
    font-size: 18px;
}

#calendarLabels {
    font-size: 1.2em;
}

.verdeCBF {
    color: #2e7d89 !important;
}


-CBF {
    color: #fff;
    background-color: #2e7d89 !important;
    border: none;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    padding: 8px 14px;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    font-family: inherit;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font: inherit;
    box-sizing: border-box;
}

a.btn-CBF:hover,
a.btn-CBF:active {
    color: #ffffff;
    background-color: #5ba2ad;
    border-color: #5ba2ad;
}

.btn-CBF:hover,
.btn-CBF:focus,
.btn-CBF:active,
.btn-CBF.active,
.open .dropdown-toggle.btn-CBF {
    color: #ffffff;
    background-color: #5ba2ad;
    border-color: #5f779d;
}

.btn-CBF:active,
.btn-CBF.active,
.open .dropdown-toggle.btn-CBF {
    background: #2e7d89 !important;
    border-color: #556b8d;
}

.btn-CBF.disabled,
.btn-CBF[disabled],
fieldset[disabled] .btn-CBF,
.btn-CBF.disabled:hover,
.btn-CBF[disabled]:hover,
fieldset[disabled] .btn-CBF:hover,
.btn-CBF.disabled:focus,
.btn-CBF[disabled]:focus,
fieldset[disabled] .btn-CBF:focus,
.btn-CBF.disabled:active,
.btn-CBF[disabled]:active,
fieldset[disabled] .btn-CBF:active,
.btn-CBF.disabled.active,
.btn-CBF[disabled].active,
fieldset[disabled] .btn-CBF.active {
    background-color: #2e7d89 !important;
    border-color: #556b8d;
}

#filtroNomeArbitro {
    width: 40%;
}

.widthCrescente {
    width: 40% !important;
}

#labelFiltroBid {
    float: left;
    margin-right: 20px;
    width: 90px;
}

#PublicidadeCentro {
    padding: 30px 20px 30px 20px;
    min-height: 200px;
}

.publicidadeLand {
    width: 100%;
    float: left;
    padding: 30px;
}

.publiTopoAtleta {
    margin-top: -110px;
    width: 68vw;
    float: right;
}

.logoPatrocinadorEquipe {
    max-width: 150px;
    max-height: 100px;
    border-radius: 40px;
    float: left;
    margin-left: 5px;
}

.nomePatrocinadorEquipe {
    font-size: 16pt;
}

.divInfosPatrocinadorEquipe {
    margin-left: 10px;
    display: inline-block;
    float: left;
    max-width: 55%;
    max-height: 155px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 1332px) {
    .divInfosPatrocinadorEquipe {
        width: 100%;
        max-width: 100%;
    }

    .divImgPatrocinadorEquipe {
        text-align: center;
    }

    .logoPatrocinadorEquipe {
        float: none;
    }
}

.numEstatiscasEquipe {
    font-size: 28pt !important;
}

.textoEstatiscasEquipe {
    font-size: 13pt !important;
}

#estatisticas {
    margin-top: 25px;
}

.labelElencoEquipe {
    cursor: pointer;
    color: #333333;
}


/*Site do Atleta*/

#posicaoAtleta {
    clear: both;
    width: 200px;
    text-align: center;
    height: 30px;
    padding-top: 8px;
    border-style: solid;
    border-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}

#fotoAtleta {
    z-index: 5;
    float: left;
    position: absolute;
    margin-top: -100px;
    margin-left: 4vw;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    height: 200px;
    width: 200px;
    border: 1px solid #999;
    background: #fff;
    display: flex;
    align-items: center;
}

    #fotoAtleta span {
        height: 190px;
        width: 190px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        overflow: hidden;
        margin: auto auto;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
    }

        #fotoAtleta span.comImagem img {
            width: 100%;
            margin-top: 30px;
        }

        #fotoAtleta span.semImagem img {
            width: 100%;
        }

    #conteudoSuperiorAtleta {
        margin-bottom: 0;
    }

    

/*Fim site atleta*/
@media (min-width: 1310px) {
    .boxEquipe {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 25%;
        float: left;
    }
}

@media (min-width: 1050px) and (max-width: 1309px) {
    .boxEquipe {
        width: 33.333333%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 730px) and (max-width: 1049px) {
    .boxEquipe {
        width: 50%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (min-width: 560px) and (max-width: 729px) {
    .boxEquipe {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
}

@media (max-width: 559px) {
    .boxEquipe {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

        .boxEquipe .box-pesquisa, .box .box-pesquisa-2 {
            width: 100%;
        }

        .boxEquipe .box-pesquisa-in, .box .box-pesquisa-in-2 {
            width: 99.5%;
        }
}

#LivroRegrasModalidade {
    text-align: right;
    width: 93%;
    padding: 5px;
    margin-top: -20px;
    text-decoration: underline;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* CSS Mata Mata */

.box-pesquisa-matamata {
    background-color: #dedede;
    width: 182px;
    height: 182px;
    background-color: #dedede;
    text-align: center;
    border-radius: 2px;
    padding-top: 1px;
    margin-bottom: 25px;
}

.box-pesquisa-matamata-in {
    background-color: white;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    height: 180px;
    width: 180px;
}

.box-pesquisa-matamata-header {
    background-color: white;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    width: 180px;
}

.box-pesquisa-matamata-out {
    margin-right: 30px;
}

.matamata-row {
    margin-top: 5px;
}

.margin-auto {
    margin: auto;
}

.nomeComplementoEquipe {
    font-size: 7pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    font-family: sans-serif;
    text-align: center;
}

.nomeEquipeSegundaFase {
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 18pt;
}

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px;
}

.nomePartidaTabelaMatamata {
    margin-bottom: 7px;
    margin-top: 4px;
}

.box-pesquisa-matamata-in-empty {
    background-color: white;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    height: 208px;
    width: 180px;
}


@media (min-width: 560px) and (max-width: 991px) {
    .box-pesquisa-matamata {
        background-color: #dedede;
        width: 302px;
        height: 302px;
        background-color: #dedede;
        text-align: center;
        border-radius: 2px;
        padding-top: 1px;
        margin-bottom: 25px;
    }

    .box-pesquisa-matamata-in {
        background-color: white;
        text-align: center;
        margin: 0 auto;
        padding: 5px;
        height: 300px;
        width: 300px;
    }

    .box-pesquisa-matamata-header {
        background-color: white;
        text-align: center;
        margin: 0 auto;
        padding: 5px;
        width: 180px;
    }

    .box-pesquisa-matamata-out {
        width: 300px;
    }

    .box-pesquisa-matamata-in-empty {
        display: none;
    }

    .box-pesquisa-matamata-out-empty {
        display: none;
    }
}

@media (min-width: 560px) and (max-width: 1400px) {
    .colunaFaseTabMataMata {
        width: 25% !important;
    }
}


/* Fim CSS Mata Mata */

.divVideoNoticia {
    height: 750px;
}

.formEquipe {
    margin-top: -135px !important;
    margin-left: 48px !important;
}

    .formEquipe select {
        width: 41.5% !important;
    }

    .formEquipe button {
        float: right;
    }

.divPageBid {
    width: 80%;
    margin: 0 auto;
}

#selectRodada {
    display: inline-block;
    width: 25%;
}


/* Default Buttons*/
.btn-default,
a.btn-default:link,
a.btn-default:visited {
    color: #ffffff;
    background-color: #909aa0;
    outline: none !important;
}

a.btn-default:hover,
a.btn-default:active {
    color: #ffffff;
    background-color: #9ea7ac;
    border-color: #9ea7ac;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #9ea7ac;
    border-color: #9ea7ac;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #909aa0;
    border-color: #909aa0;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #909aa0;
    border-color: #909aa0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#header .btn-search {
    position: absolute;
    top: 17px;
    right: 5px;
    background: none;
}

#contact-list-wrapper .heading .btn-search {
    position: absolute;
    background: none;
    right: 12px;
    top: 12px;
}

.btn {
    border: none;
    font-size: 15px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 14px;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}


.colunaFiltroAtletas {
    height: 37px;
    margin-bottom: 10px;
}

.colunaFiltroTransferencia {
    height: 37px;
    margin-bottom: 10px;
}

.colunaNomeFiltroAtletas {
    margin-top: 6px;
}

.colunaBotoesFiltroAtletas {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.alinhaRedesSociaisCampeonato {
    margin-left: 20px;
    position: absolute;
    margin-top: 12px;
}

.descricaoCampeonato {
    margin-top: 10px;
    margin-left: 30px;
    font-size: 16px;
    width: 90%;
}

#alinhaTituloERedesSociais {
    margin-bottom: 8px;
}

.modalEstatisticas {
    font-size: 11px;
    margin-bottom: 15px;
}

.sigla {
    display: none;
}

.liderRanking {
    height: 134px;
    font-size: 28px;
}

.nomeEquipeRanking {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    max-height: 3.6em;
    line-height: 1.8em;
    display: inline-block;
}

#formulaRankingClubes {
    margin: 0 auto;
    width: 880px;
    text-align: justify;
}

#eventoAtleta {
    width: 60%;
}

.corCartaoAmarelo {
    color: rgb(197, 190, 11);
}

.corCartaoVermelho {
    color: rgb(204, 0, 0);
}

.corCartaoAzul {
    color: #0000ff;
}

.corFalta {
    color: rgb(204, 102, 0);
}

.corGol {
    color: rgb(0, 204, 0);
}

.corGolSofrido {
    color: rgb(163, 8, 8);
}

.corDerrota {
    color: rgb(255, 80, 80);
}

.corJogo {
    color: rgb(0, 153, 255);
}

.corVitoria {
    color: rgb(64, 128, 0);
}

.corEmpate {
    color: rgb(102, 102, 102);
}

.showCampeonato {
    display: none;
}

.escondeNomeCamp {
    display: none;
}

.tableCampModal {
    width: 100%;
}

.placarModal {
    font-size: 9.5px;
    margin-bottom: 15px;
    text-align: center;
    white-space: nowrap;
}

.dadosCampeaoCampeonatoDir {
    width: auto !important;
}

.albumFotos {
    width: 220px;
}

.dadosPartida {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px;
}

.containerPartida {
    width: 100%;
    margin-bottom: 10px;
}

    .containerPartida > div {
        display: inline-block;
    }

.nomeEquipePartida {
    width: 41%;
}

.placarPartidaTabela {
    width: 17%;
}

.equipeCasa {
    text-align: right;
}

.equipeVisitante {
    text-align: left;
}

.idaVolta {
    height: 362px;
}

.ida-volta {
    height: 194px;
}

.situacaoTransferencia {
    margin-top: 5px;
    font-size: 9pt;
}

.verRanking a {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 137px;
}

    .verRanking a:hover {
        color: #7b7b7b !important;
    }

.caption a:hover {
    color: #7b7b7b !important;
}

.verSumula {
    text-align: center !important;
    display: block;
    clear: both;
}

    .verSumula a:hover {
        color: #7b7b7b !important;
    }

.NomeEquipeTabela:hover {
    color: #7b7b7b !important;
}

#tableCartoesBody a:hover {
    color: #7b7b7b !important;
}

#nomesPluginBid label:hover {
    color: #7b7b7b !important;
}

#estatisticas span:hover {
    color: #7b7b7b !important;
}

.equipePrincipal {
    text-align: center;
    margin-top: 20px;
}

    .equipePrincipal h3:hover {
        color: #7b7b7b !important;
    }

.nomeItemPesquisa2Lines:hover {
    color: #7b7b7b !important;
}

.equipePesquisa {
    margin-top: 5px;
    font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2e7d89;
}

    .equipePesquisa:hover {
        color: #7b7b7b !important;
    }

.iconesMenu {
    color: #000000;
    vertical-align: central;
    font-size: 15px;
    margin-right: 10px;
}

.campoFiltroAtleta {
    width: 40% !important;
    display: inline-block !important;
}

.divFiltroAtleta {
    margin-bottom: 15px;
}

.labelFiltroAtleta {
    width: 69px;
    display: inline-block;
    margin-right: 10px;
}

.headerCampoFiltroAtleta {
    width: 100%;
}

.perdedor{
    filter:opacity(40%);
}

.divInteriorMelhorDefesa {
	float: right;
}

.divInteriorMelhorAtaque {
	float: left;
}

.loadingPluginJogos {
	margin-top: 20px;
}

.dadosMelhorAtaqueEDefesa {
	font-weight:100;
	font-size:80%;
}

.dadosMelhorAtaqueEDefesa:after {
	content: '\A';
	white-space: pre;
}

.labelDadosMelhorDefesaEAtaque {
	max-width: 260px;
}

.tblRankingClubes {
	margin-left: -8%;
}

.dropDownAnos {
	width: 30% !important;
}

.labelInstitucional {
	margin-bottom: 15px;
}

.pluginInstitucional {
	width: 90%;
	margin: 0 auto;
}

.estatisticasEquipe {
	height: 530px;
}

.logoEquipeCasa {
	text-align: right;
}

.placarComPenalti {
	font-size: 8px !important;
}

/* Menu secundario */

.pgAtleta .menu-secundario {
    margin-bottom: 90px;
}

.menu-secundario {
    background: #e1e1e1;
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;    
}

    .menu-secundario ul {
        list-style-type: none;
        margin: 0 auto;
        
    }

    .pgEquipe .menu-secundario ul {
        max-width: 600px;
    }

    .pgAtleta .menu-secundario ul {
        max-width: 700px;
        margin-left: 17vw;
    }

        .menu-secundario ul li a {
            padding: 10px;
            box-sizing: border-box;
            float: left;
            font-weight: 600;
            border-right: 1px solid rgba(226, 226, 226, 0.20);
            color: #fff;
        }

        .menu-secundario ul li:last-child a {
            border: none;
        }

        .menu-secundario ul li a:hover {
            background: rgba(226, 226, 226, 0.15);
            color: #333;
            
        }

    .menu-secundario .posicaoAtleta {
        float: left;
        padding: 10px;
        border-right: 1px solid rgba(226, 226, 226, 0.20);
        font-weight: 600;
        color: #fff;
    }

/* Equipe */
.pgAtleta #noticias {
    margin-top: 30px;
}

#filtroArbitragem .filtroLiga,
#filtroArbitragem .btnFiltro {
    clear: both;
}

#filtroArbitragem .btnFiltro {
    margin-bottom: 15px;
}

#filtroArbitragem .btnFiltro button {
    float: right;
}

/* Atleta */
.selectEstatistica {
    display: flex;
    align-content: center;
    max-width: 600px;
    margin-top: 15px;
}

    .selectEstatistica .anoEstatistica,
    .selectEstatistica .modalidadeEstatistica {
        margin-right: 15px;
    }

.form-control {
    width: 100% !important;
}

/* Publicidade */

.boxTituloPublicidade {
    height: 1px;
    border-top: 1px solid;
    border-color: lightgray;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

    .boxTituloPublicidade .tituloPublicidade {
        width: 50%;
        margin: 0 auto;
        line-height: 0.1em;
    }

        .boxTituloPublicidade .tituloPublicidade span {
            background-color: white;
            padding-left: 10px;
            padding-right: 10px;
            color: lightgray;
        }

.headerClassificacaoKart > div {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
}

.rowClassificacaoKart > div {
    text-align: center;
    height: inherit;
    border-top: 1px groove rgba(0, 0, 0, .1);
    line-height: 60px;
}

.rowClassificacaoKart {
    height: 60px;
}

.rowClassificacaoKart > div:nth-of-type(even) {
    background-color: rgba(0,0,0,.04);
}

.rowClassificacaoKart div:nth-child(2) {
    text-align: left !important;
}

.rowClassificacaoKart div:first-child {
    font-size: 25px;
}

.primeiraPosicao {
    height: 134px;
}

.primeiraPosicao > div {
    line-height: 134px !important;
    font-size: 28px !important;
}

.primeiraPosicao > div:first-child {
    font-size: 40px !important;
}

.imgPrimeiraPosicao {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

/* Banner Campeonato */

.conteinerBanner {
    width: 100%;
    clear: both;
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

/*Imagem campeonato*/
.bannerCampeonato {
    width: 100%;
    clear: both;
}

    .bannerCampeonato .imgBanner {
        overflow: hidden;
    }

    .bannerCampeonato img.imgCampeonatoBanner {
        width: 100%;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

        .bannerCampeonato img.imgCampeonatoBanner:hover {
            -webkit-transition: 0.5s ease-in;
            -moz-transition: 0.5s ease-in;
            -o-transition: 0.5s ease-in;
            transition: 0.5s ease-in;
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }


    /*Dados campeonato*/

    .bannerCampeonato .contudoBanner {
        /*background: linear-gradient(-224deg,#fff 0,#e2e2e2 100%);*/
        background: #fff;
        padding: 3vw 4vw;
    }

    .bannerCampeonato .tituloCampeonato {
        font-size: 3vw;
        font-weight: 700;
        line-height: 3vw;
      
    }

    .bannerCampeonato .infoCampeonato {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .bannerCampeonato .infoCampeonato h4 {
        color: #333;
        margin-left: 0 !important;
        padding-left: 0;
        line-height: 20px;
    }

    .bannerCampeonato .dadosCampeonato {
        margin-left: 0 !important;
        padding-left: 0;
    }

    .boxConteudoCamp {
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 30px;
    } 

/*Rede Social*/
.bannerCampeonato .iconRedeSocial {
    clear: both;
}

        .bannerCampeonato .iconRedeSocial img,
        .bannerCampeonato .iconRedeSocial #pinterestButton {
            width: 20px;
            height: 20px;
            border: 1px solid #fff;
            border-radius: 3px;
            background: #fff;
        }

        .bannerCampeonato .iconRedeSocial #iconFace {
        }

    .bannerCampeonato .alinhaRedesSociaisCampeonato {
        margin-left: 2px;
        margin-top: 0;
        clear: both;
    }

    /*Botao de Inscrição*/

.bannerCampeonato .btnInscricoes a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5vw;
    text-transform: uppercase;
    padding: 20px;
    background: #d78c2c;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    margin-top: 10px;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.bannerCampeonato .btnInscricoes a:hover {
    background: #e88e1b;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

    .bannerCampeonato .btnInscricaoCamp {
        margin-top: 10px;
        clear: both;
    }

/* Filtro campeonato*/

.listarCampeonato .camposFiltro {
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

    .listarCampeonato .camposFiltro .btnPesquisar .btn {
        float: right;
        clear: both;
    }

.listarCampeonato .form-control {
    width: 100%;
}


/* Contato */

.contato #formOrganizacao,
.contato #formLiga,
.contato #formEntidade {
    display: none;
}

#btnBuscarMaisNoticias {
    width: 100%;
    height: 57px;
}
.Div_Footer_texto {
    text-align: center;
    margin-bottom: -69px;
}

#fotoArbitro {
    z-index: 5;
    margin-left: 4vw;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    height: 200px;
    width: 200px;
    border: 1px solid #999;
    background: #fff;
    display: flex;
    align-items: center;
}

#fotoArbitro span {
    height: 190px;
    width: 190px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

#fotoArbitro span.comImagem img {
    width: 100%;
    margin-top: 30px;
}

#fotoArbitro span.semImagem img {
    width: 100%;
}

.Titulocss {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.botao-pesquisar {
    float: right;
}

.filtro-portal {
    margin-bottom: 30px;
    display: flex;
    margin-left: 80px;
}

.label-portal {
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
    min-width: 80px;
    font-size: 16px !important;
}

.titulo-filtro-portal {
    margin-bottom: 20px;
}

.menuBtnTraducao {
    display: none;
}

.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

#formOrganizacao {
    margin-left: 15px;
}


.div_rankingFilho {
    grid-column-gap: 11px;
    padding-bottom:30px;
    grid-template-columns:12% 41.5% !important;
}

    .div_rankingFilho > label {
        text-align: right;
    }

.botoesRedeSocial {
    display: -webkit-inline-box;
}

.facebookButton2 {
    border: none;
    overflow: hidden;
    float: left;
}

.btnWhatsApp {
    display: none;
}

.labelBtnWhatsapp {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    vertical-align: top;
    margin-left: 3px;
}

.btnWhatsApp {
    height: 20px;
    float: left;
    top: 0px;
    left: 0px;
    text-align: left;
    display: inline-block;
    border-radius: 2px;
    margin-right: 15px;
}

.btnRedeSocial .btnTwitter,
.btnRedeSocial .btnPinterest {
    margin-left: 15px;
}

.whatsAppApp {
    display: none;
}

.whatsAppWeb {
    position: relative;
    width: 107px;
    height: 22px;
}

    .whatsAppWeb iframe {
        position: absolute;
        left: 0;
        top: 0;
    }

.whatsappMini {
    margin-right: 5px !important;
}

#compartilhamentoNoticia {
    clear: both;
    text-align: center;
}

.iconWhatsapp {
    display: none;
}

#fotoArbitro {
    position: absolute;
    margin-top: -150px;
}

.TextoNoticia a {
    word-wrap: break-word;
}

.Div_LabelFederacao,
.Div_LabelLiga,
.Div_LabelCampeonato,
.Div_LabelEntidade {
    display: grid;
    grid-template-columns: 45px 40%;
    grid-column-gap: 70px;
    padding-bottom: 25px;
}

    .Div_LabelFederacao > label,
    .Div_LabelLiga > label,
    .Div_LabelCampeonato > label,
    .Div_LabelCampeonato > label {
        text-align: right;
    }


    .Div_LabelFederacao > label,
    .Div_LabelLiga > label,
    .Div_LabelCampeonato > label,
    .Div_LabelCampeonato > label {
        text-align: right;
    }


    /*Arbitro*/
    .Div_LabelFederacao > .label-portal {
        display: inline-block;
        margin-right: 10px;
        font-weight: bold;
        min-width: 100px;
        font-size: 16px !important;
    }
    /**/

    /*Atleta*/
.Div_Atleta.Div_LabelFederacao{
    padding-left:35px;
}
/**/
/*bid*/
.Div_FiltroBid > .Div_LabelFederacao,
.Div_FiltroBid > .Div_LabelLiga,
.Div_FiltroBid > .Div_LabelCampeonato,
.Div_FiltroBid > .Div_LabelEntidade,
.Div_Bid_Entidades > .Div_LabelFederacao,
.Div_Bid_Entidades > .Div_LabelLiga,
.Div_Bid_Entidades > .Div_LabelCampeonato,
.Div_Bid_Entidades > .Div_LabelEntidade {
    grid-column-gap: 70px !important;
}

.Div_Bid_Entidades > .Div_LabelEntidade,
.Div_Bid_Entidades > .Div_LabelLiga,
.Div_Bid_Entidades > .Div_LabelCampeonato,
.Div_Bid_Entidades > .Div_LabelFederacao,
.Div_FiltroBid > .Div_LabelEntidade,
.Div_FiltroBid > .Div_LabelLiga,
.Div_FiltroBid > .Div_LabelCampeonato,
.Div_FiltroBid > .Div_LabelFederacao {
    grid-template-columns: 90px 36.5%;
    grid-column-gap: 24px !important;
    padding-bottom: 25px;
    padding-left:50px;
}


    .Div_FiltroBid > .Div_LabelLiga > label,
    .Div_FiltroBid > .Div_LabelCampeonato > label,
    .Div_FiltroBid > .Div_LabelEntidade > label,
    .Div_FiltroBid > .Div_LabelFederacao > label,
    .Div_Bid_Entidades > .Div_LabelLiga > label,
    .Div_Bid_Entidades > .Div_LabelCampeonato > label,
    .Div_Bid_Entidades > .Div_LabelEntidade > label,
    .Div_Bid_Entidades > .Div_LabelFederacao > label {
        text-align: right;
    }

/**/


/*Contato*/
.Div_Contato > .Div_LabelFederacao,
.Div_Contato > .Div_LabelLiga,
.Div_Contato > .Div_LabelEntidade {
    display: grid;
    grid-template-columns: 120px 55%;
    grid-column-gap: 30px;
    margin-left: 224px;
    padding-bottom: 25px;
}

    .Div_Contato > .Div_LabelLiga > label,
    .Div_Contato > .Div_LabelCampeonato > label,
    .Div_Contato > .Div_LabelEntidade > label,
    .Div_Contato > .Div_LabelFederacao > label {
        text-align: right;
    }


/**/




/*Ranking*/
.Div_RankingClubes > .Div_LabelFederacao,
.Div_RankingClubes > .Div_LabelEntidade {
    display: grid;
    grid-template-columns: 45px 37%;
    padding-left: 25px;
    grid-column-gap: 60px;
    padding-bottom: 25px;
}

    .Div_RankingClubes > .Div_LabelEntidade > label,
    .Div_RankingClubes > .Div_LabelFederacao > label {
        text-align: right;
    }
/**/

/*transferencia*/
.Div_Transferencia > .Div_RankingClubes > .Div_LabelFederacao,
.Div_Transferencia > .Div_LabelEntidade {
    grid-template-columns: 120px 35%;
    grid-column-gap: 30px !important;
    padding-left: 15px !important;
    padding-bottom: 25px;
}

    .Div_Transferencia > .Div_LabelEntidade > label,
    .Div_Transferencia > .Div_RankingClubes > .Div_LabelFederacao > label {
        text-align: right;
    }

    .Div_Transferencia > .Div_RankingClubes > .Div_LabelFederacao > label {
        padding-left: 8px !important;
    }
/**/

/*Calendario*/
.Div_Calendario > .Div_LabelFederacao,
.Div_Calendario > .Div_LabelLiga,
.Div_Calendario > .Div_LabelEntidade {
    grid-template-columns: 120px 36.5%;
    grid-column-gap: 17px !important;
    padding-left: 15px !important;
    padding-bottom: 25px;
}

    .Div_Calendario > .Div_LabelEntidade > label,
    .Div_Calendario > .Div_LabelLiga > label,
    .Div_Calendario > .Div_LabelFederacao > label {
        text-align: right;
    }


/**/

/*transmissao*/


.Div_Transmissao > .Div_LabelLiga,
.Div_Transmissao > .Div_LabelFederacao,
.Div_Transmissao > .Div_LabelEntidade {
    display: grid;
    grid-template-columns: 120px 36.5%;
    grid-column-gap: 30px;
    padding-bottom: 25px;
    padding-left: 15px;
}

    .Div_Transmissao > .Div_LabelLiga > label,
    .Div_Transmissao > .Div_LabelEntidade > label,
    .Div_Transmissao > .Div_LabelFederacao > label {
        text-align: right;
    }



/* */
.publicidadeLand_FederacaoInferior {
    display: none;
}

.listaModulosEnsino > .row {
    margin: 20px 10px;
}

.nomeModalidade {
    font-size: 16.5pt;
    display: flex;
    align-items: center;
}

.nomeEscola {
    margin-bottom: 20px;
}

.cardLicenciado {
    width: 33%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0 10px;
    max-height: 120px;
    margin-bottom: 10px;
}

.textoNomeLicenciado {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 16px;
    max-height: 45px;
    margin-top: 5px;
}

.licenciados-estados {
    display: flex;
    flex-direction: column;
}

.estado-licenciado {
    display: flex;
    width: 100%;
    height: 50px;
    background: #eee;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    margin-top: 50px;
}

.estado-licenciado > h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.licenciado {
    display: flex;
    flex-direction: row;
}

#licenciado-select {
    margin: 30px 0;
    width: 300px !important;
    height: 50px;
}

.divPaineisDestaque {
    margin-top: 10px;
    display: flex;
    width: 100%;
    padding: 20px 5%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.painelDestaque {
    display: flex;
    flex-direction: column;
}

.textoPainelDestaque {
    font-size: 20px;
    font-weight: 700;
    font-family: opensans,opensans-bastian,Arial,sans-serif;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
}


.Div_LabelContatos {
    padding: 0 20px;
    margin-bottom: 16px;
    display: flex;
}

    .Div_LabelContatos > label {
        width: 15%;
        text-align: right;
        margin-right: 20px;
    }

    .Div_LabelContatos > div {
        width: 95%;
    }

.info-rede-contato {
    display: flex;
    padding: -1 15%;
  
}


    .info-rede-contato > h1 {
        font-size: 17px;
        margin-right: 3px;        
        text-align: right;
        font-weight: bold;
        color: #333333;
        width: 20%;
    }


    .info-rede-contato > h2 {
        font-size: 14px;       
        padding-top: 19px;
        width: 80%;
        padding-left: 8px;
        margin: 4px;
    }



.btn-CBF {
    color: #fff;
    background-color: #2e7d89 !important;
    border: none;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    padding: 8px 14px;
    margin-bottom: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    font-family: inherit;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font: inherit;
    box-sizing: border-box;
}

a.btn-CBF:hover,
a.btn-CBF:active {
    color: #ffffff;
    background-color: #5ba2ad;
    border-color: #5ba2ad;
}

.btn-CBF:hover,
.btn-CBF:focus,
.btn-CBF:active,
.btn-CBF.active,
.open .dropdown-toggle.btn-CBF {
    color: #ffffff;
    background-color: #5ba2ad;
    border-color: #5f779d;
}

.btn-CBF:active,
.btn-CBF.active,
.open .dropdown-toggle.btn-CBF {
    background: #2e7d89 !important;
    border-color: #556b8d;
}

.btn-CBF.disabled,
.btn-CBF[disabled],
fieldset[disabled] .btn-CBF,
.btn-CBF.disabled:hover,
.btn-CBF[disabled]:hover,
fieldset[disabled] .btn-CBF:hover,
.btn-CBF.disabled:focus,
.btn-CBF[disabled]:focus,
fieldset[disabled] .btn-CBF:focus,
.btn-CBF.disabled:active,
.btn-CBF[disabled]:active,
fieldset[disabled] .btn-CBF:active,
.btn-CBF.disabled.active,
.btn-CBF[disabled].active,
fieldset[disabled] .btn-CBF.active {
    background-color: #2e7d89 !important;
    border-color: #556b8d;
}

.filtroEstadoLicenciado {
    display: flex;
    align-items: center;
    margin-bottom: -50px;
}

.divBtnRedesSociais > div {
    margin-right: 10px;
}

.tituloCardLateral {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.divCardsTurma {
    width: 100%;
    padding: 10px;
}

.botaoCardMatricula {
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
    padding: 6px 12px;
    background: #d78c2c;
    border-radius: 4px;
}

.detalhesCardMatricula {
    background: #A29B91 !important;
}

.header {
    height: 76px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.tituloHome {
    font-size: 200%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header > div {
    width: 60%;
    height: 55px;
}

.header > div:first-child, .header > div:last-child {
    width: 20% !important;
}

.divBtnTraducao {
    text-align: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -7px;
}

.divBtnTraducao > img {
    margin: 0 3px;
}

.listaLigas {
    background-color: #fff;
    height: 230px;
    text-align: center;
    padding: 15px;
    float: left;
}

    .listaLigas > div {
        height: 100%;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        padding: 10px;
    }

.nomeRede {
    max-width: 300px;
    display: inline-flex;
}

.containerHome {
    display: flex;
    flex-direction: column;
}

.containerInternoHome {
    display: flex;
}

#conteudoSuperior {
    display: flow-root;
}

#containerLogosLojas {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#logoLojaApple {
    height: 60px;
    padding-bottom: 7px;
    padding-top: 6px;
}

#logoLojaGoogle {
    height: 60px;
}

@media (max-width: 500px){
    #logoLojaGoogle, #logoLojaApple {
        margin-bottom: 60px;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

#umadivqualquer.close-widgets-container {
    z-index: 1 !important;
    max-width: 65px !important;
    max-height: 65px !important;
}

.linkPlanosTurma,
.linkPlanosTurma:hover {
    cursor: pointer;
    text-decoration: underline;
}

    .linkPlanosTurma:hover {
        filter: brightness(125%);
    }

.modalBodyPlanosTurma {
    display: flex;
    flex-direction: column;
}

    .modalBodyPlanosTurma > .row > div:first-child {
        padding-right: 0;
    }

    .modalBodyPlanosTurma > .row > div:last-child {
        padding-left: 5px !important;
    }


.tituloBodyPlanosTurma {
    padding-top: 15px;
}

.btnSolicitarMatricula {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 5px;
    width: 100%;
}

.callToActionColor {
    background-color: #d78c2c !important;
}

    .callToActionColor :hover {
        background-color: #d78c2c !important;
        border-color: #d78c2c !important;
    }


.imgCardTurma {
    margin-bottom: 5px;
    border-radius: 10%;
}