/* @import "reset.css"; */
@import "font-face.css";
@import "utils.css";

.main {
    margin: 0 auto;
    max-width: 1200px;
    width: 98%;
    padding: 50px 1%;
}
.main.container {
    padding-left: 0;
    padding-right: 0;
}

/**/

.titleGray {
    color: #f1f1f1;
    font-size: 1.4rem;
}

.title {
    color: #1A1A1B;
    border-bottom: 1px solid #1A1A1B;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.title2 p {
    color: #b1aeae;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 20px;
}

.subtitle {
    border-bottom: 1px solid #464646;
    color: #6cb8da;
    font-size: 16px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    text-indent: 8px;
}

.box {
    margin-bottom: 50px;
}
.text p,
.text li {
    line-height: 2.5rem;
}

.text li {
    list-style: initial;
    list-style-position: inside
}

.text img {
    max-width: 100%;
    /*height: auto;*/
}

.conteudo .btn {
    background-color: #008ECE;
    border-radius: 4px;
    color: #FFFFFF!important;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
    text-shadow: 1px 1px 0 #0A5482;
    width: 140px;
}

.boxDown {
    background-image: url("../img/btnDown.png");
    background-position: center top;
    color: #000;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 7px;
    text-align: left;
    text-indent: 10px;
    text-transform: uppercase;
    width: 210px;
    margin-right: 30px;
    margin-top: 50px;
}

.boxDown:hover {
    background-position: 0 -39px;
}

.boxDown.over {
    background-position: 0 -78px;
}

.boxDown.over:hover {
    background-position: 0 -78px !important;
}

.noborder,
.noborder tr,
.noborder tr th,
.noborder tr td {
    border: none;
}

.line_color {
    width: 100%;
    background: url('../img/line_color.jpg') center top;
    height: 4px;
}

.title.contato {
    border-color: #F1BE19;
    color: #F1BE19;
}


.title.calendario {
    border-color: #ED145B;
    color: #ED145B;
}

.title.loja_virtual {
    border-color: #ED1921;
    color: #ED1921;
}

.title.servicos {
    border-color: #006AB4;
    color: #006AB4;
}

.title.inscricoes {
    border-color: #008ECE;
    color: #008ECE;
}

.title.resultados {
    border-color: #FD7904;
    color: #FD7904;
}

.title.rankings {
    border-color: #efdc00;
    color: #efdc00;
}

.title.midias {
    border-color: #8DC63F;
    color: #8DC63F;
}

.title.saiba_mais {
    border-color: #39B54A;
    color: #39B54A;
}

.nav li ul {
    display: none;
}

.nav li ul.active {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    background: #8dc63f;
    z-index: 1;
}


/*
.nav ul li { float: none; }*/

.nav .dl-trigger {
    display: none;
}


/* end 1.HEADER */


/* 2.FOOTER */

.wrapper-banner-footer {
    width: 100%;
    margin-top: 30px;
}

.wrapper-banner-footer img {
    width: 100%;
}

.wrapper-apoio {
    display: block;
    /*height: 130px;*/
    margin-top: 30px;
}

.wrapper-apoio .left {
    float: left;
    width: 30%;
    margin-right: 4%
}

.wrapper-apoio .right {
    float: left;
    width: 30%
}

.wrapper-apoio h1 {
    font-size: 1.6rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 30px;
}

.wrapper-apoio ul {
    display: table;
    width: 100%;
}

