﻿:root {
    --cor-svg-acessibilidade: #fff;
    --cor-svg-acessibilidade-hover: #333;
    /*Body do site*/
    --cor-linha-acessibilidade: #046a1e;
    --cor-detalhe-letras-verm: #fef102;
    --cor-border-detalhe: #02220a;
    --cor-footer-letras-pret-pret: #fff;
    --cor-destacada: #fef102;
    --cor-principal: #005a1d;
}

body {
    --circle-stroke: #fff;
    --bg-container-atalho-teclado: #005a1d;
}

div {
    /*border: 1px solid green;*/
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'AverageSans-Regular';
    src: url('../../../fonts/AverageSans-Regular.ttf');
}

@font-face {
    font-family: 'Rufina-Bold';
    src: url('../../../fonts/Rufina-Bold.ttf');
}

@font-face {
    font-family: 'Rufina-Regular';
    src: url('../../../fonts/Rufina-Regular.ttf');
}

.min {
    min-width: 1000px;
    overflow: visible;
}

a {
    color: var(--cor-principal);
}

* {
    margin: 0;
    padding: 0;
}

#form1 {
    margin: 0;
}

.relative {
    position: relative;
}

.no-padding {
    padding: 0;
    float: initial;
    margin: 0 auto;
    width: 1140px;
    padding-right: 0 !important;
}

.row {
    margin: 0 auto !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right;
}

.filtra_status .info {
    display: table-cell;
    height: 36px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.btnAcesso {
    margin: 10px 0px 20px 0px;
}

.mobile-container {
    display: none;
}

.filtra_status .btn span:first-child {
    font-size: 11px;
    max-width: none;
    text-align: left;
    word-spacing: 0px;
    min-width: 70px;
}

.filtra_status .btn span {
    display: table-cell;
    height: 36px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.filtra_status .btn .info, .filtra_status .btn .warning, .filtra_status .btn .important, .filtra_status .btn .inverse, .filtra_status .btn .success, .filtra_status .btn .label-info, .filtra_status .btn .label-warning, .filtra_status .btn .label-important, .filtra_status .btn .label-inverse, .filtra_status .btn .label-success {
    padding: 1px 0;
}

.bg-video .video-main {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    display: block;
}

    .bg-video .video-main .video-img {
        background: url(../img/cavaleiroVideo.png) no-repeat 0px 0px;
        position: inherit;
        height: 454px;
        width: 566px;
        margin-top: -60px;
        margin-left: 0;
        z-index: 2;
        margin-bottom: -23px;
        right: 0;
    }

.video_abso {
    position: absolute;
    right: 0;
    height: 330px;
    float: right;
    width: fit-content;
    bottom: -42px;
}

.width-video {
}

.video-bg1 {
}

#ctl00_ContentPlaceHolder1_rptResultado_ctl05_lblTotalTfEf {
    margin-top: 10px;
}

table > tbody > tr > td, table > thead > tr > th {
    border: 1px dotted #ddd;
    font-size: 12px;
}
/*responsive 01*/
.stud_book legend {
    color: #777 !important;
    font-family: PillGothic300mg-Bold !important;
}

.stud_book span {
    color: #d22730;
}

.tiraPadding {
    margin-left: 0;
    padding-left: 0;
}

.nav-tabs {
    width: 92%;
}

.col-sm-10 {
    padding: 0;
}

.tab-content .tab-pane {
    padding: 15px 0 !important;
}

.col-sm-12 {
    padding: 0;
    float: left;
    margin-bottom: 10px;
}

.col-sm-2 {
    padding: 0;
    float: left;
}

.col-head {
    height: 26px !important;
    color: white !important;
    border-bottom: none;
}
/*responsive 01 FIM*/
.logo-footer {
    width: 30%;
}

#ctl00_lblEmail a {
    color: #fff;
    font-family: OpenSans-Regular;
}

    #ctl00_lblEmail a:hover {
        color: var(--cor-destacada);
    }

strong.email-text-color {
    color: var(--cor-destacada);
    font-family: Rufina-Regular;
}

strong.cnpj-text-color {
    font-family: Rufina-Regular;
    color: var(--cor-destacada);
}

.label-inverse {
    background-color: #000;
}

