.pwr-burger-bottom-bar__item.pwr-cta.pwr-cta--primary-border .cta_button {
    padding: 11px 24px !important;
    display: flex;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pwr-burger-bottom-bar__item.pwr-cta.pwr-cta--primary-border .cta_button svg{
    margin-right:10px;
}

.pwr--dark .pwr-burger-search__input {
    color: unset;
    color: #2A3242 !important;
}

.pwr-burger-search__input {
    color: #2A3242 !important;
}

#pwr-js-burger .pwr-burger__trigger-close {
  align-self: end;
	/* margin-top: 35px; */
	height: 36px;
	margin-bottom: 30px;
	margin-right: 28px;
	padding-left: 18px;
}

#pwr-js-burger .pwr-burger__icon-close {
	right: 8px;
	left: unset;
	top: 18px;
}

#pwr-js-burger .pwr-header-logo {
	top: unset;
	transform: unset;
	margin-left: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#pwr-js-burger .pwr-header-logo a {
	display: block;
 }

 #pwr-js-burger .pwr-header-logo a img.pwr-header-logo__img {
	padding: 3px;
 }

.pwr-burger__menu .hs-menu-wrapper li.hs-menu-depth-2>a {
    color: #3333ff !important;
}

/*DZ HACK HACK: animation on menu subscrever link hover*/
.pwr-cta--link a.main-menu-dd-cta-arrow-link{
  line-height:25px!important;
  text-decoration:none!important;
}

.pwr-cta--link a.main-menu-dd-cta-arrow-link span:hover{
  border-bottom:1.5px #3E35F1 solid;
}

a.main-menu-dd-cta-arrow-link:hover i{
  transition: all .5s ease-in-out;
  margin-left:3px
}

a.main-menu-dd-cta-arrow-link:not(:hover) i{
  transition: all .5s ease-in-out;
  margin-left:0
}

/* @media (max-width: 820px) {
  .pwr-header.pwr-header-fixed {
    position: relative !important;
  }
} */

@media (min-width: 430px) {
	#pwr-js-burger .pwr-header-logo { 
		display: none;
	}
}




/* menu simulador */ 
.menu-simulator {
  display: none;
  position: fixed;
  right:0;
  
  transform-origin: 600px 277px;
  perspective-origin: 600px 277px;
  width: fit-content;
  height: fit-content;
  visibility: visible !important;
  opacity: 1 !important;
  /*inset: 55px 2% auto 50%!important;*/
  position: fixed !important;
  border-bottom-width: 0px !important;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  z-index: 1000 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  top: 50px;
  font-family: 'Poppins';
  overflow: hidden;
  font-weight: 600;
}

.menu-simulator:hover {
  display: block;
}

.pwr-header-right-bar__item:hover + .menu-simulator {
  display: block;
}

.simular_menu_inner{
  background-color: #fff;  
  padding: 20px 32px 20px 32px;
  margin-top: 15px;
}

.menu-simulator .content-wrapper{
  width:100%!important;
  padding:0;
}

.menu-simulator .content-wrapper:not(:last-child){
  margin-bottom: 16px;
}



.menu-simulator .content-wrappers{  
 /*min-width: 200px!important;*/
}

a.cta-button-simular{
 
  display:block
}

a.cta-button-simular:hover{
  color:#171b25
}

.content-title{
   display:flex;
   font-size:16px;
   align-items: center;
}

.title-logo{
  display:inline-block;
  margin-right: 10px;
}

.icon-menu-simular-auto,
.icon-menu-simular-moto,
.icon-menu-simular-house,
.icon-menu-simular-voyage,
.icon-menu-simular-health
{
  background-size: contain;
}


/* Top Banner Base -------------------------------*/

#top_banner {
  min-height: 40px;
}

.countdown-separator {
  width: 2px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
}

.offer-banner {
  color: #fff;
  padding: 11px 0px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 20px;
}

.offer-banner-countdown {
  color: #fff;
  padding: 11px 0px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 16px;
}

.offer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  width: 700px;
}

@media (max-width: 480px) {
  .countdown-separator {
    display: none;
  }
}

@media (max-width: 768px) {
  .offer-text {
    gap: 5px;

  }
  .offer-banner {
    padding: 14px 20px;
    flex-wrap: nowrap
  }

  .top_banner_fixed__spacer {
    display: none !important;
  }
}




/* banner expanded ------------------------------------------------------*/
#top_banner_expanded .banner {
  width: 100%;
  display: none;
  background-color: #FFF;
  color: white;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 99999999;
  padding: 0px 20px;
  top: 0;
}

#top_banner_expanded .banner.expanded {
  display: block;
  min-height: 234px;
  z-index: 999999999;
  padding: 32px 60px;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}


.banner-content {
  display: flex;
}

.banner-info {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  gap: 64px;
}

.info-bar {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-width: 368px;
  gap: 64px;
  margin-right: 64px;
}

.info-box {
  display: flex;
  color: #000;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.info-box .title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.info-box .description {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.info-box .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

.close-btn {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
}

/* Responsivo */
@media (max-width: 768px) {
  #top_banner_expanded {
    height: auto
  }

  #top_banner_expanded .banner.expanded {
    width: 100vw;
    height: 100vh;    
    position: fixed;
    top: 0;
    z-index: 999999999;
    height: 100vh;
    overflow: auto;
    padding: 20px;
  }

  #top_banner_expanded .banner.expanded {
    height: 100dvh;  
  }

  .banner-info {
    gap: 40px;
      {% if !module.top_banner.expanded.image.src %}
      margin-top: 40px;
      {% endif %}
  }

  .banner-content {
    flex-direction: column;
  }

  .banner-info-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .info-bar {
    flex-direction: column;
    align-items: flex-start;
    min-width: 100%;
    gap: 40px;
  }

  .info-box {
    max-width: 100%;
  }

  .info-box .links {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
  }

  .close-btn {
    order: -1;
    align-self: flex-end;
    margin-bottom: 10px;
    position: absolute;
  }
}

@media (max-width: 1024px) {
  .info-bar {
    align-items: stretch;
    flex: 1;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .banner-info {
    align-items: flex-start
  }

}

/* banner expanded ------------------------------------------------------*/