.wrapper-apoio li {
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.wrapper-apoio li img {
    max-width: 90%;
}

.wrapper-apoio .left li {
    width: 25%;
}

.wrapper-apoio .right li {
    width: 20%
}

.boxFB {
    float: right;
    width: 310px;
}

.wrapper-footer {
    margin-top: 50px;
    padding-bottom: 25px;
}

.wrapper-footer p {
    color: #676767;
    font-size: 1.15rem;
    float: left;
    line-height: 16px;
}

.wrapper-footer a {
    float: right;
    width: 55px;
    height: 16px;
    background: url('../img/sprite_icons.png') no-repeat -2px -29px;
}

.selo_comodo {
    float: left;
    margin: 10px 0 0 20px;
}


/* end 2.HEADER */


/* 5.PAGES */

.banners_events li {
    float: left;
    height: 280px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 280px;
}

.banners_events li:nth-child(4n) {
    clear: right;
    margin-right: 0px
}

.banners_events li img {
    width: 100%;
}

.pages {
    padding: 20px 0;
}

.content {
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.content.bgWhite {
    background: #fff;
}

.content.bgWhite .text {
    color: #676767;
}

.content.bgWhite .text h2 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 10px;
}

.content.padding {
    padding: 20px;
}

.content._left {
    margin-right: 20px;
    width: 670px;
}

.content._right {
    margin-left: 20px;
    width: 750px;
}

.boxContent {
    width: 94%;
    padding: 10px 3%;
    background: #fff;
    margin: 0 0 15px 0;
}

.boxContent a {
    color: #888
}

.boxContent .img {
    float: left;
    height: 110px;
    margin-right: 20px;
    width: 110px;
}

.boxContent .info {
    float: left;
    margin-top: 5px;
    min-height: 80px;
}

.boxContent.midias .info {
    height: 100px;
    overflow: hidden;
}

.boxContent .boxImg {
    float: left;
    margin: 0 25px 0 0;
    color: #888;
    max-width: 100%;
}

.boxContent .boxImg img {
    max-height: 200px;
}

.boxContent.midias .boxImg {
    width: 100%;
    height: 155px;
    margin: 0!important;
    padding: 0!important;
}

.boxContent.midias .boxImg img {
    max-width: 100%;
    max-height: 100%;
}

.boxContent h2 {
    font-size: 1.4rem;
    margin: 10px 0 15px 0;
}

.boxContent p {
    font-size: 1.2rem;
    line-height: 20px;
}

.boxContent p a {
    color: #1a8fe4;
}

.boxContent.calendar {
    border-bottom: 4px solid #da1253;
}

.boxContent.calendar h2 {
    color: #da1253;
}

.boxContent.midias {
    border-bottom: 4px solid #8DC63F;
    width: 25%;
    padding: 10px 3%;
    background: #fff;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    float: left;
}

.boxContent.midias h2 {
    color: #8dc63f;
}


/**/

.content.services>h1 {
    cursor: pointer;
    float: left;
    margin: 0 2px;
    opacity: 0.7;
    width: 211px;
}

.content.services>h1.active {
    opacity: 1.0;
}

.content.services>.text {
    display: none;
}

.content.services .titles {
    width: 100%;
    display: table;
    border-bottom: 1px solid #008ece;
    margin-bottom: 20px;
}

.content.services .titles ul {
    margin: 0 auto;
    display: table;
}

.content.services .titles ul li {
    display: inline-block;
    background: #fff;
    padding: 20px 50px;
    border-radius: 15px 15px 0 0;
    margin: 0 2px;
    font-size: 1.4rem;
    color: #008ECE;
    cursor: pointer;
}

.content.services .titles ul li.active {
    background: #008ECE;
    color: #000;
    font-weight: bold;
}

.blockContent {
    display: block;
    height: 80px;
    margin-bottom: 10px;
}

.blockContent p.date {
    font-size: 12px;
    line-height: 20px;
}

.blockContent a {
    color: #2A2C2E;
}

.blockContent .boxImg {
    cursor: pointer;
    float: left;
    height: 70px;
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
    width: 120px;
}

.blockContent .boxImg img {
    max-height: 70px;
    max-width: 120px;
}

.blockContent .boxImg span {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    width: 120px;
}

.calendario>.block a {
    display: block;
    float: left;
    margin-right: 1%;
    width: 24%;
}

.listGallery li {
    float: left;
    position: relative;
    width: 18%;
    background: transparent;
    overflow: hidden;
    text-align: center;
    padding: 7% 0;
    background: #fff;
    margin: 10px 1%;
}

.listGallery li a {
    background: #fff;
    width: 96%;
    height: 96%;
    position: absolute;
    bottom: 0;
    left: 2%;
    overflow: hidden;
    bottom: 0;
    top: 2%;
}

.listGallery li img {
    /*max-width: 100%;*/
    height: 100%;
}

.listGallery .play {
    background-image: url('../img/boxMiddle_play_bg.png');
    display: block;
    height: 122px;
    margin: 7px 0 0 45px;
    position: absolute;
    width: 86px;
}

.listGallery li:hover .play {
    background-position: 0 -122px;
}


/* end 5.PAGES */


/* 6.COLORS */

.midias .blockContent {
    border-bottom: 2px solid #8DC63F;
}

.saiba_mais .blockContent {
    border-bottom: 2px solid #39B54A;
}

.midias .listGallery li {
    background-color: rgba(141, 198, 63, 0.7);
}

.midias .listGallery li:hover {
    background-color: rgba(141, 198, 63, 0.9);
}


/* end 6.COLORS */


/**/

.content .boxImg {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
    text-align: center;
}

.content .boxImg.left {
    float: left;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.content .boxImg.left .info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1.4rem;
    color: #000;
    text-align: left;
    line-height: 1.4rem;
}

.content .boxImg.left img {
    max-width: 100%!important;
}

.content .boxImg.right {
    margin-left: 10px;
    float: right;
}

.content .boxImg.right img {
    max-width: 280px;
}

.content .boxImg.center {
    text-align: center;
    margin-bottom: 10px;
}

.listDocs li {
    margin-bottom: 20px;
}

.listDocs h2 {
    color: #000;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
}

.listDocs a {
    float: left;
    color: #000;
    background: #008ECE;
    padding: 10px 15px;
    font-size: 1.4rem;
    margin: 0 10px 10px 0;
}

.listDefault {
    width: 100%;
}

.listDefault li {
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.2rem;
    padding: 5px;
    color: #f1f1f1;
}

.listDefault li a {
    color: #f1f1f1;
    display: block;
}

.titlaoSub.block {
    width: 186px;
    float: left;
    margin: 5px;
}

.titlaoSub,
.titlaoSub2 {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    background: #0168b3;
    line-height: 32px;
}

.titlaoSub.block a {
    color: #000;
    display: block;
}

.table {
    background: #fff;
}

.table tbody tr td,
.table tbody tr td a {
    color: #888;
}

.table tbody tr td {
    line-height: 1.2rem;
    padding: 5px;
}

.navBag {
    float: right;
    margin: 15px 0 0 10px;
    color: #333333;
}

.navBag li {
    line-height: 22px;
    margin: 0;
    text-align: right;
    float: left;
}

.navBag li.none {
    width: auto;
    margin: 0;
}

.navBag a {
    font-size: 1.4rem;
    color: #0168B3;
    text-decoration: underline;
    padding: 2px 10px 2px 5px;
    cursor: pointer;
    border-right: 2px solid #ccc;
    text-align: right;
}

.navBag a:hover {
    color: #1a8fe4;
}

.text,
.text input {
    color: #747474;
    font-size: 13px;
}

.marginBottom {
    margin-bottom: 30px;
}

.title a.t {
    display: block;
    width: 27px;
    height: 28px;
    margin-top: 3px;
    float: right;
    cursor: pointer;
    background: url("../img/titlao_t_bg.png") no-repeat
}


/*cart*/

.grade th,
.grade td {
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    padding: 5px 3px;
}

.grade th {
    background-color: #EBEBEB;
}


/******/

.boxInsc {
    float: left;
    width: 16%;
    margin: 0 5% 45px 0;
    position: relative;
}

.boxInsc:nth-child(5n) {
    margin-right: 0
}

.boxInsc .boxEvent_tagPass,
.boxInsc .boxEvent_tagBreve,
.boxInsc .boxEvent_tagPromo,
.boxInsc .boxEvent_tag {
    width: 121px;
    height: 121px;
    background: #CCC;
    position: absolute;
    top: -6px;
    right: -2px;
    background: url("../img/boxEventPass_bg.png") no-repeat;
}

.boxInsc .boxEvent_tag {
    background: url("../img/boxEvent_bg.png");
}

.boxInsc .boxEvent_tagBreve {
    background: url("../img/boxEventBreve_bg.png");
}

.boxInsc .boxEvent_tagPromo {
    background: url("../img/boxEventPromo_bg.png");
    left: 0;
    top: 158px;
    width: 149px;
    height: 34px;
}

.boxInsc .img {
    width: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 34px;
    text-align: center;
    z-index: 0;
}

.boxInsc .padding {
    content: '';
    position: relative;
    padding-bottom: 133%;
    height: 1px;
    display: table;
    width: 100%;
}

.boxInsc .img img {
    max-width: 100%;
    /*max-height: 70%;*/
    background: #fff;
}

.boxInsc a.insc {
    background: #ed3237;
    color: #000;
    text-transform: uppercase;
    line-height: 34px;
    width: 81.48%;
    float: left;
    display: block;
    text-indent: 10px;
    font-size: 1.4rem;
}

.boxInsc a.more {
    font-size: 1.4rem;
    background: #fff;
    color: #ed3237;
    float: right;
    width: 18.52%;
    line-height: 34px;
    text-align: center;
}

.boxInsc:hover a.insc,
.boxInsc a.insc:hover,
.boxInsc a.more:hover {
    color: #000;
    background: #39B54A;
}

.btInsc {
    background: #009cdc;
    color: #FFFFFF!important;
    font-size: 1.6rem;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    clear: right;
    letter-spacing: 1px;
}

.btInsc:hover[href] {
    background: #0eb00e;
    color: #fff;
    text-decoration: none;
}

.listEventInfo {
    font-size: 1.5rem;
    list-style: none;
    margin-top: 50px;
}
.listEventInfo li {
    margin: 15px 0;
}
.listEventInfo i {
    font-size: 2.5rem;
    list-style: none;
    color: #009cdc;
}
.listEventInfo a {
    color: #009cdc;
}

#mainInsc {
    display: table;
    width: 100%;
    height: auto;
}

