/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';

:root {
	--color-main: #711643;
	--color-main-hover: #ad1341;

	--color-yellow: #fdd105;
	--color-yellow-dark: #f2af1b;
	--color-white: #ffffff;
	--color-purple: #c8a1b7;
}

/* END ADMIN EDITOR */
@font-face {
	font-family: Uniform;
	font-style: light;
	font-weight: 300;
	src: url(../fonts/uniform/Uniform\ Light.otf) format('opentype')
}
@font-face {
	font-family: Uniform;
	font-style: regular;
	font-weight: 400;
	src: url(../fonts/uniform/Uniform.otf) format('opentype')
}

@font-face {
	font-family: Uniform;
	font-style: bold;
	font-weight: 700;
	src: url(../fonts/uniform/Uniform\ Bold.otf) format('opentype')
}

@font-face {
	font-family: 'Uniform-condensedBold';
	src: url(../fonts/uniform/Uniform\ Condensed\ Bold_2.otf) format('opentype')
}

@font-face {
	font-family: 'Uniform-condensedBlack';
	src: url(../fonts/uniform/Uniform\ Condensed\ Black.otf) format('opentype')
}


.ark-planner-cold {
	max-width: 500px;
}
/* FRONTEND STYLE */
body {
	position: relative;
	font-family: Uniform;
	font-weight: 400;
}

a {
	color: var(--color-main);
	font-weight: 700;
	text-decoration: none;
	transition: color 300ms ease-in-out;
}

a:hover {
	color: var(--color-main-hover);
}
.segmentacaoMobileHead:hover{
    color: #ffffff;
}
.t24,
.t24 p {
	font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
	line-height: 18px;
}

.t18,
.t18 p {
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300))) !important;
	line-height: 120%;
}
.t12 {
	font-size: 12px;
}
.t14 {
	font-size: 14px;
}

.t20 {
	font-size: 20px;
}

.t30 {
	font-size: 30px;
}

.c-main {
	color: var(--color-main)
}
.c-white {
	color: var(--color-white)
}

.c-purple {
	color: var(--color-purple)
}
.regular{
    font-weight: 400;
}
.bold {
	font-weight: 700;
}
.boldUniform{
    font-family: 'Uniform-condensedBold';
}
.extrabold {
	font-family: 'Uniform-condensedBlack';
}

.navbar-expand-lg .navbar-nav .nav-link {
	margin: 0 10px;
}

.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--color-main-hover);
}
.btn-yellow {
	font-family: 'Uniform-condensedBlack';
	font-size: 22px;
	background: var(--color-yellow);
	background: linear-gradient(90deg, var(--color-yellow-dark) 0%, var(--color-yellow) 100%);
	padding: 14px 30px 12px 30px;
	border-radius: 30px;
	border: unset;
	min-width: 200px;
	text-align: center;
	line-height: 22px;
	transition: background-color 300ms ease-in-out;
}

.btn-yellow:hover {
	background-color: var(--color-yellow-dark);
}
.background-app-default {
	background-image: url('../images/BG-mobile.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


header {
	position: fixed;
	width: 100%;
    z-index: 99;
	background-color: #fff;
}
#menuInterior .name {
	font-size: 18px;
	border-top: 1px solid var(--color-main);
	line-height: 30px;
}
.header-alternative {
	text-align: center;
	position: relative;
	padding: 20px 0px 0px;
	margin-bottom: 69px;
	background-color: white;
	width: 100%;
	z-index: 100;
}
.header-alternative img {
	position: relative;
	z-index: 2;
}
.custom-shape-divider-top-1713445564 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-top-1713445564 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 90px;
}

.custom-shape-divider-top-1713445564 .shape-fill {
	fill: #FFFFFF;
}




input {
	padding: 15px 32px;
	font-size: 22px;
	width: 100%;
	line-height: 22px;
	border-radius: 36px;
	border: 2px solid var(--color-main);
	outline: unset;
}

input:focus,
input:focus-visible {
	border: 2px solid var(--color-main-hover);
}

label.error {
	position: absolute;
	left: 45px;
	top: 57px;
	font-size: 12px;
	color: red;
}

.loginImg {
	height: 100%;
	object-fit: cover;
	object-position: center left;
	width: 100%;
}


.updatePassword,
.loginForm {
	max-width: 450px;
	font-weight: 300;
	color: var(--color-main);
}


.recover {
	margin-left: 32px;
}


#areaIconList {
	min-height: 100svh;
	min-width: 100svw;
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

.areaIconListCotainer {
	padding-top: 300px;
	min-height: calc(100svh - 300px);
	gap: 90px;
	flex-wrap: wrap;
}

.areaIconListCotainer .boxIconArea {
	flex: 0 0 260px;

}

.areaIconListCotainer .boxIconArea .iconContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d1d1d1;
	aspect-ratio: 1 / 1;
	width: 100%;
	border-radius: 40px;
	margin-bottom: 26px;
}

.areaIconListCotainer .boxIconArea .iconContainer img {
	height: 100px;
}

.areaIconListCotainer .boxIconArea .name {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	font-family: 'Uniform-condensedBlack';
}

.segmentacaoMobile {
	margin: 0 0px;
	margin-bottom: 20px;

}

