/* ----------------------------- widget servicos ---------------------------- */

.redirects {
    display: flex;
    flex-wrap: wrap;
    font-family: MuseoSlab;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.redirects .col {
    display: flex;
    min-height: 350px;
    overflow: hidden;
    width: 25%;
    align-items: center;
    background-color: #777777;
    position: relative;
    padding: 0;
}

.redirects span {
    color: #fff;
    margin: 0 auto;
    max-width: 380px;
    line-height: 1.4;
}

.redirects .col:not(.link) {
    background-color: #d34023;
}

.redirects .col:not(.link) span {
    font-size: 22px;
    font-weight: 500;
}

.redirects .col span {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 8px;
    text-align: center;
    z-index: 1;
    transition: 0.3s;
}

.redirects .plus {
    height: 100px;
    width: 100%;
    background: #cf023a99;
    position: absolute;
    bottom: -100px;
    transition: 0.4s;
    display: flex;
    align-items: center;
}

.redirects .col:hover .plus {
    bottom: 0;
}

.redirects .plus::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom, transparent 49%, #fff 49%, #fff 51%, transparent 51%), linear-gradient(to right, transparent 49%, #fff 49%, #fff 51%, transparent 51%);
    margin: 0 auto;
}

.redirects .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 0;
    transition: 0.4s;
}

.redirects .col.link:hover .bg,
.redirects .col.link:hover span {
    transform: scale(1.1);
}

#servicos-redirects.redirects .col:first-child::after {
    content: "";
    width: 2px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}

#servicos-redirects.redirects::after {
    content: "";
    width: 2px;
    height: 50px;
    background: #9c0152;
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
}

/* ---------------------------- widget campanhas ---------------------------- */

#campanhas-redirects a {
    min-height: 600px;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

#campanhas-redirects .t2 {
    margin: 80px 0 50px;
    font-size: 50px;
    line-height: 1.1;
}

#campanhas-redirects .t1,
#campanhas-redirects .t3 {
    font-size: 18px;
}

#campanhas-redirects span {
    max-width: 850px;
    padding: 0 30px;
}

/* ------------------------------ widget levels ----------------------------- */