.boxInsc.open {
    border: 2px dashed #ffcb05;
    box-sizing: border-box;
}

.boxInsc.open .titleInsc {
    padding: 0 18px;
    bottom: inherit;
    top: 70px;
}

.boxInsc.open .icon {
    width: 48px;
    height: 47px;
    background: url('../img/boxInsc_open_icon.png') no-repeat;
    float: left;
    position: absolute;
    top: 18px;
    left: 18px;
}

.boxInsc.open .padding a {
    font-family: 'montserratregular', arial, sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}

.boxInsc.open .padding span {
    font-size: 0.6rem;
    font-family: 'montserratlight', arial, sans-serif;
    text-transform: inherit;
    color: #ffcb05;
    line-height: 1.7rem;
    padding-top: 10px;
    display: table;
    font-weight: inherit;
}

.boxInsc.open a.insc {
    position: relative;
    bottom: 18px;
    left: 18px;
    background: #fff;
    color: #000;
}

.dl-trigger {
    display: none;
}

.openingInsc {
    margin-bottom: 70px;
}

.openingInsc .right {
    float: right;
    width: 46%;
}

.openingInsc .right .icon {
    width: 27.5%;
    height: auto;
    float: left;
    margin: 0 8.75% 8.75% 0;
}

.openingInsc .right .icon:nth-child(3n) {
    margin-right: 0
}