.btn-inverse:hover,
.btn-inverse {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1a1a1+0,393939+100 */
    background: rgb(161,161,161); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(161,161,161,1) 0, rgba(57,57,57,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(161,161,161,1) 0,rgba(57,57,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(161,161,161,1) 0,rgba(57,57,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#393939',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-color: #333;
}

    .btn-inverse:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#949494+0,1e1e1e+100 */
        background: rgb(148,148,148); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(148,148,148,1) 0, rgba(30,30,30,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(148,148,148,1) 0,rgba(30,30,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(148,148,148,1) 0,rgba(30,30,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
    }

.btn-success.input-group-addon, .btn-danger.input-group-addon, .btn-warning.input-group-addon {
    color: #fff;
}

.nostyle {
    list-style: none outside none !important;
}

.nomarginb {
    margin-bottom: 0 !important;
}

.nomarginl {
    margin-left: 0 !important;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.inline {
    display: inline !important;
}

.none {
    display: none;
}

.block {
    display: block;
}

.align_right {
    text-align: right !important;
}

.align_center {
    text-align: center !important;
}

.reset {
}

.align-left {
    text-align: left;
}

.clearfix {
    clear: both;
    display: block;
    height: 0;
}

html {
    height: 100%;
}

body {
    font-family: Rufina-Regular;
    font-size: 13px;
    position: relative;
    background-color: #f1f1f1;
    min-height: 100%;
}

.btn-interno {
    position: absolute;
    top: 26px;
    right: 20px;
}

.logado .btn {
    color: #fff;
    padding: 0;
}

.btn {
    vertical-align: top;
    border: none;
    padding: 5px 29px
}

.logado .btn-group .btn-inverse {
    /*border-radius: 0;
    background: url("../layout/nback_prehead.png") repeat-x scroll 0 0 transparent;*/
}

    .logado .btn-group .btn-inverse:hover {
        /*background: url("../layout/npreheader_back_hover.jpg") repeat-x scroll 0 0 transparent;*/
    }

.btn-group.open .btn-inverse.dropdown-toggle {
    background: url("../layout/npreheader_back_hover.jpg") repeat-x scroll 0 0 transparent;
}

#conteudo_artigo table > thead > tr > th {
    background: linear-gradient(to bottom, rgba(213, 11, 25, 1) 0%, rgba(214, 12, 26, 1) 39%, rgba(210, 5, 22, 1) 54%, rgba(197, 0, 9, 1) 66%, rgba(190, 0, 0, 1) 75%, rgba(179, 1, 0, 1) 90%, rgba(175, 0, 0, 1) 92%, rgba(179, 0, 0, 1) 100%);
}

.logado .btn-group .bigger {
    border-left: 1px solid #505050;
    box-shadow: -4px 0 9px -6px #000;
    height: 39px;
    /*min-width: 220px;*/
    text-align: left;
    padding: 5px;
}

.logado .btn-group .dropdown-toggle {
    /*width: 41px!important;*/
    height: 39px;
    /*border-right: 1px solid #505050;
    border-left: 1px solid #505050;
    padding-top: 1px;
    box-shadow: 4px 0 9px -6px #000;*/
}

.logado .open > .dropdown-menu {
    /*border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 6px -4px #000 inset;
    margin: 0;
    width: 260px;*/
}

.logado .dropdown-menu a {
    padding-bottom: 0;
    padding-top: 0;
}

.logado .dropdown-menu li > a:hover, .logado .dropdown-menu li > a:focus, .logado .dropdown-submenu:hover > a {
    background-color: #e5e5e5;
    background-image: none;
    background-repeat: repeat-x;
    color: #333;
    padding-bottom: 0;
    padding-top: 0;
    filter: false;
    text-decoration: none;
}

.logado .btn-group .btn-inverse .little_msg {
    color: #ccc;
    display: block;
    font-family: Rufina-Regular;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    text-shadow: 0 2px 1px #000;
}

.logado .btn-group .btn-inverse .user {
    color: #fff;
    font-family: Rufina-Regular;
    font-size: 14px;
}

.default_btn {
    background-color: #c7c7c7;
    background-image: -moz-linear-gradient(top,#c7c7c7 0%,#8d8d8d 38%,#7f7f7f 58%,#838383 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c7c7c7),color-stop(38%,#8d8d8d),color-stop(58%,#7f7f7f),color-stop(100%,#838383));
    background-image: -webkit-linear-gradient(top,#c7c7c7 0%,#8d8d8d 38%,#7f7f7f 58%,#838383 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7',endColorstr='#838383',GradientType=0);
    background-image: linear-gradient(to bottom,#c7c7c7 0%,#8d8d8d 38%,#7f7f7f 58%,#838383 100%);
    border: 1px solid #b8b8b8;
    box-shadow: 0 0 0 1px #666;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 1px 1px 2px #000;
}

    .default_btn:hover {
        color: #fff;
        background-color: #d7d7d7;
        background-image: -moz-linear-gradient(top,#d7d7d7 0%,silver 53%,#b7b7b7 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d7d7d7),color-stop(53%,silver),color-stop(100%,#b7b7b7));
        background-image: -webkit-linear-gradient(top,#d7d7d7 0%,silver 53%,#b7b7b7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7',endColorstr='#b7b7b7',GradientType=0);
        background-image: linear-gradient(to bottom,#d7d7d7 0%,silver 53%,#b7b7b7 100%);
    }

#preheader {
    height: 39px;
    box-shadow: none;
    position: relative;
    z-index: 11;
    background-color: #003c13;
    border-bottom: 1px dotted #ccc;
    color: #fff;
    line-height: 35px;
}

.glyphicon-user, .glyphicon-list-alt {
    color: #fff;
}

.glyphicon-triangle-left, .glyphicon-triangle-right {
    color: var(--cor-destacada);
}

.pull-left {
    float: left !important;
}

.noticias-left {
    font-family: Rufina-Regular;
    font-size: 14px;
    float: left !important;
    color: var(--cor-destacada);
}

.noticias-cards {
    margin-bottom: 10px;
}

.navbar-default {
    float: left;
    width: 100%;
}

.posheader {
    background-color: #FFFFFF;
}

.ultimas-noticias {
    background-color: var(--cor-principal);
    line-height: 40px;
    margin-top: 0px;
    z-index: 3;
    position: relative;
    box-shadow: none;
    height: 43px;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
    top: -64px;
    position: relative;
}

    /*.ultimas-noticias .container {
        background: url(../img/bgUltimasNoticias.png) no-repeat -268px 0px;
    }*/

    .ultimas-noticias .sessao {
        color: #fff;
        font-weight: 500;
        text-shadow: none;
        border-right: 1px;
        margin-left: 0;
        width: 13.666667%;
    }

    .ultimas-noticias .noticias {
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
    }

    .ultimas-noticias .ultimas-noticias-nav a {
        color: #468847;
        width: 20px;
        height: 30px;
    }

    .ultimas-noticias .container .noticias ul {
        list-style-type: none;
    }

        .ultimas-noticias .container .noticias ul li a {
            color: #fff;
            font-family: AverageSans-Regular;
        }

        .ultimas-noticias .container .noticias ul li {
            display: inline-block;
            float: left;
        }

            .ultimas-noticias .container .noticias ul li:before {
                content: "■";
                font-family: "Arial Black";
                color: var(--cor-destacada);
                padding: 0 10px;
            }

.posheader .logoFPH .cavaleiro {
    background: url(../img/logoCavaloCabecalho.png) no-repeat 0px;
    width: 760px;
    height: 252px;
    margin-top: -9px;
    margin-left: -569px;
    float: left;
    position: relative;
    z-index: 4;
    background-size: 96%;
}

.hidden-print {
    margin-top: 0px;
}
/* PARCEIROS */
.parceiros {
    float: right;
    width: 45%;
    /*margin-top: 66px;*/
    margin-top: 23px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding-left: 7px;
    padding-right: 15px;
    margin-top: 0;
}

.banner-parceiros .flexslider .flex-direction-nav {
    display: none;
}

.banner-parceiros h1 {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.banner-parceiros .img-responsive {
    margin: 0 auto;
    max-height: 120px;
    width: auto;
}

.modal-body .search .barra-pesquisa {
    background: url(../img/campoBuscar.png) no-repeat top right;
    height: 52px;
    width: 339px;
    border: 2px solid #DDD;
}

.slides_container a {
    height: 269px;
    display: block;
    width: 690px;
}

    .slides_container a .description {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.72);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
        display: block;
        height: 42px;
        overflow: hidden;
        padding: 7px 8px;
        position: relative;
        bottom: 53px;
        width: 636px;
        z-index: 0;
    }

        .slides_container a .description > span {
            color: #FFFFFF;
            display: block;
            font-family: Rufina-Regular;
            font-size: 12px;
            font-weight: bold;
            height: 109px;
            line-height: 14px;
            max-height: 30px;
            overflow: hidden;
            padding-left: 35px;
        }

    .slides_container a:hover {
        text-decoration: none;
    }

.modal-body .search .barra-pesquisa input {
    border: none;
    outline: none;
    background: none;
    height: 50px;
    font-family: PillGothic300mg-Light;
    font-size: 20px;
    color: #909090;
}

    .modal-body .search .barra-pesquisa input:focus {
        outline: none;
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.modal-body .search .barra-pesquisa a.btn {
    opacity: 0;
}

.modal-body .search .btnHome {
    background: url(../img/btnHome.png) no-repeat;
    height: 50px;
    width: 50px;
}

li .barra-pesquisa {
    background: url(/assets/img/lupa_32x32.png) no-repeat 11px 18px;
    top: -7px !important;
    background-size: 55%;
    width: 47px;
    opacity: 60%;
}

    li .barra-pesquisa:hover {
        background-color: #f1f1f1;
    }

    li .barra-pesquisa a.btn {
        opacity: 0;
    }

.navbar-nav {
    margin: 0 auto;
    text-align: right;
    float: inherit;
    padding-left: inherit;
}

.navbar-nav {
    margin: 0 auto;
    text-align: right;
    float: inherit;
    padding-left: inherit;
    display: flex;
    justify-content: flex-end;
    float: inherit;
}


.posheader h1 {
    float: left;
    margin-top: 34px;
    margin-bottom: 0px;
    font-size: 30px;
}

    .posheader h1 a {
        display: block;
        width: 209px;
        height: fit-content;
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

        .posheader h1 a::before {
            content: "" !important;
            font-family: Rufina-Bold;
            font-size: 30px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
            line-height: 70% !important;
        }

        .posheader h1 a span {
            font-family: PillGothic300mg-Bold;
            font-size: 24px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
            /*display: none;*/
        }

            .posheader h1 a span:first-child {
                letter-spacing: 0px;
            }

            .posheader h1 a span:last-child {
                font-size: 59px;
                text-transform: uppercase;
                margin-left: -4px;
            }

.col-sm-3.col-xs-3.calendario-data {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.container .calendario-main .box-li .calendario-manchete a {
    font-size: 14px !important;
    height: 16px !important;
}

.container .calendario-main .box-li .calendario-data .data-dia {
    margin-bottom: -6px !important;
}

span.separador {
    font-size: 15px !important;
    color: black;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
}

.mini-area {
    height: 63px;
    overflow-y: hidden !important;
}

.acessar_conta {
    margin-left: 20px;
    float: right;
}

.naologado {
    text-align: right;
}

.link_acessar_conta, #preheader .naologado a {
    color: #fff;
    font-family: tahoma;
    font-size: 11px;
    text-shadow: 0 0 0;
    white-space: nowrap;
}

.CompletionList {
    border: solid 1px black;
    margin: 0px;
    padding: 3px;
    width: max-content;
    height: 242px;
    overflow: auto;
    background-color: #fff;
    z-index: 9999 !important;
}

.CompletionListItem {
    color: black;
    padding: 3px;
    width: max-content;
}

.CompletionListHighlightedItem {
    background-color: #e1e1e1;
}

/*.icon-cadeado {
    background: url("../layout/nmaster_sprite.png") no-repeat scroll -2px -6px transparent;
    height: 18px;
    width: 14px;
    margin: -1px 0 0;
}*/

.dataHora {
}

.clock span:nth-child(2) {
    position: absolute;
    bottom: 5px;
}

.preheader_content .default_btn {
    margin: -3px 0 0 5px;
}

/*Torneio-Noticias INICIO*/
.img-fed img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 28px;
}

.logado {
    width: fit-content;
}

.no-margin {
    margin: 0 !important;
}

.btn-padding {
    padding: 0 15px !important;
}

.bt-boleto {
    border: 1px solid #d22730 !important;
}

.conteudo-torneio {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.table-card {
    display: flex;
    width: 88%;
}

    .table-card .btn {
        margin-bottom: 10px;
    }

.thumb-torneio {
    float: left;
    width: 10%;
}

    .thumb-torneio img {
        width: 100%;
    }

.titulo-torneios_ativos {
    float: none;
    margin: 0;
    padding: 1.5%;
}

.periodo-inscricoes, .data-torneio, .align_right {
    padding: 0 2%;
    width: 33.3%;
}

    .periodo-inscricoes h4, .data-torneio h4, .align_right h4 {
        font-size: 16px;
        font-weight: 600;
    }

.align_right {
    padding: 0 0 0 2%;
}

.mes-torneio {
    margin-right: 0px;
}

.thumb-noticias {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-noticia {
    width: 30%;
    min-height: 335px;
    border-bottom: 2px solid #333 !important;
    margin-right: 3%;
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.list_news {
    float: left;
}

.img_listagem {
}

.title-cont-noticias {
    width: 100%;
}

    .title-cont-noticias .glyphicon-time {
        margin-right: 7px;
        top: 3px;
        position: relative;
    }

#paginacao {
    width: 100%;
    float: left;
    text-align: center;
}

.button-filtrar {
    width: 83px !important;
    padding: 0;
}

.label-categoria {
    width: 24%;
}

.tooltip-inner {
    background-color: #e01f2c;
    box-shadow: 1px 0 5px -2px #000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e01f2c;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e01f2c;
}

.modalidades_img {
    background: url("../layout/nmaster_sprite.png") no-repeat scroll -11px -66px transparent;
    display: inline-block;
    height: 48px;
    line-height: 0;
    margin: -1px 0 0;
    width: 27px;
}

.header_out {
    background-color: #f4f4f4;
    height: 40px;
    position: relative;
}

#main {
    background-color: #f4f4f4;
}

.menu-container .menu > .navbar > .navbar-inner {
    padding: 0 1px;
    height: 44px;
    border-radius: 0;
    border: 0 none;
    background: rgb(0 90 29);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(245, 245, 245, 1) 2%, rgba(243, 243, 243, 1) 3%, rgba(245, 245, 245, 1) 5%, rgba(243, 243, 243, 1) 6%, rgba(245, 245, 245, 1) 10%, rgba(243, 243, 243, 1) 11%, rgba(243, 243, 243, 1) 50%, rgba(234, 234, 234, 1) 63%, rgba(231, 231, 231, 1) 65%, rgba(214, 214, 214, 1) 85%, rgba(211, 211, 211, 1) 90%, rgba(212, 212, 212, 1) 92%, rgba(209, 209, 209, 1) 94%, rgba(209, 209, 209, 1) 95%, rgba(212, 212, 212, 1) 97%, rgba(208, 208, 208, 1) 98%, rgba(201, 201, 201, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(245, 245, 245, 1) 2%, rgba(243, 243, 243, 1) 3%, rgba(245, 245, 245, 1) 5%, rgba(243, 243, 243, 1) 6%, rgba(245, 245, 245, 1) 10%, rgba(243, 243, 243, 1) 11%, rgba(243, 243, 243, 1) 50%, rgba(234, 234, 234, 1) 63%, rgba(231, 231, 231, 1) 65%, rgba(214, 214, 214, 1) 85%, rgba(211, 211, 211, 1) 90%, rgba(212, 212, 212, 1) 92%, rgba(209, 209, 209, 1) 94%, rgba(209, 209, 209, 1) 95%, rgba(212, 212, 212, 1) 97%, rgba(208, 208, 208, 1) 98%, rgba(201, 201, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9',GradientType=0 );
    margin-top: 0;
    float: left;
    width: 100%;
}

.navbar-default
#main #container {
    margin-top: -14px;
    position: relative;
}

.menu-container .menu {
    /*border-top: 1px solid #dadada;*/
    border-bottom: 1px solid transparent;
    border-radius: 0;
    /* box-shadow: 0 0 4px 0 #000; */
    margin-bottom: 24px;
    margin-top: -126px;
    float: left;
    width: 100%;
}

    .menu-container .menu > .navbar a {
        color: #4e4e4e;
        font-family: Rufina-Bold;
        font-size: 16px;
        line-height: 30px;
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #FFFFFF;
        padding: 7px 12px;
        border-radius: 0;
        background-color: transparent !important;
    }

.navbar-default .navbar-nav > .active > a {
    color: #3c3c3a;
}

.dropdown-menu > li > a {
    white-space: normal;
}

.menu-container .menu > .navbar li:first-child a {
    border-left: 0 none;
}

.menu-container .menu > .navbar li span.caret {
    display: none;
}

.menu-container .menu > .navbar li:hover span.caret {
    position: absolute;
    left: 44%;
    top: -8px;
    border-top: 4px solid #fd3c56;
    /*display: block;*/
}

.menu-container .menu > .navbar li a:hover {
    /*background-image: -moz-linear-gradient(top,#ffa8ba 0%,#e94053 58%,#e23256 59%,#cd0324 84%,#ad031c 100%);
                background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffa8ba),color-stop(58%,#e94053),color-stop(59%,#e23256),color-stop(84%,#cd0324),color-stop(100%,#ad031c));
                background-image: -webkit-linear-gradient(top,#ffa8ba 0%,#e94053 58%,#e23256 59%,#cd0324 84%,#ad031c 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff798e',endColorstr='#c50411',GradientType=0);
                background-image: linear-gradient(to bottom,#ffa8ba 0%,#e94053 58%,#e23256 59%,#cd0324 84%,#ad031c 100%);*/
}

.menu-container .menu > .navbar li.active span.caret {
    display: none;
}

/*.menu-container .menu > .navbar .nav {
                margin: 0;
                /*margin-left: -12.4%;*/
}

*/
/*#main #container .menu > .navbar li.search {
                border-left: 1px solid #e25c64;
                height: 29px;
                padding: 11px 0 11px 11px;
                position: relative;
                text-align: center;
            }*/
.menu-container .menu > .navbar .nav-header .sub-dwop-down {
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    float: left;
    left: 100%;
    list-style: none outside none;
    margin: -35px 0 0 -1px;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    z-index: 1000;
}

select {
    line-height: 24px !important;
    max-width: 100%;
}

/*#main #container .menu > .navbar li.search > input[type="text"]:focus {
    box-shadow: 0 0 3px 1px #fff;
}*/

/*#main #container .menu > .navbar li.search .busca_button {
    background: url("../layout/nbusca_button.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
    /*height: 29px;*/ /*
    position: absolute;
    right: 20px;
    top: 11px;
    width: 20px;
}*/

/*#main #container .menu > .navbar li.search .busca_button:hover {
        background: url("../layout/nbusca_button_hover.png") no-repeat scroll center center transparent;
    }*/

/*#main #container .menu > .navbar li.search input[type="text"] {
    background-color: #d2d2d2;
    background-image: -moz-linear-gradient(top,#d2d2d2 0%,#efefef 1%,#fefefe 2%,#fbfbfb 45%,#d1d1d1 97%,#c7c7c7 98%,#adadad 99%,#bababa 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d2d2d2),color-stop(1%,#efefef),color-stop(2%,#fefefe),color-stop(45%,#fbfbfb),color-stop(97%,#d1d1d1),color-stop(98%,#c7c7c7),color-stop(99%,#adadad),color-stop(100%,#bababa));
    background-image: -webkit-linear-gradient(top,#d2d2d2 0%,#efefef 1%,#fefefe 2%,#fbfbfb 45%,#d1d1d1 97%,#c7c7c7 98%,#adadad 99%,#bababa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dfdfdf',GradientType=0);
    background-image: linear-gradient(to bottom,#d2d2d2 0%,#efefef 1%,#fefefe 2%,#fbfbfb 45%,#d1d1d1 97%,#c7c7c7 98%,#adadad 99%,#bababa 100%);
    border: 1px solid #ababab;
    border-radius: 4px 4px 4px 4px;
    color: #000;
    font-family: Rufina-Regular;
    font-size: 13px;
    padding-right: 20px;
    width: 188px;
}*/
.menu-container .menu > .navbar li.dropdown ul.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    background-image: none;
}

.menu-container .menu > .navbar li.dropdown.open > a:hover {
    background-color: transparent;
}

.menu-container .menu > .navbar li.dropdown.open > a {
    background: rgb(244,244,244) !important;
}

.menu-container .menu > .navbar li.dropdown ul.dropdown-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,d1d1d1+100 */
    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(209,209,209,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(209,209,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(209,209,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
    width: 220px;
    margin: 0;
}

    .menu-container .menu > .navbar li.dropdown ul.dropdown-menu li {
        padding: 5px;
    }

        .menu-container .menu > .navbar li.dropdown ul.dropdown-menu li > a {
            border: 0 none;
            border-radius: 0 0 0 0;
            color: #333;
            font-family: Rufina-Regular;
            font-size: 14px;
            font-weight: normal;
            line-height: 18px;
            text-shadow: 0 0 transparent;
            text-transform: none;
            margin: 4px -2px;
            padding-bottom: 4px;
            padding-left: 1px;
            padding-top: 3px;
            text-decoration: none;
            text-align: left;
        }

        .menu-container .menu > .navbar li.dropdown ul.dropdown-menu li:hover {
            background-color: rgba(0,0,0,0.2);
            background-image: none;
            border-radius: 0;
            color: #fff;
            filter: false;
        }

    .menu-container .menu > .navbar li.dropdown ul.dropdown-menu li {
        margin: 0;
        padding: 5px 10px;
        text-align: left;
    }

        .menu-container .menu > .navbar li.dropdown ul.dropdown-menu li:first-child {
            border-top: 0 none;
        }

        .menu-container .menu > .navbar li.dropdown ul.dropdown-menu li:last-child {
            border-bottom: 0 none;
        }

        .menu-container .menu > .navbar li.dropdown ul.dropdown-menu li > span {
            border: 1px solid #fff;
            box-shadow: 0 2px 4px 0 #9b9f9e;
            display: block;
            height: 58px;
            margin-bottom: 5px;
            margin-top: 8px;
            width: 198px;
        }

.menu-container .menu > .navbar li.dropdown.menufph ul.dropdown-menu li > span {
    background: url("../layout/nimg_menufph.jpg") no-repeat scroll 0 0 transparent;
}

.menu-container .menu > .navbar li.dropdown.menumodalidade ul.dropdown-menu li > span {
    background: url("../img/nmenu_drop.jpg") no-repeat scroll 0 0 transparent;
}

.menu-container .menu > .navbar li.dropdown.menuentidade ul.dropdown-menu li > span {
    background: url("../layout/nimg_menufiliados.jpg") no-repeat scroll 0 0 transparent;
}

.menu-container .menu > .navbar li.dropdown.menucomunicacao ul.dropdown-menu li > span {
    background: url("../layout/nimg_menunews.jpg") no-repeat scroll 0 0 transparent;
}

.menu-container .menu > .navbar .barra-pesquisa {
    top: -3px;
}

.TipoPesquisa {
    height: 54px;
    border: 2px solid #ddd;
}

#main #container .page_content {
    /*padding: 0 15px 25px;*/
}

    #main #container .page_content #top {
        /*margin: 0 -15px;*/
        padding: 0;
    }

        #main #container .page_content #top .hold_h2 {
            /*width: 970px;
            height: 75px;*/
        }

        #main #container .page_content #top h2 {
            font-family: Rufina-Bold;
            font-size: 46px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 30px 0 10px;
            line-height: 53px;
        }

        #main #container .page_content #top .img_head_content {
            height: auto;
            /*margin: 0 0 28px;*/
        }

        #main #container .page_content #top h3.subtitulo {
            font-weight: lighter;
            color: #5e5e5e;
        }

    #main #container .page_content .conteudo {
        padding: 20px;
        background-color: #FFF;
        margin-bottom: 20px;
        box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
    }

.page_modalidades h2 {
    margin-top: 40px;
    float: left;
    width: 100%;
}

h3,
h3 span:first-child {
    color: #4f4f4f;
    font-family: AverageSans-Regular;
}

    h3 span:last-child {
        color: var(--cor-destacada);
        font-family: AverageSans-Regular;
    }

#footer {
}

.titulo-texto h3 span:last-child, .titulo h3 span:last-child {
    color: var(--cor-principal);
    font-family: Rufina-Bold;
}

.banner-publicidade > .box, .ultimos-comunicados > .box {
    height: 279px;
}

.newsletter-container {
    background-color: var(--cor-principal);
    font-family: arial;
    /* font-family: PillGothic300mg-Light; */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-top: NONE;
}

    .newsletter-container .newsletter {
        height: 85px;
        border-bottom: 3px solid var(--cor-destacada);
        padding-top: 17px;
        padding-right: 0;
        text-align: center;
        background: url(../img/envelopeNewsletter.png) no-repeat 38px 10px;
    }

        .newsletter-container .newsletter input:focus {
            outline: none;
            background-color: #333;
        }

        .newsletter-container .newsletter input:not(.btn) {
            background-color: #fff;
            border: 2px solid #dddddd;
            font-size: 15px;
            height: 51px;
            width: 270px;
            padding: 5px 17px;
            border-radius: 5px;
            color: #333;
            font-weight: 100;
            font-family: AverageSans-Regular;
        }

        .newsletter-container .newsletter input.btn {
            color: transparent !important;
            background: url(../img/enviarNewsletter.png) no-repeat;
            border: none;
            box-shadow: none;
            font-size: 27px;
            padding-bottom: 5px;
            padding-top: 7px;
            border-radius: 5px;
        }

.newsletter .col-md-12 {
    float: right;
    text-align: right;
    margin-top: 17px;
    font-family: Rufina-Regular, PillGothic300mg-Regular;
}

.col-lg-12 {
    width: 52%;
}

.cfooter {
    background-color: #003c14;
}

.width-video {
    width: 100%;
}

.video-bg1 {
    width: 56%;
    background-color: #3c3c3a;
}

.content-footer {
    margin: 14px auto;
    /*width: 940px;*/
    color: #fff;
    font-size: 12px;
}

    .content-footer h4 a, .content-footer h4 {
        color: var(--cor-destacada);
        font-family: Rufina-Regular !important;
        font-size: 18px;
        font-weight: bold;
        /*height: 30px;*/
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
    }

.blocos_footer legend {
    display: none;
}

.content-footer .blocos_footer {
    /*width: 156px;*/
    float: left;
    border-right: 1px solid #9d9d9d;
    border-left: 1px solid #808080;
    padding-left: 19px;
}

    .content-footer .blocos_footer:first-child {
        border-left: none;
    }

    .content-footer .blocos_footer:last-child {
        border-right: none;
    }

    .content-footer .blocos_footer.duplo {
        width: 24rem;
    }

/*.socialIcons {
    background: url(../img/spriteRedes.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}*/

.socialIcons.icon-facebook {
    /*background-position: 0px 0px;*/
    background: url(../img/iconeFacebook.png) no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
}

.socialIcons.icon-instagram {
    background: url(../img/iconeInstagram.png) no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
}

/*    .socialIcons.icon-twitter {
        background-position: 0px -22px;
    }*/

.content-footer ul {
    margin: 0;
}

    .content-footer span,
    .content-footer ul li a,
    .content-footer ul li {
        font-family: AverageSans-Regular;
        padding: 3px 0 0;
        line-height: 30px;
        font-size: 16px;
        color: #FFF;
    }

.content-footer .endereco span {
    line-height: 24px;
    font-size: 16px;
}

.content-footer .endereco h4 span {
    font-size: inherit;
}

.content-footer .endereco span.funcionamento {
    font-size: 13px;
    line-height: normal;
}

.content-footer ul li:before {
    content: "■";
    color: var(--cor-destacada);
    font-size: 12px;
    top: -3px;
    position: relative;
    margin-right: 3px;
}

.content-footer .duplo ul li {
    float: left;
    width: 50%;
    text-indent: 10px;
}


.content-footer input[type="text"] {
    font-family: Rufina-Regular;
    font-size: 13px;
    color: #000;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: -2px;
    margin-top: 5px;
    background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top,#e5e5e5 0%,#fbfbfb 50%,#fbfbfb 74%,#f4f4f4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(50%,#fbfbfb),color-stop(74%,#fbfbfb),color-stop(100%,#f4f4f4));
    background-image: -webkit-linear-gradient(top,#e5e5e5 0%,#fbfbfb 50%,#fbfbfb 74%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',endColorstr='#f4f4f4',GradientType=0);
    background-image: linear-gradient(to bottom,#e5e5e5 0%,#fbfbfb 50%,#fbfbfb 74%,#f4f4f4 100%);
}

    .content-footer input[type="text"]:focus {
        box-shadow: 0 0 3px 1px #fff;
    }

.content-footer .row input[type="submit"] {
    min-height: 25px;
}

.campo-webmail {
    width: 21rem;
    margin-bottom: 1rem;
}


.btn-inverse.alterado {
    font-family: Rufina-Regular;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border: 1px solid #949494;
    box-shadow: 0 0 0 1px #000;
    border-radius: 2px;
    min-height: 25px !important;
    padding: 0 !important;
    margin: 8px 0 7px;
    background-color: #5e5e5e;
}

    .btn-inverse.alterado:hover {
        background-position: 0 center;
        border: 1px solid #949494;
        box-shadow: 0 0 0 1px #000;
        background-color: #929191;
    }

.alert-success {
    border-radius: 0 0 0 0;
    box-shadow: 0 0 5px 2px #f3f3f3;
    color: #468847;
    font-size: 13px;
}

.alert-danger, .alert-error {
    border-radius: 0 0 0 0;
    box-shadow: 0 0 5px 2px #f3f3f3;
    /*color: #c5151b;*/
    font-size: 13px;
}

.alert-warning {
    color: #dd9100;
    background-color: #fbf2e1;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 5px 2px #f3f3f3;
    font-size: 13px;
}

.display-footer {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

span.text {
    line-height: 29px;
    text-shadow: 1px 1px 2px #000;
}

#posfooter {
    height: fit-content;
    box-shadow: none;
    background: linear-gradient(to bottom, #001808 0%, #00200b 30%);
    font-family: OpenSans-Regular;
    border-top: none;
}

.container {
    padding-top: 0 !important;
}

.content-posfooter {
    margin: 0 auto;
    /*width: 960px;*/
    position: relative;
    padding-top: 14px;
    display: flex;
}

    .content-posfooter span {
        color: #fff;
        font-size: 17px;
        font-weight: lighter;
        text-shadow: none;
        font-family: AverageSans-Regular;
    }



    .content-posfooter .logo {
        position: absolute;
        right: 0;
        top: 0px;
        cursor: pointer;
    }

.logo_print {
    display: none;
}

#breadcrumb {
    height: 21px;
    margin: 0 0 0;
}

    #breadcrumb ul {
        margin: 0;
        /*height: 19px;*/
        width: auto;
        float: left;
        padding-right: 10px;
        border: 2px solid #f4f4f4;
        background-color: #ececec;
        background-image: -moz-linear-gradient(top,#ececec 0%,#dfdfdf 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ececec),color-stop(100%,#dfdfdf));
        background-image: -webkit-linear-gradient(top,#ececec 0%,#dfdfdf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec',endColorstr='#dfdfdf',GradientType=0);
        background-image: linear-gradient(to bottom,#ececec 0%,#dfdfdf 100%);
    }

        #breadcrumb ul li {
            display: inline-block;
            height: 19px;
            width: auto;
            float: left;
            line-height: 18px;
            margin: 0 10px;
            font-size: 12px;
            color: #666;
        }

            #breadcrumb ul li a {
                height: 19px;
                display: inline-block;
                float: left;
                font-size: 12px;
                color: #666;
            }

            #breadcrumb ul li.home {
                margin: 0 7px 0 0;
            }

            #breadcrumb ul li a span.home {
                background: url("../layout/nmaster_sprite.png") no-repeat scroll -882px -40px transparent;
                display: inline-block;
                height: 19px;
                width: 34px;
                float: left;
                cursor: pointer;
            }

            #breadcrumb ul li a:hover span.home {
                background-position: -882px -60px;
            }

            #breadcrumb ul li span.divider {
                background: url("../layout/nmaster_sprite.png") no-repeat scroll -915px -40px transparent;
                display: inline-block;
                height: 18px;
                width: 34px;
                float: left;
                text-indent: -9999em;
            }

            #breadcrumb ul li.home span.divider {
                display: none;
            }

.content-footer h4 a, content-footer h4 {
    line-height: 22px;
    font-size: 19px;
    font-family: PhillGothic300mg-Regular !important !important;
}

fieldset textarea {
    height: auto;
}

fieldset input[type="submit"] {
    font-family: Rufina-Regular;
}

#box-login {
}

    #box-login fieldset legend {
        /*display: none;*/
    }

    #box-login fieldset label span {
        display: block;
        color: #000;
        font-size: 13px;
    }

    #box-login fieldset p.label-preencha {
        font-size: 12px;
        min-height: 54px;
    }

    #box-login fieldset label input[type="text"], #box-login fieldset label input[type="password"] {
        color: #000;
        border-radius: 3px;
        box-shadow: 0 2px 7px 0 #dbdbdb inset;
    }

    #box-login .campos {
        padding: 15px 0 10px;
        border-bottom: 1px solid #c8c8c8;
    }

    #box-login .btn-link {
        cursor: default;
        padding: 0 20px;
        text-decoration: none;
    }

        #box-login .btn-link a {
            color: #333;
            display: block;
            font-size: 11px;
            line-height: 22px;
        }

            #box-login .btn-link a.btn-danger.alterado {
                color: #fff;
            }

            #box-login .btn-link a.hide, #box-login .btn-link .carregando.hide {
                display: none;
            }

        #box-login .btn-link .carregando {
            display: block;
            float: right;
            margin: 13px 44px 13px 0;
        }

        #box-login .btn-link .span2 {
        }

        #box-login .btn-link .nolink {
            color: #333;
            font-size: 11px;
            line-height: 22px;
        }

        #box-login .btn-link input[type="submit"] {
            margin: 0;
        }