.segmentacaoMobileHead,.adminBtn, .childBtn, .childChildBtn {
	padding: 20px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	font-size: 18px;
	cursor: pointer;
}
.adminBtn:hover{
    color: #ffffff;
}
.adminBtn{
    display: block;
    margin-bottom: 30px;
}
.adminBg {
    background: url(../images/admin_bg.png);
    background-size: cover;
    background-position: top;
    min-height: 100vh;
}
.childBtn, .childChildBtn{
    position: relative;
}
.childBtn .btnChildIcon, .childChildBtn .btnChildChildIcon{
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 300ms;
}
.childBtn.active .btnChildIcon, .childChildBtn.active .btnChildChildIcon{
    transform: translateY(-50%) rotate(45deg);
}


.segmentacaoMobileContent {
	text-align: center;
	margin: 15px 0;
}

.segmentacaoMobileTitle {
	font-weight: 700;
	margin-bottom: 10px;
}
.segmentacaoItem{
    color: #9b9b9b;
    border: 2px solid #9b9b9b;
    border-radius: 30px;
    padding: 10px;
    font-size: 12px;
    font-family: 'Uniform-condensedBlack';
    margin-bottom: 4px;
    height: 42px;
    line-height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-after-header-alternative {
	padding-top: 30px;
	font-size: 26px;
	text-align: center;
	font-family: 'Uniform-condensedBlack';
	color: var(--color-main);
	opacity: 25%;
	text-transform: uppercase;
}
.squareImg {
  position: relative;
  width: 100%;
}

.squareImg:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.segmentosOverlay{
    position: relative;
}
.segmentosOverlay::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: #00000054;
}
.segmentosOverlay img{
    object-fit: cover;
}
.disabelMenu{
    pointer-events: none;
}
.disabelMenu img{
    opacity: .4;
}

.squareImg img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.removeHeaderImage>a>img{
    opacity: 0;
}
.fakeHeaderMobile, .fakeFooterMobile{
    display: block;
    height: 90px;
}
.fakeFooterMobile{
    height: 80px;
}
.picoArea .titlePico{
    font-family: 'Uniform-condensedBlack';
    font-size: 20px;
}
.picoArea1{
    background: #76154c;
}
.picoArea1 .titlePico{
    color: #c8a1b7;
}
.picoArea2{
    background: #914470;
}
.picoArea2 .titlePico{
    color: #ad7394;
}
.picoArea3{
    background: #ad7394;
}
.picoArea3 .titlePico{
    color: #914470;
}
.picoArea4{
    background: #c8a1b7;
}
.picoArea4 .titlePico{
    color: #76154c;
}
.picoArea{
    overflow: hidden;
    border-radius: 15px;
    font-size: 12px;
}
.picoArea>div{
    padding: 15px 20px;
}
.containerMobile{
    margin: 0 0px;
}

.picosExcelenteTitle{
    margin: auto;
    margin-bottom: 15px;
    font-family: 'Uniform-condensedBold';
    font-size: 30px;
    width: 190px;
    height: 88px;
    background: #f2f2f2;
    color: var(--color-main);
    border-radius: 15px;
    color: 701348;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align:center;
    line-height:1;
}
.picosExcelenteLetter{
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    font-size: 80px;
    font-family: 'Uniform-condensedBlack';
    bottom:0px;
}
.picosExcelenteText{
    font-size: 12px;
    font-weight: 700;
}
.picosExcelenteItem{
    margin-bottom: 15px;
}
.picosExcelenteItem::after{
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    font-size: 40px;
    color: var(--color-main);
}
.picosExcelenteItem:last-child::after{
    display: none;
}
.listCold{
    margin-top: 12px;
    margin-bottom: 17px;
}
.listCold>div{
    margin-bottom: 8px;
    border-radius: 30px;
    font-size: 20px;
    font-family: 'Uniform-condensedBlack';
    padding: 4px;
    text-align: center;
    color: #FFFFFF;
	cursor: pointer;
}
.modalCold,.modalBrand{
    position: fixed;
    /* top: 150px;
    bottom: 80px; */
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #FFFFFF;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 20px 9px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 9px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 9px rgba(0,0,0,0.16);
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 300ms;
}

.brand-img-table {
    width: 3.75vw;
    height: 3.75vw;
    margin-left: 1vw;
}
.modalCold.active,
.modalBrand.active{
    opacity: 1;
    pointer-events: unset;
	overflow-y:auto;
}
.tabCold, .subTabCold{
    display: flex;
    font-size: 12px;
    color: #ba8aa5;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 1px;
}
.tabCold>div, .subTabCold>div{
    padding: 5px 15px;
    border-bottom: 1px solid #ba8aa5;
    position: relative;
    font-family: 'Uniform-condensedBlack';
    white-space: nowrap;
	cursor: pointer;
}
.tabCold>div.active, .subTabCold>div.active{
    color: var(--color-main);
}
.tabCold>div.active::before, .subTabCold>div.active::before{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 80%;
    height: 3px;
    background: var(--color-main);
    left: 50%;
    transform: translateX(-50%);
}
.containCold>div, .subContainCold>div{
    display: none;
}
.containCold>div.active,.subContainCold>div.active{
    display: block;
    overflow-y: auto;
}

