<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.template-02-modulo-01 {
  position: relative;
}
@media (min-width: 1366px) {
  .template-02-modulo-01 img {
    height: 100vh;
  }
}
.template-02-modulo-01 .add-1 {
  position: absolute;
  bottom: 40px;
  font-size: 60px;
  color: #fff;
  width: 50vw;
  height: 150px;
  margin-left: 4vw;
}
@media (max-width: 768px) {
  .template-02-modulo-01 .add-1 {
    width: 100%;
    height: 80px;
    margin-left: 30%;
  }
}
.template-02-modulo-01 .add-1 .freezeframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .template-02-modulo-01 .add-1 .freezeframe {
    width: 80vw;
  }
}
.template-02-modulo-02 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .template-02-modulo-02 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.template-02-modulo-02 .titulo {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 768px) {
  .template-02-modulo-02 .titulo {
    font-size: 28px;
    line-height: 33px;
  }
}
.template-02-modulo-02 .titulo span {
  background: -webkit-linear-gradient(45deg, #ea5b0c, #e40000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-02-modulo-02 .titulo-2 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
}
.template-02-modulo-02 .titulo-3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.template-02-modulo-02 .titulo-3 span {
  font-weight: 700;
  background: -webkit-linear-gradient(45deg, #ea5b0c, #e40000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-02-modulo-02 .sub-1 {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.template-02-modulo-02 .sub-2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.template-02-modulo-02 .sub-2 span {
  color: #ea5b0c;
}
.template-02-modulo-02 .sub-3 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.template-02-modulo-02 .btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fe6d00;
  border-radius: 26px;
  height: 40px;
  transition: 0.3s;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent linear-gradient(270deg, #ff9301 0%, #fe6d00 100%) 0% 0% no-repeat padding-box;
  width: 218px;
  height: 49px;
  font-size: 16px;
  background: linear-gradient(90deg, #ea5b0c 0%, #e40000 167.85%);
}
.template-02-modulo-02 .btn-1:hover {
  transition: 0.3s;
  background-color: #ff9301;
}
.template-02-modulo-02 .btn-1:hover {
  transition: 0.2s;
  background: linear-gradient(90deg, #fd3600 0%, #fd3600 167.85%);
}
.template-02-modulo-02 .btn-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-02-modulo-02 .btn-2 .normal {
  position: relative;
}
.template-02-modulo-02 .btn-2 .ativo {
  position: absolute;
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
}
.template-02-modulo-02 .btn-2:hover .ativo {
  transition: 0.2s;
  opacity: 1;
}
.template-02-modulo-02 .bloco {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 100%;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}
.template-02-modulo-02 .bloco.ativo {
  transition: 0.5s;
  opacity: 1;
}
.template-02-modulo-02 .item {
  width: 336px;
  max-width: 28%;
  background-color: #1f1f1f;
  margin: 10px;
  padding: 50px 20px;
  height: 90%;
}
.template-02-modulo-02 .item.central {
  width: 380px;
  max-width: 36%;
  height: 100%;
}
@media (max-width: 768px) {
  .template-02-modulo-02 .item.central {
    max-width: 90%;
    height: 282px;
    background-image: url("../img/template-02-modulo-02-7.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .template-02-modulo-02 .item.central {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .template-02-modulo-02 .item {
    max-width: unset;
    max-width: 90%;
    height: 282px;
    background-image: url("../img/template-02-modulo-02-7.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .template-02-modulo-02 .item {
    width: 100%;
  }
}
.template-02-modulo-02 .item .sub-1 {
  margin-bottom: 20px;
}
.template-02-modulo-02 .icone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 60px;
  height: 40px;
  margin: 0 auto;
}
.template-02-modulo-02 .icone .icone-add-0 {
  position: absolute;
  width: 100%;
  height: 32px;
  z-index: 2;
  background-color: #1f1f1f;
}
.template-02-modulo-02 .icone .icone-add-1 {
  position: absolute;
  width: 100%;
  height: 32px;
  z-index: 5;
  opacity: 0;
}
.template-02-modulo-02 .icone .icone-add-1:after {
  content: "0";
  display: flex;
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #ea5b0c;
  border-radius: 100%;
  right: -1px;
  top: -9px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
@keyframes template-02-modulo-02-3 {
  0% {
    content: "0";
  }
  60% {
    content: "0";
  }
  80% {
    content: "1";
  }
  100% {
    content: "1";
  }
}
@keyframes template-02-modulo-02-2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.template-02-modulo-02 .icone .icone-add-2 {
  position: absolute;
  width: 36px;
  height: 32px;
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 2px;
  top: 8px;
  z-index: 1;
  background-image: url("../img/template-02-modulo-02-6.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@keyframes template-02-modulo-02-1 {
  0% {
    top: 8px;
  }
  30% {
    top: 8px;
  }
  70% {
    top: -8px;
  }
  100% {
    top: -8px;
  }
}
.template-02-modulo-02 .icone .icone-add-3 {
  position: relative;
  z-index: 4;
}
.template-02-modulo-02 .modal {
  pointer-events: none;
}
.template-02-modulo-02 .modal .modal-header {
  border: none;
}
.template-02-modulo-02 .modal .modal-content {
  background-color: #1f1f1f;
  padding: 40px;
}
.template-02-modulo-02 .modal .close {
  opacity: 1;
}
.template-02-modulo-02 .modal .close:hover {
  opacity: 1;
}
.template-02-modulo-02 .modal-1 .titulo-3 {
  width: 250px;
}
.template-02-modulo-02 .modal-1 .formulario .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  height: 49px;
  width: 100%;
  padding: 0 22px;
  color: #fff;
}
.template-02-modulo-02 .modal-1 .formulario .form-input::placeholder {
  font-size: 14px;
  color: #fff;
}
.template-02-modulo-02 .modal-1 .formulario .form-input:hover,
.template-02-modulo-02 .modal-1 .formulario .form-input:focus {
  border-color: #ea5b0c;
}
.template-02-modulo-02 .modal-1 .formulario .btn-1 {
  width: 100%;
}
.template-02-modulo-02 .modal-1 .aceite {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.template-02-modulo-02 .modal-1 .modal-body {
  opacity: 0;
  position: absolute;
}
.template-02-modulo-02 .modal-1 .modal-body.normal {
  position: relative;
  opacity: 1;
  z-index: 3;
}
.template-02-modulo-02 .modal-1 .modal-body.ativo {
  position: relative;
  opacity: 1;
}
.template-02-modulo-02 .modal-1 .modal-body.ativo .icone .icone-add-2 {
  top: -8px;
  animation: template-02-modulo-02-1 1 1s;
}
.template-02-modulo-02 .modal-1 .modal-body.ativo .icone .icone-add-1 {
  opacity: 1;
  animation: template-02-modulo-02-2 1 1s;
}
.template-02-modulo-02 .modal-1 .modal-body.ativo .icone .icone-add-1:after {
  content: "1";
  animation: template-02-modulo-02-3 1 2s;
}
.template-02-modulo-02 .modal-2 .titulo-3 {
  width: 250px;
}
.template-02-modulo-02 .modal-2 .formulario .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  height: 49px;
  width: 100%;
  padding: 0 22px;
  color: #fff;
}
.template-02-modulo-02 .modal-2 .formulario .form-input::placeholder {
  font-size: 14px;
  color: #fff;
}
.template-02-modulo-02 .modal-2 .formulario .form-input:hover,
.template-02-modulo-02 .modal-2 .formulario .form-input:focus {
  border-color: #ea5b0c;
}
.template-02-modulo-02 .modal-2 .formulario .btn-1 {
  width: 100%;
}
.template-02-modulo-02 .modal-2 .aceite {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.template-02-modulo-02 .modal-2 .modal-body {
  opacity: 0;
  position: absolute;
}
.template-02-modulo-02 .modal-2 .modal-body.normal {
  position: relative;
  opacity: 1;
  z-index: 3;
}
.template-02-modulo-02 .modal-2 .modal-body.ativo {
  position: relative;
  opacity: 1;
}
.template-02-modulo-02 .modal-2 .modal-body.ativo .icone .icone-add-2 {
  top: -8px;
  animation: template-02-modulo-02-1 1 1s;
}
.template-02-modulo-02 .modal-2 .modal-body.ativo .icone .icone-add-1 {
  opacity: 1;
  animation: template-02-modulo-02-2 1 1s;
}
.template-02-modulo-02 .modal-2 .modal-body.ativo .icone .icone-add-1:after {
  content: "1";
  animation: template-02-modulo-02-3 1 2s;
}
.template-02-modulo-02 .animacao {
  animation: gradient 4s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.template-02-modulo-03 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .template-02-modulo-03 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.template-02-modulo-03 .video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.template-02-modulo-03 .video .video-tag {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.template-02-modulo-03 .video .img-tag {
  position: relative;
  opacity: 0;
  z-index: 3;
}
.template-02-modulo-03 .video .img-tag.disable .img-tag {
  z-index: 1;
  opacity: 0;
}
.template-02-modulo-03 .video .icone {
  position: absolute;
  width: 90px;
  height: 90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  background-color: transparent;
}
.template-02-modulo-03 .video .icone .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#fff 50%, rgba(255, 255, 255, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.template-02-modulo-03 .video .icone .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #e83f09;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.template-02-modulo-03 .video .icone .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
  transform: scale(0, 0);
  width: 118px;
  height: 118px;
  top: -13%;
  left: -13%;
}
.template-02-modulo-03 .video .icone .play-btn:hover::after {
  border-left: 15px solid white;
  -webkit-transform: scale(20);
  transform: scale(20);
}
.template-02-modulo-03 .video .icone .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #e83f09;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
.template-02-modulo-03 .video.ativo .img-tag,
.template-02-modulo-03 .video.ativo .icone {
  opacity: 1;
  z-index: 5;
}
.template-02-modulo-03 .video.ativo .icone {
  transition: 0.3s;
}
.template-02-modulo-03 .video.ativo .disable {
  z-index: 1;
  opacity: 0;
}
.template-02-modulo-03 .icone-control {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 5;
  left: 40px;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .template-02-modulo-03 .icone-control {
    width: 30px;
    height: 30px;
    left: 10px;
    bottom: 10px;
  }
}
.template-02-modulo-03 .icone-control.transition {
  transition: 0.5s;
  opacity: 0.5;
}
.template-02-modulo-03 .icone-control.stand-by {
  pointer-events: auto;
  opacity: 0.2;
  transition: 0.3s;
}
.template-02-modulo-03 .icone-control.stand-by:hover {
  transition: 0.3s;
  opacity: 1;
}
.template-02-modulo-03 .icone-control.disable {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.template-02-modulo-03 .icone-control svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .template-02-modulo-03 .icone-control svg {
    width: 12px;
    height: 12px;
  }
}
.template-02-modulo-03 .anima-modulo {
  transition: 0.5s;
  opacity: 0;
}
.template-02-modulo-03 .anima-modulo.ativo {
  transition: 0.5s;
  opacity: 1;
}
.template-02-modulo-04 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (max-width: 992px) {
  .template-02-modulo-04 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.template-02-modulo-04 .titulo {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 768px) {
  .template-02-modulo-04 .titulo {
    font-size: 28px;
    line-height: 33px;
  }
}
.template-02-modulo-04 .titulo span,
.template-02-modulo-04 .titulo strong {
  background: -webkit-linear-gradient(45deg, #ea5b0c, #e40000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-02-modulo-04 .titulo-2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
.template-02-modulo-04 .titulo-3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.template-02-modulo-04 .sub-1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #fff;
  background-color: transparent;
}
.template-02-modulo-04 .sub-2 {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 19px;
}
.template-02-modulo-04 .sub-2 h1,
.template-02-modulo-04 .sub-2 h2,
.template-02-modulo-04 .sub-2 h3,
.template-02-modulo-04 .sub-2 h4,
.template-02-modulo-04 .sub-2 h5,
.template-02-modulo-04 .sub-2 h6,
.template-02-modulo-04 .sub-2 p,
.template-02-modulo-04 .sub-2 span {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 19px;
}
.template-02-modulo-04 .sub-3 {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.template-02-modulo-04 .add-globo {
  position: absolute;
  left: 0;
  top: -50%;
}
.template-02-modulo-04 .add-item {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  transition: 0.1s;
}
.template-02-modulo-04 .bloco-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .template-02-modulo-04 .bloco-1 {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
}
.template-02-modulo-04 .bloco-1 .sub-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding-bottom: 5px;
}
.template-02-modulo-04 .bloco-1 .sub-1::after {
  transition: 0.2s;
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: none;
}
.template-02-modulo-04 .bloco-1 .sub-1:hover::after {
  transition: 0.2s;
  background-image: linear-gradient(45deg, #ea5b0c, #e40000);
  animation: template-02-mod-04-1 1s infinite;
}
@keyframes template-02-mod-04-1 {
  0% {
    width: 0%;
    left: 0;
  }
  49% {
    width: 100%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: unset;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}
.template-02-modulo-04 .bloco-1 .sub-1.ativo:after {
  background-image: linear-gradient(45deg, #ea5b0c, #e40000);
  animation: none;
}
.template-02-modulo-04 .bloco-1 .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
}
.template-02-modulo-04 .bloco-1 .dot:last-child {
  display: none;
}
@media (max-width: 768px) {
  .template-02-modulo-04 .bloco-1 .dot {
    display: none;
  }
}
.template-02-modulo-04 .bloco-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 40vh;
  width: 100%;
  transition: 0.3s;
}
.template-02-modulo-04 .bloco-2 .item {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.template-02-modulo-04 .bloco-2 .item.item-1 .add-1 {
  display: flex;
  flex-wrap: wrap;
}
.template-02-modulo-04 .bloco-2 .item.item-1 .add-1 img {
  margin: 10px;
}
@media (max-width: 768px) {
  .template-02-modulo-04 .bloco-2 .item.item-1 .add-1 img {
    width: 100%;
    margin: 0;
  }
}
.template-02-modulo-04 .bloco-2 .item.item-1 .add-1 .img-desktop {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .template-02-modulo-04 .bloco-2 .item.item-1 .add-1 .img-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .template-02-modulo-04 .bloco-2 .item.item-1 .add-2 .titulo-2 {
    display: none;
  }
}
.template-02-modulo-04 .bloco-2 .item.item-1 .bloco-2-anima-1,
.template-02-modulo-04 .bloco-2 .item.item-1 .bloco-2-anima-2,
.template-02-modulo-04 .bloco-2 .item.item-1 .bloco-2-anima-3 {
  opacity: 0;
}
@keyframes template-02-modulo-04-anima-1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes template-02-modulo-04-anima-2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes template-02-modulo-04-anima-3 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .template-02-modulo-04 .bloco-2 .item.item-3 .titulo-2 {
    display: none;
  }
}
.template-02-modulo-04 .bloco-2 .item.ativo {
  transition: 0.3s;
  position: relative;
  z-index: 5;
  opacity: 1;
}
.template-02-modulo-04 .bloco-2 .item.ativo.item-1 .bloco-2-anima-1 {
  opacity: 1;
  animation: template-02-modulo-04-anima-1 10s 1;
}
.template-02-modulo-04 .bloco-2 .item.ativo.item-1 .bloco-2-anima-2 {
  opacity: 1;
  animation: template-02-modulo-04-anima-2 10s 1;
}
.template-02-modulo-04 .bloco-2 .item.ativo.item-1 .bloco-2-anima-3 {
  opacity: 1;
  animation: template-02-modulo-04-anima-3 10s 1;
}
.template-02-modulo-04 .anima-1 {
  transition: 0.5s;
  opacity: 0;
}
.template-02-modulo-04 .anima-1.ativo {
  transition: 0.5s;
  opacity: 1;
}
.template-02-modulo-04 .anima-2 {
  transition: 0.5s;
  opacity: 0;
}
.template-02-modulo-04 .anima-2.ativo {
  transition: 0.5s;
  opacity: 1;
}
.template-02-modulo-05 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-image: url("../img/template-02-modulo-05-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .template-02-modulo-05 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .template-02-modulo-05 {
    background-image: url("../img/template-02-modulo-05-1-mobile.webp");
  }
}
.template-02-modulo-05 .titulo {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 768px) {
  .template-02-modulo-05 .titulo {
    font-size: 28px;
    line-height: 33px;
  }
}
.template-02-modulo-05 .titulo span,
.template-02-modulo-05 .titulo strong {
  background: -webkit-linear-gradient(45deg, #ea5b0c, #e40000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-02-modulo-05 .btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  border-radius: 30px;
  color: #fff;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #ea5b0c 0%, #e40000 167.85%);
}
.template-02-modulo-05 .btn-1:hover {
  transition: 0.2s;
  background: linear-gradient(90deg, #fd3600 0%, #fd3600 167.85%);
}
.template-02-modulo-05 .formulario .form-input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  height: 49px;
  width: 100%;
  padding: 0 22px;
  color: #fff;
}
.template-02-modulo-05 .formulario .form-input::placeholder {
  font-size: 14px;
  color: #fff;
}
.template-02-modulo-05 .formulario .form-input:hover,
.template-02-modulo-05 .formulario .form-input:focus {
  border-color: #ea5b0c;
}
.template-02-modulo-05 .formulario .btn-1 {
  width: 100%;
}
.template-02-modulo-05 .aceite {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.template-02-modulo-05 .anima-1 {
  transition: 0.5s;
  opacity: 0;
}
.template-02-modulo-05 .anima-1.ativo {
  transition: 0.5s;
  opacity: 1;
}
.template-02-modulo-05 .anima-2 {
  transition: 0.5s;
  opacity: 0;
}
.template-02-modulo-05 .anima-2.ativo {
  transition: 0.5s;
  opacity: 1;
}
.template-02-modulo-06 {
  background-color: #1e1e1e;
  padding: 40px 0;
}
.template-02-modulo-06 .social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-02-modulo-06 .social .item {
  margin: 0 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-02-modulo-06 .social .item .normal {
  position: relative;
  opacity: 1;
}
.template-02-modulo-06 .social .item .ativo {
  position: absolute;
  opacity: 0;
}
.template-02-modulo-06 .social .item svg {
  transition: 0.2s;
}
.template-02-modulo-06 .social .item:hover .normal {
  opacity: 0;
}
.template-02-modulo-06 .social .item:hover .ativo {
  opacity: 1;
}
.template-02-modulo-06 .social .item:hover svg {
  transition: 0.2s;
}
.template-02-modulo-07 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .template-02-modulo-07 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.template-02-modulo-07 .titulo {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 768px) {
  .template-02-modulo-07 .titulo {
    font-size: 28px;
    line-height: 33px;
  }
}
.template-02-modulo-07 .titulo span,
.template-02-modulo-07 .titulo strong {
  background: -webkit-linear-gradient(45deg, #ea5b0c, #e40000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-02-modulo-07 .slick-1 .slick-track {
  display: flex;
  align-items: center;
}
.template-02-modulo-07 .slick-1 .item {
  transform-origin: center;
  transform: scale(0.8);
}
@media (max-width: 768px) {
  .template-02-modulo-07 .slick-1 .item {
    display: none;
  }
}
.template-02-modulo-07 .slick-1 .item.ativo {
  transform: scale(1);
}
@media (max-width: 768px) {
  .template-02-modulo-07 .slick-1 .item.ativo {
    display: flex;
  }
}
.template-02-modulo-08 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .template-02-modulo-08 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.template-02-modulo-08 .titulo {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 768px) {
  .template-02-modulo-08 .titulo {
    font-size: 28px;
    line-height: 33px;
  }
}
.template-02-modulo-08 .titulo span,
.template-02-modulo-08 .titulo strong {
  background: -webkit-linear-gradient(45deg, #ea5b0c, #e40000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.template-02-modulo-08 .slick-1 .slick-track {
  display: flex;
  align-items: center;
}
.template-02-modulo-08 .slick-1 .item {
  transform-origin: center;
  transform: scale(0.8);
  position: relative;
  transition: 0.4s;
}
.template-02-modulo-08 .slick-1 .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.6);
}
.template-02-modulo-08 .slick-1 .item.slick-current {
  transform: scale(1);
}
@media (max-width: 768px) {
  .template-02-modulo-08 .slick-1 .item.slick-current {
    display: flex;
  }
}
.template-02-modulo-08 .slick-1 .slick-dots li {
  width: 13px;
  height: 13px;
}
.template-02-modulo-08 .slick-1 .slick-dots li button {
  width: 100%;
  height: 100%;
}
.template-02-modulo-08 .slick-1 .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #ea5b0c;
  opacity: 1;
  border-radius: 100%;
}
.template-02-modulo-08 .slick-1 .slick-dots li.slick-active button::before {
  border-color: #e40000;
}
.template-02-modulo-08 .slick-1.disable .slick-list {
  pointer-events: none;
}
.template-02-modulo-08 .slick-1.disable .slick-dots {
  pointer-events: none;
}
.template-02-modulo-08 .slick-1.ativo .item {
  cursor: pointer;
}
</pre></body></html>