@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

html {
    font-size: 10px
}

body {
    font-size: 10px;
    color: #6e6e6e;
    font-family: 'acumin-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #ecebe4;
}

.receipt {    color: #ffffff;
    /*text-transform: uppercase;  */
    font-size: 18px;
    text-decoration: blink;
    /* font-weight: bold; */
    padding: 18px;
    border-bottom: 3px solid #14560a;
    /* border-style: dashed solid; */
    float: left;
    background-color: #35ae21;
    border-radius: 5px; }

.fit-receipt { margin-right: 43%;    margin-top: -13px; }
.receipt:hover { color: #fff;   text-decoration: blink;}

/*Pop-up cookies*/

.checkHabilit a {
    text-decoration: underline;
    color: #007DC5;
}

.overflow-privacidade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 1 0 / 0.6);
    z-index: 99999;
}

input[type=submit]:disabled {
    opacity: 0.2 !important;
}

.content-privacidade {
    position: absolute;
    bottom: 1rem;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 4rem;
    box-sizing: border-box;
}

.content-privacidade .text a {
    color: #6B8481;
    font-weight: bold;
    text-decoration: underline;
}

.content-privacidade .btn {
    border-radius: 15px;
    float: right;
    line-height: 2.9;
    background: #6B8481;
    color: #fff;
    cursor: pointer;
    font-family: 'PT Sans', arial, sans-serif;
    font-weight: 700;
    padding: 0 10px;
    width: inherit;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .content-privacidade {
        padding: 5px 5px 5px 5px;
        margin-bottom: 45px;
    }

    .content-privacidade .btn {
        min-width: 140px;
        float: left !important;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

* {
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    color: inherit
}

#header {
    background: #fff;
    /* border-bottom: 1px solid #ccc; */
}

#header .nav {
    font-size: 1.4rem;
}

#header .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .nav ul li {
    display: inline-flex;
    padding: 0 7px;
    position: relative;
}

@media (max-width: 1280px) and (min-width: 768px) {
    #header .nav ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    #header .nav ul li {
        display: inline-flex;
        padding: 0 5px;
        position: relative;
    }
}

#header .nav ul li a {
    color: #000;
}

#header .icon-menu {
    font-size: 1.9rem;
    color: #000;
}

#header .icon-user {
    font-size: 2.766rem;
}

#header h1 {
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 4rem;
    margin: 30px 0 0 0;
}

.bt_user:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    width: auto;
    padding: 10px 0;
    list-style: none;
    width: 170px;
    white-space: nowrap;
    text-align: right;
    display: none;
    background: #009cdc;
    z-index: 1;
}

.dropdown-menu li {
    margin: 0;
    padding: 5px 0;
}

.dropdown-menu a {
    padding: 0 15px;
    display: block;
    color: #fff
}

.formSearchEvent {
    background: #FCFCFC;
}

#searchBox {
    border-radius: 5px;
    padding: 33px 18px;
}

@media (max-width: 991px) {
    #searchBox {
        text-align: center;
    }

    .fit-receipt { margin-right: 0%; }
}

#searchBox select,
#searchBox input {
    font-family: icomoon, acumin-pro;
    font-weight: 400;
    font-size: 1.5rem;
    height: 50px;
    border: #dbdbdb 1px solid;
    background: #FFFFFF;
    padding: 0px 10px 0px 25px;
    word-spacing: -3px !important;
}

#searchBox select option {
    word-spacing: -3px !important;
}

#searchBox select,
#searchBox input::placeholder {
    color: #9A999E;
}

#searchBox,
#searchBox button,
#searchBox select,
#searchBox input {
    width: 100%;
    outline: 0
}

#searchBox button {
    cursor: pointer;
    color: #fff;
    background: #00B85F;
    min-height: 56px;
    border: none;
    margin-top: 7px;
    font-size: 1.5rem
}

#searchBox button:hover {
    background: #00994f;
}

#searchBox button i {
    margin-right: 8px;
    padding-top: 3px;
}

.thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 79%;
    height: auto;
    float: none;
    display: block;
    overflow: hidden
}

.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: inherit
}

.thumbnail img.portrait {
    max-width: 100%;
    height: auto
}

.container.next-events {
    margin-top: 31px
}

.container.modalities {
    margin-top: 56px
}

.container.list-by-state {
    margin-top: 45px
}

.container-fluid.instagram-list {
    margin-top: 77px
}

.container.modalities .item {
    border: 1px solid #e5e5e5;
    box-shadow: #efefef 0 2px 8px;
    background: #fff;
}

.container.modalities .item.mt {
    margin-top: 10px
}

.container.modalities .item .box-image {
    max-width: 155px;
    flex: 1;
}

.container.modalities .item .pd {
    height: 100%;
    padding-left: 28px;
}

.container.modalities .item h2 {
    color: #000;
    font-size: 1.7rem;
    font-weight: 600
}

.container.modalities .item h3 {
    color: #009cdc;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 1.3rem
}

.title-default {
    font-size: 2rem;
    color: #0e2b33;
    margin-bottom: 20px;
    font-weight: 600
}

img {
    max-width: 100%;
    max-height: 100%
}

.bt-more {
    min-height: 50px;
    border: 2px solid #009cdc;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    margin-top: 28px
}

.bt-more span {
    color: #009cdc;
    font-size: 1.5rem;
    font-weight: 600;
}

.middle-banners {
    margin-top: 46px;
}

.middle-banners .item {
    margin-top: 10px;
}

#footer {
    padding-top: 55px;
    padding-bottom: 20px;
    background: #1A1A1B;
}

#footer h1 {
    margin: 0;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 1.6rem;
}

#footer h2 {
    font-weight: 400;
    color: #CACACA;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

#footer p {
    color: #CACACA;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin: 0;
}

#footer .navigation {
    margin-top: 48px
}

#footer ul {
    padding: 0;
    list-style: none;
    text-align: center
}

#footer ul li {
    margin-top: 9px
}

#footer ul li a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem
}

#footer .contact {
    margin-top: 50px
}

#footer .contact .text-email,
#footer .contact .text-phone {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: acumin-pro, sans-serif;
    text-align: center
}

#footer .contact .text-phone {
    font-size: 1.7rem
}

#footer .contact .text-email {
    font-size: 1.5rem;
    margin-top: 24px;
    font-weight: 300
}

#footer .contact .social {
    margin-top: 36px
}

#header .social a,
#footer .contact .social a {
    background: #009cdc;
    border-radius: 50%;
    height: 37px;
    width: 37px
}

#header .social a i,
#footer .contact .social a i {
    font-size: 1.5rem;
    color: #fff
}

#header .social a {
    height: 29px;
    width: 29px;
}

#header .social a i {
    font-size: 1.2rem;
}

#footer .copy {
    border-top: 1px solid #fffFFF14;
    margin-top: 75px;
    padding-top: 43px;
    text-transform: uppercase;
    color: #fff
}

#footer .copy p {
    opacity: .26;
    color: #fff;
    font-size: 0.9rem;
    line-height: 3.2rem;
}

#footer .copy .cgdw {
    margin-top: 34px
}

#footer .copy .arrow-up {
    margin-top: 32px
}

#footer .copy .arrow-up a {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #10363f;
    font-size: 1.8rem
}

#footer .copy .arrow-up a i:before {
    color: #fff;
}

#header .bt_user {
    color: #000;
    font-size: 1.3rem;
    /* width: 170px; */
}

#header .bt_free {
    color: #fff;
    font-size: 1.3rem;
    background: #00B85F;
    padding: 11px 15px;
    line-height: 1.2rem;
}

#header .icon-user {
    font-size: 2.2rem;
    color: #1fa254;
    /* text-decoration: none !important; */
}

#searchBox h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 600;
    color: #1A1A1B;
}

