html {
    font-size: 11px;
}

.overflowauto {
    overflow-x: auto;
}

.rows {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

._body {
    background: #0a0b12;
    padding: 0;
    margin: 0;
}

._container {
    width: 100%;
    min-height: calc(100vh - 150px);
    background-color: #fafafa;
}

._nav {
    background: #0a0b12!important;
    height: 4.688rem;
}

._nav a {
    color: #ffffff!important;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 1.2rem;
}

._nav a:hover {
    color: #eeb346!important;
}

._nav .navbar-toggler {
    background: #4d4d4d!important;
}

._nav .navbar-brand {
    color: #eeb346!important;
    font-weight: bold;
}

.dropdown-menu {
    background: #0a0b12!important;
}

.dropdown-menu .dropdown-item:hover {
    background: #0a0b12!important;
}

.logo {
    margin-top: -1.125rem;
    height: 9.375rem;
    width: auto;
    position: absolute;
}

.logo2 {
    margin-top: -1.925rem;
    height: 10rem;
    width: auto;
    position: absolute;
    left: 13rem;
}

@media (max-width:1366px) {
    .logo {
        margin-top: -1.125rem;
        height: 8.5rem;
        width: auto;
    }
    .logo2 {
        margin-top: -1.925rem;
        height: 8.5rem;
        width: auto;
        left: 12rem;
    }
}

.subNav {
    height: 9.25rem;
    border-top: 1px #69000091 solid;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #4040413d;
}

.btn-outline-nav {
    background: #690000!important;
    color: #fff!important;
}

.btn-outline-nav:hover {
    background: #3f0000!important;
}

.pesquisa-nav {
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
}


/* patrocinadores */

._parceiros {
    width: 100%;
    height: 9.25rem;
    background: #14161d;
    background: #0a0b12;
    background: -moz-linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%);
    background: linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0a0b12", endColorstr="#14161d", GradientType=1);
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px #656 solid;
    border-top: 1px #690000 solid;
    border-top: 1px #49494950 solid;
    border-top: 1px #0a0b1259 solid;
    border-top: 1px #6900006e solid;
}

.div_patrocinadores {
    color: #eeb346;
    font-size: 1.7rem;
    font-weight: bold;
    padding-left: 1.563rem;
    padding-right: 0.938rem;
    white-space: nowrap;
}

@media (max-width:680px) {
    .div_patrocinadores {
        font-size: 1.2rem;
    }
}

.img_patrocinadores {
    height: 8.0rem;
    width: auto;
    border-radius: 4px;
    border: 0.125rem solid #000000;
}


/* patrocinadores */


/* carousel */

.carousel {
    position: relative;
    width: 100%;
    background: #466;
}


/* carousel */


/* Uteis */

.boxcontainer {
    padding: 1rem;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.objeto-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.objeto-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
}

.objeto-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: center;
}

.bkescuro {
    background-color: #0a0b12;
    background: -moz-linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%);
    background: linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0a0b12", endColorstr="#14161d", GradientType=1);
}

.tituloescuro {
    color: #fff!important;
}

.bkclaro {
    background-color: #fafafa;
}

.tituloclaro {
    color: #0a0b12;
}

.subtituloclaro {
    color: #555d64;
}

h3 {
    letter-spacing: .625rem!important;
    text-transform: uppercase!important;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 3.125rem!important;
    text-align: center!important;
}

.fontescura {
    color: #0a0b12!important;
    font-weight: bold;
}


/* Uteis */


/* Sobre Nos*/

#quem-somos {
    min-height: 35vh;
    padding: 0rem;
}