.tabCold.customDash>div.active::before,
.subTabCold.customDash>div.active::before {
		background: var(--background-color);
}
.tabCold.customDash>div,
.subTabCold.customDash>div {
	border-color: var(--background-color);
	cursor: pointer;
}
.alert{
    border-radius: 36px;
}
.arrow img {
	filter: invert(1);
	height: 30px;
	padding: 3px;
}
.coldImg{
    max-width: 300px;
    display: block;
    margin: auto;
    max-height: 250px;
}
.itemBrandType{
    padding: 20px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	font-size: 18px;
    background: rgb(216,0,43);
    background: linear-gradient(90deg, rgba(216,0,43,1) 0%, rgba(255,207,0,1) 100%);
}
.brandName{
    text-align: center;
}
.medalhas .medalhasItem{
    display: flex;
}
.medalhas .titlePico{
    width: 50px;
    font-size: 30px;
    display: flex;
    align-items: center;
}
.medalhas .medalhasText{
    width: calc(100% - 50px);
}
.regiaoArea .segmentacaoMobileHead{
    background: #e9bb02;
    margin-bottom: 8px;
    border-radius: 30px;
    font-size: 20px;
    font-family: 'Uniform-condensedBlack';
    padding: 4px;
    text-align: center;
    color: #FFFFFF;
}
.mobileHeader,.fakeFooterMobile, footer{
    display: none;
}
.desktopHeader{
	box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
	padding: 10px 0px;

}
.rightPosition{
    display: flex;
}
.rightPosition>img{
    width: 50%;
    padding: 10px;
}
.rightPosition>div{
    width: 50%;
}
.coldContent.active{
    /* display: flex !important; */
}
.listColdAFH .coldContent {
	align-items: start;
}
.titleMenu{
    font-size: 28px;
    line-height: 25px;
}
.subTitleMenu{
    font-size: 18px;
}
.coldContent{
    height: calc(100% - 135px);
    /* display: flex; */
    overflow-y: auto;
    /* justify-content: center; */
	padding-bottom: 20px;
	/* align-items: center; */
	/* overflow-y: hidden; */
}
 .t26,
 .t26 p {
 	font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1920 - 300)));
 	line-height: 120%;
 }

 .c-black {
 	color: #000000;
 }

 .regiaoArea .segmentacaoMobileHead.pontuacao {
 	background: rgb(138, 26, 78);
 	margin-bottom: 8px;
 	border-radius: 20px;
 	font-family: 'Uniform-condensedBlack';
 	border-radius: 50px;
 	padding: 4px;
 	text-align: center;
 	color: #FFFFFF;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .regiaoArea .segmentacaoMobile.pontuacao {
 	margin: 0 0px 20px 0px;
 }

 .scores-table>* {
 	flex: 1;
 }

 .scores span {
 	width: 100%;
 	height: 35px;
 	padding: 0.5rem;
 	border-radius: 15px;
 	background-color: lightblue;
 }

 .scores span:first-child {
 	background-color: rgb(164, 60, 112);
 }

 .scores-table .scores:last-child span:first-child {
 	background-color: rgb(138, 26, 78);
 }
   #menuInterior ul,
   #segmentos ul {
   	list-style: none;
   	padding: 0;
   	margin: 0;
   }
#menuInterior ul li,
#segmentos ul li {
	line-height: 18px;
}
   .segment-toggle-button {
   	width: 100%;
   	border: none;
   	background: none;
   	padding: 0;
   	text-align: left;
   }

   .segment-toggle-button h2:not(.direct-link):after {
   	content: '+';
   	display: inline;
   	padding-left: 0.5rem;
   }

   .segment-toggle-button.active h2:not(.direct-link)::after {
   	content: '-';
   }

   .segment-content {
   	max-height: 0;
   	overflow: hidden;
   	transition: max-height 0.2s ease-out;
   }