@media (min-width:1200px) {
    #header {
        padding-top: 6px;
    }



    #header h1 {
        margin-top: 96px;
        font-size: 3rem;
    }

    #header .wrapper-header {
        padding-bottom: 31px;
    }

    #header .wrapper-header .icon-phone:before {
        color: #fff;
        font-size: 1.8rem;
    }

    #header .wrapper-header .text {
        color: #fff;
        font-size: 1.4rem;
        font-family: 'acumin-pro', sans-serif;
        font-weight: 500;
    }

    .container.modalities .item.mt {
        margin-top: 0
    }

    .container-fluid.brand-list {
        padding-top: 100px;
        padding-bottom: 85px;
        margin-top: 70px;
    }

    .container.modalities .item .pd {
        padding-right: 40px;
    }

    #searchBox input {
        min-width: 362px;
    }

    #searchBox button,
    #searchBox select,
    #searchBox input {
        height: 56px;
    }

    #searchBox select {
        /* margin-right: 9px; */
        margin-bottom: 0;
        min-width: 245px;
        width: auto;
    }

    #searchBox button {
        min-width: 138px;
    }

    .title-default {
        font-size: 2.4rem;
        margin-bottom: 42px;
    }

    .container.next-events {
        margin-top: 73px;
    }

    .container.modalities {
        margin-top: 97px;
    }

    .middle-banners {
        margin-top: 88px;
    }

    .container.list-by-state {
        margin-top: 91px;
    }

    .container-fluid.instagram-list {
        margin-top: 130px;
    }

    .brand-list .row {
        max-width: 1240px;
    }

    .container-fluid.brand-list .item>div {
        height: 120px;
    }

    .container-fluid.brand-list .owl-stage-outer {
        padding: 0;
    }

    #footer {
        padding-top: 100px;
    }

    #footer .user,
    #footer .contact .text-email,
    #footer .contact .text-phone,
    #footer ul {
        text-align: inherit;
    }

    #footer .copy {
        margin-top: 113px;
        padding-top: 24px;
    }
}

@media (max-width: 1199px) {
    #searchBox input {
        min-width: 245px;
    }

    #searchBox button {
        min-height: 50px;
    }
}

/* @media (min-width: 992px) { */
#header .logo img {
    width: 200px;
    max-width: 65vw;
}

/* } */

.dropdown-top {
    position: absolute;
    width: max-content;
    top: 30px;
    right: -14px;
    background: #fff;
    z-index: 99;
    border-radius: 3px;
    display: none;
    box-shadow: 8px 21px 32px #00000012;
}

.dropdown-top::before {
    content: '';
    background: url(../img/dropdown-topicon.svg);
    width: 24px;
    background-size: cover;
    height: 26px;
    top: -15px;
    right: 14px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-top a {
    display: block;
    color: #747474 !important;
    padding: 11px 26px 11px 18px;
    border-bottom: none !important;
}

.dropdown-top a:hover,
.dropdown-top a.active {
    color: #fff !important;
    background: #00B85F;
    border-radius: 4px;
}

.owl-bannerPrinc {
    position: relative;
}

.owl-bannerPrinc img {
    min-width: 100%;
}

.owl-bannerPrinc .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.owl-bannerPrinc .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    margin: 5px 12px !important;
}

.owl-prevPrinc {
    background: transparent !important;
    position: absolute !important;
    top: calc(55% - 40px);
    left: 6% !important;
    cursor: pointer;
    z-index: 1;
}

.owl-nextPrinc {
    background: transparent !important;
    position: absolute !important;
    top: calc(55% - 40px);
    right: 6% !important;
    cursor: pointer;
    z-index: 1;
}

.contentHome h1 {
    line-height: 5.5rem;
    font-size: 4.5rem;
    font-weight: 700;
    color: #1A1A1B;
}

@media (max-width: 767px) {
    .contentHome h1 {
        line-height: 5rem;
        font-size: 4rem;
    }
}

.contentHome h1 span {
    color: #00B85F;
}

