@charset "utf-8";
/*areascarrossel tax*/
article#areascarrossel {
    /* margin-top: -325px; */
    margin-bottom: 80px;
}
.w-areas-icone {
    height: 122px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    position: absolute;
    bottom: 11px;
    right: 11px;
}

.w-areas-icone img {
    height: 100% !important;
    width: auto !important;
    object-fit: contain;
    object-position: right;
}

#carrossel-areas .owl-nav {
    z-index: -4;
    height: auto !important;
}
#carrossel-areas > div,
#carrossel-areas > div > div,
#carrossel-areas > div > div > div ,
#carrossel-areas > div > div > div > div {
	height: 100% !important;
}
#areascarrossel .owl-stage {
}
#areascarrossel .item-texto.areascarrossel { height: 93%;}
#carrossel-areas .owl-stage > div:nth-child(1) .item-texto.areascarrossel {  background-color: #1C8788;}
#carrossel-areas .owl-stage > div:nth-child(1) .item-texto.areascarrossel,
#carrossel-areas .owl-stage > div:nth-child(3n+4) .item-texto.areascarrossel 
{  background-color: #1C8788;}

#carrossel-areas .owl-stage > div:nth-child(2) .item-texto.areascarrossel,
#carrossel-areas .owl-stage > div:nth-child(3n+5) .item-texto.areascarrossel 
{  background-color: #EF5B32;}


#carrossel-areas .owl-stage > div:nth-child(3) .item-texto.areascarrossel,
#carrossel-areas .owl-stage > div:nth-child(3n+6) .item-texto.areascarrossel 
{  background-color: #8B7F7A;}

a.areacarrossel-tit {
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    position: relative;
    background-color: transparent;
    display: flex;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 100%;
}
#carrossel-areas.interna a.areacarrossel-tit{ background: #164b6d;}
a.areacarrossel-tit:hover {
	background: #164b6d;
}
a.areacarrossel-tit span {
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 22px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.areacarrossel-resumo {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
a.areacarrossel-tit .area-icone {
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    filter: invert(1);
    width: 31px;
}
.carrossel-areas-item {height: 100%;display: flex;justify-content: center;align-items: center;}

#areascarrossel .texto-content {
    /* padding: 20px; */
    /* height: 100%; */
    /* position: relative; */
}

a.areacarrossel-bt {
    color: #fff;
    font-size: 14px;
    padding: 11px 0;
    display: inline-block;
    margin: 7px 0;
	border-radius: 3px;
}
a.areacarrossel-bt:hover {
    color: #fff;
	background: #403C39 !important;
	padding: 11px 11px;
	
}

/******************************************************/
/*******************  MOBILE  *************************/
/******************************************************/
@media screen and (max-width: 700px) {
	article#areascarrossel {padding: 0 22px;}
#areascarrossel .wrap {  padding-left: 0 !important;}
article#areascarrossel .owl-stage {  margin-left: 0px;}
	}