.zp-level {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zp-level .level:not(:last-child) {
    margin-right: 8px;
}

.zp-level .level {
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 100%;
    opacity: 0.3;
}

.zp-level .level.active {
    opacity: 1;
}

/* --------------------------- widget classes list -------------------------- */

.classes-list {
    display: flex;
    flex-wrap: wrap;
}

.classes-list .title {
    width: 100%;
    font-family: MuseoSlab;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #92004c;
    margin-bottom: 50px;
}

.classes-list .class:nth-child(even) {
    margin-right: 15px;
}

.classes-list .class:nth-child(odd) {
    margin-left: 15px;
}

.classes-list .class {
    width: calc(50% - 15px);
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
}

.classes-list .class .aula,
.classes-list .class .info {
    width: calc(50% - 5px);
}

.classes-list .class .aula {
    margin-right: 5px;
}

.classes-list .class .info {
    margin-left: 5px;
    display: flex;
    justify-content: flex-end;
}

.classes-list .class .kcal {
    margin-right: 8px;
}

.classes-list .class .info {
    color: #92004c;
    font-size: 12px;
    font-family: Arial;
    font-weight: 600;
    opacity: 0;
    transition: 0.3s;
}

.classes-list .class .aula {
    color: #484345;
    font-family: MuseoSlab;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 2px;
    transition: 0.3s;
}

.classes-list .class:hover .info {
    opacity: 1;
}

.classes-list .class:hover .aula {
    color: #92004c;
}

/* ----------------------- widget classes list inside ----------------------- */

.classes-list-inside {
    display: flex;
    flex-wrap: wrap;
}

.classes-list-inside .class {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.classes-list-inside a {
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 900;
    font-family: MuseoSlab;
    font-size: 48px;
    line-height: 1.2;
    color: #161616;
    text-transform: uppercase;
    padding-left: 40px;
    word-spacing: 9999rem;
    border-radius: 50%;
    opacity: 0.8;
    transition: 0.5s;
}

.classes-list-inside a:hover {
    transform: scale(1.2);
}

.classes-list-inside .class:nth-child(1n) a {
    background-color: #6e369e;
}

.classes-list-inside .class:nth-child(2n) a {
    background-color: #a9cf8f;
}

.classes-list-inside .class:nth-child(3n) a {
    background-color: #ffbe25;
}

.classes-list-inside .class:nth-child(4n) a {
    background-color: #fd0011;
}

/* gym calendar */

.scrollup:hover,
.bbp-submit-wrapper .user-submit,
button#bbp_forum_submit,
.bbp-submit-wrapper button#bbp_reply_submit,
.bbp-submit-wrapper button#bbp_topic_submit,
.bbp-submit-wrapper button#bbp_reply_submit,
.bbp-submit-wrapper button#bbp_topic_submit,
.bbp-submit-wrapper button#bbp_topic_submit,
.bbp-submit-wrapper button#bbp_reply_submit,
.wtrShtPayPal.light .wtrShtPPPriceBtn,
.wtrPayPal .wtrPayPalBtnAct:hover,
.wtrPLPayPalBtnAct:hover,
.wtrEPPayPalBtnAct:hover,
.wtrCPPayPalBtnAct,
.wtrShtLastNewsStandard a.wtrButtonStd.green,
.woocommerce .wtrContainer #content input.button.alt,
.woocommerce .wtrContainer #respond input#submit.alt,
.woocommerce .wtrContainer a.button.alt,
.woocommerce .wtrContainer button.button.alt,
.woocommerce .wtrContainer input.button.alt,
.woocommerce-page .wtrContainer #content input.button.alt,
.woocommerce-page .wtrContainer #respond input#submit.alt,
.woocommerce-page .wtrContainer a.button.alt,
.woocommerce-page .wtrContainer button.button.alt,
.woocommerce-page .wtrContainer input.button.alt,
.woocommerce .wtrContainer button.single_add_to_cart_button,
.wtrShtTimeTable .wtrShtTimeTableHeadlinePeriod,
.wtrShtTimeTable .wtrShtTimeTableBtn,
.wtrTimeTableClassesCategory,
.wtrClassDetailsModalClassBtn,
.wpcf7 input[type="submit"],
.wtrShtPromoEventBtn,
.wtrPaginationList li .active,
.wtrPaginationList li a:hover,
.wtrSmartNavigation .dl-menuwrapper .dl-trigger,
.wtrHoverdPostButtonContainer .wtrButtonStd,
.wtrCommentList #respond #submit,
.wtrPassProtectedContent input[type="submit"],
.wtrDefStdButton,
.bbp-submit-wrapper .user-submit:hover,
button#bbp_forum_submit:hover,
.bbp-submit-wrapper button#bbp_reply_submit:hover,
.bbp-submit-wrapper button#bbp_topic_submit:hover,
.bbp-submit-wrapper button#bbp_reply_submit:hover,
.bbp-submit-wrapper button#bbp_topic_submit:hover,
.bbp-submit-wrapper button#bbp_topic_submit:hover,
.bbp-submit-wrapper button#bbp_reply_submit:hover,
.wtrShtPayPal.light .wtrShtPPPriceBtn:hover,
.wtrShtPPPriceBtn,
.wtrPayPal .wtrPayPalBtnAct,
.wtrPLPayPalBtnAct,
.wtrEPPayPalBtnAct,
.wtrCPPayPalBtnAct:hover,
.wtrSidebar.wtrSidebarWdg .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .wtrContainer #content input.button.alt:hover,
.woocommerce .wtrContainer #respond input#submit.alt:hover,
.woocommerce .wtrContainer a.button.alt:hover,
.woocommerce .wtrContainer button.button.alt:hover,
.woocommerce .wtrContainer input.button.alt:hover,
.woocommerce-page .wtrContainer #content input.button.alt:hover,
.woocommerce-page .wtrContainer #respond input#submit.alt:hover,
.woocommerce-page .wtrContainer a.button.alt:hover,
.woocommerce-page .wtrContainer button.button.alt:hover,
.woocommerce-page .wtrContainer input.button.alt:hover,
.wtrShtTimeTable .wtrShtTimeTableBtn:hover,
.wtrTimeTableClassesCategory:hover,
.wtrClassDetailsModalClassBtn:hover,
.wpcf7 input[type="submit"]:hover,
.wtrShtPromoEventBtn:hover,
.wtrHoverdPostButtonContainer .wtrButtonStd:hover,
.wtrCommentList #respond #submit:hover,
.wtrPassProtectedContent input[type="submit"]:hover,
.wtrDefStdButton:hover,
.wtrSimpleMobileNav ul li a:hover,
.wtrShtPayPal.normal,
.wtrCrewItemContainer,
.wtrDSItem,
.wtrShtBoxedEventsColTwo,
.wtrShtBoxedEventsColTwoSec,
.wtrShtBoxedEventsColOne,
.wtrShtBoxedEventsColOneSec,
.wtrShtBoxedClassesSkill,
.wtrShtTTLoader > div,
.wtrShtCallLoader > div,
.wtrTimeTableModalClassClockTime i,
.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.wtrShtCountdown,
.wtrShtLastNewsModern .owl-theme .owl-dots,
.wtrShtEventListPrice,
.wtrShtTrainerMetaName,
.wtrShtStepByStepInfo,
.wtrShtIconContainer:hover,
.wtrShtIconBox:hover .wtrShtIconContainer,
.hi-icon-effect-3 .hi-icon:after,
.no-touch .hi-icon-effect-3a .hi-icon:hover,
.no-touch .hi-icon-effect-1a .hi-icon:hover,
.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span:hover,
.wtrShtWonsterSliderDotsContainer .wtrShtWonsterSliderDots li span.wtrActiveSlide,
.wtrRotProgress,
.wtrShtOpenIcon,
.wtrShtPassesListClassesPrice,
.wtrShtPassesListDark .wtrShtPassesListContainer,
.wtrShtPassPriceHighlight,
.wtrShtContentSlider .owl-theme .owl-controls .owl-next:hover,
.wtrShtContentSlider .owl-theme .owl-controls .owl-prev:hover,
.wtrClinetsCarusel.owl-theme .owl-dots .owl-dot.active span,
.wtrClinetsCarusel.owl-theme .owl-dots .owl-dot:hover span,
.wtrShtSliderGallery .flex-control-paging li a.flex-active,
.wtrShtSliderGallery .flex-control-paging li a:hover,
.wtrShtIconBoxList .wtrShtIconBoxIconHolder:hover,
.wtrShtMark,
.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed span.wtrCartCounter:hover,
.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed span.wtrCartCounter,
.wtrCartCounter:hover,
.wtrCartCounter,
.wtrMegaMenuContainerColorSecond,
.wtrEventEntryPrice,
.wtrTrainerPageTrainerSocialLinks li a:hover,
.wtrEventStreamItemPrice,
.wtrDefBgColor,
.wtrClassesDifficultMeter,
.wtrClassesHeadline,
.wtrTrainerPageCover,
.wtrEventStreamItemNoPhoto,
.wtrMegaMenuContainerColorSecond,
.wtrContainerColor.wtr404,
.mark {
    background-color: #cf023a !important;
}

.woocommerce-MyAccount-navigation li.is-active a,
.bbp-search-results .bbp-reply-title h3 a:hover,
.bbp-forum-title h3 a:hover,
.bbp-search-results .bbp-topic-title-meta a,
.bbp-search-results .bbp-topic-title h3 a:hover,
.bbp-pagination-links .page-numbers,
.bbp-pagination-links .page-numbers.current,
.bbp-topics ul.sticky a.bbp-topic-permalink:before,
.bbp-pagination-links .page-numbers:hover,
.bbp-pagination-links .page-numbers.current,
#wtrBbp-topic-tag a:hover,
.wtrBbp-single-forum #bbpress-forums .bbp-forum-info a.bbp-forum-title:hover,
.wtrBbp-single-forum #bbpress-forums .bbp-topics li.bbp-topic-title a.bbp-topic-permalink:hover,
.wtrBbp-single-tag #bbpress-forums .bbp-forum-info a.bbp-forum-title:hover,
.wtrBbp-single-tag #bbpress-forums .bbp-topics li.bbp-topic-title a.bbp-topic-permalink:hover,
.wtrBbp-single-view #bbpress-forums .bbp-forum-info a.bbp-forum-title:hover,
.wtrBbp-single-view #bbpress-forums .bbp-topics li.bbp-topic-title a.bbp-topic-permalink:hover,
#bbpress-forums a.bbp-forum-title:hover,
.bbp-topics li.bbp-topic-title a.bbp-topic-permalink:hover,
.bbp-forum-info a.bbp-forum-title:hover,
.bbp-topics ul.sticky .bbp-topic-permalink:before,
.bbp-topics li.bbp-topic-title a.bbp-topic-permalink:hover,
.bbp-forum-info a.bbp-forum-title:hover,
.wtrBreadcrumbPathList .wtrCrumb a:hover,
.wtrShtFullWidthTabs .wtrShtFWT li.tab-current i,
.wtrDailyScheduleHeadlineDate,
.wtrEventCategoryItem a.active,
.wtrHeaderTransparent.wtrHeaderFixed.wtrMenuScroll a.wtrTriggerMobileMenu i,
.shipping_calculator h2 a.shipping-calculator-button,
.woocommerce .products .product .price,
.woocommerce ul.products li.product a:hover h3,
.woocommerce p.myaccount_user strong,
.woocommerce .cart_item a,
.woocommerce .stock,
.woocommerce .in-stock,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.wtrTimeTableModalTabs .resp-tab-active,
.wtrTimeTableModalTabsList li:hover,
.wtrShtGoogleMaps a,
.wtrShtLastNewsStandard .wtrShtLastNewsStandardHeadlineColor:hover,
.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle a,
.wtrShtLastNewsListStreamItem:hover .wtrShtLastNewsListItemTitle,
.wtrShtTabs .resp-tab-active,
.wtrShtTabs .resp-tabs-list li:hover,
.wtrShtEventListBtn:hover,
.wtrShtEventListItem .wtrShtEventListTittle a:hover,
.wtrShtClassesListTimeInfo i,
.wtrShtClassesListKcallInfo i,
.wtrShtClassesListItem .wtrShtClassesListTittle a:hover,
.wtrShtAccordion ul .wtrShtAccordionItem:hover .wtrShtAccordionNavi:after,
.wtrShtAccordion ul .wtrShtAccordionItem .wtrShtAccordionHeadline:hover,
.wtrShtAccordion ul .wtrShtAccordionItem.st-open .wtrShtAccordionHeadline,
.wtrShtAccordion ul .wtrShtAccordionItem.st-open > .wtrShtAccordionHeadline .wtrShtAccordionNavi:after,
.wtrShtStepByStepIco,
.wtrShtStepByStepItem:after,
.wtrShtIconContainer,
.no-touch .hi-icon-effect-1a .hi-icon,
.no-touch .hi-icon-effect-9a .hi-icon:hover,
.no-touch .hi-icon-effect-8 .hi-icon:hover,
.hi-icon,
.wtrShtOpenHoursDesc a,
.wtrShtPassesListLight .wtrShtPassesListNavi:after,
.wtrShtPassesListLight .wtrShtPassesListItem .wtrShtPassesListNavi:after,
.wtrShtPassesListLight .wtrShtPassesListItem .wtrShtPassesListHeadlineItem:hover,
.wtrShtPassesListLight .wtrShtPassesListItem.st-open .wtrShtPassesListHeadlineItem,
.wtrShtPassesListLight .wtrShtPassesListItem.st-open .wtrShtPassesListHeadline .wtrShtPassesListNavi:after,
.wtrShtPassesListLight .wtrShtPassesListItem:hover .wtrShtPassesListNavi:after,
.wtrShtPassesListLight .wtrShtPassesListItem:hover,
.wtrShtPassesListLight .wtrShtPassesListItem.st-open,
.wtrShtSliderGallery .flex-direction-nav a,
.wtrShtIconBoxList span i,
.wtrMainNavigation .wtrThirdNavi .wtrSecNaviItemLink:hover .wtrDropIcon:after,
.wtrMegaMenuHeadline a:hover,
a.wtrSecondMenuLinkColor:hover,
.wtrDefHedlineLinkColor a:hover,
.wtrEventEntryMetaDate i,
.wtrEventEntryCategoryItemHeadline,
.wtrVeOrName,
.wtrDefaultLinkColor,
.wtrTrainerPageTrainerFunction,
.wtrEventStreamItemMetaDate i,
.current-menu-item.wtrMegaMenuHeadline a,
.current-menu-ancestor.wtrSecondDrop .current-menu-ancestor.wtrThirdNavi .wtrDropIcon:after,
.current-menu-item > span,
.current-menu-item > a > span,
.current-menu-item > a,
blockquote:after,
.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation .current-menu-ancestor > a,
.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation .current-menu-ancestor > span,
.wtrPageContent p a:not(.button):not(.wtrButtonStd):not(.wtrClientUrl):not(.wtrShtEventListBtn):not(.wtrDefBorderLink):not(.chosen-single):not(.remove):not(.star-5):not(.star-4):not(.star-3):not(.star-2):not(.star-1):not(.ptp-button),
.wpb_text_column a:not(.button):not(.favorite-toggle):not(.subscription-toggle):not(.bbp-forum-title):not(.bbp-topic-permalink):not(.showcoupon):not(.remove):not(.wtrButtonStd):not(.chosen-single):not(.ptp-button):not(.view),
.comment-content a,
.wtrPageContent table a:not(.wtrShtTimeTableEntryName):not(.remove):not(.wtrShtTimeTableEntryTrainer):not(.wtrShtTimeTableEntryRoom):not(.ptp-button):not(.view):not(.woocommerce-Button),
.wtrPageContent dl a,
.wtrCommentList .trackback a,
.wtrCommentList .pingback a,
#wtrBbp-topic-tag a:hover {
    color: #cf023a !important;
}

.bbp-pagination-links .page-numbers,
.bbp-pagination-links .page-numbers.current,
#wtrBbp-topic-tag a:hover,
.select2-drop-active,
.select2-dropdown-open .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above,
.select2-drop.select2-drop-above.select2-drop-active,
.wtrCircle,
.wtrTimeTableClasses,
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate:after,
.wtrShtIconContainer:hover,
.wtrShtIconBox:hover .wtrShtIconContainer,
.wtrShtContentSlider .owl-theme .owl-dots .owl-dot.active span,
.wtrShtContent.bbp-pagination-links .page-numbers,
.bbp-pagination-links .page-numbers.current,
#wtrBbp-topic-tag a:hover,
.select2-drop-active,
.select2-dropdown-open .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above,
.select2-drop.select2-drop-above.select2-drop-active,
.wtrCircle,
.wtrTimeTableClasses,
.wtrShtLastNewsStandard .wtrShtLastNewsStandardDate:after,
.wtrShtIconContainer:hover,
.wtrShtIconBox:hover .wtrShtIconContainer,
.wtrShtContentSlider .owl-theme .owl-dots .owl-dot.active span,
.wtrShtContentSlider .owl-theme .owl-dots .owl-dot:hover span,
.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrNaviCartLink:hover,
.wtrNaviCartLink:hover,
.wtrMenuScroll.wtrHeaderTransparent .wtrNaviSearchItem:hover i,
.wtrMenuLinkColor:hover,
.wtrBlogPostSneakPeakDate:after,
.wrtBlogDfPostDate:after,
.wtrClassesTimeStopWatch,
.wtrMainNavigation > li.menu-item-language:hover,
.menu-item-language ul.sub-menu,
.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation > li.menu-item-language:hover,
.wtrMenuScroll.wtrHeaderTransparent .menu-item-language ul.sub-menuSlider .owl-theme .owl-dots .owl-dot:hover span,
.wtrMenuScroll.wtrHeaderTransparent.wtrHeaderFixed .wtrNaviCartLink:hover,
.wtrNaviCartLink:hover,
.wtrMenuScroll.wtrHeaderTransparent .wtrNaviSearchItem:hover i,
.wtrMenuLinkColor:hover,
.wtrBlogPostSneakPeakDate:after,
.wrtBlogDfPostDate:after,
.wtrClassesTimeStopWatch,
.wtrMainNavigation > li.menu-item-language:hover,
.menu-item-language ul.sub-menu,
.wtrMenuScroll.wtrHeaderTransparent .wtrMainNavigation > li.menu-item-language:hover,
.wtrMenuScroll.wtrHeaderTransparent .menu-item-language ul.sub-menu {
    border-color: #cf023a !important;
}

.wtrShtMobileTimeTableItem .more.fa.fa-plus::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid;
  rotate: 45deg;
  border-top: 0;
  border-left: 0;
}