.contentHome p {
    color: #747474;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.contentHome .btn-more {
    background: #00B85F;
    padding: 19px 42px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.contentHome h2 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1A1A1B;
}

.owl-listCImg .owl-stage {
    display: flex;
    align-items: center;
}

.owl-listCImg .owl-item img {
    border-radius: 50%;
    border: 3px solid #E5E5E5;
    width: 72px;
    height: 72px;
}

.owl-listCImg .owl-item .thumb {
    height: 72px;
}

.owl-listCImg .owl-item.center img {
    border: 3px solid #30A384;
    width: 100px;
    height: 100px;
}

.owl-listCImg .owl-item.center .thumb {
    height: 100px;
}

.owl-listCImg .owl-item .desc {
    visibility: hidden;
}

.owl-listCImg .owl-item.center .desc {
    visibility: visible;
}

.owl-prevC {
    background: transparent !important;
    position: absolute !important;
    top: calc(55% - 40px);
    left: 6% !important;
    cursor: pointer;
    z-index: 1;
}

.owl-nextC {
    background: transparent !important;
    position: absolute !important;
    top: calc(55% - 40px);
    right: 6% !important;
    cursor: pointer;
    z-index: 1;
}

.owl-listCImg h1 {
    font-weight: 400;
    color: #00B85F;
    font-size: 1.8rem;
    margin: 0;
    line-height: 2.8rem;
}

.owl-listCImg h2 {
    font-weight: 500;
    color: #47494E;
    font-size: 1.4rem;
    margin: 0;
}

.owl-dotsC {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dotsC .owl-dot {
    margin: 0 9px;
    border: none !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: #E5E5E5 !important;
}

.owl-dotsC .owl-dot.active {
    border: #00B85F 1px solid !important;
    width: 19px !important;
    height: 19px !important;
    background: #FFF !important;
}

.contentHome .boxHoraHome h1 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #1A1A1B !important;
}

.contentHome .boxHoraHome h2 {
    margin: 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #006C38 !important;
}

.contentHome .boxHoraHome .descHora p {
    color: #747474;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
}

.contentHome .boxHoraHome .descHora p strong {
    font-weight: 700;
    color: #00B85F;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.eventHome h1 {
    color: #1A1A1B;
    font-size: 2.7rem;
    line-height: 3.7rem;
    margin: 0;
    font-weight: 700;
}

.eventHome .owl-listModality .owl-stage {
    display: flex;
}

.eventHome .boxModality {
    display: flex;
    border-radius: 3px;
    min-height: 100%;
}

.eventHome .boxModality img {
    max-width: 30px;
}

.eventHome .boxModality h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #1A1A1B;
    font-weight: 600;
    margin: 0;
}

.boxEventHome {
    background: #fff;
    display: block;
}

.event-slider .boxEventHome .info h1 {
    color: #00B85F;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    margin: 0;
    display: inline;
}

.event-slider .boxEventHome .info h2 {
    color: #1A1A1B;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.2rem;
    letter-spacing: 0.17px;
    margin: 0;
}

.event-slider .boxEventHome .info p {
    color: #747474;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0;
}

.eventHome .owl-carousel .owl-nav .owl-next {
    top: calc(50% - 24px) !important;
    width: 40px !important;
    height: 40px !important;
    right: -15px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.eventHome .owl-carousel .owl-nav .owl-prev {
    top: calc(50% - 24px) !important;
    width: 40px !important;
    height: 40px !important;
    left: -15px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.eventHome .owl-nav .owl-next.disabled,
.eventHome .owl-nav .owl-prev.disabled {
    visibility: hidden;
}

.eventHome .brand-slider .owl-stage {
    display: flex;
    align-items: center;
}

.eventHome .brand-slider .owl-item {
    text-align: center;
}

.eventHome .brand-slider img {
    max-height: 110px;
}

.eventHome .brand-slider .owl-nav .owl-prev,
.eventHome .brand-slider .owl-nav .owl-next {
    top: calc(69% - 24px) !important;
}

#footer .bt_user {
    color: #fff;
    font-size: 1.3rem;
    /* width: 170px; */
}

#footer .bt_free {
    color: #fff;
    font-size: 1.3rem;
    background: #00B85F;
    padding: 11px 15px;
    line-height: 1.2rem;
}