.quem-somos {
    padding: 0rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.quem-somos p {
    padding: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 1.250rem;
    letter-spacing: .063rem;
    font-size: 1.250rem;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    text-align: center;
}

@media only screen and (max-width: 680px) {
    .quem-somos {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .quem-somos p {
        padding: 2rem;
        padding-top: 1.250rem;
    }
}


/* Sobre Nos*/


/* noticias */

#noticias {
    min-height: 35vh;
}

.noticias {
    padding: 0rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media only screen and (max-width: 680px) {
    .noticias {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

._div-noticias-col {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    border: 1px solid rgba(85, 93, 100, 0.376);
    padding: 0;
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

._div-noticias {
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    position: absolute;
    z-index: 500;
    font-size: 1.3rem;
    background: rgba(0, 0, 0, .3);
    cursor: default;
}

._div-noticias-text {
    width: 100%;
    color: #0a0b12;
    text-align: center;
    font-size: 1.3rem;
}

.titulolermais {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
}

.subtitulolermais {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
}

.textolermais {
    font-size: 1.2rem;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 680px) {
    .titulolermais,
    .subtitulolermais,
    .textolermais {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.boxcontainernoticia {
    width: 100%;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capanoticias {
    height: 500px;
    width: auto;
}

@media only screen and (max-width: 680px) {
    .capanoticias {
        max-height: 500px;
        height: auto;
        width: 100%;
    }
}

.mincapanoticias {
    height: auto;
    width: 213px;
    border-radius: 4px;
    border: 1px solid rgba(85, 93, 100, 0.376);
}

.conteinerdivnoticias {
    width: 80%;
}

.tbnoticias {
    width: 100%;
}

.tbnoticias td {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

.tbnoticias tr {
    border: 1px solid rgba(85, 93, 100, 0.376);
}

.tdleftpadding {
    padding-left: 15px;
}

.tdrighttpadding {
    padding-right: 15px;
}

.tbnoticias td div {
    width: 100%;
}

.tdwidth {
    width: 230px;
    padding-left: 15px;
    padding-right: 15px;
}

.ntitulo {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}

.nsubtitulo {
    font-size: 1.2rem;
    padding-bottom: 5px;
    text-align: center;
}

.nleiamais {
    font-size: 1.2rem;
    font-weight: bold;
    color: #990000;
    text-align: right;
}

.nleiamais:hover {
    cursor: pointer;
}


/* noticias */


/* ranking */

#ranking {
    min-height: 55vh;
}

.ranking {
    padding: 0rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media only screen and (max-width: 680px) {
    .ranking {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

._div-ranking-col {
    width: 220px;
    min-width: 220px;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 35px;
}

._div-ranking-classificacao {
    width: 100%;
    padding: 0;
    color: #626a72;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

._div-ranking {
    width: 100%;
    padding: 0;
    min-height: 310px;
    color: #cbd4dd;
    text-align: center;
    padding-top: 10px;
}

.img_ranking {
    height: 300px;
    width: auto;
}

._div-ranking-text {
    padding-top: 5px;
    font-size: 1.42rem;
    color: #fff;
    text-align: center;
}

._div-ranking-text-ganhos-pontos {
    padding-top: 5px;
    text-align: center;
}

._div-ranking-text-ganhos-pontos span {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    color: #cbd4dd;
}

._div-ranking-text_ {
    padding-top: 5px;
    font-size: 1.42rem;
    color: #626a72;
    text-align: center;
}

._div-ranking-text-ganhos-pontos_ {
    padding-top: 5px;
    text-align: center;
}

._div-ranking-text-ganhos-pontos_ span {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    color: #626a72;
}

.btn_classificacao {
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #626a72;
    cursor: pointer;
    color: #555d64;
    font-size: 1.2rem;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    padding: 6px 24px;
    text-decoration: none;
}

.btn_classificacao:active {
    position: relative;
    top: 1px;
}

.btn_classificacao:hover {
    background: linear-gradient(to bottom, #3f0000 5%, #610505 100%);
    background-color: #3f0000;
    color: #fff;
}

.containertableranking {
    max-height: 600px;
    overflow: auto;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 10px;
}

.rankinggeral {
    padding: 0rem;
    padding-top: 2.83rem;
    padding-bottom: 7rem;
}

.divtable {
    width: 85%;
    padding: 0;
}

.tableRanking {
    width: 100%;
}

.tableRanking thead {
    font-size: 1.2rem;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    color: #fff;
}

.tableRanking thead th {
    padding: 10px!important;
}

.tableRanking tbody {
    font-size: 1.1rem;
}

.tableRanking tbody td {
    padding: 5px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border-bottom: rgba(85, 93, 100, 0.376) 1px solid;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    color: #626a72;
}

.nomecavaleiro {
    margin-left: 5px;
}

.img_tdcontainerranking {
    width: 55px!important;
    height: 55px!important;
    padding-bottom: 2px;
    background: #626a722a;
    border-radius: 50%;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: end;
    justify-content: center;
}

.img_tdranking {
    width: 30px;
    height: auto;
}

.select-menu {
    letter-spacing: .625rem!important;
    text-transform: uppercase!important;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 3.125rem!important;
    text-align: center!important;
    color: #fff;
    background: #0a0b12;
    border-radius: 4px;
}

.select-menu .select-btn {
    padding: 20px;
    font-size: 3.125rem;
    font-weight: 400;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: #0a0b12;
    background: #fff;*/
}

.select-menu .select-btn:hover {
    color: #fff;
    background: #610505;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
    float: right;
    right: 20px;
    position: relative;
    top: 12px;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu .options {
    position: relative;
    padding: 20px;
    margin-top: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    box-shadow: 0 0 3px rgba(85, 93, 100, 0.144);
    display: none;
    max-height: 250px;
    overflow: auto;
}

.select-menu.active .options {
    display: block;
}

.options .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 4px;
    align-items: center;
    background: #fff;
    color: #0a0b12;
    justify-content: center;
}

.options .option:hover {
    background: #610505;
    color: #fff;
}

.option .option-text {
    font-size: 1.636rem!important;
}

.option .option-info {
    font-size: 1.636rem!important;
    text-transform: none;
}

.option .option-id {
    font-size: 0.01rem!important;
    text-transform: none;
    color: #fff;
}


/* ranking */


/* rodape */

#rodape {
    height: 150px;
    position: relative;
    width: 100%;
    bottom: 0;
}

.rodape {
    padding: 0rem;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

._div-rodape-col {
    font-size: 1.2rem;
    color: #fff;
    margin-right: 5rem;
    height: 5.8rem;
}

@media (max-width:793px) {
    .rodape {
        padding-top: 65px;
    }
}

.faleconosco {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: default;
}

.faleconosco:hover {
    color: #fff;
}

.faleconosco_text {
    color: #fff;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

.faleconosco_icon {
    text-decoration: none;
    color: #fff;
    font-size: 3rem;
    background: #15ad08;
    border-radius: 100rem;
    height: 4.25rem;
    width: 4.25rem;
}

.faleconosco_icon:hover {
    border-radius: 100rem;
    height: 5rem;
    width: 5rem;
    cursor: pointer;
    margin-left: -5px;
}


/* rodape */


/* agenda */

.agenda {
    padding: 0rem;
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.agenda h3 {
    padding-bottom: 2rem;
}

.boxagenda {
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 300px;
    min-width: 220px;
    max-width: 220px!important;
    border: 1px solid rgba(85, 93, 100, 0.376);
    border-radius: 4px;
    background-image: url("../../img/global/texture.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}

.boxagenda:hover {
    background: #0a0b12;
    cursor: pointer;
}

.boxagenda:hover .boxmes,
.boxagenda:hover .boxlocal {
    color: #fff;
}

.boxagenda:hover .boxdias,
.boxagenda:hover .boxevento {
    color: #eeb346;
}

.boxmes {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #0a0b12;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
}

.boxdias {
    font-size: 3.4rem;
    text-transform: uppercase;
    color: #0a0b12;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
}

.boxlocal {
    font-size: 1.2rem;
    color: #0a0b12;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    /*text-transform: capitalize;*/
}

.boxlocal::first-letter {
    text-transform: uppercase;
}

.boxevento {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #555d64;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    width: 100%;
    height: 114px;
}

.evento {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
}

.localedata {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 15px;
    text-align: center;
    color: #990000;
}

.textoevento {
    padding-top: 15px;
    font-size: 1.2rem;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 680px) {
    .evento,
    .localedata,
    .textoevento {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* agenda */


/* Equipes e Solo*/

.equipes {
    padding: 0rem;
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.solo {
    padding: 0rem;
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.equipes h3 {
    padding-bottom: 2rem;
}

.solo h3 {
    padding-bottom: 4rem;
}

.divlinkequipes {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divlinksolo {
    min-width: 300px;
    max-width: 300px;
    min-height: 380px;
}

@media (max-width:460px) {
    .divlinkequipes {
        min-width: 150px;
        max-width: 150px;
    }
}

.containersolo {
    margin-bottom: 25px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../img/site/solo/bksolo.png");
}

.linkequipes {
    text-decoration: none;
    color: #610505;
    text-align: center;
}

.linksolo {
    text-decoration: none;
    color: #610505;
    text-align: center;
}

.linkequipes:hover {
    text-decoration: none;
    color: #eeb346;
    text-align: center;
}

.linksolo:hover {
    text-decoration: none;
    color: #eeb346;
    text-align: center;
}

.logoequipes {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    height: auto;
}

@media (max-width:767px) {
    .logoequipes {
        max-width: 120px;
        min-width: 120px;
        width: 120px;
        height: auto;
    }
}

.imgsolo {
    max-height: 350px;
    min-height: 350px;
    height: 350px;
    width: auto;
    margin-top: -20px;
}

.nomeequipes {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 1.685rem;
    display: none;
}

.nomesolo {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 1.685rem;
    background: #610505;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 12px;
}

.linkequipes:hover .nomeequipes {
    display: block;
}

.linksolo:hover .nomesolo {
    background: #0a0b12;
}


/* Equipes e Solo */


/* Equipe */

.boxcontainerequipe {
    width: 100%;
    height: 600px;
}

.divequipe {
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.40);
}

.logoequipe {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    height: auto;
}

.nomeequipe {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 4.685rem;
    color: #fff;
}

.conhecaotime {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 1.225rem!important;
    text-align: center!important;
    color: #626a72;
    margin-top: 35px;
    margin-bottom: 15px;
}

.ospilotosda {
    margin-bottom: 25px;
}


/* Equipe*/


/* Circuito */

.divcircuito {
    width: 100%;
    min-height: 180px;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filtrocircuito {
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px;
}

.filtrocircuito h3 {
    color: #fff;
    text-transform: none!important;
    font-size: 7rem!important;
}

.boxcircuito {
    width: 90%;
    height: 100%;
    border-bottom: 1px solid rgba(85, 93, 100, 0.376);
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 3.225rem!important;
    text-align: left!important;
    color: #0a0b12;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulocircuito {
    text-align: center;
}

.select-btn1 {
    font-size: 1.5rem!important;
    padding: 5px!important;
    text-transform: none;
    text-align: right;
}

.select-btn1 i {
    font-size: 1.5rem!important;
    top: 3px;
}

.options1 {
    padding: 5px!important;
    font-size: .1rem!important;
}

.options1 .option1 {
    height: auto;
    padding: 20px!important;
    text-align: left;
    display: block;
}

.options1 .option-text {
    font-size: 1.5rem!important;
    text-transform: none;
}

.parent {
    border: 1px solid rgba(85, 93, 100, 0.376);
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.boxcontainerimg {
    padding: .2rem;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child,
.parent:focus .child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.parent:hover .child:before,
.parent:focus .child:before {
    display: block;
}

.parent:hover a,
.parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.foto1 {
    width: 100%;
    height: 500px;
    border-radius: 4px;
    cursor: default!important;
}

.foto2 {
    width: 100%;
    height: 248px;
    border-radius: 4px;
    cursor: default!important;
}

@media (max-width:768px) {
    .colfotos1 {
        width: 100%!important;
    }
    .foto1 {
        height: 248px;
    }
    .colfotos2 {
        width: 100%!important;
    }
}

.galeriacompleta {
    text-align: right;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-right: 3px;
}

.galeriacompleta a {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 1.8rem;
    text-align: right;
    color: #fff;
    text-align: right;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #0a0b12;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    text-align: center;
}

.galeriacompleta i {
    font-size: 1.7rem;
}

.galeriacompleta a:hover {
    background: #610505;
    color: #fff;
}

.proficionaisdocircuito {
    width: 100%;
    min-height: 180px;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tituloprofissionais {
    padding-top: 55px;
}

.titulosalvavidas {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color: #fff;
}

.descsalvavidas {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    width: 100%;
    text-align: justify;
    font-size: 1.6rem;
    color: #555d64;
    padding-top: 15px;
}

.col40 {
    width: 40%;
}

.heiht40 {
    min-height: 180px;
}

.col50 {
    width: 50%;
}

@media (max-width:768px) {
    .col50 {
        width: 100%;
    }
    .col40 {
        width: 100%;
    }
}

.containerprofissionais {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.containerfoto {
    min-width: 180px;
    max-width: 180px;
    min-height: 180px;
}

.imgsalvavidas {
    max-height: 180px;
    min-height: 180px;
    height: 180px;
    width: auto;
}

.titulolocutor {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color: #0a0b12;
}

.desclocutor {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    width: 100%;
    text-align: justify;
    font-size: 1.6rem;
    color: #555d64;
    padding-top: 15px;
}

.col-galeria {
    border: none;
    margin: 3px;
}

.centralizar {
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideshowgaleria {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    position: fixed;
    left: 0;
    display: none;
    top: 0px;
    padding-top: 0;
    z-index: 9000;
    height: 100vh;
}

.carousel {
    background: transparent;
    border: none!important;
    border-radius: none!important;
}

.carousel-inner {
    background: transparent;
    border: none!important;
    border-radius: none!important;
}

.carousel-item {
    background: transparent;
    border: none!important;
    border-radius: none!important;
}

.col-md-12 {
    background: transparent;
    border: none!important;
    border-radius: none!important;
}

.card {
    border: none!important;
    border-radius: 0!important;
    background: transparent!important;
}

.card-img {
    width: auto!important;
    height: 100vh;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 15px;
    border: none!important;
    border-radius: 0!important;
}

.img-fluid {
    width: auto!important;
    max-height: 100%!important;
    border: none!important;
    border-radius: none!important;
    background: transparent;
}

.carousel-control-prev:hover {
    cursor: default;
    opacity: 1!important;
}

.carousel-control-next:hover {
    cursor: default;
    opacity: 1!important;
}

.carousel-control-prev {
    opacity: 1!important;
}

.carousel-control-next {
    opacity: 1!important;
}

.bg-controles {
    opacity: .5;
    background: rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.11);
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    display: -webkit-boxA;
    display: -moz-boxA;
    display: -ms-flexboxA;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-controles:hover {
    cursor: pointer;
    opacity: 1;
}


/* Circuito */


/* regulamento */

.downloadArquivoInfo {
    margin-bottom: 15px;
}

.downloadArquivoInfo i {
    font-size: 2.8rem;
    color: #610505;
}

.downloadArquivoInfo a {
    font-size: 2.0rem;
    text-decoration: none;
    color: #610505;
}

.downloadArquivoInfo span {
    font-size: 2.0rem;
    text-decoration: none;
    color: #610505;
}

.downloadArquivoInfo span:hover {
    font-size: 2.0rem;
    text-decoration: none;
    color: var(--bs-link-color);
}


/* regulamento */


/* ranking touro */

.img_tdrankingtouro {
    width: 50px;
    height: auto;
}


/* ranking touro */


/* individual */

.boxpeao {
    width: 100%;
    min-height: 520px;
    padding-top: 50px;
}

.boxfoto {
    text-align: right;
}

.fotopeao {
    max-height: 470px;
    min-height: 470px;
    height: 470px;
    width: auto;
}

.col-infos-peao {
    padding-top: 50px;
}

@media (max-width:900px) {
    .col-infos-peao {
        padding-top: 0px;
        padding-left: 60px;
    }
}

@media (max-width:575px) {
    .col-infos-peao {
        padding-top: 0px;
        padding-left: 0px;
        width: 100%;
    }
}

.nomepeao {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 4.685rem;
    color: #fff;
}

.cidadepeao {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 1.685rem;
    color: #ffffffc9;
    color: #eeb346;
}

@media (max-width:575px) {
    .boxpeao {
        display: -webkit-boxA;
        display: -moz-boxA;
        display: -ms-flexboxA;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .col-infos-peao {
        display: -webkit-boxA;
        display: -moz-boxA;
        display: -ms-flexboxA;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.bxinfo {
    width: 150px;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 2px solid #fff;
}

.bxxinfo {
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-weight: bold;
    font-size: 1.35rem;
    text-transform: uppercase;
    background: #fff;
}

.bxxinfodesc {
    background: #000000c2;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif'!important;
    font-size: 2.355rem;
    color: #fff;
    line-height: 70px;
    border-radius: 2px;
}

.bxcolor {
    background: #800101da;
}


/* individual */


/* menu Responsivo */

.offcanvas {
    background: #455!important;
    background: #fff!important;
    background: linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%)!important;
}

.offcanvas .offcanvas-header {
    background: #800101da!important;
    background: linear-gradient(90deg, rgba(10, 11, 18, 1) 0%, rgba(20, 22, 29, 1) 50%, rgba(20, 22, 29, 1) 100%)!important;
    background: #000!important;
    border-bottom: 1px #69000091 solid;
}

.offcanvas-title {
    color: #fff;
    font-size: 0rem;
}

.logomenu {
    margin-top: -1.895rem;
    margin-left: 13%;
    height: 7.375rem;
    width: auto;
    position: absolute;
}

.logomenu2 {
    margin-top: -1.895rem;
    margin-left: 43%;
    height: 7.375rem;
    width: auto;
    position: absolute;
}

.btn-close {
    background: transparent!important;
    color: #fff!important;
    font-size: 1.3rem;
    margin-bottom: 5px!important;
}


/* menu Responsivo */