.seta-login {
    background-image: url("../layout/seta-login.png");
    bottom: 3px;
    display: block;
    float: left;
    height: 8px;
    position: absolute;
    width: 12px;
    #margin-left:-70px;
}

#main #container .page_content .torneio_inscricoes {
    background: url("../img/torneio-verao.jpg") repeat scroll center transparent;
    box-shadow: 0 1px 8px -2px #999;
    color: #fff;
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: bold;
    height: 80px;
    line-height: 85px;
    padding: 0 0 0 20px;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    width: 950px;
    overflow: hidden;
}

.link-calendario a span {
    background-image: url("../../../layout/links-calendario.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 3px;
    min-height: 17px;
    width: 20px;
}

    .link-calendario a span.quadro {
        background-position: -18px 0;
    }

    .link-calendario a span.resultado {
        background-position: -37px 0;
    }

#main_box .eventos ul li .link-calendario a {
    color: #666;
    font-size: 10px;
}


#main_box .eventos .eventos_calendar a {
    text-decoration: none !important;
}

.clock {
    height: 24px;
    padding: 0 5px;
}

    .clock span {
        float: left;
        text-align: center;
        border-right: 0;
        padding-left: 10px;
        font-size: 11px;
        font-weight: bold;
        padding: 0 8px 0 4px;
    }