.dotImage {
    position: absolute;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.dotImage:after {
    content: "\f192";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #4e1145;
    }
.dotImage span.left{
    position: absolute;
    right: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #4e1145;
    white-space: nowrap;
    display: none;
}
.dotImage span.right{
    position: absolute;
    left: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #4e1145;
	white-space: nowrap;
    display: none;
}
.othersAccessories{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 700;
    color: #4e1145;
    background: #ffffff;
    border-radius: 30px;
    padding: 5px 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.accessoriesTable,.dotsTable{
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.accessoriesTable thead tr th div,.dotsTable thead tr th div{
    background: #4e1145;
    margin: 0 5px;
    padding: 10px 10px 9px 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    min-width: 80px;
}
.dotsTable thead tr th:last-child div,
.accessoriesTable thead tr th:last-child div,
.dotsTable tbody tr td:last-child div,
.accessoriesTable tbody tr td:last-child div{
    max-width: 108px;
    justify-content: center;
    display: flex;
}
i.fa-solid.fa-x{
    cursor: pointer;
}
.accessoriesTable tbody tr td[colspan="3"] div,.dotsTable tbody tr td[colspan="3"] div{
    border: 1px solid #4e1145;
    margin: 0 5px;
    padding: 4px 10px 3px 10px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    color: #4e1145;
    background: #ffffff;
    justify-content: center;
    max-width: unset;
}
.accessoriesTable tbody tr,.dotsTable tbody tr{
    height: 10px;
}
.accessoriesTable tbody tr td,.dotsTable tbody tr td{
    height: inherit;
}
.accessoriesTable tbody tr td div,.dotsTable tbody tr td div{
    margin: 0 5px;
    padding: 10px 10px 9px 10px;
    border-radius: 30px;
    font-size: 12px;
    background: #ececec;
    height: 100%;
    /* max-width: 108px; */
}
.accessoriesTable tbody tr td:nth-child(1) div,.dotsTable tbody tr td:nth-child(1) div{
    display: flex;
    align-items: center;
}
.accessoriesTable tbody tr td:nth-child(2) div,.dotsTable tbody tr td:nth-child(2) div{
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accessoriesTable tbody tr td:nth-child(3) div,.dotsTable tbody tr td:nth-child(3) div{
    border: 1px solid #4e1145;
    background: #ffffff;
    padding: 2px 10px 2px 10px;
}
.accessoriesTable tbody tr td:nth-child(3) div img,.dotsTable tbody tr td:nth-child(3) div img{
    width: 65px;
    height: 44px;
    object-fit: contain;
}
.dotsTable tbody tr.active td:nth-child(1) div,.dotsTable tbody tr.active td:nth-child(2) div{
    background: #7a7a7a;
    color: #fff;
}
.overlayImages>img{
    position: absolute;
    z-index: 1;
    inset: 0;
}

.mainPico{
    width: 200px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}
.childsPico{
    width: calc(100% - 210px);
}
.childGroupPico{
    display: flex;
    margin-bottom: 10px;
}
.childGroupPico:last-child{
    margin-bottom: 0px;
}
.childTitlePico{
    width: 150px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    line-height: 20px;
    border-radius: 30px;
}
.childTextPico{
    width: calc(100% - 150px);
    border: 1px solid;
    margin-left: -30px;
    border-left: 0px;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 40px;
    border-radius: 0px 30px 30px 0;
}
.childTextPico p{
    margin: 0px;
}

.segList{
    display: flex
}
.segMain {
    margin: 0 5px;
}
.segMainTitle{
    height: 48px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
    border-radius: 30px;
}
.beforeList{
    border: 1px solid;
    margin-top: -24px;
    padding-top: 24px;
    height: calc(208px + 24px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.beforeList>div{
    width: calc(100% - 10px);
    margin: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9b9b9b;
    border: 2px solid #9b9b9b;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 5px;
    height: 46px;
    line-height: 12px;
}
.twoColumnsSeg{
    width: calc(50% - 10px) !important;
}
.afterList{
    border: 1px solid;
    border-top: 0px;
    border-radius: 0 0 30px 30px;
    height: 176px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.afterList>div{
    width: calc(100% - 10px);
    margin: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid ;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 5px;
    height: 46px;
    line-height: 12px;
}
/* CONFIG */
.imageMobile {
	display: none !important;
}

.mobileHeader {
	position: relative;
}

.mobileHeader img {
	max-height: 110px;
}
.logoMobile{
    width: auto !important;
}

.mobileHeaderContent {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 0 20px;
    z-index: 2;
}
.produtosccepHeight{
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.produtosccepHeight>div{
    width: 100%;
}

.dotImage:before {
  content: "";
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: absolute;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px var(--color-purple);
  animation-delay: 0.1s;
}

@keyframes pulsate {
  0%, 100% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
.segmentacaoMobileHead {
	position: relative;
	padding: 18px 60px !important;
}
.channelsItemDesktop,
.channelsItem{
    padding: 18px 50px;
    color: #ffffff;
    font-weight: 700;
    text-align: right;
    border-radius: 50px;
    font-size: 22px;
    position: relative;
    font-family: 'Uniform-condensedBold';
    padding-left: 73px;
	position: relative;
}
.segmentacaoMobileHead:not(.openModalLink)::before,
.channelsItem:not(.openModalLink)::before {
    background: url('../images/angle-left-solid.svg') no-repeat center center;
    position: absolute;
    content: '';
    right: 16px;
    top: 20px;
    width: 26px; /* Ajuste conforme necessário */
    height: 26px; /* Ajuste conforme necessário */
	filter: brightness(0) invert(1);
    background-size: contain;
    transform: rotate(270deg);
    transition: all ease-in-out 300ms;
}
.segmentacaoMobileHead.active::before,
.channelsItem.active::before {
	transform: rotate(90deg);
}
.channelArea{
    margin-bottom: 30px;
}
#sumario .channelContent {
    background-color: rgb(245, 245, 245);
    margin: -5px 16px 0 16px;
    padding-inline: 8px;
    padding-bottom: 8px;
    border-radius: 0 0 20px 20px;
}

#sumario .channelContent h3 {
    font-family: 'Uniform-condensedBlack';
    font-weight: 700;
    color: #000;
    margin: 0 0 -10px 0;
}
#sumario .slider {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 5px;
}

#sumario .cold ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    display: grid;
    align-items: center;
    row-gap: 10px;
}
#sumario .cold .details img {
    max-width: 30px;
}
.channelsItemDesktop>span,
.channelsItem>span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Uniform-condensedBlack';
    font-size: 40px;
}
.channelContent{
    padding-top: 15px;
}
.picosList {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.picosItem {
    margin: 8px;
    width: calc(33.333333% - 16px);
    text-align: center;
    background: #f2f2f2;
    border-radius: 8px;
    color: #711643;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Uniform-condensedBlack';
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.digitalSubMenu{
    font-size: 14px;
    text-align: start;
}
.digitalSubSubMenu{
    font-size: 14px;
}
.childChildBtn.digitalSubMenu{
    padding-right: 45px;
}
.mainTour{
    position: absolute;
    z-index: 1;
    left: 5px;
    bottom: 5px;
    width: 15%;
    height: auto;
    object-fit: cover;
}










@media only screen and (max-width: 1023px) {
    .breadCrumb{
        display: none;
    }
	.fakeHeaderMobile {
		margin-bottom: 0px;

	}

	.mobileHeader img {
		max-height: 120px;
		width: 100%;
	}
}
loader {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: all ease-in-out 300ms;
}

loader.active {
	opacity: 1;
	pointer-events: unset;
}

.loader {
	width: 48px;
	height: 48px;
	border: 3px solid var(--color-main);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid;
	border-color: var(--color-yellow) transparent;
}
.content-app {
	height: calc(100vh - 90px);
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.noScroll {
	overflow: hidden;
}

.critec {
	font-weight: 800;
	font-size: 28px;
	font-family: 'Gilroy';
	text-transform: lowercase;
}


.spacer150 {
	grid-column: inherit;
	height: 150px;
	width: 100%;
}

.spacer120 {
	grid-column: inherit;
	height: 120px;
	width: 100%;
}

.spacer90 {
	grid-column: inherit;
	height: 90px;
	width: 100%;
}

.spacer60 {
	grid-column: inherit;
	height: 60px;
	width: 100%;
}

.spacer30 {
	grid-column: inherit;
	height: 30px;
	width: 100%;
}

.spacer20 {
	grid-column: inherit;
	height: 20px;
	width: 100%;
}

.spacer15 {
	grid-column: inherit;
	height: 15px;
	width: 100%;
}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
	.lg-spacer150 {
		height: 150px;
	}

	.lg-spacer120 {
		height: 120px;
	}

	.lg-spacer90 {
		height: 90px;
	}

	.lg-spacer60 {
		height: 60px;
	}

	.lg-spacer30 {
		height: 30px;
	}

	.lg-spacer20 {
		height: 20px;
	}

	.lg-spacer15 {
		height: 15px;
	}

	.lg-block150 {
		display: inline-block;
		width: 150px;
	}

	.lg-block120 {
		display: inline-block;
		width: 120px;
	}

	.lg-block90 {
		display: inline-block;
		width: 90px;
	}

	.lg-block60 {
		display: inline-block;
		width: 60px;
	}

	.lg-block30 {
		display: inline-block;
		width: 30px;
	}

	.lg-block15 {
		display: inline-block;
		width: 15px;
	}

	.lg-taleft {
		text-align: left;
	}

	.lg-tacenter {
		text-align: center;
	}

	.lg-taright {
		text-align: right;
	}

	.lg-tajustify {
		text-align: justify;
	}
	#segmentos ul,
	#menuInterior ul {
		gap: 5px !important;
	}

}

/* DESKTOP */
@media (max-width: 992px) {
	.md-spacer150 {
		height: 150px;
	}

	.md-spacer120 {
		height: 120px;
	}

	.md-spacer90 {
		height: 90px;
	}

	.md-spacer60 {
		height: 60px;
	}

	.md-spacer30 {
		height: 30px;
	}

	.md-spacer20 {
		height: 20px;
	}

	.md-spacer15 {
		height: 15px;
	}

	.md-block150 {
		display: inline-block;
		width: 150px;
	}

	.md-block120 {
		display: inline-block;
		width: 120px;
	}

	.md-block90 {
		display: inline-block;
		width: 90px;
	}

	.md-block60 {
		display: inline-block;
		width: 60px;
	}

	.md-block30 {
		display: inline-block;
		width: 30px;
	}

	.md-block15 {
		display: inline-block;
		width: 15px;
	}

	.md-taleft {
		text-align: left;
	}

	.md-tacenter {
		text-align: center;
	}

	.md-taright {
		text-align: right;
	}

	.md-tajustify {
		text-align: justify;
	}
}

/* TABLET */
@media (max-width: 768px) {
	.sm-spacer150 {
		height: 150px;
	}

	.sm-spacer120 {
		height: 120px;
	}

	.sm-spacer90 {
		height: 90px;
	}

	.sm-spacer60 {
		height: 60px;
	}

	.sm-spacer30 {
		height: 30px;
	}

	.sm-spacer20 {
		height: 20px;
	}

	.sm-spacer15 {
		height: 15px;
	}

	.sm-block150 {
		display: inline-block;
		width: 150px;
	}

	.sm-block120 {
		display: inline-block;
		width: 120px;
	}

	.sm-block90 {
		display: inline-block;
		width: 90px;
	}

	.sm-block60 {
		display: inline-block;
		width: 60px;
	}

	.sm-block30 {
		display: inline-block;
		width: 30px;
	}

	.sm-block15 {
		display: inline-block;
		width: 15px;
	}

	.sm-taleft {
		text-align: left;
	}

	.sm-tacenter {
		text-align: center;
	}

	.sm-taright {
		text-align: right;
	}

	.sm-tajustify {
		text-align: justify;
	}
}

/* MOBILE */
@media (max-width: 420px) {
	.xs-spacer150 {
		height: 150px;
	}

	.xs-spacer120 {
		height: 120px;
	}

	.xs-spacer90 {
		height: 90px;
	}

	.xs-spacer60 {
		height: 60px;
	}

	.xs-spacer30 {
		height: 30px;
	}

	.xs-spacer20 {
		height: 20px;
	}

	.xs-spacer15 {
		height: 15px;
	}

	.xs-block150 {
		display: inline-block;
		width: 150px;
	}

	.xs-block120 {
		display: inline-block;
		width: 120px;
	}

	.xs-block90 {
		display: inline-block;
		width: 90px;
	}

	.xs-block60 {
		display: inline-block;
		width: 60px;
	}

	.xs-block30 {
		display: inline-block;
		width: 30px;
	}

	.xs-block15 {
		display: inline-block;
		width: 15px;
	}

	.xs-taleft {
		text-align: left;
	}

	.xs-tacenter {
		text-align: center;
	}

	.xs-taright {
		text-align: right;
	}

	.xs-tajustify {
		text-align: justify;
	}
}

img {
	max-width: 100%;
}

table#drinksList {
	border-collapse: separate;
	border-spacing: 3px;
	*border-collapse: expression('separate', cellSpacing='5px');
	font-size: 14px;
	max-width: 85vw;
	margin-bottom: 12px;
}

table#drinksList td {
	background-color: #ebecec;
	border-radius: 20px;
	margin: 2px;
	padding: 2px 10px 0px 10px;
	text-align: center;
	width: 10vw;
	font-size: 13px;

}

table#drinksList td:nth-child(1) {
	background-color: transparent;
	display: flex;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	width: 70px;
	justify-content: space-between;

}

table#drinksList td:nth-child(7) {
	margin-right:0px;
}
table#drinksList td:nth-child(2) {
	width: 45vw;
	text-align: left;
	margin-left: 0px;
	border-radius: 0px 20px 20px 0px;
}