.wtrShtMobileTimeTableItem .more.fa.fa-minus::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid;
  rotate: 225deg;
  border-top: 0;
  border-left: 0;
}


.wtrShtMobileTimeTableItem .more.fa.fa-plus{
  color: #231F20;
  right: 15px;
  top: 13px;
}

.wtrShtMobileTimeTableItem .more.fa.fa-minus{
  color: #fff;
  right: 15px;
  top: 21px;
}

.wrapp-drop {
  margin-top: 10px;
}

/* Classes */

/* List */

.wtrShtClassesList {
    width: 100%;
    list-style: none !important;
    margin: 0px !important;
}

.wtrShtClassesListItem {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 15px 0;
    list-style: none !important;
    margin: 0px !important;
}

.wtrShtClassesListItem:first-child {
    border-top-width: 0;
}

.wtrShtClassesListItem .wtrShtBoxedClassesSkill {
    float: left;
    margin-bottom: 0 !important;
}

.wtrShtClassesListItem .wtrShtClassesListTittle {
    float: left;
    line-height: 1.6;
    margin: 0 0 0 15px;
    font-size: 16px;
    width: 40%;
    clear: none;
}

.wtrShtClassesListItemRight {
    float: right;
}

.wtrShtClassesListKcallInfo {
    margin-right: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 45px;
    position: relative;
}