.flex {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row .span-MenuProvas {
    display: inline;
    margin-right: 1rem;
}

.btn-menu-provas .spanMenuProvas {
}

.btn-mp-alt {
}

.btn-ahundred {
    padding: 5px 25px !important;
}

.btn-inverse.alterado {
    font-family: Rufina-Regular;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    border: 1px solid #949494;
    box-shadow: 0 0 0 1px #000;
    border-radius: 2px;
    min-height: 25px !important;
    padding: 0 !important;
    margin: 8px 0 7px;
    background-color: #5e5e5e;
    background-image: -moz-linear-gradient(top,#5e5e5e 0%,#262525 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5e5e5e),color-stop(100%,#262525));
    background-image: -webkit-linear-gradient(top,#5e5e5e 0%,#262525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e',endColorstr='#262525',GradientType=0);
    background-image: -ms-linear-gradient(top,#5e5e5e 0%,#262525 100%);
    background-image: linear-gradient(to bottom,#5e5e5e 0%,#262525 100%);
}

.btn {
    border-radius: 0;
    /* padding: 10px;*/
}

.tab-content .tab-pane {
    background-color: #FFF;
    padding: 10px;
    float: left;
    width: 100%;
}

.btn-danger {
    /*background-image: linear-gradient(to bottom, #4561b3, #0e2260 100%) !important;*/
    background-repeat: repeat-x;
    border-color: none !important;
}

    .btn-danger:hover, .btn-danger:focus {
        background: #9e1c18;
    }

.btn:focus {
    background-image: linear-gradient(to bottom, #2174ee 0, #4561b3 100%) !important;
}

.alert-danger {
    background-color: #66cc66 !important;
    color: #04ad04 !important;
    background-image: linear-gradient(to bottom, #4561b3 0, #2174ee 100%) !important;
    border-color: #b0d2b0 !important;
}

.pagination a:hover, .pagination .active {
    color: #333 !important;
}

.btn-info {
    background-image: linear-gradient(to bottom, #9c161f, 0%,#d9534f 100%) !important;
    background-repeat: repeat-x;
    border-color: none !important;
    color: #fff;
}

    .btn-info:hover {
        background-color: #9c161f !important;
        color: #fff;
    }

.label-danger {
    background-color: #336600 !important;
}

.pagination a {
    color: #469c1f !important;
}

.label-danger {
    background-color: #e61c16 !important;
}
/*Wellington*/
#conteudo-logada .modal-body table > thead > tr > th, .conteudo-logada .modal-body table > thead > tr > th {
    text-align: center;
    font-style: italic;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    padding: 6px 12px;
    text-shadow: 1px 1px 1px #000000;
    background: #e01f2c; /* Old browsers */
    background-image: -moz-linear-gradient(top, #e01f2c 0%, #9c161f 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e01f2c), color-stop(100%,#9c161f)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #e01f2c 0%,#9c161f 100%); /* Chrome10+,Safari5.1+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01f2c', endColorstr='#9c161f',GradientType=0 ); /* IE6-9 */
    background-image: -ms-linear-gradient(top, #e01f2c 0%,#9c161f 100%); /* IE10+ */
    background-image: linear-gradient(to bottom, #e01f2c 0%,#9c161f 100%); /* W3C */
}

#conteudo-logada .insert-content h3 {
    font-size: 20px;
    font-weight: normal;
    color: #e01f2c;
    margin-top: 0;
}

.btn:focus {
    background: #333 !important;
    border-color: #333 !important;
}

.tab-content .tab-pane {
    background-color: #FFF;
    padding: 10px;
}

#conteudo-logada .insert-content .alert {
    background: linear-gradient(to bottom, #555, #333) !important;
    color: #fff !important;
}

.alert-danger, .alert-error {
    background: linear-gradient(to bottom, #555, #333) !important;
    color: #fff !important;
}

.alert-warning {
    background: linear-gradient(to bottom, #555, #333) !important;
    color: #fff !important;
}

.comunicados a {
    color: #d22730 !important;
}

.main_box .eventos a {
    color: #d22730 !important;
}

.main_box .eventos .diacabecalho {
    background: none repeat scroll 0 0 #d22730 !important;
}

.main_box .eventos .titulo {
    background: linear-gradient(to bottom, #d2b467, #dcab00) !important;
}

.bg-video .video-main {
    margin-bottom: -4px;
    padding: 0;
}

.pagination a, .pagination .active {
    color: #2174ee !important;
}

    .pagination a:hover, .pagination .active {
        color: #000 !important;
    }

.main_box .eventos .diatual a {
    color: #2174ee !important;
}

#descricao ul li {
    font-family: arial !important;
    color: #2174ee !important;
}

.titulo-calendario {
    color: #777 !important;
}

#descricao ul li h3 {
    font-family: arial !important;
}

.pageCalendario span {
    font-family: arial !important;
}

.label-info {
    background: #2174ee !important;
}

.label-vermelho {
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
}

.simply-scroll-btn {
    background-image: url('../img/botoesListaEventos.png') !important;
}

#calendario .links-calendario i {
    background: url("../img/nmaster_sprite.png") repeat scroll -550px -90px transparent !important;
}

.triangulo li:after {
    border-left: 10px solid var(--cor-principal) !important;
}

.triangulo li {
    background-color: var(--cor-principal) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

#carousel .flex-direction-nav .flex-prev {
    background-color: #335e20 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Rufina-Regular !important;
}

/*#carousel .slides li.flex-active-slide:before {
    border-bottom: 10px solid #d22730 !important;
}
*/
#carousel > ul.flex-direction-nav {
    display: none;
}

#carousel .flex-active-slide img {
    border: 3px solid var(--cor-principal) !important;
}

/*#carousel .slides li.flex-active-slide:before {
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid #d22730;
    border-right: 10px solid transparent;
    left: 40%;
    position: relative;
}*/

/* icons NEXT/PREV Slider INICIO*/
.flex-direction-nav a.flex-next:before {
    content: "\e250" !important;
}

#carousel .flex-direction-nav .flex-next {
    font-family: 'Glyphicons Halflings' !important;
}

.flex-direction-nav a:before {
    content: "\e251" !important;
}

#carousel .flex-direction-nav .flex-prev {
    font-family: 'Glyphicons Halflings' !important;
}

.flex-direction-nav a:before {
    font-family: 'Glyphicons Halflings' !important;
}

.flex-nav-prev a:before {
    margin: 4px 7px !important;
}

.flex-direction-nav a:before {
    margin: 4px 9px;
}
/* icons NEXT/PREV Slider FIM */

.spanListaProvas {
    width: 100%;
    display: inline-block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #d22730;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: 600;
}

.nav-tabs > li > a {
    color: #333;
}
/*Mikhael*/
.width_col-3 {
    width: 22%;
    display: inline;
    float: left;
    margin-right: auto;
}

.width_col-4 {
    width: auto;
    width: 30.333333%;
    display: inline;
    float: left;
    position: relative;
}

.width_col-5 {
    width: auto;
    width: 44.666667%;
    display: inline;
}

#content {
    margin: 0 !important;
}

.telefoneDiv {
    font-size: 14px;
    color: #4561b3;
    line-height: 26px;
    height: 26px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin: 30px 0 20px;
}

.img_inscricoes .img-responsive {
    width: 100%;
}

.img-leia-mais {
    float: right;
}

.noticias-cards .col-sm-4 {
    width: fit-content;
}

.mini-area {
    height: 70px !important;
}

#chkConfirmoTermoPrivacidade {
    margin-right: 5px;
    margin-bottom: 15px;
}

.pop_Dupl, .pop_ObsDupl {
    color: #000 !important;
    font-size: 18px !important;
    background: none !important;
    border-color: transparent !important;
}

#ctl00_ContentPlaceHolder1_CampoPrivacidade {
    margin-bottom: 15px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    float: left;
    margin-top: 0;
    width: 100%;
    text-align: right;
}

.no-padding {
    width: auto;
    padding: 0;
}

.menu-no-padding {
    width: 1121px;
}

.footer-federacao {
    width: 80%;
}

.hidden-lg {
    width: 70%;
}

@media screen and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 13.5px !important;
        padding: 4px 13.2px !important;
    }

    .no-padding {
    }

    .video-bg1 {
        width: 100%;
    }

    .width-video {
        width: 64%;
        float: left;
    }

    .ultimas-noticias .noticias {
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        position: inherit;
        float: left !important;
    }

    .ultimas-noticias {
        background-color: var(--cor-principal);
        line-height: 29px;
        margin-top: 0px;
        z-index: 3;
        position: relative;
        box-shadow: none;
        height: 28px;
        border-bottom: 1px #ccc solid;
        border-top: 1px #ccc solid;
        top: -86px;
        position: relative;
    }

    .posheader .logoFPH .cavaleiro {
        background: url(../img/logoCavaloCabecalho.png) no-repeat 0px;
        width: 693px;
        height: 252px;
        margin-top: -21px;
        margin-left: -262px;
        float: left;
        position: relative;
        z-index: 4;
        background-size: 96%;
    }

    div#bs-example-navbar-collapse-1 {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .cont-noticias {
        width: 100%;
        display: flex;
        /* justify-content: flex-end; */
        padding-left: 122px;
        float: right;
        height: 42px;
    }

    /*    .ultimas-noticias .container {
        background: url(../img/bgUltimasNoticias.png) no-repeat -37px 0px;
    }*/

    .navbar-nav {
        float: right;
        justify-content: flex-end;
        display: contents;
    }

    .parceiros {
        float: right;
        width: 25%;
        margin-top: 66px;
    }

    .newsletter-container .newsletter {
        background: url(../img/envelopeNewsletter.png) no-repeat 3px 10px;
    }

        .newsletter-container .newsletter input:not(.btn) {
            width: 195px;
        }

    .title_newsletter {
        font-size: 20px;
    }

    .menu-container .menu {
        margin-top: -142px;
        margin-bottom: 0;
    }

        .menu-container .menu > .navbar > .navbar-inner {
            padding: 0 1px;
            height: 50px;
            border-radius: 0;
            border: 0 none;
            background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(245, 245, 245, 1) 2%, rgba(243, 243, 243, 1) 3%, rgba(245, 245, 245, 1) 5%, rgba(243, 243, 243, 1) 6%, rgba(245, 245, 245, 1) 10%, rgba(243, 243, 243, 1) 11%, rgba(243, 243, 243, 1) 50%, rgba(234, 234, 234, 1) 63%, rgba(231, 231, 231, 1) 65%, rgba(214, 214, 214, 1) 85%, rgba(211, 211, 211, 1) 90%, rgba(212, 212, 212, 1) 92%, rgba(209, 209, 209, 1) 94%, rgba(209, 209, 209, 1) 95%, rgba(212, 212, 212, 1) 97%, rgba(208, 208, 208, 1) 98%, rgba(201, 201, 201, 1) 100%);
            background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(245, 245, 245, 1) 2%, rgba(243, 243, 243, 1) 3%, rgba(245, 245, 245, 1) 5%, rgba(243, 243, 243, 1) 6%, rgba(245, 245, 245, 1) 10%, rgba(243, 243, 243, 1) 11%, rgba(243, 243, 243, 1) 50%, rgba(234, 234, 234, 1) 63%, rgba(231, 231, 231, 1) 65%, rgba(214, 214, 214, 1) 85%, rgba(211, 211, 211, 1) 90%, rgba(212, 212, 212, 1) 92%, rgba(209, 209, 209, 1) 94%, rgba(209, 209, 209, 1) 95%, rgba(212, 212, 212, 1) 97%, rgba(208, 208, 208, 1) 98%, rgba(201, 201, 201, 1) 100%);
            /*background: var(--cor-principal);*/
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9',GradientType=0 );
            margin-top: -11px;
            float: left;
            width: 100%;
        }

    .noticias-left {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1199px) {
    /*Torneio-Noticias INICIO*/
    .col-noticia {
        min-height: 295px;
        padding-left: 0;
        padding-right: 0;
    }
    /*Torneio-Noticias INICIO*/
    .cont-noticias {
        width: 1110px;
    }

    .bg-video .video-main .video-img {
        right: -159px;
    }

    /*    .ultimas-noticias .container {
        background: url(../img/bgUltimasNoticias.png) no-repeat -119px 0px;
        width: 940px;
        margin: 0 auto;
        float: initial;
    }*/

    .ultimas-noticias {
        margin-top: -40px;
    }

        .ultimas-noticias .sessao {
            left: -129px;
            position: relative;
        }

    .navbar-nav {
        justify-content: flex-end;
        display: flex;
    }

    .posheader .logoFPH .cavaleiro {
        width: 585px;
        margin-left: -345px;
        height: 275px;
        background: url(../img/logoCavaloCabecalho.png) no-repeat 0px 0px;
        background-size: 98%;
        margin-top: -1px;
    }

    .no-padding {
    }

    .menu-no-padding {
        width: 940px;
    }

    .menu-container .menu {
        margin-top: -142px;
    }

    .posheader {
        min-height: 390px;
    }

    .ultimas-noticias .noticias {
        position: relative;
        left: -100px;
    }

    #ctl00_pdefault {
        margin: -74px 0 0 0;
    }

    .dataHora {
        width: 36%;
    }

    .posheader h1 a {
        display: block;
        width: 209px;
        height: fit-content;
        color: #000;
        text-decoration: none;
        font-weight: 600;
        margin-left: 15px;
    }

        .posheader h1 a img {
            margin-left: -7px !important;
        }

    .width-video {
        width: 62%;
        float: left;
    }

    .bg-video .video-main .video-img {
        right: -139px;
    }
}