#footer .icon-user {
    font-size: 2.2rem;
    color: #1fa254;
}

.whats-button {
    position: fixed;
    right: 5.5%;
    bottom: 15%;
    background: none !important;
    z-index: 999;
}

@media (max-width: 575px) {
    .whats-button {
        bottom: 2%;
    }
    .receipt  { font-size: 15px;padding: 12px;margin-left: 20px; }
    .fit-receipt {     margin-top: 0px;}
}

.whats-button a {
    background: none !important;
}

.whats-button img {
    box-shadow: 8px 21px 32px #00000038;
    border-radius: 50%;

}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #1a1a1b;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #1a1a1b;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #1c2a41;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 200vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 23px;
    background: #1a1a1b;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li {
    position: relative;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 15px 25px;
    font-size: 1.3em;
    display: block;
    color: #fff;
    font-weight: 600;
}

#sidebar ul li a:hover {
    background: #202022;
    border-bottom: none !important;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #231F20;
}

a[data-toggle="collapse"] {
    position: relative;
}

.subMenuLeft {
    display: none;
    padding-left: 15px;
    background: #252527;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-light {
    border: none !important;
    background: none !important;
    padding: 10px !important;
    box-shadow: none !important;
    font-size: 1.1rem !important;
}

.closeSideMenu {
    width: 20px;
    position: absolute;
    top: 14px;
    right: 10%;
    display: none;
}

li.open .closeSideMenu {
    display: block !important;
    cursor: pointer;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    #cgdw_rod {
        max-width: 110px;
    }
}

.pagina-interna h1 {
    font-weight: 700;
    color: #1A1A1B;
    font-size: 2.6rem;
}

.pagina-interna p {
    color: #747474;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.eventList .boxEventHome .thumb {
    position: relative;
}

.eventList .boxEventHome .thumb.gray img {
    filter: grayscale(1);
}

.eventList .boxEventHome .thumb span {
    position: absolute;
    top: 16px;
    left: 0;
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #00b85f;
    color: #fff;
    font-size: 1.3rem;
}

.eventList .boxEventHome .info h1 {
    color: #00B85F;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    margin: 0;
    display: inline;
}

.eventList .boxEventHome .info h2 {
    color: #1A1A1B;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.2rem;
    letter-spacing: 0.17px;
    margin: 0;
}

.eventList .boxEventHome .info p {
    color: #747474;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0;
}

.bg-content {
    background: #00B85F;
}

.bg-content h1 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 4.5rem;
    line-height: 5.5rem;
}