.wtrShtClassesListTimeInfo {
    padding-right: 0px;
    position: relative;
    margin-right: 30px;
    margin-left: 5px;
}

.wtrShtClassesListTimeInfo,
.wtrShtClassesListKcallInfo {
    font-size: 14px;
}

.wtrShtClassesListTimeInfo i,
.wtrShtClassesListKcallInfo i {
    font-size: 20px;
    position: absolute;
}

.wtrShtClassesListKcallInfo i {
    top: -2px;
    right: 15px;
}

.wtrShtClassesListTimeInfo i {
    top: -2px;
    right: -30px;
}

/* Boxed */

.wtrShtBoxedClasses {
}

.wtrShtBoxedClasses .wtrNoDetailsClass:hover .wtrShtBoxedClassesTime {
    margin-left: 0;
}

.wtrShtBoxedClasses .wtrNoDetailsClass .wtrShtBoxedClassesTime {
    margin-top: -7px;
    margin-bottom: 14px;
}

.wtrShtBoxedClasses.wtrOneElementSht .wtrShtBoxedClassesCoOneHalf {
    width: 100%;
}

.wtrShtBoxedClassesSpace {
    position: relative;
}

.wtrShtBoxedClassesImgContainer {
    position: relative;
}

.wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesOverlay {
    opacity: 1;
}

.wtrShtBoxedClassesAnimate {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.wtrShtBoxedClasses .wtrShtBoxedClassesSpace img {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesElements {
    opacity: 1;
    bottom: 0px;
}

.wtrShtBoxedClassesSpace .wtrShtBoxedClassesElements {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0;
    bottom: -30px;
}

.wtrShtBoxedClassesSpace .wtrShtBoxedClassesElements:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    font-size: 24px;
    border-width: 5px;
    border-style: solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 72px;
    width: 72px;
    font-weight: normal;
    line-height: 75px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
}

.wtrShtBoxedClassesOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    opacity: 0;
}

.wtrShtBoxedClassesColOne,
.wtrShtBoxedClassesColOneSec {
    height: auto;
}

.wtrShtBoxedClassesColTwo,
.wtrShtBoxedClassesColTwoSec {
    float: left;
    width: 50%;
    height: auto;
}

.wtrShtBoxedClassesSpace .wtrShtBoxedClassesContainer {
    margin: 30px;
}

.wtrShtBoxedClassesSpace .wtrShtBoxedClassesHeadline a {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
}