@media only screen and (max-width: 1155px) {

    .posheader .logoFPH .cavaleiro {
        background: url(../img/logoCavaloCabecalho.png) no-repeat 32px 0px;
        width: 512px;
        height: 237px;
        margin-top: 0;
        margin-left: -189px;
        float: left;
        z-index: 4;
        background-size: 90%;
        left: -104px;
    }

    .posheader h1 a img {
        margin-left: -38px !important;
    }

    .main_box .noticias {
        width: 100%;
    }

    /*    .ultimas-noticias .container {
        background: url(../img/bgUltimasNoticias.png) no-repeat -301px 0px !important;
        justify-content: flex-start;
        padding: 0;
        width: 100%;
    }*/

    .ultimas-noticias {
        padding-left: 0;
    }

        .ultimas-noticias .sessao {
            left: 0;
            position: relative;
        }

        .ultimas-noticias .noticias {
            position: relative;
            left: 0;
        }

    .cont-noticias {
        width: 100%;
    }

    .noticias {
        width: 82%;
    }

    .ultimas-noticias {
        margin-top: 60px;
    }

        .ultimas-noticias .ultimas-noticias-nav a {
            width: 19px;
        }

    .menu-container .menu {
        margin-top: -98px;
        margin-bottom: 0;
    }

    .posheader h1 {
        margin-top: 37px;
    }

    .flexslider .slides img {
        margin-top: 16px;
    }

    .ultimas-noticias-nav {
        width: 50px;
    }

    .dataHora {
        width: 50%;
        float: left;
        margin-left: 0;
    }

    #ctl00_pdefault {
        margin: -169px 0 0 0;
    }

    .posheader h1 {
        margin-left: -84px;
    }
}