footer {
	display: none;
	height: 50px;
	padding: 5px 0px;
	position: fixed;
	bottom: 0;
	align-items: center;
	width: 100vw;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(163, 163, 163, 1);
	-moz-box-shadow: 0px -1px 5px 0px rgba(163, 163, 163, 1);
	box-shadow: 0px -1px 5px 0px rgba(163, 163, 163, 1);
    background: #ffffff;
    z-index: 99;
}
footer .menu {
	flex: 1 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-right: 1px solid #ac8fa7;
	flex-direction: column;
	gap: 5px;
	font-size: 12px;
}

footer .menu:last-child {

	border-right: none;
}
footer .menu.active img {
	filter: brightness(0) saturate(100%) invert(48%) sepia(86%) saturate(817%) hue-rotate(350deg) brightness(108%) contrast(89%);
}
footer .menu img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	object-position: center center;

}

.violet-btn {
	background-color: #711643;
	text-transform: uppercase;
	padding: 15px;
}



@media (max-width: 1400px) {}

@media (max-width: 1200px) {

	.fakeHeaderMobile {
		height: 120px;
	}
	.fakeFooterMobile {
		height: 60px;
	}
	footer {
		height: 60px;
	}

	footer .menu .menu-name{
		display: none;
	}
	footer .menu {
		gap: 0px;
		font-size: unset;
	}

}