.wtrShtBoxedClassesSpace .wtrShtBoxedClassesDesc {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesTime {
    opacity: 1;
    margin-left: 10px;
}

.wtrShtBoxedClassesTime {
    margin-left: 10px;
    font-weight: bold;
    float: left;
    margin-top: 1px;
    opacity: 0;
    margin-left: 0px;
}

.wtrShtBoxedClassesTime i {
    margin-right: 5px;
}

.wtrShtBoxedClassesSkill {
    /* do zmiany */
    padding: 7px 13px 7px;
    width: 103px;
    height: auto;
    float: left;
    margin: 0px 0px 20px 0px !important;
    position: relative;
    list-style: none !important;
}

.wtrShtBoxedClassesSkill li.wtrLastSkillDot {
    margin: 0 !important;
}

.wtrShtBoxedClassesSkill li {
    float: left;
    margin: 0px 5px 0px 0px !important;
    padding: 0;
}

.wtrShtBoxedClassesSkillDot {
    background-color: rgba(0, 0, 0, 0.3);
    height: 11px;
    width: 11px;
}

.wtrShtBoxedClassesSkillDot.active {
    background-color: #ffffff;
}

.wtrShtBoxedClassesSkillDot.wtrLastSkillDot {
    margin: 0;
}

.wtrShtBoxedClassesSkill:hover .wtrTooltip {
    visibility: visible;
    opacity: 1;
    top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wtrTooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
    top: -14px;
    left: 50%;
    margin-left: -10px;
}

.wtrTooltip {
    z-index: 10;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 36px;
    left: 0px;
    width: 100%;
    color: #ffffff;
    background: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wtrTooltip .wtrTooltipContent {
    font-weight: bold;
    line-height: 1.1;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
}

.wtrShtClasses .wtrTooltip,
.wtrShtBoxedClasses .wtrTooltip {
    color: #000000 !important;
    background: #ffffff !important;
}

.wtrShtClasses .wtrTooltip:before,
.wtrShtBoxedClasses .wtrTooltip:before {
    border-color: transparent transparent #ffffff transparent !important;
}

.wtrShtBoxedClassesCoOneHalf {
    float: left;
    width: 50%;
    position: relative;
}

.wtrShtBoxedClassesColTwoSec {
    float: left;
    width: 50%;
    position: relative;
}

.wtrShtBoxedClasses.wtrShtOrderChange .wtrShtBoxedClassesCoOneHalf .wtrShtBoxedClassesColTwo {
    float: right;
}

.wtrShtBoxedClasses.wtrShtOrderChange .wtrShtBoxedClassesSpace:hover .wtrShtBoxedClassesColTwoSec:after {
    right: -40px;
}

/* Classes squares */

.wtrShtClassesStream.wtrFourCols .wtrShtClasses {
    width: 22%;
    margin-right: 4%;
}

.wtrShtClassesStream.wtrFourCols .wtrShtClasses:last-child {
    margin-bottom: 0px;
}

.wtrShtClassesStream.wtrThreeCols .wtrShtClasses {
    width: 30.66%;
    margin-right: 4%;
}

.wtrShtClassesStream.wtrThreeCols .wtrShtClasses:last-child {
    margin-bottom: 0px;
}

.wtrShtClassesStream.wtrTwoCols .wtrShtClasses {
    width: 48%;
    margin-right: 4%;
}

.wtrShtClassesStream.wtrTwoCols .wtrShtClasses:last-child {
    margin-bottom: 0px;
}

.wtrShtClassesStream.wtrOneCol .wtrShtClasses {
    width: 100%;
}

.wtrShtClassesStream.wtrOneCol .wtrShtClasses:last-child {
    margin-bottom: 0px;
}

.wtrShtClassesStream.wtrFourCols,
.wtrShtClassesStream.wtrThreeCols,
.wtrShtClassesStream.wtrTwoCols,
.wtrShtClassesStream.wtrOneCol {
    margin-bottom: 4%;
}

.wtrShtClassesStream.wtrFourCols:last-child,
.wtrShtClassesStream.wtrThreeCols:last-child,
.wtrShtClassesStream.wtrTwoCols:last-child,
.wtrShtClassesStream.wtrOneCol:last-child {
    margin-bottom: 0px !important;
}

.wtrShtClasses {
    position: relative;
    overflow: hidden;
    float: left;
}

.wtrShtClassesLastInRow {
    margin-right: 0 !important;
}

.wtrShtClassesAnimate {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.wtrShtClassesData {
}
.wtrShtClassesData img {
    display: block;
    width: 100%;
}

.wtrShtClassesMeta {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wtrShtClasses:hover .wtrShtClassesMetaHeadline {
    margin-top: 200px !important;
}

.wtrShtClassesMetaHeadline {
    text-align: center;
    margin: 70px 0px 30px !important;
}

.wtrShtClassesMetaHeadline a {
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.wtrShtClassesMetaTime {
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    width: 100%;
    opacity: 0;
}

.wtrShtClasses:hover .wtrShtClassesMetaHeadline {
    margin: 70px 0px 45px !important;
}

.wtrShtClasses:hover .wtrShtClassesMetaTime {
    bottom: 20px;
    opacity: 1;
}

.wtrShtClassesElements {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    bottom: 20px;
    z-index: 10;
}

.wtrShtClasses:hover .wtrShtClassesArrow {
    opacity: 1;
    top: 50%;
    margin-top: -45px;
}

.wtrShtClassesArrow {
    font-size: 40px;
    right: 50%;
    top: 40%;
    margin-right: -20px;
    position: absolute;
    opacity: 0;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.wtrShtClassesElements .wtrShtBoxedClassesSkill {
    margin: 55% auto !important;
    width: 102px;
    float: none;
}

.wtrShtClasses:hover .wtrShtClassesElements {
    opacity: 1;
    bottom: 10px;
}

.wtrContentSidebar .wtrFourCols .wtrShtClassesElements .wtrShtBoxedClassesSkill {
    margin-top: 30%;
}

.wtrContentSidebar .wtrFourCols .wtrShtClasses:hover .wtrShtClassesArrow {
    display: none;
}

.wtrTimeTableModalContainer .wtrGoogleModal {
    padding: 5px;
    background-color: #f0eaed;
    border-radius: 3px;
    display: inline-block;
}

.wtrTimeTableModalContainer .wtrGoogleModal .calendar-bg {
    width: 30px;
    height: 20px;
    background-image: url("/wp-content/uploads/2022/03/google-brands.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(0.6);
}

.wtrTimeTableModalClassClockTime {
    display: flex;
    align-items: center;
}

.wtrShtTimeTableItem tbody td .wtrShtTimeTableEntryTime {
  color: var(--Black, #231F20) !important;
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140%;
  letter-spacing: 0.8px;
}

#calendars-container .active .title {
    background-image: url("/wp-content/uploads/2022/03/minus.svg");
}

#calendars-container .calendar {
    /* height: 0; */
    transition: 0.5s ease-in-out;
    /* overflow: hidden; */
}

/* ------------------------------ media queries ----------------------------- */

@media screen and (max-width: 1600px) {
    .classes-list-inside a {
        width: 250px;
        height: 250px;
        font-size: 38px;
    }
}

@media screen and (max-width: 1300px) {
    .classes-list-inside a {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .redirects .col {
        width: 50%;
    }

    .classes-list-inside .class {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .redirects .col {
        width: 100%;
    }

    .classes-list-inside .class {
        width: 100%;
        padding: 120px 0;
    }
}

/* novo design do mapa de aulas */

#calendars-container .calendar-selected{
    color: #1E1E1E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    max-width: 570px;
    margin: 0 auto;
    padding: 15px 40px 15px 20px;
    position: relative;
    cursor: pointer;
}

#calendars-container .calendar-selected.selection-active,
#calendars-container .calendar-title {
    max-width: 570px;
    margin: 0 auto;
    color: #fff;
    padding: 15px 40px 15px 75px;
    background-position: center left 30px;
    background-size:  30px;
    transition: 0.3s ease-in-out;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background-repeat: no-repeat;
    line-height: 140%;
    cursor: pointer;
    font-family: Montserrat;
}

.wtrShtTimeTableHeadlineRight .dropbtn, 
.dropdownpdfmobile .dropbtn {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  color: var(--Red, #F73F41) !important;
  font-family: Montserrat;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 12px 54px 12px 33px !important;
  z-index: 0;
  position: relative;
  background: white;
  border-radius: 50px;
  border: 1px solid #F73F41;
	width: 100%;
}

.active-dropdown .dropbtn.selectedClass {
  background: #A52869;
  color: white !important;
  border-color: #A52869;
	z-index: 999;
}

.dropbtn.selectedClass:hover {
  background: #A52869;
  color: white !important;
  border-color: #A52869;
}


.dropdownpdf:hover svg path,
.active-dropdown svg path {
  stroke: white;
}

.wtrShtTimeTableBtn.wtrShtTimeTableBtnClasses.wtrRadius3.wtrClassFilter::after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid;
  rotate: 45deg;
  position: relative;
  top: -3px;
  border-left: 0;
  border-top: 0;
	
}

.custombox-show.custombox-fadein .custombox-modal-content > div > .wtrTimeTableModalContainer{
	border-radius: 10px;
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

.wtrTimeTableModalTabsList.resp-tabs-list.clearfix {
  height: 0;
  opacity: 0;
  margin: 0 !important;
}

.wtrTimeTableModalClose::after {
  content: "" !important;
  right: 10px !important;
  top: 10px !important;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2025/04/floatForm_iconClose1.svg);
}

.wtrTimeTableModalHeader {
  height: 50px;
  padding: 0 !important;
}

.wtrTimeTableModalHeader h4 {
  display: none !important;
}

.wtrTimeTableModalTabItem {
  min-height: 600px !important;
  height: 100% !important;
  width: 100%;
  max-height: 600px !important;
	padding: 20px;
	border-top-width: 0 !important;
	padding-top: 0
}

.custombox-modal-content{
	margin-right: 0 !important
}

.wtrTableModalOverlay{
background-color: rgba(0,0,0,0.5) !important;
}

.wtrTimeTableModalTabsListItem{
	display: none !important
}

.wtrTimeTableTitle {
  color: var(--Black, #231F20);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wtrTimeTableModalList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 24px;
  max-width: 852px;
  margin: 0px auto !important;
  margin-bottom: 40px !important;
  padding-top: 0 !important;
}

.wtrTimeTableModalList.clearfix::before {
  display: none;
}

.modalClasseSolo .wtrTimeTableClasses {
  color: rgba(35, 31, 32,0.7) !important;
  text-transform: capitalize;
  text-align: left;
}

.wtrTimeTableClasses {
  border-width: 1px;
  border-style: solid;
  border-color: #F73F41 !important;
}

.wtrTimeTableModalListItem:hover div,
.wtrTimeTableClassesCategory:hover div{
	background: #A52869 !important;
	color: white !important;
	border-color: #A52869 !important
}

.wtrShtTimeTableBtn.wtrShtTimeTableBtnClasses.wtrRadius3.wtrClassFilter {
  border-radius: 50px 0px 0px 50px;
  margin-right: 5px !important;
	 display: flex !important;
  align-items: center;
  gap: 10px;
}


.wtrShtTimeTableBtn.wtrRadius3.wtrTimetablePdf.dropdownpdf {
  padding: 0 !important;
  border: none;
  margin-left: 10px !important;
  position: relative !important;
}


.wtrShtTimeTableBtn.wtrRadius3.wtrTimetablePdf.dropdownpdfmobile{
	padding: 0 !important;
	border: none;
	margin-left: 0px !important;
	position: relative !important;
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}

.wtrShtTimeTableBtn.wtrRadius3.wtrTimetableFilterDataAll {
  border-radius: 0 50px 50px 0;
}

.modal-container-mobile {
  display: flex;
}

.dropdownpdfmobile .dropdown-content a,
.wtrShtTimeTableHeadlineRight .dropdownpdf .dropdown-content a {
  color: var(--Black, #231F20) !important;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 25px !important;
}


.dropdownpdf .drop-image, .dropdownpdfmobile .drop-image {
 margin-left: -40px;
  z-index: 9;
  position: absolute;
  top: 33%;
	z-index: 1000;
}

.wtrShtTimeTableHeadlineRight .dropdownpdf .dropdown-content,
.dropdownpdfmobile .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2 !important;
  min-width: 100%;
  padding: 45px 0 5px 0;
  border-top: 0;
  text-align: left;
  border-radius: 18px 18px 5px 5px;
  background: #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}

.dropdownpdfmobile .dropdown-content a:hover, 
.wtrShtTimeTableHeadlineRight .dropdownpdf .dropdown-content a:hover {
  color: white !important;
  background: #A52869 !important;
}

.dropdownpdf .dropdown-content a:hover {
  background-color: transparent !important;
  color: #F73F41;
}

.wtrTimeTableModalTabItem{
	max-height: 100%
}

.wtrTimeTableClassesCategory {
  background: #F73F41 !important;
}


.wtrTimeTableModalListItem div {
  color: var(--White, #FFF) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 100% !important;
  padding: 13px !important;
  min-height: 0 !important;
  min-width: 195px;
  border-radius: 50px !important;
}

.wtrTimeTableModalListItem {
  float: unset !important; 
  margin: 0 !important;
  width: auto !important;
}
/*.wtrTimeTableModalTabsList,
.wtrTimeTableModalHeader{
	display: none
}*/

.wtrShtMobileTimeTable .wtrShtTimeTableBtn,
.wtrShtTimeTable .wtrShtTimeTableBtn {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  color: var(--Red, #F73F41) !important;
  font-family: Montserrat;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 12px 15px !important;
  border: 1px solid;
 
}

.wtrShtMobileTimeTable .wtrShtTimeTableBtn:hover, 
.wtrShtTimeTable .wtrShtTimeTableBtn:hover {
  background: #A52869 !important;
  color: white !important;
  border-color: #A52869 !important;
}

.wtrShtTimeTableBtn.wtrRadius3.wtrTimetablePdf.dropdownpdf:hover{
	background: transparent !important
}

#goToPdf {
  color: var(--Red, #F73F41);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 11px 30px;
  background: transparent;
  border: 1px solid;
  border-radius: 50px;
  min-width: 180px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}

#goToPdf:hover{
    background: #A52869;
    color: white;
}

#goToPdf .fas.fa-arrow-right{
    font-size: 10px;
}

#calendars-container .active .calendar {
    padding: 0 0 20px;
}

#calendars-container .wtrShtTimeTableHeadlineRight {
  float: inherit;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 30px;
}

.selector-calendar-container{
    height: 0;
    opacity: 0;
    display: none;
}

.selector-calendar-container.exapand-selected{
    height: auto;
    opacity: 1;
    display: block;
}


#calendars-container .title:hover {
    filter: brightness(120%);
}


#calendars-container .active.geral .calendar-title {
    background-image: url(/wp-content/uploads/2022/05/iconMapaAulas_Geral.svg);
}

.calendar-icon .icon-calendar.geral,
#calendars-container .calendar-selected.geral,
#calendars-container .geral .calendar-title {
    background-image:  url(/wp-content/uploads/2022/05/iconMapaAulas_Geral.svg);
    background-color: #a52869;
}

.calendar-icon .icon-calendar.plano-de-agua,
#calendars-container .calendar-selected.plano-de-agua,
#calendars-container .plano-de-agua .calendar-title {
    background-image:  url(/wp-content/uploads/2022/05/iconMapaAulas_Agua.svg);
    background-color: #1795a6;
}

.calendar-icon .icon-calendar.tribe,
.calendar-icon .icon-calendar.tribes,
#calendars-container .calendar-selected.tribes,
#calendars-container .calendar-selected.tribe,
#calendars-container .tribes .calendar-title, 
#calendars-container .tribe .calendar-title {
    background-image:  url(/wp-content/uploads/2022/05/iconMapaAulas_Tribe.svg);
    background-color: #f76b59;
}

.calendar-icon .icon-calendar.open-air,
#calendars-container .calendar-selected.open-air ,
#calendars-container .open-air .calendar-title {
    background-image:  url(/wp-content/uploads/2022/05/iconMapaAulas_OpenAir.svg);
    background-color: #3dea5e;
    color: #000;
}