@media only screen and (max-width: 1030px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 10.3px !important;
    }

    .acessar_conta {
    }

    .posheader .logoFPH .cavaleiro {
        background: url(../img/logoCavaloCabecalho.png) no-repeat 32px 0px;
        width: 685px;
        height: 241px;
        margin-top: 0;
        margin-left: -255px;
        float: left;
        z-index: 4;
        background-size: 90%;
        left: -104px;
    }

    posheader h1 a img {
        margin-left: -42px !important;
        height: 75px;
    }

    .menu-container .menu {
        margin-top: -104px;
        margin-bottom: 0;
    }

        .menu-container .menu > .navbar a {
            font-size: 12.5px !important;
        }

    .posheader h1 {
        margin-top: 30px;
    }

        .posheader h1 a span {
            line-height: 41px
        }

    .flexslider .slides img {
        margin-top: 0;
    }

    #ctl00_pdefault {
        margin: -190px 0 0 0;
    }

    .ultimas-noticias {
        margin-top: 85px;
    }

    .menu-container .menu > .navbar > .navbar-inner {
        margin-top: 1px;
    }

    .noticias-left {
        font-size: 11px;
    }

    .posheader h1 a img {
        margin-left: -66px;
    }
    div#bs-example-navbar-collapse-1 {
        display:block !important;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-container .menu > .navbar > .navbar-inner {
        float: left;
    }

    .float-nav {
        float: left;
        justify-content: flex-end;
        display: flex;
        width: 956px;
    }

    .bg-video .video-main .video-img {
        background: url(../img/cavaleiroVideo.png) no-repeat -70px 0px;
    }

    .video-bg1 {
        width: 134%;
    }

    .noticias-left {
        font-size: 11px;
    }

    .logoFPH {
        height: 38.8rem !important;
    }
    .posheader .logoFPH .cavaleiro {
        width: 690px;
        height: 237px;
        margin-left: -261px;
    }
}

@media (max-width: 1023px) {
    .dataHora {
        margin-left: 0;
    }

    .posheader .logoFPH .cavaleiro {
        background: url(../img/logoCavaloCabecalho.png) no-repeat 0 0px;
        width: 848px;
        height: 198px;
        margin-top: 0;
        margin-left: -192px;
        background-size: 71%;
    }

    .posheader h1 a img {
        margin-left: -246px !important;
    }

    .navbar-nav {
        justify-content: flex-start;
        display: table;
        FLOAT: initial;
    }

    .cont-noticias {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        padding-left: 45px;
    }

    .menu-container .menu > .navbar a {
        font-size: 16px !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
    .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        padding-left: 0;
        padding-right: 15px;
        margin-top: 0;
    }

    .ultimas-noticias .container {
        justify-content: inherit;
        padding: 0 32px;
        width: 100%;
        background: url(../img/bgUltimasNoticias.png) no-repeat -269px 0px !important;
        display: block;
    }

    .ultimas-noticias .sessao {
        left: 0;
        position: relative;
        float: left !important;
        width: 130px;
    }

    .ultimas-noticias .noticias {
        color: #FFFFFF;
        position: relative;
        float: left !important;
        width: 75.2%;
        margin-left: 10px;
    }

    .ultimas-noticias-nav {
        width: 50px;
        text-align: center;
    }

    #ctl00_pdefault {
        margin: -143px 0 0 0;
    }

    .parceiros {
        float: right;
        width: 27%;
        margin-top: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13.5px !important;
        padding: 16px 17px !important;
    }
    /*Torneio-Noticias INICIO*/
    .col-noticia {
        padding-right: 0;
    }
    /*Torneio-Noticias FIM*/

    .menu-container .menu {
        margin-top: -72px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .clock {
        margin-top: 5px;
    }

    .navbar-default {
        display: none;
    }

    .parceiros {
        /*float: left;*/
        margin-top: 36px;
    }
    /* Menu Mobile Inicio */
    .mobile-container {
        display: block;
    }

    .menu .responsiveMenu {
        margin: 0 auto;
        float: inherit;
        padding: 61px 0 0;
        background-color: #111;
        position: fixed;
        top: 0;
        z-index: 91;
        width: 100% !important;
        overflow: scroll;
        overflow-y: scroll;
        height: 100%;
        animation: fadein 1s;
        -moz-animation: fadein 1s; /* Firefox */
        -webkit-animation: fadein 1s; /* Safari and Chrome */
        -o-animation: fadein 1s; /* Opera */
    }

        .menu .responsiveMenu select {
            margin: 0 auto 15px;
        }

    .topnav a {
        position: absolute;
        float: right;
        right: 5px;
        top: 8px;
        z-index: 99;
        padding: 6px 15px 2px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        color: #fff;
        background: transparent;
    }

        .topnav a:hover {
            color: #fff;
        }

    .icon {
        background: rgba(255, 255, 255, 80%);
        border-radius: 5px;
    }

    .sub-menu {
        float: left;
        padding-left: 15px;
        width: 100%;
    }

    .div-menu1 {
        padding: 0;
        width: 100%;
        float: left;
        border-bottom: 1px dotted #ffde00;
        position: relative;
        left: 0px;
        min-height: 60px;
    }

        .div-menu1:hover, .div-menu1:active, .div-menu1:focus, .div-menu1:visited {
            background: linear-gradient(to bottom, #d22730, #7f0a12);
        }

        .div-menu1 .glyphicon {
            float: left;
            margin-right: 12px;
            /*top: 14px;*/
            text-align: center;
            padding: 0 0 0 16px;
        }

        .div-menu1 .uppercase {
            font-size: 20px;
        }

        .div-menu1 a {
            text-decoration: none;
            display: block;
            margin: 0 auto;
            position: initial;
            font-family: PillGothic300mg-Regular;
            color: #fff;
            float: left;
            padding: 6px 0px 0;
            width: 85%;
        }

            .div-menu1 a.menu1 {
                font-size: 20px;
                text-align: left;
                padding: 15px 15px 15px 15px;
                max-width: 100%;
                min-width: 100%;
                position: absolute;
                width: 100%;
                top: 0;
            }

                .div-menu1 a.menu1:hover {
                    color: #f0b70a;
                }

            .div-menu1 a.icon2 {
                font-size: 12px;
                color: #fff;
                text-align: center;
                width: 15%;
                float: right;
                height: 40px;
                right: 0;
                padding: 15px 0;
                position: relative;
                top: 7px;
            }

                .div-menu1 a.icon2:hover {
                    font-size: 12px;
                }

            .div-menu1 a.menu2 {
                overflow: hidden;
                cursor: pointer;
                border-bottom: none;
                float: left;
                text-align: left;
                border-bottom: 2px solid transparent;
                transition: 0.3s;
                width: 85%;
            }

                .div-menu1 a.menu2:hover {
                    border-bottom: 2px solid #f0b70a;
                    color: #fff;
                    width: 95%;
                }

                .div-menu1 a.menu2:after {
                    content: "";
                    background: #f0b70a;
                    display: block;
                    position: absolute;
                    margin-left: -20px !important;
                    margin-top: -120%;
                    opacity: 0;
                    transition: all 0.8s
                }

    .responsiveMenu {
        padding: 20% 0;
        background-color: rgba(0, 0, 0, 50%);
        position: absolute;
        top: 0;
        z-index: 91;
        width: 100%;
    }

    .logoFPH {
        height: 41.8rem !important;
    }

    .posheader h1 a img {
        margin-left: -28px !important;
    }

    .sub-menu a {
        font-size: 16px;
        width: 90%;
        text-align: center;
    }

        .sub-menu a:hover {
            font-size: 16px;
            text-align: left;
        }

    .sub-menu .inner-menu {
        padding-left: 20px;
    }

        .sub-menu .inner-menu a.menu3 {
            overflow: hidden;
            cursor: pointer;
            border-bottom: none;
            float: left;
            text-align: left;
            border-bottom: 2px solid transparent;
            transition: 0.3s;
            width: 65%;
        }

            .sub-menu .inner-menu a.menu3:hover {
                border-bottom: 2px solid #f0b70a;
                color: #fff;
                width: 90%;
            }

    @keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-moz-keyframes fadein { /* Firefox */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadein { /* Safari and Chrome */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-o-keyframes fadein { /* Opera */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .top-14 {
        top: 14px;
    }
    /* Menu Mobile FIM */
    .posheader .logoFPH .cavaleiro {
        z-index: 0;
        background: url(../img/logoCavaloCabecalho_mobile.png) no-repeat 106px 8px;
        margin-top: 0px;
        margin-left: auto;
        display: block !important;
        background-size: 63%;
        width: 311px;
    }

    .posheader h1 a img {
        margin-left: -33px;
        height: 70px !important;
    }

    .video_abso {
    }

    .posheader h1 {
        margin-top: 45px;
    }

    .ultimas-noticias .noticias {
        width: 70.2%;
    }

    .col-sm-2 {
        width: 25%;
    }

    .dataHora {
        width: 50%;
    }

    .naologado {
        width: 40%;
        display: none;
    }

    .slides, .slides > li, .flex-control-nav, .flex-direction-nav {
        margin: 17px 0 0;
        padding: 0;
        list-style: none;
    }

    #preheader {
        padding: 5px 0 13px;
        height: auto;
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0px;
    }

    .posheader {
        padding-top: 51px;
    }

    .display-none {
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    /*Torneio-Noticias INICIO*/
    .logado .btn-group .dropdown-toggle {
        width: 20%;
        margin-top: 0;
    }

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        width: 80%;
        margin-top: 0;
    }

    .img_listagem {
        padding: 0;
        width: 100%;
    }

    .col-noticia {
        padding-right: 0;
        padding-bottom: 15px !important;
        height: fit-content;
        min-height: inherit;
    }
    /*Torneio-Noticias FIM*/
    #ctl00_pnBreadcrumb {
        float: left;
        margin: 15px 0 0;
    }

    .nav-tabs {
        width: 92%;
    }

    .col-sm-10 {
        width: 92%;
    }

    .newsletter span {
        float: left;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 15px;
        text-align: center;
        margin-bottom: 25px;
    }

    .newsletter-container .newsletter {
        background: url(../img/envelopeNewsletter.png) no-repeat 73px 10px;
    }

        .newsletter-container .newsletter input.btn {
            width: 50px;
            padding: 7px 0;
        }

    .col-sm-12 {
        margin-bottom: 10px;
        width: 100%;
    }

    .newsletter .col-md-12 {
        text-align: center !important;
    }

    #divResultado {
        /*        overflow: auto !important;
        display: grid !important;
        max-height: 351px !important;
        margin-bottom: 15px;*/
    }

    thead {
        position: sticky;
        top: 0;
    }

    .posheader .logoFPH .cavaleiro {
        width: 290px;
    }

    .ultimas-noticias {
        margin-top: -6px;
        z-index: 3;
    }

    .posheader h1 a img {
        margin-left: -27px;
        height: 65px !important;
    }
}

@media (min-width: 820px ) and (max-width: 991px) {
    .logoFPH {
        height: 31.8rem !important;
    }
}

/*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ultimas-noticias {
        margin-top: 5px;
    }

        .ultimas-noticias .container {
            background-position: -300px 0px;
        }

        .ultimas-noticias .sessao {
            margin-left: 0;
        }

    .responsiveMenu {
        padding: 10px 30px;
        background-color: #fff;
    }

    .title_newsletter {
        width: 100%;
        float: inherit;
        text-align: center;
        padding: 20px 0 31px;
    }

    .navbar-default {
        margin-bottom: 0;
    }

    .container .newsletter span {
    }

    .newsletter-container .newsletter input.btn {
        width: fit-content;
        height: 51px;
    }

    .newsletter .col-md-12 {
        float: right;
        text-align: center;
        margin-top: 17px;
    }

    .container {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .width-video {
        width: 49.5%;
        padding-left: 1%;
        float: left;
    }

    .preheader {
        position: fixed;
    }
}*/

/*@media only screen and (max-width: 954px) {
    .video_abso {
        display: none;
    }
}*/

/*@media only screen and (max-width: 834px) {
    .video_abso {
    }

    .video-bg1 {
        width: 100%;
        padding-right: 0;
    }

    .width-video {
        width: 46%;
        float: left;
    }

    .bg-video {
        padding: 0;
    }

        .bg-video .video-main .legenda-video .textos-video {
            padding-top: 6px;
            float: right;
            width: 72%;
        }

    .width-logo-video {
        width: 28%;
    }
}*/

@media only screen and (max-width: 770px) {
    .content-posfooter .logo {
        position: absolute;
        right: 0;
        cursor: pointer;
    }

    .cavaleiro {
        width: 100%;
        float: left;
    }

    .logoFPH a {
        float: left;
        width: 100%;
    }

    .logo-footer {
        margin-right: 15px;
    }

    .content-footer .endereco span {
        line-height: 27px;
        font-size: 14px;
    }

    .naologado {
        text-align: right;
        width: 46%;
        padding-right: 0;
    }

    .dataHora {
        margin-left: 0;
        width: 43%;
    }

    #ctl00_pdefault {
        margin: -60px 0 0 0;
    }

    .posheader .logoFPH .cavaleiro {
        float: initial;
        margin: 15px auto 0;
        position: initial;
        height: 192px;
        text-align: center;
        background: url(../img/logoCavaloCabecalho_mobile.png) no-repeat center 0;
        background-size: 85%;
    }

    .menu-container .menu {
        margin-top: 0;
    }

    #ctl00_pdefault {
        margin: 0 0 0 0;
    }

    .posheader h1 {
        margin-top: 45px;
        margin-left: 0;
    }

        .posheader h1 a img {
            margin-left: 0 !important;
            margin-top: -58px;
        }

    .familia-4v .mini-area .mini-img {
        padding: 0;
        margin: 0;
        width: 60px !important;
    }

    .logoFPH {
        height: 37.8rem !important;
    }
}