.openingInsc .right .icon img {
    max-width: 100%;
}

.openingInsc .right .bg._1 {
    background-position: -5px -4px;
}

.openingInsc .left {
    float: left;
    width: 45%;
}

.openingInsc h2 {
    color: #000;
    font-size: 1.7rem;
    font-family: 'montserratregular', arial, sans-serif;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.openingInsc p {
    color: #bcbcbc;
    font-family: 'montserratlight', arial, sans-serif;
    font-weight: lighter;
    font-size: 1.4rem;
    margin-bottom: 70px;
    line-height: 1.7rem;
}

.openingInsc .phone div {
    float: left;
    margin-right: 30px;
}

.openingInsc .phone div img {
    float: left;
    margin-right: 17px;
}

.openingInsc .phone div h2 {
    color: #ffcb05;
    float: right;
}

.openingInsc .phone ul {
    float: left;
}

.openingInsc .phone ul li {
    color: #000;
    font-size: 2rem;
    line-height: 1.5rem;
    font-family: 'montserratregular', sans-serif;
}

.wrapperAnuncios span,
.wrapperAnuncios a {
    float: left;
    margin-bottom: 48px;
    width: 48%;
    text-align: center;
}

.wrapperAnuncios span img,
.wrapperAnuncios a img {
    max-width: 100%;
}

.wrapperAnuncios span:nth-child(2n),
.wrapperAnuncios a:nth-child(2n) {
    float: right;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1120px) {
    .boxInsc {
        width: 21%;
    }
    .boxInsc:nth-child(5n) {
        margin-right: 5%;
    }
    .boxInsc:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper-apoio .left,
    .wrapper-apoio .right {
        width: 50%;
        margin: 0 0 20px 0;
    }
    .boxFB {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .dl-trigger {
        display: initial;
    }
    
    .navBag {
        float: right;
        margin: 0 0 20px 0;
    }
    .navBag li {
        line-height: 22px;
        margin: 0;
        text-align: right;
        float: none;
    }
    .navBag a {
        font-size: 1.2rem;
        padding: 2px 10px 2px 5px;
        border-right: 2px solid #ccc;
        text-align: right;
    }
    .btInsc {
        margin: 20px auto;
        font-size: 1.2rem;
        float: none;
        display: table;
        clear: none;
        clear: right;
    }
    .content .boxImg.left {
        display: table;
        float: none;
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .openingInsc .right .icon {
        width: 40.5%;
    }
    .openingInsc .right .icon:nth-child(3n) {
        margin-right: 8.75%;
    }
    .align-mobile {
        text-align: center;
    }
    .boxDown {
        float: none;
        margin: 0 auto 20px;
        display: inline-block;
    }
}

@media screen and (max-width: 905px) {
    .main {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
    }
    .boxInsc {
        width: 30%;
        margin: 0 5% 5% 0;
    }
    .boxInsc:nth-child(4n) {
        margin-right: 5%;
    }
    .boxInsc:nth-child(3n) {
        margin-right: 0;
    }
    .boxContent.midias {
        width: 33.333%;
    }
    .listGallery li {
        width: 23%;
    }
    .openingInsc .right {
        width: 100%;
    }
    .openingInsc .left {
        width: 100%;
        margin-bottom: 70px;
    }
    .openingInsc .right .icon {
        width: 27.5%;
        text-align: center;
    }
    .openingInsc .right .icon:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 820px) {
    .content.services .titles ul {
        width: 100%;
    }
    .content.services .titles ul li {
        width: 24.6%;
        margin: 0 0.2%;
        padding: 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 705px) {
    .wrapper-apoio .left,
    .wrapper-apoio .right {
        width: 100%
    }
    .boxInsc {
        width: 47%;
        margin: 0 5.7% 5.7% 0;
    }
    .boxInsc:nth-child(2n) {
        margin-right: 0!important;
    }
    .boxInsc:nth-child(3n) {
        margin-right: 5.7%;
    }
    .boxContent .boxImg {
        float: none;
        margin: 0;
    }
    .boxContent.midias {
        width: 50%;
    }
    .listGallery li {
        width: 31%;
        padding: 11% 0;
    }
    .wrapperAnuncios span,
    .wrapperAnuncios a {
        float: left;
        margin-bottom: 48px;
        width: 100%;
    }
    .wrapperAnuncios span img,
    .wrapperAnuncios a img {
        max-width: 100%;
    }
}

@media screen and (max-width: 505px) {

    .navs {
        width: 100%;
    }
    .dl-menuwrapper {
        text-align: center;
    }
    .dl-menuwrapper .dl-menu {
        margin: 0;
    }
    .boxInsc {
        width: 100%;
        margin: 0 0 30px 0!important;
    }
    .boxInsc .padding {
        padding-bottom: 71%;
    }
    .boxInsc .img img {
        max-height: 82%;
    }
    .boxContent .img {
        float: none;
        display: table;
        margin: 0 auto;
        width: auto;
    }
    .boxContent .img span {
        display: table-cell;
        height: auto;
    }
    .boxContent .img img {
        max-width: 100%;
        max-height: 150px;
    }
    .boxContent.midias {
        width: 100%;
    }
    .content.services .titles ul li {
        width: 49%;
        margin: 0.5%;
        padding: 10px 0;
        text-align: center;
        border-radius: initial;
    }
    .listGallery li {
        width: 98%;
        padding: 32% 0;
    }
}

.text table.categorias {
    font-size: 14px;
    line-height: 16px;
    max-width: 480px;
}

@media (min-width: 701px) {
    .itensCart {
        display: flex;
    }
}

@media (max-width: 700px) {
    .secondItrem {
        margin-left: 9px !important;
        width: 91% !important;
    }
}

.boxHeader {
    border-bottom: 1px solid #f1f1f1;
}
.boxInfo {
    background: #fafafa;
    padding: 30px 0;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}