.calendar-icon .icon-calendar.kids,
#calendars-container .calendar-selected.kids,
#calendars-container .kids .calendar-title {
    background-image:  url(/wp-content/uploads/2022/05/iconMapaAulas_Kids.svg);
    background-color: #ffbe25;
    color: #661941;
}

.calendar-icon .icon-calendar.cross,
#calendars-container .calendar-selected.cross,
#calendars-container .cross .calendar-title {
    background-image:  url(/wp-content/uploads/2022/05/iconMapaAulas_Cross.svg);
    background-color: #000000;
    color: #fe2d2f;
}

#calendars-container .calendar ul.wtrShtTimeTable {
  list-style-type: none;
  display: none;
}

#calendars-container .calendar ul .wtrTimeTableModalListItem div.wtrTimeTableClassesCategory, 
#calendars-container .calendar ul .wtrTimeTableModalListItem div.wtrTimeTableClasses {
  padding: 0;
  min-height: 0;
  height: auto;
  background-color: transparent !important;
  color: black !important;
}

.wtrShtMobileTimeTable .wtrShtTimeTableBtn{
    float: none !important;
}

.wtrShtTimeTableEntryName.wrtAltFontCharacter {
  font-family: Montserrat;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  display: block;
  padding: 0;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.wtrShtTimeTableFitnessEntry {
  min-height: 120px;
  border-radius: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  padding: 10px 10px !important;
}

.wtrShtTimeTableEntryRoom, .wtrShtTimeTableEntryRoomNoLink,
.wtrShtTimeTableEntryTimePeriod {
  width: 100%;
  text-align: left;
  font-family: Montserrat;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 500;
  padding: 0 !important;
  margin-bottom: 5px;
}

.calendar-icon {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}


.n1 .initialsLeftLevel, 
.n1 .initialsRightDesk{
  color: #502239;
  border-color: rgba(255, 255, 255, 0.5);
}

.n3 .initialsLeftLevel, 
.n3 .initialsRightDesk{
  color: #fff;
  border-color: rgba(18, 18, 18, 0.5);
}

.n5 .initialsLeftLevel, 
.n5 .initialsRightDesk{
  color: 121212;
  border-color: rgba(18, 18, 18, 0.5);
}

.n2 .initialsLeftLevel, 
.n2 .initialsRightDesk, 
.n4 .initialsLeftLevel, 
.n4 .initialsRightDesk {
  color: #121212;
  border-color: rgba(255, 255, 255, 0.5);
}

.icon-calendar {
  width: 34px;
  border-radius: 5px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

#calendars-container .calendar-selected::after {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid;
  position: absolute;
  content: '';
  top: 50%;
  right: 30px;
  transform: translate(0%, -100%);
  rotate: 45deg;
  border-right: 1px solid;
  color: black;
}

#calendars-container .calendar-selected.rotate:after{
    rotate: 225deg;
    transform: translate(0%, 0%);
    right: 20px;
}