@media only screen and (max-width: 768px) {
    table > tbody > tr > td, table > thead > tr > th {
        border: solid 1px darkgray;
        padding: 2px;
        font-size: 11px;
    }

    .container .calendario-main .box-li .calendario-data .calendario-data-interno {
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 767px) {
    #main #container .page_content #top h2 {
        font-size: 40px;
    }

    .col-lg-4 {
        width: 100%;
    }

    .banner-publicidade, .ultimos-comunicados {
        margin-right: 0%;
    }

    .comunicados-manchete .title {
        padding: 5px;
    }

    .container .titulo, .comunicados-manchete .data, .comunicados-manchete .title {
        padding: 0px;
    }

    .ranking-main {
        width: 100%;
    }

    #main #container .page_content #top .img_head_content {
        height: auto;
        /* margin: 0 0 28px; */
        width: 100%;
        clear: both;
        padding-top: 1px;
    }
    /*Torneio-Noticias INICIO*/
    .conteudo-torneio {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

    .noticias-cards {
        width: 48%;
        float: left;
    }

    .noticia-img {
        width: fit-content;
        float: left;
    }

    .table-card {
        display: block;
        width: 60%;
        float: left;
        text-align: center;
    }

        .table-card .btn {
            margin-bottom: 10px;
            width: 100%
        }

        .table-card p {
            font-size: 13px;
        }

    .thumb-torneio {
        float: left;
        width: 35%;
        margin-bottom: 14%;
    }

        .thumb-torneio img {
            width: 95%;
        }

    .titulo-torneios_ativos {
        width: 100%;
        margin-top: 0;
        font-size: 35px;
        line-height: 35px;
    }

    .periodo-inscricoes, .data-torneio, .align_right {
        width: 100%;
    }

    .align_right {
        padding: 0 0 0 2%;
        text-align: left !important;
        margin-top: 15px;
    }

    .mes-torneio, .ano-torneio {
        margin-right: 10px;
    }

    .margin-top {
        margin-top: 10px;
    }

    .logado {
        width: 45%;
    }

        .logado .btn-group .dropdown-toggle {
            width: 20%;
        }

        .logado .btn-group .bigger {
            width: 80%;
        }

    .pull-right {
        width: fit-content;
    }
    /*Torneio-Noticias FIM*/
    .nav-tabs {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

    #main #container {
        margin-top: 10px;
    }

    .posheader h1 {
        float: left;
        margin-bottom: 0px;
    }

    /**/

    .ultimas-noticias {
        margin-top: -69px;
    }

        .ultimas-noticias .container {
            background-position: -300px 0px;
        }

        .ultimas-noticias .sessao {
            margin-left: 0;
        }

    .tiraPadding {
        margin-bottom: 10px;
        padding-right: 0;
    }

    .col-sm-10 {
        width: 100%;
    }

    .btn-danger {
        padding: 10px 45px;
        width: 195px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 35px;
        padding-right: 35px;
    }

    .posheader {
        min-height: 280px;
    }

    .display-footer {
        padding: 0;
    }

    .content-footer {
        padding: 0;
    }

        .content-footer .blocos_footer:first-child {
            width: 32%;
            margin-bottom: 15px;
        }

        .content-footer .blocos_footer {
            width: 32%;
            margin-bottom: 15px;
            border-right: 0;
        }

    .endereco {
        width: 66% !important;
    }

    .content-footer .blocos_footer:last-child {
        text-align: right;
    }

    .content-footer .endereco span {
        line-height: 15px;
        font-size: 12px;
    }

    #ctl00_lblTelefone {
        font-size: 15px;
    }

    .content-footer span, .content-footer ul li a, .content-footer ul li {
        font-family: PillGothic300mg-Regular;
        padding: 3px 0 0;
        line-height: 20px;
        font-size: 14px;
        color: var(--cor-footer-letras-pret);
    }

    .content-posfooter .logo {
        top: -37px;
    }

    .parceiros {
        float: right;
        margin-top: 12px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        padding: 0 !important;
    }

    .circulo-icone-mais {
        width: 20%;
    }

    .ranking-main {
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .bg-video .video-main .caixa-video-principal {
        width: 51%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 601px) {
    .thumb-torneio img {
        width: 90%;
    }

    .posheader .logoFPH .cavaleiro {
        display: none !important;
    }

    .posheader h1 a span {
        line-height: 40px;
    }

    .flexslider .slides > li {
        border-top: 1px dashed #ccc;
    }

    .parceiros {
        float: right;
        width: 45%;
    }

    .posheader h1 a {
        width: auto;
        text-align: left;
    }

        .posheader h1 a img {
            display: none;
        }

    .posheader h1 {
        width: 100%;
        padding: 45px 0px 50px;
        background: url(../img/logoCavaloCabecalho_mobile.png) no-repeat left 16px;
        background-size: 176px;
        margin-left: 44px !important;
        text-align: left;
    }

    .ranking-main .infos-modalidade {
        background-color: #4561b3;
        color: #fff;
        line-height: 30px;
        padding: 10px 20px;
    }

    .video-bg1 {
        padding: 0;
    }

    .width-video {
        width: 100%;
        float: initial;
    }

    .img-responsive {
        padding: 0;
    }

    .banner-parceiros h1 {
        width: 100%;
        text-align: left;
    }

    .menu-container .menu {
        margin-top: -70px;
    }

    .dataHora {
        margin: 0;
        width: 49%;
        padding: 0 0 0;
    }

    .flexslider {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .parceiros {
        float: right;
        width: fit-content;
        margin-bottom: 0;
    }

    .width-video {
        width: 100%;
        float: initial;
    }

    .video-bg1 {
        width: 100%;
        padding: 0;
    }

    .no-padding {
        padding: 0;
    }

    element.style {
    }

    .bg-video .video-main .caixa-video-principal {
        width: 336px;
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto;
        float: initial;
    }

    .bg-video {
        margin: 40px 0 0 !important;
        padding-bottom: 30px;
    }

    .circulo-icone-mais {
        width: 10%;
    }

    .calendario-manchete {
        padding: 0 15px;
    }

    .width-video {
        width: 100%;
        float: left;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 540px) {
    .thumb-torneio img {
        width: 95%;
    }

    .col-sm-2 {
        padding: 0;
        float: left;
        width: fit-content;
    }

    .logoFPH {
        text-align: center;
    }

    .naologado {
        text-align: left;
    }

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        border-top: dashed 1px #ccc;
        margin-top: 5px;
    }

    .display-footer {
        padding: 0;
    }

    .content-footer span, .content-footer ul li a, .content-footer ul li {
        font-family: AverageSans-Regular;
        padding: 3px 0 0;
        line-height: 20px;
        font-size: 14px;
        color: #FFF;
    }

    .content-footer h4 a, .content-footer h4 {
        font-size: 15px;
    }

    .content-footer .endereco span {
        font-size: 14px;
    }

    .content-posfooter span {
        font-size: 13px;
    }

    .parceiros {
        width: 100%;
    }

    .flexslider {
        /* margin: 0 0 60px; */
        margin: 0 auto;
    }

    .menu-container .menu {
        margin-top: -70px;
    }

    .dataHora {
        margin: 0;
        width: auto;
        padding: 0 0 0;
    }

    .acessar_conta {
        margin-left: 14px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .circulo-icone-mais {
        width: 10%;
    }

    .calendario-manchete {
        padding: 0 15px;
    }

    .banner-publicidade > .box, .ultimos-comunicados > .box {
        height: auto;
        overscroll-behavior: none;
        overflow: inherit;
        word-wrap: normal | break-word !important;
    }

    .posheader h1 a {
        margin: 0 auto;
    }

        .posheader h1 a img {
            display: none;
        }

    .posheader h1 {
        padding: 45px 0px 40px 148px;
        text-align: center;
        width: 370px;
        float: inherit;
        height: 163px;
        margin-top: 11px;
        margin-left: 106px !important;
    }

    h2, #main #container .page_content #top h2 {
        font-size: 32px;
        line-height: 38px;
    }

    #posfooter {
        height: 50px;
    }
}

@media only screen and (max-width: 520px) {
    .table-card {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .table-card {
        width: 100%;
    }

    .thumb-torneio {
        float: left;
        width: 42%;
        margin-bottom: 14%;
    }

    .table-card {
        display: block;
        width: 58%;
        float: left;
        text-align: center;
    }

    #main #container {
        margin-top: 0px;
    }

    #breadcrumb {
        margin: 0 !important;
    }

    .posheader .logoFPH .search {
        margin-top: 0;
        margin-right: 20px;
    }

    .container {
        padding-bottom: 15px;
    }

    #preheader .preheader_container {
        padding-bottom: 0;
    }

    .tab-content, .col-sm-12 {
        width: 100%;
        padding: 0;
    }

        .tab-content .tab-pane {
            padding: 10px 0 !important;
        }

    #preheader {
    }

    .tiraPadding {
        padding: 0;
        margin-bottom: 10px;
    }

    .col-sm-10, .col-sm-2 {
        padding: 0;
    }

    .menu .responsiveMenu {
        margin: 0 auto;
        float: inherit;
        width: inherit;
    }

        .menu .responsiveMenu select {
            margin-left: -3px;
        }

    #main #container .page_content #top h2 {
        font-size: 26px !important;
        line-height: 27px;
        margin-top: 0;
    }

    #main #container .page_content #top .top-adm h2 strong {
        font-size: 33px !important;
        margin-bottom: 20px;
    }

    .col-sm-10, .col-sm-2 {
        width: 100%;
    }

    .dataHora {
        float: inherit;
        margin: 0 auto;
        text-align: center;
    }

    .clock span {
        margin-bottom: 5px;
        text-align: center;
        margin: 0 auto;
    }

    .content-footer {
        padding: 0;
    }

    .container .lista-noticias .descricao .data {
        color: #2174ee;
        padding-left: 0;
        font-size: 12px;
        text-align: center;
        padding-bottom: 5px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 19px;
        padding-right: 0;
    }

    .border-bottom {
        border-bottom: 0 !important;
    }

    .box-familia-4v .familia-4v .mini-area {
        padding: 12px 0px 0px 6px !important;
    }

    .page_modalidades h2 {
        margin-top: 30px;
    }
    /*Torneios-Noticias INICIO*/
    .button-filtrar {
        width: 100% !important;
    }

        .button-filtrar .filtrar {
            width: 100% !important;
        }

    .btn-success, .bt-boleto {
        width: 100%;
    }
    /*Torneios-Noticias FIM*/
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