.bg-content h2 {
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.pagina-interna h3 {
    color: #1A1A1B;
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 700;
}

.pagina-interna .box-item .roundNumber {
    width: 87px;
    height: 87px;
    background: #00B85F;
    border-radius: 50%;
    display: flex;

    align-items: center;
    justify-content: center;
}

.pagina-interna .box-item .roundNumber span {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 33px;
    padding-bottom: 4px;
    padding-left: 2px;
}

.pagina-interna h4 {
    color: #1A1A1B;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
}

.pagina-interna .box-item p {
    font-size: 1.5rem;
    line-height: 24px;
}

.pagina-interna .box-item .roundImg {
    width: 100px;
}

.pagina-interna .box-item .roundImg img {
    width: 100px;
}

.newsList .boxNews .info h1 {
    color: #1A1A1B;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.2rem;
    letter-spacing: 0.17px;
    margin: 0;
}

.newsList .boxNews .info p {
    color: #747474;
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.newsPage .paginas {
    clear: both;
    font-size: 1.2em;
    padding-top: 8px;
    text-align: right;
}

.newsPage .paginas .text {
    display: block;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.newsPage .paginas .texto_pag a {
    background-color: #00B85F;
    color: #FFF;
    font-size: 1.2em;
    margin: 1px;
    padding: 8px 7px;
    border-radius: 2px;
}

.newsPage .paginas .pag_selec {
    color: #FFF;
    font-size: 1.2em;
    margin: 1px;
    padding: 8px 7px;
    border-radius: 2px;
}

.newsPage .paginas .pag_selec,
.newsPage .paginas .texto_pag a:hover {
    background-color: #00a857;
}

.partnerList img {
    max-height: 110px;
    width: auto;
}

.btn:hover,
.btn-more:hover,
.bt_free:hover {
    text-decoration: none !important;
    filter: brightness(0.9) !important;
}

.box_training {
    border: 1px solid #e8e8e8;
}

.box_training .title_training {
    color: #00994f;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 10px;
}

.box_training p {
    font-size: 1.5rem;
    padding-bottom: 13px;
}

.box_training .bt_training {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    background: #00B85F;
    padding: 15px 15px;
    line-height: 1.2rem;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.box_training .bt_training:hover {
    text-decoration: none !important;
    filter: brightness(0.9) !important;
}

.boxResult {
    border: 1px solid #e8e8e8;
    text-decoration: none !important;
}

.boxResult:hover {
    background: #fafafa;
}
/* 
.boxResult .boxDate {
    border: 1px solid #e8e8e8;
}

.boxResult .boxDate .year {
    background: #00B85F;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}

.boxResult .boxDate .date {
    color: #00B85F;
    font-size: 3rem;
    font-weight: 600;
}

.boxResult .boxDate .month {
    text-transform: capitalize;
    color: #00B85F;
    font-size: 1.6rem;
    font-weight: 500;
} */

.boxResult h1 {
    color: #00B85F;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}

/* .boxResult h2 {
    color: #6e6e6e;
    font-size: 1.6rem;
    font-weight: 500;
} */

.boxResult p {
    color: #6e6e6e;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
}

.boxInscrito {
    border: 1px solid #e8e8e8;
    text-decoration: none !important;
}

.boxInscrito .topShow:hover {
    background: #fafafa;
    cursor: pointer;
}

.boxInscrito:hover .topShow,
.topShow[aria-expanded="true"] {
    background: #fafafa;
}

.boxInscrito .boxPos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #00B85F;
}

.boxInscrito .boxPos .position {
    color: #00B85F;
    font-size: 3rem;
    font-weight: 600;
}

.boxInscrito .boxPos .pos {
    font-size: 1.6rem;
    font-weight: 500;
}

.boxInscrito h1 {
    font-size: 1.6rem;
    color: #00B85F;
    font-weight: 600;
}

.boxInscrito .below span {
    font-size: 1.6rem;
    font-weight: 500;
}

.boxInscrito .below svg {
    
    width: 20px;
    height: 20px;
    /* vertical-align: sub; */
    /* margin-left: 0.5em; */

}

.boxInscrito .below svg path {
    fill: #00B85F;
}

.boxInscrito .boxSubInscrito .boxGreen {
    background: #00B85F;
    color: #fff !important;
}

.boxInscrito .boxSubInscrito .boxGreen h1 {
    font-size: 1.6rem;
    font-weight: 600;
}

.boxInscrito .boxSubInscrito .boxGreen h2 {
    font-size: 2.6rem;
    font-weight: 600;
}

.boxInscrito .boxSubInscrito .boxGreen h3 {
    font-size: 1.6rem;
    font-weight: 500;
}

.boxInscrito .boxSubInscrito .boxGreen h3 strong {
    font-weight: 700;
}

.boxInscrito .boxSubInscrito .boxBorder {
    border: 1px solid #e8e8e8;
}

.boxInscrito .boxSubInscrito .boxBorder {
    border: 1px solid #e8e8e8;
}

.boxInscrito .boxSubInscrito .boxBorder svg {
    width: 16px;
    height: 16px;
}

.boxInscrito .boxSubInscrito .boxBorder svg path {
    fill: #00B85F;
}

.boxInscrito .boxSubInscrito .boxBorder .row {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}

.boxInscrito .boxSubInscrito h4 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
}

.boxInscrito .boxSubInscrito h4 strong {
    font-size: 2.2rem;
    font-weight: 600;
    color: #00B85F;
}

.boxInscrito .boxSubInscrito .buttons svg {
    width: 16px;
    height: 16px;
    margin-right: 0.5em;
}

.boxInscrito .boxSubInscrito .bt_cert {
    border: 1px solid #6c757d;
    font-size: 1.6rem;
    color: #6c757d;
    padding: 8px;
}

.boxInscrito .boxSubInscrito .bt_cert:hover {
    border: 1px solid #fff;
    background: #6c757d;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none !important;
}

.boxInscrito .boxSubInscrito .bt_face {
    border: 1px solid #007bff;
    font-size: 1.6rem;
    color: #007bff;
    padding: 8px;
}

.boxInscrito .boxSubInscrito .bt_face:hover {
    border: 1px solid #fff;
    background: #007bff;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none !important;
}

.boxInscrito .boxSubInscrito .bt_whats {
    border: 1px solid #28a745;
    font-size: 1.6rem;
    color: #28a745;
    padding: 8px;
}

.boxInscrito .boxSubInscrito .bt_whats:hover {
    border: 1px solid #fff;
    background: #28a745;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .boxInscrito .boxSubInscrito h4 strong {
        display: block;
    }

    .boxInscrito .boxSubInscrito .bt_cert {
        padding: 4px 0;
        font-size: 1.4rem;
    }

    .boxInscrito .boxSubInscrito .bt_face {
        padding: 4px 0;
        font-size: 1.4rem;
    }

    .boxInscrito .boxSubInscrito .bt_whats {
        padding: 4px 0;
        font-size: 1.4rem;
    }

    .boxInscrito .boxSubInscrito .buttons svg {
        width: 16px;
        height: 16px;
        margin-right: 0.1em;
    }
}

@media (max-width: 370px) {
    .boxInscrito .boxSubInscrito .bt_cert {
        font-size: 1.1rem;
    }

    .boxInscrito .boxSubInscrito .bt_face {
        font-size: 1.1rem;
    }

    .boxInscrito .boxSubInscrito .bt_whats {
        font-size: 1.1rem;
    }

    .boxInscrito .boxSubInscrito .buttons svg {
        width: 16px;
        height: 16px;
        margin-right: 0.1em;
    }
}

.boxResult.event {
    border: none !important;
    background: none !important;
}

.searchResult .inp-s {
    font-size: 1.4rem;
    font-weight: 500;
    height: 36px;
    color: #000;
    padding-left: 10px;
}

.searchResult .inp-s::placeholder {
    color: #6e6e6e;
}

.searchResult .inp-sub-s {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    background: #00B85F;
    padding: 10px 15px;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    display: inline-block;
}


.searchResult .inp-sub-s.inactive {
    color: #00B85F;
    background: #fff;
    border: 1px solid #00B85F;
}

.searchResult .inp-sub-s:hover {
    text-decoration: none !important;
    filter: brightness(0.9) !important;
}

.pagEvent {
    border: 1px solid #e8e8e8;
    font-size: 1.4rem;
    color: #1A1A1B !important;
    font-weight: 500;
}

.pagEvent.active {
    background: #00B85F;
    color: #fff !important;
    border: 1px solid #00B85F;
}

.box_nextEvent h2 {
    color: #00994f;
    font-size: 1.5rem;
    padding-bottom: 5px;
    line-height: 15px;
    font-weight: 600;
}

.box_nextEvent h1 {
    color: #6e6e6e;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    margin: 0;
    display: inline;
}

.box_nextEvent p {
    color: #6e6e6e;
    font-size: 1.5rem;
    line-height: 15px;
    font-weight: 600;
}

.boxLoading {
    position: relative;
}

.boxLoading:after {
    content: '';
    position: absolute;
    display: block;
    background: rgba(249, 249, 249, 0.9) url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.boxFullLoading {
    position: relative;
}

.boxFullLoading:after {
    content: '';
    position: fixed;
    display: block;
    background: rgba(249, 249, 249, 0.9) url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

#modalCustomer .formDefault label {
    font-size: 1.3em;
}

/* pagina inicial */
.homePrinc .page-header {
    height: 100vh !important;
    background-size: cover;
}

.homePrinc a {
    background: #00B85F;
    box-shadow: 0px 3px 6px #02502A73;
    width: 289px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.homePrinc a:hover {
    text-decoration: none;
    opacity: .8;
}

.homePrinc .h-100 {
    height: 100%;
}

.homePrinc .img-fluid {
    max-width: 100%;
    width: auto;
}

.customerPanel h1 {
    color: #1A1A1B;
    font-size: 2.7rem;
    line-height: 3.7rem;
    margin: 0;
    font-weight: 700;
}

.customerPanel h1 i {
    font-size: 3.2rem;
    margin-right: 10px;
    color: #00B85F;
}

.customerPanel .bg-gray {
    background: #e6e6e6;
    display: flex;
    height: 100%;
}


@media(max-width: 991px) {
    .customerPanel .bg-gray {
        display: block;
    }
}

.customerPanel .boxPanel {
    background: #fff;
    border: 2px solid #dbdbdb;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.customerPanel a.boxPanel {
    text-decoration: none !important;
}

.customerPanel a.boxPanel:hover h2 {
    color: #00B85F;
}

.customerPanel .boxPanel i {
    font-size: 3.2rem;
    color: #00B85F;
}

.customerPanel h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #1A1A1B;
    font-weight: 600;
    margin: 0;
}

.customerPanel h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #1A1A1B;
    font-weight: 500;
    margin: 0;
    display: inline-block;
}

.customerPanel .boxPanel h2 i {
    font-size: 2.3rem;
    margin-right: 5px;
}

.customerPanel .boxPanel i.red {
    color: #b80000 !important;
}

.customerPanel .boxPanel i.gray {
    color: #808080 !important;
}

.customerPanel .boxPanel form .label {
    display: block;
    line-height: 1.4em;
    color: #1a1a1a;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.customerPanel .boxPanel form input[type='password'] {
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 1.4em;
    width: 100%;
    border: 2px solid #dbdbdb;
    background: #fbfbfb;
    margin-bottom: 5px;
}

.customerPanel .boxPanel form input::placeholder {
    color: #9A999E;
}

.customerPanel .boxPanel .btnSubmit {
    color: #fff;
    font-size: 1.3rem;
    background: #00B85F;
    padding: 11px 15px;
    line-height: 1.2rem;
    border: none !important;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
}

.customerPanel .boxPanel .btnSubmit:hover {
    filter: brightness(0.9) !important;
}

.customerPanel .boxPanel form .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.customerPanel .boxPanel form .form-check-input {
    position: absolute;
    margin-top: 5px;
    margin-left: -1.25rem;
    box-sizing: border-box;
    padding: 0;
}

.customerPanel .boxPanel form .form-check-label {
    margin-bottom: 0;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.4em;
    margin-left: 5px;
    margin-bottom: 15px;
}

.h-100 {
    height: 100%;
}

.form_registration option:disabled{
    background: #e6e6e6;
}
.fancybox-outer {
    height: 100%;
}

.formCoupon #token {
    max-width: 200px;
    height: 32px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 1em;
    border: 1px solid #dbdbdb;
    background: #fbfbfb;
}

.formCoupon #loadCoupon {
    height: 32px;
    background: #39b54a;
    margin: 0;
    color: #fff;
    border: none;
    font-size: 1em;
    padding: 0 10px;
}