@media (max-width: 992px) {

	.lg-height-auto {
		height: auto;
	}

	.loginImg {
		object-fit: cover;
		object-position: bottom;
	}


	.lg-height-auto {
		height: auto;

	}

	.loginImg {
		object-position: bottom left;
	}


	.recover {
		margin-left: 16px;
	}

	.recover a {
		font-size: 10px;
	}

	.imageDesktop {
		display: none !important;
	}

	.imageMobile {
		display: block !important;
	}
    .mobileHeader,.fakeFooterMobile{
        display: block;
    }
    footer{
        display: flex;
    }
    .desktopHeader{
        display: none;
    }

	.tipo-area {
		text-transform: uppercase;
		color:#4e1145;
		font-size: 30px;text-align: center;
		width: 100%;
		font-weight: 700;
        letter-spacing: -1.5px;
	}

	.tipo-menu {
		display: block;
		text-transform: uppercase;
	}
}

@media (max-width: 768px) {

table#drinksList {

	font-size: 0.55rem;

}
	table#drinksList td {
		padding: 2px 1vw 0px 1vw;
		margin: 1vw;
		font-size: 0.45rem;

	}
	table#drinksList td:nth-child(1) {
		width: 30px;
	}

}

@media (max-width: 576px) {
	.brand-img {
			width: 40px;
			height: 40px;
			border-radius: 50%;
			margin-right: 10px;
		}



	.ark-planner-cold {
		max-width: 80vw;
		max-height: 60vh;
		object-fit: contain;
		width: 100%;
		margin-bottom: 30px;
	}
	#returnResultLogin {
		padding: 8px;
		display: none;
		position: absolute;
		bottom: -30px;
		font-size: 10px;
		left: 50%;
		min-width: 220px;
		transform: translateX(-50%);
	}

	.btn-yellow {
		font-size: 18px;
		min-width: 130px;
		padding: 10px 20px 8px 20px;
	}

	input {
		padding: 12px 16px;
		font-size: 14px;
	}

	.loginImg {
		max-height: 250px;
	}

	.updatePassword,
	.loginForm {
		max-width: 250px;
		margin-top: 0px;
		position: relative;
	}

	.custom-shape-divider-top-1713445564 svg {
		width: calc(218% + 1.3px);
		height: 65px;
	}

	.areaIconListCotainer {
		padding-top: 0px;
			min-height: auto;
			gap: 30px;
			max-width: 320px;
			margin: auto 30px;
	}
	.areaIconListCotainer .boxIconArea .iconContainer img {
		max-height: 65px;
		max-width: 65px;
		object-fit: contain;
	}
	.areaIconListCotainer .boxIconArea {
		flex: 0 0 100px;
	}
	.areaIconListCotainer .boxIconArea .name {
		font-size: 15px;
		line-height: 15px;
	}
	.areaIconListCotainer .boxIconArea .iconContainer {
		border-radius: 20px;
		margin-bottom: 8px;
	}
	.content-app {
		height: calc(100vh - 193px);
		overflow-y: scroll;
		display: flex;
		justify-content: center;
		width: 100%;
		flex-direction: column;
		padding: 0px 20px;

	}

}