@media screen and (max-width: 768px) {
    #main_box {
        width: 100% !important;
    }

    #secondary_box {
        float: left;
        width: 100% !important;
        min-height: inherit !important;
    }

    #main_box .eventos {
        height: auto !important;
    }

    .newsletter-container .newsletter input:not(.btn) {
        width: 150px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    #main_box {
        width: 100% !important;
    }



    #secondary_box {
        /*float: left;
		width: 100% !important;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
		min-height: inherit !important;*/
    }

        #secondary_box > div {
            /*display: inline-block;
		width: 100%;*/
        }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .width_col-3, .width_col-4 {
        width: 100%;
    }
}

@media only screen and (min-width: 769px ) {
    /* For mobile phones: */
    .width_col-3, .width_col-4 {
        width: 50%;
    }
}

@media only screen and (min-width: 992px ) {
    /* For mobile phones: */
    .width_col-4 {
        width: 30%;
    }

    .width_col-3 {
        width: 20%;
    }
}

@media only screen and (rmax-width: 450px) {
    .parceiros {
        margin-bottom: 28%;
        float: none;
    }

    .banner-parceiros h1 {
        width: 100%;
        text-align: left;
    }

    .mini-img {
        padding: 0;
        margin: 0;
        width: fit-content !important;
    }
}

@media (max-width: 449px) {
    .content-footer .endereco span {
        font-size: 13px;
    }

    .banner-parceiros h1 {
        width: 100%;
        text-align: center;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
        /*padding-right: 15px;*/
    }

    .menu-container .menu {
        margin-top: -77px !important;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dataHora {
        margin: 0;
        padding: 0 0 0;
    }

    .acessar_conta {
        float: right;
        padding: 0;
    }

    .flexslider {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .mini-img {
        width: fit-content !important;
    }

    .familia-4v .mini-area .mini-texto .mini-titulo {
        font-size: 18px !important;
        line-height: 21px;
    }

    .familia-4v .mini-area .mini-texto .mini-descritivo {
        font-size: 13px !important;
    }

    .box-familia-4v .familia-4v .mini-area {
        box-shadow: 3px 3px 15px rgb(0 0 0 / 10%);
        padding: 7px 0px 0px 15px;
    }

    .familia-4v .mini-area .mini-texto {
        margin-top: 4px !important;
    }
}

@media only screen and (max-width: 420px) {
    .dataHora {
        margin: 6px 0 0;
        padding: 0 0 0;
        float: left;
        line-height: 21px;
    }

    .naologado {
        text-align: right;
        margin-right: 10px;
        width: 43%;
        margin-top: 16px;
        line-height: normal;
    }

    .content-footer .blocos_footer {
        width: 48% !important;
        margin-bottom: 15px;
        border-right: 0;
        padding: 20px 20px 50px !important;
    }

        .content-footer .blocos_footer:first-child {
            width: 48%;
            margin-bottom: 15px;
        }

    .endereco {
        width: 100% !important;
    }

    .content-footer .blocos_footer:last-child {
        text-align: left;
    }

    .comunicados-manchete .title {
        white-space: normal !important;
    }
}

@media only screen and (max-width: 391px) {
    .box h2 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 375px) {
    /*Torneio-Noticias INICIO*/
    .conteudo-torneio {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

    .table-card {
        display: block;
        width: 100%;
        float: left;
    }

        .table-card .btn {
            margin-bottom: 10px;
        }

    .thumb-torneio {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

        .thumb-torneio img {
            width: 55%;
        }

    .titulo-torneios_ativos {
        width: 100%;
        font-size: 20px !important;
        line-height: 25px;
        font-weight: 600;
        text-align: center;
        margin: 5px 0 10px;
    }

    .periodo-inscricoes, .data-torneio, .align_right {
        width: 100%;
    }

        .periodo-inscricoes h4, .data-torneio h4, .align_right h4 {
            font-size: 16px;
            font-weight: 600;
        }

    .align_right {
        padding: 0 0 0 2%;
        text-align: left !important;
        margin-top: 15px;
    }
    /*Torneio-Noticias FIM*/
    #conteudo-logada {
        width: 100% !important;
        padding: 0 10px;
    }

    .menu .responsiveMenu {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        .menu .responsiveMenu select {
            margin-left: -5px;
        }

    .bg-video .video-main .legenda-video {
        margin: 0 auto;
    }

    .width-logo-video {
        width: 28% !important;
    }

    .dataHora {
        margin: 6px 0 0;
        padding: 0 0 0;
        float: left;
        line-height: 21px;
    }

    .posheader h1 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 372px) {

    .posheader h1 a {
        margin: 0 auto;
        text-align: center;
    }

        .posheader h1 a img {
            display: none;
        }

    .posheader h1 {
        margin-left: 0px !important;
        width: 100%;
        padding: 120px 0px 16px;
        height: auto;
        text-align: center;
        background: url(../img/logoCavaloCabecalho_mobile.png) no-repeat center 9px;
        background-size: 171px;
        float: left;
    }
}

@media only screen and (max-width: 330px) {

    .col-sm-5.col-xs-12.pull-right > .box {
        padding: 0;
    }

        .col-sm-5.col-xs-12.pull-right > .box > #ctl00_ContentPlaceHolder1_upCalendario {
            width: 90%;
            margin: 0 auto;
        }
}

@media only screen and (max-width: 320px) {
    #main #container .page_content #top h2 {
        font-size: 24px !important;
    }

    /*Torneio-Noticias INICIO*/
    .titulo-torneios_ativos {
        font-size: 18px !important;
        line-height: 22px;
    }

    .conteudo-torneio {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

    .table-card {
        display: block;
        width: 100%;
        float: left;
    }

        .table-card .btn {
            margin-bottom: 10px;
        }

    .thumb-torneio {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

        .thumb-torneio img {
            width: 65%;
        }

    .titulo-torneios_ativos {
        width: 100%;
        font-size: 20px !important;
        line-height: 25px;
        font-weight: 600;
        text-align: center;
        margin: 5px 0 10px;
    }

    .periodo-inscricoes, .data-torneio, .align_right {
        width: 100%;
    }

        .periodo-inscricoes h4, .data-torneio h4, .align_right h4 {
            font-size: 16px;
            font-weight: 600;
        }

    .align_right {
        padding: 0 0 0 2%;
        text-align: left !important;
        margin-top: 15px;
    }
    /*Torneio-Noticias FIM*/

    .menu .responsiveMenu {
        width: fit-content;
        margin-left: 0px;
    }

        .menu .responsiveMenu select {
            margin-left: 0px;
        }

    .posheader .logoFPH .search {
        margin: 0px 11px;
    }

    .dataHora {
        width: 62%;
    }

    /* Galaxy Fold OS 31697 */
    .col-sm-12.lista-noticias > a {
        display: grid;
    }

        .col-sm-12.lista-noticias > a > .data_noticias {
            order: 1;
            margin: 5px 0 10px 0;
        }

        .col-sm-12.lista-noticias > a > .col-sm-9.col-xs-12.descricao {
            order: 0;
            width: 100%;
        }

    .container .lista-noticias .descricao .texto {
        padding: 0;
    }
    /* FIM Galaxy Fold OS 31697 */

}

@media only screen and (max-width: 287px) {
    .bg-video .video-main .legenda-video .textos-video {
    }
}

@media only screen and (max-width: 280px) {

    .posheader h1 a {
        margin: 0 auto;
        text-align: center;
    }

    .posheader h1 {
        margin: 0 auto;
        width: 100%;
        padding: 120px 0px 16px;
        height: auto;
        text-align: center;
        background: url(../img/logoCavaloCabecalho_mobile.png) no-repeat center 9px;
        background-size: 120px;
        float: left;
    }
    /*Torneios-Noticias INICIO*/
    .btn-padding {
        padding: 0 13px 0 0 !important;
    }
    /*Torneios-Noticias FIM*/
}

.contorno-minha-conta {
    padding: 0 15px;
    border: 2px solid #f0eee9;
    border-radius: 10px;
    line-height: 30px;
    margin-top: 2px;
    background-color: transparent;
    font-family: AverageSans-Regular;
}

#btnAcessarConta:hover {
    transform: scale(1.03);
}

.logoFPH {
    height: 29.8rem;
}

.containerFPH {
    margin-top: -95px !important;
}

div#bs-example-navbar-collapse-1 {
    display: flex ;
    justify-content: center;
}

@media only screen and (min-width: 1200px) {
    div#bs-example-navbar-collapse-1 {
        display: flex !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 1200px )and (max-width: 1544px){
    .posheader .logoFPH .cavaleiro {
        background: url(../img/logoCavaloCabecalho.png) no-repeat 0px;
        width: 640px;
        height: 257px;
        margin-top: -37px;
        margin-left: -293px;
        float: left;
        position: relative;
        z-index: 4;
        background-size: 96%;
    }
}

.horarioAtend strong {
    color: var(--cor-destacada);
    font-family: 'Rufina-Regular';
}

li.flex-active-slide a {
    display: flex !important;
}

.btn-ahundred {
    background-color: #003c14 !important;
    background: #003c14 !important;
}