html, body {
	overflow-x: hidden;
}

p {
	hyphens: auto;
	text-align: justify;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg) scale(1.6);
    -o-transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
  }
  to {
    -webkit-transform: rotate(360deg) scale(1.6);
    -o-transform: rotate(360deg) scale(1.6);
    transform: rotate(360deg) scale(1.6);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg) scale(1.6);
    -moz-transform: rotate(0deg) scale(1.6);
    -webkit-transform: rotate(0deg) scale(1.6);
    -o-transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
  }
  to {
    -ms-transform: rotate(360deg) scale(1.6);
    -moz-transform: rotate(360deg) scale(1.6);
    -webkit-transform: rotate(360deg) scale(1.6);
    -o-transform: rotate(360deg) scale(1.6);
    transform: rotate(360deg) scale(1.6);
  }
}
.rotating img {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
}



/*  */


ol, ul {
    margin: 0 !important;
}

#asas-slide-home a.ha-slider-button.button-1:after {
    content: "";
    width: 36px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    transform: translate(0, 13px);
    margin: 0;
    padding: 0;
    background: url(https://www.desenvolvimentodfw.com.br/asas/wp-content/uploads/2025/04/Background-1.svg);

}

#asas-slide-home a.ha-slider-button.button-2:after {
    content: "";
    width: 36px;
    height: 36px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    transform: translate(0, 13px);
    margin: 0;
    padding: 0;
    background: url(https://www.desenvolvimentodfw.com.br/asas/wp-content/uploads/2025/04/Background-2.svg);
}

.dfw-o-que-fazemos-box {
    height: -webkit-fill-available;
}

.dfw-o-que-fazemos-box .elementor-element.elementor-widget.elementor-widget-heading {
    margin: auto;
}

.btn-voltar-eventos a {
    display: flex;
    flex-direction: row;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.btn-voltar-eventos a:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(https://www.desenvolvimentodfw.com.br/asas/wp-content/uploads/2025/05/Background-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-cta a {
    display: flex;
    flex-direction: row;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.btn-cta a:after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(https://www.desenvolvimentodfw.com.br/asas/wp-content/uploads/2025/05/Background-4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.simple-download-counter-button button,
.simple-download-counter a {
    background: #004300;
    height: 66px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Figtree", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 500px 500px 500px 500px;
    padding-left: 30px;
    padding-right: 30px;
}

.simple-download-counter-button button:after,
.simple-download-counter a:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    transform: translate(10px, 0px);
    margin: 0;
    padding: 0;
    background: url(https://www.desenvolvimentodfw.com.br/asas/wp-content/uploads/2025/05/Group.svg);
}

.btn-total-downloads {
    background: #E5653A;
    height: 66px;


    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-family: "Figtree", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 500px 500px 500px 500px;
    padding-left: 30px;
    padding-right: 30px;
}

p.btn-total-downloads {
    margin-bottom: 0;
}

.new-header-dfw {
  background-color: #25516B !important;
}