@media (min-width: 766px) {

	#segmentos,
	#menuInterior {
		        height: calc(100% - 180px);
	}

	.areaIconListCotainer {
		gap: 20px;
	}
	.title-after-header-alternative {
		font-size: 40px;
		padding-top: 80px;
	}

	.areaIconListCotainer {
		min-height: calc(100svh - 420px);

	}


	.areaIconListCotainer .boxIconArea .iconContainer {
	margin-bottom: 20px;
	}
	.areaIconListCotainer .boxIconArea .name {
		font-size: 26px;
		line-height: 26px;
	}
	.areaIconListCotainer .boxIconArea {
	flex: 0 0 236px;
	}
	.adminBg .btn-list a {
		flex: 0 0 calc(50% - 15px);
		height: 270px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 40px;
		font-family: 'Uniform-condensedBlack';
		line-height: 40px;
		padding: 60px;
		text-transform: uppercase;
	}
	.adminBg .btn-list {

		margin-top: 90px;
	}
	.adminBg .btn-list a:last-child {
		flex: 0 0 100%;
		font-size: 20px;
		line-height: 20px;
		height: 70px;
	}

	.adminBg .btn-list a:hover {
		filter: hue-rotate(5deg) saturate(1.5);
	}
	.adminBg {
		background: url(../images/bg-desktop.png);
		background-size: cover;
		background-position: top;
		min-height: 100vh;
	}
	.areaIconListCotainer {
		align-items: start !important;
		padding-top: 60px;
	}
	    .content-app {
	    	height: calc(100vh - 197px);
	    }


	.dropdown-item.active,
	.dropdown-item:active {
		background-color: transparent;
	}
	.adminBg .btn-list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 90px;
	}
 	.d20{font-size: 20px;}

}
@media (min-width: 1024px) and (max-width: 1400px) {
	/* .desktop-ms-3 {
		margin: 0 1rem;
		width: calc(100% - 2rem);
	} */

	.container-d {
		max-width: 900px;
	}

}

