/* Card blog */
.categoria-post .elementor-post-info__terms-list-item {
    color: #000;
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
}
.e-form__indicators__indicator .e-form__indicators__indicator--shape-circle{
    border: none;
}

/* Botões LP */
.botao-principal-lp,
.botao-principal-lp-color,
.botao-principal-lp-light{
  position: relative;
}
.botao-principal-lp::before,
.botao-principal-lp-color::before,
.botao-principal-lp-light::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media(max-width: 768px){
	.botao-principal-lp::before,
	.botao-principal-lp-color::before,
	.botao-principal-lp-light::before{
		width: 70px;
	}
}
.botao-principal-lp-color a svg path,
.botao-principal-lp-light a svg path{
    fill: #fff;
}
.botao-principal-lp-light::before{
	background: #16353A;
}
.botao-principal-lp-light:hover p{
	color: #fff !important;
}
.botao-principal-lp-color::before{
	background: #F39437;
}
.botao-principal-lp-color:hover:before{
	background: #4E358C;
}
.botao-principal-lp:hover a svg path{
    fill: #1BACA7;
}
.botao-principal-lp-light:hover a svg path{
    fill: #FCC931;
}
.botao-principal-lp-color a,
.botao-principal-lp a,
.botao-principal-lp-light a{
  position: absolute;
	inset: 0;
  z-index: 5;
  top: 20px;
  left: 30px;
	}
@media(max-width: 768px){
.botao-principal-lp-color a,
	.botao-principal-lp a,
	.botao-principal-lp-light a{
  top: 12px;
  left: 21px;
	}}

/* slide home LP */
.slides-lp-home .swiper-slide-bg{
    background-position: top center;
}
@media(max-width: 501px){
.banner-mobile-lp-portugues .e-con-inner{
	padding-top: 600px;
	}}

/* menu-mega */
#menu-solucoes-2 span,#menu-solucoes-5 span{
	cursor: pointer !important;
}
/* imagens home */
.imagens-unidades .eael-img-accordion .overlay a {
    opacity: 1 !important;
   
}
.imagens-unidades .overlay-inner-show h2{
	    transform: translate(10px, -310px) !important;
}
.imagens-unidades .eael-img-accordion .overlay h2 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
	  text-align: left;
}
.imagens-unidades .eael-img-accordion .overlay{
	align-items: end !important;
  justify-content: start !important;
	left: 7px;
  bottom: 17px;
}

/* Form */
.e-form__buttons{
    display: flex;
    justify-content: space-around !important;
	align-items: center;
}
.e-form__buttons .e-form__buttons__wrapper__button-previous{
    padding: 20px 80px 20px 80px !important;
	 background-color: transparent !important;
    border: 1px solid #F2920A;
}
/* tags card blog */
.categoria-post .elementor-post-info__terms-list-item{
	background: #EEEEEE;
}

/* Menus */
.menu-desktop-header, .botao-header-desktop {
  display: none;
}

.menu-mobile-header {
  display: block;
}

/* Telas maiores que 880px */
@media (min-width: 881px) {
  .menu-desktop-header, .botao-header-desktop {
    display: block;
  }

  .menu-mobile-header {
    display: none;
  }
}
/* banner */
/* Padrão: mobile */
.banner-desktop-home {
  display: none;
}

.banner-mobile-home {
  display: block;
}

/* Desktop: acima de 880px */
@media (min-width: 420px) {
  .banner-desktop-home {
    display: block;
  }

  .banner-mobile-home {
    display: none;
  }
}
/* chats */
#divBtnChtflt.skin-blue #btnChatFlt:after{
	content: url('https://homolog.aprendebrasil.com.br/wp-content/uploads/2026/01/tab-chat.svg');
	bottom: -11px;
	position: absolute;
	right: -2px;
}
#divBtnChtflt.skin-blue #btnChatFlt span {
   display: none;
}
.elementor-32 .elementor-element.elementor-element-6a60d86 {
    bottom: 53px !important;
}