#calendars-container .calendar-selected.selection-active:after{
    border-color: white;   
}

#calendar-legenda {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 10px 3px;
    background-color:  #F7F7F7;;
}

#calendar-legenda > span {
  color: var(--Black, #231F20);
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.55px;
}

#calendar-legenda div {
    margin-left: 10px;
    display: flex;
}

#calendar-legenda div span {
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
     padding: 5px 10px;
}

.wtrShtTimeTableContainer .wtrShtTimeTableItem thead th span {
  color: var(--Black, #231F20) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.wtrShtTimeTableContainer .wtrShtTimeTableItem th {
  border-right: 1px solid #ccc !important;
  background: transparent !important;
  padding: 10px 6px !important;
}

.wtrShtTimeTableContainer .wtrShtTimeTableItem th span{
    width: 100%;
  background: #F7F7F7;
  display: block;
  padding: 20px 0;
}

.wtrShtTimeTableContainer .wtrShtTimeTableItem thead{
    background: transparent !important
}

.wtrAboutInitalTermCustom {
 display: flex;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.15) 0%, rgba(35, 31, 32, 0.00) 100%);
  margin: 0 -10px;
    margin-top: 0px;
  margin-top: auto;
  padding: 0;
  justify-content: center;

}

.initialsLeftLevel,
.initialsRightDesk {
   background-color: transparent !important;
  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  position: static;
  text-transform: uppercase;
  padding: 5px;
}

.wtrShtTimeTableFitnessEntry {
  min-height: 120px;
  border-radius: 0 !important;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  padding: 10px 10px !important;
    padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}

.initialsRightDesk {
      border-left: 1px solid;
}

.levelTypeWrm.n1,
.wtrShtTimeTableFitnessEntry.n1,
#page #calendar-legenda span.n1 {
    background-color: #F5DB59 !important;
    color: #502239 !important;
}

.levelTypeWrm.n2,
.wtrShtTimeTableFitnessEntry.n2,
#page #calendar-legenda span.n2 {
    background-color: #F7AC4F !important;
    color: #121212 !important;
}

.levelTypeWrm.n3,
.wtrShtTimeTableFitnessEntry.n3,
#page #calendar-legenda span.n3 {
    background-color: #A52869 !important;
    color: #fff !important;
}

.levelTypeWrm.n4
.wtrShtTimeTableFitnessEntry.n4,
#page #calendar-legenda span.n4 {

	background-color: #F73F41 !important;
    color: #121212 !important;
}

.levelTypeWrm.n5,
.wtrShtTimeTableFitnessEntry.n5,
#page #calendar-legenda span.n5 {
    background-color: #502239 !important;
    color: #FAF2C8 !important;
}

.type-text {
    color: #121212;
	text-align: center;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.55px;
	margin-top: 30px
}

.wtrShtMobileTimeTableItem .wtrShtMobileTimeTableDaylyPlan{
	margin-top: 10px
}

.wtrShtMobileRoomAndTime {
  display: flex;
  color: #555;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
	margin-top: 5px;
}