@media (min-width: 1024px) {
	.picos-digital .segmentacaoMobileHead, .picos-digital .adminBtn,  .picos-digital .childBtn,  .picos-digital .childchildBtn{
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}

	.channelsItemDesktop, .channelsItem {
		cursor: pointer;
	}

	.containCold>div.active, .subContainCold>div.active {
		overflow-y: unset;
	}

	.desktop-w-50-f .brand-img-table{
		width: 30px;
		height: 30px;

	}
	.desktop-w-50-f {
		flex: 0 0 50%;
	}
	.desktop-w-50-f.table{
		padding-right: 16px;
	}
	#tabsProgramas .coldHcDesk .segmentacaoMobileHead {
		min-height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 350px;
		margin: 0 auto;
	}

	.coldHcDesk .segmentacaoMobile a {
		min-height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 350px;
		margin: 1px auto;
	}

	#tabsProgramas .segmentacaoMobileHead {
		min-height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.channelsItemDesktop{
		font-size: 15px;
	}

	.programas-img {
		max-height: 100px;
		width: auto;
	}
	.t18-d {
		font-size: 18px;
    	line-height: normal;
	}
	.t16-d {
		font-size: 16px;
    	line-height: normal;
	}
	.modalCold {
		width: 900px;
		left: 50%;
		transform: translateX(-50%);
		overflow-y: hidden;
	}
	.tabCold {
		font-size: 18px;
	}

	#sumario .slider {
		border: none;
	}
	.segHcBox p {
        flex: 0 0 100%;
    }
	    #segmentacaoHc .channelContent.superDesktop {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 40px);
    }
    #segmentacaoHc .channelArea:first-child {
        flex: 0 0 180px !important;
    }
	.desktop-w-100-row {
		width: 100%;
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex;
		flex-wrap: wrap;
		margin-top: calc(-1* var(--bs-gutter-y));
		margin-right: calc(-.5* var(--bs-gutter-x));
		margin-left: calc(-.5* var(--bs-gutter-x));
	}
	.dotImage:after {
		color: #4e1145;
	}
	.dotImage {
		cursor: pointer;
	}
	.dotImage span.left {
		right: -4px;
		z-index: -1;
		color: #4e1145;
		background: #ffffff;
		border-radius: 30px;
		padding: 4px 24px 4px 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	}
	.nav-item {
		cursor: pointer;
	}
	.containCold>div.articleListProgramasAFH.active {
		display: flex;
        overflow: unset;
        position: relative;
        justify-content: center;
	}

	.articleListProgramasAFH .segmentacaoMobile{
        width: 100%;
        margin: 0 15px 20px 15px;

    }

   	.articleListProgramasAFH .segmentacaoMobileContent {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
        background: #ffffff;
    }


    .articleListProgramasAFH .segmentacaoMobileHead{
		opacity: .6;
		min-height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 350px;
		margin: 0 auto;
	}

    .articleListProgramasAFH .segmentacaoMobileHead.active{
        opacity: 1;
    }
    .segmentosDesk .segmentacaoMobileHead{
        opacity: 1!important;
        width: 100%;
        display: block;
    }
    .segmentosDesk #menuInterior ul{
        justify-content: center;
		gap: 0;
	}

	#section-28 .regiaoArea .segmentacaoMobile {
		margin-bottom: 10px;
		flex: 0 0 320px;
	}
	#section-28 .regiaoArea {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 30px;
	}
	.breadCrumb  {
		margin-bottom: 40px;
	}
	#section-18 .imageDesktop {
		text-align: center;
	}
	#section-18 .imageDesktop img {
		margin: auto;
	}
	#segmentos,
	#menuInterior {
		height: calc(100% - 120px);
		display: flex;
        align-items: center;
	}
	#segmentos ul li,
	#menuInterior ul li, #menuInterior ul h3 {
        line-height: 18px;
        flex: 0 0 190px;
        background: var(--color-main);
        color: #fff;
        align-items: center;
        padding: 20px 16px !important;
        display: flex;
        min-height: 110px;
        justify-content: center;
        font-family: 'Uniform-condensedBold';
		cursor: pointer;
	}
#menuInterior ul li.py-2 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	#menuInterior ul h3 {
        line-height: 18px !important;
		font-size: 1rem !important;
		background: transparent !important;
	}
	#segmentos ul li:hover,
	#menuInterior ul li:hover {
 		background: var(--color-main-hover);
	}
	#segmentos .col-12,
	#menuInterior .col-12 {
		text-align: center !important;
	}
	#segmentos ul,
	#menuInterior ul {
		display: flex;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 1110px;
        margin: auto;
	}
	.adminBg .btn-list a {
		flex: 0 0 calc(25% - 15px);
		height: 210px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 32px;
		font-family: 'Uniform-condensedBlack';
		line-height: 40px;
		padding: 50px;
		text-transform: uppercase;
	}
	.background-app-default {
		height: calc(100svh - 90px);
	}
	.areaIconListCotainer .boxIconArea {
		flex: 0 0 180px;
		cursor: pointer;
	}
	.areaIconListCotainer .boxIconArea .name {
		font-size: 24px;
		FONT-FAMILY: 'Uniform';
		font-weight: 700;
	}
	.areaIconListCotainer {
		gap: 60px;
	}
	.areaIconListCotainer .boxIconArea .iconContainer {
		transform: scale(0.8);
	}
	.areaIconListCotainer .boxIconArea .iconContainer img {
		height: 110px;
	}
    .picoArea{
        display: flex;
    }
    .picoArea>div{
        width: 100%;
        text-align: center;
    }
    .picosFullText{
        display: flex;
		gap: 20px;
    }
    .picosFullText>div{
        width: 33.3333333333%;
        text-align: center;
    }
    .picosExcelenteList{
        display: flex;
        justify-content: center;
    }
    .picosExcelenteItem{
        margin: 0 50px;
    }
    .picosExcelenteLetter{
        left: 50%;
        bottom:-10px;
        transform: translate(-50%, 68%);
    }
    .picosExcelenteText{
        text-align: center;
        font-size: 16px;
        margin-top: 50px;
    }
    .picosExcelenteTitle::after{
        content: "\f054";
        font-weight: 900;
        font-family: "Font Awesome 6 Pro";
        font-size: 40px;
        color: var(--color-main);
        position: absolute;
        right: -50px;
        transform: translateX(50%);
    }
    .picosExcelenteItem:last-child .picosExcelenteTitle::after,.picosExcelenteItem::after{
        display: none;
    }

}
@media (min-width: 1400px) {
	.adminBg .btn-list {
		margin-top: 120px;
	}
	#section-28 .regiaoArea .segmentacaoMobile {
		margin-bottom: 10px;
		flex: 0 0 299px;
	}

	.container-d {
		max-width: 1000px;
	}
}
@media (min-width: 1600px) {
	.adminBg .btn-list {
		margin-top: 150px;
	}

	.adminBg .btn-list a {
		flex: 0 0 calc(25% - 15px);
		height: 260px;
		padding: 60px;
	}

	.container-d {
		max-width: 1200px;
	}

}