.wtrShtMobileTimeTableItem .wtrShtMobileTimeTableHeadline.clearfix h4 {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    color: var(--Black, #231F20);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.8px;
    padding: 10px 15px;
    background: #f7f7f7;
  }

.wtrShtMobileTimeTableHeadline.active-headline h4 {
  background: #A7A9AC !important;
  color: white !important;
}

.wtrShtMobileTimeTableClassTime {
  border-right: 1px solid;
    border-right-color: currentcolor;
  padding-right: 10px;
  border-color: rgba(35, 31, 32,0.1);
}

.wtrShtMobileRoom {
  padding-left: 10px;
}


.wtrShtMobileInitialNivel > div {
  width: auto !important;
  padding: 2px 6px;
  color: #121212;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.wtrShtMobileInitialNivel {
  display: flex;
  margin-top: 5px;
  gap: 4px;
}

.wtrShtMobileInitialNivel > div.initialsTypeWrm {
  background: #F2F2F2;
  color: #555;
}


@media (max-width: 1024px) and (min-width: 768px) {
   
    .wtrTimeTableModalList {
  		display: grid;
  		grid-template-columns: repeat(3, 1fr);
	}   
	
	#calendars-container  .wtrShtMobileTimeTable .wtrShtTimeTableBtn {
      background-color: transparent !important;
		width: 100%
    }
	

	
	.wtrShtMobileTimeTableHeadline.clearfix h4 {
	  font-family: 'Montserrat';
	  font-size: 15px;
	  font-weight: 500;
	}
	
 

    
    #calendars-container .calendar-selected::after {
      width: 10px;
      height: 10px;
      right: 20px;
    }
    
	#calendar-legenda {
		padding: 12px 10px;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 25px;
		margin-top: 0;
	}
	
    #calendar-legenda div {
        margin-left: 0;
        margin-right: 6px;
        margin-bottom: 8px;
    }
    #calendar-legenda > span {
        margin-bottom: 6px;
        margin-right: 10px;
    }
	
	  #calendars-container .wtrShtMobileTimeTableList {
		list-style: none;
		margin: 0;
	  }
	
	 #calendars-container .wtrShtMobileTimeTableDaylyPlan {
	  margin: 0 !important;
	  list-style-type: none !important;
	}
	
	 #calendars-container .wtrShtMobileTimeTableDaylyPlanTime {
	  border-top-width: 1px;
	  border-top-style: solid;
	}
	
	 #calendars-container .wtrShtMobileTimeTableClassNoClick {
	  display: block;
	  padding: 10px 0px 10px 0px;
	  position: relative;
	}
	
	 #calendars-container .wtrShtMobileTimeTableClassName {
	  font-size: 14px;
	  line-height: 1.1;
	  font-weight: bold;
	  font-family: 'Montserrat';
	  font-weight: 500;
	}
	
	 #calendars-container .wtrShtMobileTimeTableClassTime {
	  font-size: 14px;
	  margin-top: 0;
	  font-family: 'Montserrat';
	}

}

@media (max-width: 767px) {
	
	.wtrShtMobileTimeTable .wtrShtTimeTableBtn, .wtrShtTimeTable .wtrShtTimeTableBtn {
		font-size: 11px !important;
		padding: 10px !important
	}
	.wtrTimeTableModalListItem div {
  		font-size: 15px !important;
	}	
	
	.wtrTimeTableTitle{
		text-align: left
	}
	
	.wtrTimeTableModalList {
  		display: grid;
  		grid-template-columns: repeat(1, 1fr);
	}  
    
    #calendars-container  .wtrShtMobileTimeTable{
        padding: 20px 0 !Important;
    }
    
    #calendars-container  .wtrShtMobileTimeTable .wtrShtTimeTableBtn {
      background-color: transparent !important;
    }
	
	.wtrShtTimeTableBtn.wtrRadius3.wtrTimetableFilterDataAll{
		width: 45%
	}
	
	.wtrShtTimeTableBtn.wtrShtTimeTableBtnClasses.wtrRadius3.wtrClassFilter{
		width: 55%;
		justify-content: center;
	}
	
    
	.dropdownpdf .drop-image, .dropdownpdfmobile .drop-image {
	  margin-left: -30px;
	}
	
	.dropdownpdfmobile .drop-image svg{
		width: 13px
	}
	
	.wtrShtMobileTimeTableHeadline.clearfix h4 {
	  font-family: 'Montserrat';
	  font-size: 15px;
	  font-weight: 500;
	}
	
    #calendars-container  .wtrShtTimeTableHeadlineRight .dropbtn, .dropdownpdfmobile .dropbtn {
      font-size: 11px !important;
    	min-width: 100% !important;
		padding: 12px 20px;
		width: 100% !important
    }
    
    .dropdownpdfmobile{
        width: 100% !important;
        
    }
	#goToPdf {
	  margin-top: 20px;
	  width: 100%;
		margin-left: 0
	}
    
    #calendars-container .calendar-selected.selection-active, 
    #calendars-container .calendar-title{
        padding: 15px 40px 15px 45px;
        background-position: center left 15px;
        background-size: 20px;
        font-size: 15px;
    }
    
    #calendars-container .calendar-selected{
        font-size: 16px;
    }
    
    #calendars-container .calendar-selected::after {
      width: 10px;
      height: 10px;
      right: 20px;
    }
    
     #calendar-legenda {
		 padding: 12px 10px;
		 flex-wrap: wrap;
		 justify-content: center;
		 margin-bottom: 25px;
		 margin-top: 0;
	}
	
	#calendar-legenda > span {
	  width: 100%;
	}
    #calendar-legenda div {
        margin-left: 0;
        margin-right: 6px;
        margin-bottom: 8px;
    }
    #calendar-legenda > span {
        margin-bottom: 6px;
        margin-right: 10px;
    }
	
	  #calendars-container .wtrShtMobileTimeTableList {
		list-style: none;
		margin: 0;
	  }
	
	 #calendars-container .wtrShtMobileTimeTableDaylyPlan {
	  margin: 0 !important;
	  list-style-type: none !important;
	}
	
	 #calendars-container .wtrShtMobileTimeTableDaylyPlanTime {
	  border-top-width: 1px;
	  border-top-style: solid;
	}
	
	 #calendars-container .wtrShtMobileTimeTableClassNoClick {
	  display: block;
	  padding: 10px 0px 10px 0px;
	  position: relative;
	}
	
	 #calendars-container .wtrShtMobileTimeTableClassName {
	  font-size: 14px;
	  line-height: 1.1;
	  font-weight: bold;
	  font-family: 'Montserrat';
	  font-weight: 500;
	}
	
	 #calendars-container .wtrShtMobileTimeTableClassTime {
	  font-size: 14px;
	  margin-top: 0px;
	  font-family: 'Montserrat';
	}

}