@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Effra", sans-serif;
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.loader {
  display: none;
}

@font-face {
  font-family: "Effra Regular";
  src: url("../fontes/Effra/effra-regular.eot"); /* IE9*/
  src: url("../fontes/Effra/effra-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fontes/Effra/effra-regular.woff2") format("woff2"),
    /* chrome、firefox */ url("../fontes/Effra/effra-regular.woff")
      format("woff"),
    /* chrome、firefox */ url("../fontes/Effra/effra-regular.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fontes/Effra/effra-regular.svg#Effra Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: "Effra Bold";
  src: url("../fontes/Effra/bold-effra.eot"); /* IE9*/
  src: url("../fontes/Effra/bold-effra.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fontes/Effra/bold-effra.woff2") format("woff2"),
    /* chrome、firefox */ url("../fontes/Effra/bold-effra.woff") format("woff"),
    /* chrome、firefox */ url("../fontes/Effra/bold-effra.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fontes/Effra/bold-effra.svg#Effra Bold") format("svg"); /* iOS 4.1- */
}

:root {
  --amarelo: #ffba00;
  --azul: #59e7fe;
  --branco: #ffffff;
  --roxo: #784aa7;
  --roxo-escuro: #66197e;
  --cinza: #3b3b3b;
  --cinza-escuro: #464646;
  --cinza-medio: #656565;
  --cinza-claro: #a3a3a3;
  --laranja: #ff6a00;
}

section.section01 {
  padding: 50px 0 120px 0;
  background: #fff url(../img/section01-background.png) 0% 0% no-repeat
    padding-box;
  background-size: 100% 100%;
  background-position: center;
}

section.section01 p,
h1,
h2,
h3,
h4 {
  /* font-size: 35px; */
  color: #fff;
  margin-bottom: 1rem;
}

section#obrigado {
  padding: 120px 0;
  background: #8420ca;
}

section.section01 img.logo {
  margin-bottom: 75px;
}

section#obrigado h1 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--branco);
  margin: 0px auto;
  width: 55%;
}

section#obrigado .row > div {
  text-align: center;
}

section#obrigado img.logo {
  margin-bottom: 150px !important;
}

section#obrigado hr {
  border: solid 1px var(--branco);
  margin: 50px auto;
  width: 50%;
}

section#obrigado h2 {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--branco);
  margin: 0px auto 50px auto;
}

section#obrigado .style01 {
  width: fit-content;
  padding: 22px 40px;
  margin: 34px auto;
}

section.section01 p {
  font-family: "Effra Regular";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: var(--branco);
  margin-bottom: 0px;
}

section#obrigado p {
  font-family: "Effra Regular";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: var(--branco);
  width: 59%;
  margin: 0px auto;
}

section#obrigado .clientes {
  margin-top: 130px;
}

section#obrigado .clientes .linha {
  border-top: 1px solid #fff;
  padding-top: 35px;
}

section#obrigado .clientes .linha h3 {
  font-family: "Effra Regular";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: var(--branco);
  margin: 0px;
}

section#obrigado .itens {
  margin-top: 15px;
}

section#obrigado .itens img {
  width: 100%;
}

section#obrigado .itens img.martins {
  width: 75%;
}

section.section01 .contato {
  background-color: var(--branco);
  padding: 35px;
  border-radius: 13px;
}

section.section01 h4 {
  font-family: "Effra Regular";
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 15px;
}

section.section01 h5 {
  font-family: "Effra Regular";
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--cinza);
  margin-bottom: 35px;
}

section.section01 h5 b {
  font-family: "Effra Bold";
}

section.section01 .contato input#nome {
  width: 100%;
}

section.section01 .contato li:nth-child(2) input,
section.section01 .contato li:nth-child(3) input,
section.section01 .contato li:nth-child(4) input,
section.section01 .contato li:nth-child(5) input {
  width: 50% !important;
}

section.section01 .contato input,
section.section01 .contato select {
  height: 60px;
  border-radius: 15px;
  border: solid 1px var(--cinza-claro);
  padding: 18px;
  margin-bottom: 19px;
  color: var(--cinza-medio) !important;
  outline: none;
  background-color: var(--branco);
}

section.section01 .contato p {
  margin: 0 0 20px 0;
  width: 100%;
}

section.section01 label {
  cursor: pointer;
  color: var(--cinza-medio) !important;
  font-size: 15px;
}

section.section01 input[type="checkbox"]:checked + label:before {
  background: transparent url(assets/img/check.png);
  content: "\2713";
  text-align: center;
  border: 1px solid var(--cinza-escuro);
}

section.section01 input[type="checkbox"] {
  visibility: hidden;
  height: 16px !important;
  margin-bottom: 0px !important;
}

section.section01 input[type="checkbox"] + label:before {
  border: 1px solid #333;
  content: "\00a0";
  display: inline-block;
  font: 15px/1em sans-serif;
  height: 15px;
  margin: 0 0.75em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  margin-top: 5px;
}

section.section01 .contato input:nth-child(2),
section.section01 .contato input:nth-child(3),
section.section01 .contato input:nth-child(5),
section.section01 .contato select {
  width: 47.5%;
}

section.section01 .contato input:nth-child(3),
section.section01 .contato select#temcnpj,
section.section01 .contato select#atendimentos {
  margin-left: 16px;
}

section.section01 .contato input#cnpj {
  width: 100% !important;
}

a.style01 {
  box-shadow: 15px 15px 40px 0 rgba(255, 106, 0, 0.2);
  background-color: var(--roxo-escuro);
  font-family: "Effra Regular";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.76px;
  text-align: left;
  color: var(--branco);
  padding: 15px 20px;
  border-radius: 20px;
  display: block;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}

section.section01 .contato a#cadastrar {
  background-color: var(--laranja);
}

a.style02 {
  box-shadow: 15px 15px 40px 0 rgba(255, 106, 0, 0.2);
  background-color: var(--laranja);
  font-family: "Effra Regular";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.76px;
  text-align: left;
  color: var(--branco) !important;
  padding: 15px 20px;
  border-radius: 15px;
  display: block;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}

a.style03 {
  box-shadow: 15px 15px 40px 0 rgba(255, 106, 0, 0.2);
  background-color: var(--amarelo);
  color: var(--cinza-escuro) !important;
  font-family: "Effra Regular";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.76px;
  text-align: left;
  padding: 15px 20px;
  border-radius: 15px;
  display: block;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}

a.style01:hover,
a.style02:hover,
a.style03:hover {
  transform: scale(1.05);
}

section.section01 .contato a#cadastrar:hover {
  background-color: var(--laranja);
  text-decoration: none;
}

section.section04 {
  padding: 75px 0;
}

section.section04 h2 {
  font-family: "Effra Regular";
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--roxo-escuro);
  margin-bottom: 5px;
}

section.section04 h3 {
  font-family: "Effra Regular";
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--cinza);
  margin-bottom: 60px;
}

section.section04 h4 {
  font-family: "Effra Regular";
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--cinza);
  margin-bottom: 60px;
}

ol.carousel-indicators li {
  text-indent: 0;
  margin: 0 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  line-height: 25px !important;
  background-color: #e7e7e7;
  transition: all 0.25s ease;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #003a60;
  margin: 0 10px;
  color: #e7e7e7;
  list-style: none;
  transition-duration: 0.1s;
  list-style: none;
}

ol.carousel-indicators li.active {
  border: 1px solid #ff6a00;
  background-color: #ff6a00;
  color: #ff6a00;
  transition-duration: 0.1s;
}

div#carouselInfo {
  margin-bottom: 50px;
}

ol.carousel-indicators {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  transition-duration: 0.1s;
  bottom: -60px;
}

section.section04 img.ferramentas {
  width: 313px;
  margin: 0 auto;
}

section.section03 h4 b,
section.section04 h3 b,
section.section06 h3 b {
  font-family: "Effra Bold";
  font-weight: bold;
}

section.section04 .item-info {
  width: 55%;
  margin: 0 auto;
  min-height: 295px;
  text-align: center;
}

section.section04 .item-info img {
  margin-bottom: 25px;
  max-width: 73px;
}

section.section04 .item-info h2 {
  font-family: "Effra Regular";
  font-size: 23px;
  line-height: 32px;
  color: #66197e;
  font-weight: 500;
  text-align: center;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 45px;
}

section.section04 .item-info p {
  max-width: 500px;
  font-family: "Effra Regular";
  font-size: 20px;
  line-height: 32px;
  color: #656565;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0 auto;
}

section.section04 .style02 {
  width: fit-content;
  padding: 15px 40px;
  margin: 100px auto 30px auto;
}

section.section10 {
  background: var(--roxo-escuro);
  padding: 75px 0;
}

section.section10 h2 {
  font-family: "Effra Regular";
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 40px auto;
}

section.section10 p {
  font-family: "Effra Regular";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
}

section.section10 a {
  width: 25%;
  margin: 0 auto;
  display: none;
}

#rodape {
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #e5e5e5;
}

#rodape .links {
  margin: 0 auto 65px auto;
}

#rodape .links a {
  font-family: "Effra Regular";
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 15px;
}

#rodape .links a:hover {
  color: #66197e;
}

#rodape .redessociais a {
  margin: 0 50px;
  text-decoration: none;
  transition-duration: 0.3s;
}

#rodape .redessociais a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1366px) {
  section.section01 img.logo {
    margin-bottom: 50px !important;
  }

  section.section01 {
    padding: 25px 0 120px 0;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1500px) {
  html {
    zoom: 0.8;
  }

  section.section01 {
    background-size: cover;
  }

  section.section01 img.logo {
    margin-bottom: 75px;
  }

  section.section01 .contato a#cadastrar,
  a.style01 {
    font-size: 15px;
  }

  section.section01 h1 {
    font-size: 22px;
    width: 90%;
  }

  section.section01 h4,
  section.section01 h5 {
    font-size: 20px;
  }

  section.section02 .box h4 {
    font-size: 17px;
    line-height: 27px;
  }

  section.section01 p:nth-child(2) {
    margin-bottom: 2.5rem;
    font-size: 35px;
    width: 90%;
    line-height: 43px;
    font-weight: bold;
  }

  section.section01 p + p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 2.5rem;
  }

  section.section01 p + p + p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 100;
  }

  section.section03 p {
    font-size: 18px;
  }

  section.section03 h4 {
    font-size: 28px;
  }

  a.style01,
  a.style02,
  a.style03 {
    font-size: 15px;
  }

  section.section04 .ferramenta p {
    font-size: 16px;
  }

  section.section05 p,
  section.section08 p {
    font-size: 17px;
  }

  section.section07 h2 {
    font-family: "Effra Bold";
    font-size: 18px;
    width: 68%;
    margin: 0 auto 78px auto;
  }

  section.section07 a {
    width: 35%;
  }

  section.section01 .contato input,
  section.section01 .contato select {
    height: 50px;
    border-radius: 15px;
    padding: 10px 18px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  section.section10 p {
    font-size: 18px;
  }

  .redessociais a img {
    max-height: 20px;
  }

  section.section04 .item-info p {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 964px) {
  section.section03 .image {
    top: unset !important;
    position: relative !important;
    left: unset !important;
    text-align: center;
  }

  section.section03 .image img {
    width: 100% !important;
  }

  section.section03
    .col-12.col-md-12.col-lg-7.d-flex.flex-column.justify-content-center {
    position: unset;
    left: 0;
  }
}

@media screen and (min-width: 965px) and (max-width: 1270px) {
  section.section03 .image {
    top: 135px !important;
    position: absolute !important;
    left: 0 !important;
  }

  section.section03 .image img {
    width: 75% !important;
  }
}

@media screen and (min-width: 1271px) and (max-width: 1500px) {
  section.section03 .image {
    top: 135px !important;
  }

  section.section03 .image img {
    width: 80% !important;
  }
}

@media screen and (max-width: 768px) {
  section.section01 {
    text-align: center;
  }

  section.section01,
  section#obrigado {
    background-size: cover;
  }

  section.section01 h1 {
    font-size: 20px !important;
    width: 100%;
    text-align: center !important;
  }

  section.section01 {
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position-x: 25%;
  }

  section.section01 p {
    font-size: 17px;
    text-align: center !important;
    width: 90%;
    margin: 0 auto;
  }

  section.section01 h4,
  section.section01 h5 {
    font-size: 17px;
  }

  section.section01 .contato {
    background-color: var(--branco);
    padding: 20px 15px;
    box-shadow: 15px 15px 40px 0 rgb(219 170 223 / 20%);
    border-radius: 15px;
    margin-top: 50px;
  }

  section.section01 .contato a#cadastrar,
  a.style01 {
    box-shadow: 6px 11px 11px 0 rgba(255, 106, 0, 0.1);
  }

  section.section01 .contato input,
  section.section01 .contato select {
    height: 50px;
    padding: 5px 15px;
  }

  section.section01 .contato input:nth-child(2),
  section.section01 .contato input:nth-child(3),
  section.section01 .contato input:nth-child(5),
  section.section01 .contato select {
    width: 100%;
    margin: 0 auto 19px auto !important;
  }

  section.section01 .contato input:nth-child(3),
  section.section01 .contato input:nth-child(5),
  section.section01 .contato select#atendimentos {
    margin-left: unset;
  }

  section.section01 .contato a#cadastrar,
  a.style01 {
    font-size: 14px;
  }

  section.section02 .col-6.col-md-3.d-flex.flex-column.justify-content-center {
    margin: 15px 0;
  }

  section.section02 .box {
    text-align: center;
    margin: 75px 0px;
  }

  section.section03 .image {
    position: unset;
    left: unset;
  }

  section.section03
    .col-12.col-md-12.col-lg-7.d-flex.flex-column.justify-content-center {
    position: unset;
    left: unset;
    height: auto;
  }

  section.section03 p {
    width: 100%;
    text-align: center;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  section.section04 .item-info {
    width: 68% !important;
    min-height: 355px !important;
  }

  section.section03 .image img {
    width: 100%;
  }

  section.section02,
  section.section05,
  section.section07,
  section.section08,
  section.section09 {
    padding: 50px 0;
  }

  section.section02 h2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }

  ul li p {
    font-size: 16px;
  }

  a.style01,
  a.style02,
  a.style03 {
    font-size: 14px;
  }

  section.section02 img.image,
  section.section04 img.ferramentas {
    display: none;
  }

  section.section03 img.image,
  section.section04 img.ferramentas,
  section.section05 img,
  section.section06 img.image,
  section.section08 img.image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  section.section03 h4 {
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 40px auto;
  }

  section.section04 .ferramenta {
    display: inline-flex;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
  }

  section.section04 .ferramenta p {
    font-family: "Effra Regular";
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    position: relative;
    left: 59px;
    width: 74%;
  }

  section.section04 h3,
  section.section05 h3,
  section.section06 h3,
  section.section08 h2 {
    font-size: 22px;
    text-align: center;
  }

  section.section05 p {
    font-size: 16px;
    width: 100%;
  }

  section.section05 img {
    margin: 40px auto 0 auto;
  }

  section.section06 h2 {
    font-size: 22px;
    width: 100%;
  }

  section.section06 h3 {
    margin: 50px auto;
  }

  section.section10 h2 {
    font-size: 22px;
  }

  section.section10 p {
    font-size: 16px;
    width: 100%;
  }

  section.section10 a {
    width: 65%;
    margin: 0 auto;
  }

  img.logorodape {
    width: 50%;
  }

  #rodape .redessociais a {
    margin: 0px 15px;
    text-decoration: none;
    transition-duration: 0.3s;
  }

  #rodape .redessociais a img {
    max-height: 20px;
  }

  section#obrigado h1 {
    font-size: 22px;
    width: 90%;
  }

  section#obrigado h2 {
    font-size: 23px;
  }

  section#obrigado .video iframe {
    width: 100% !important;
    height: 300px !important;
  }

  section#obrigado .clientes {
    width: 90%;
    margin: 75px auto 0 auto;
  }

  section#obrigado .clientes .linha h3 {
    text-align: center;
    margin-bottom: 50px;
  }

  section#obrigado .itens img {
    width: 75%;
    margin: 20px auto;
  }

  section#obrigado .itens img.martins {
    width: 50%;
  }

  section.section04 h2 {
    font-size: 25px;
  }

  #rodape .links a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1279px) {
  section.section01 h1 {
    font-size: 30px;
    width: 100%;
    text-align: left;
  }

  section.section01 {
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position-x: 25%;
  }

  section.section01 p {
    font-size: 17px;
    text-align: left;
  }

  section.section01 h4,
  section.section01 h5 {
    font-size: 17px;
    text-align: center;
  }

  section.section01 .contato {
    background-color: var(--branco);
    padding: 30px;
    box-shadow: 15px 15px 40px 0 rgb(219 170 223 / 20%);
    border-radius: 15px;
    margin-top: 50px;
  }

  section.section01 .contato a#cadastrar,
  a.style01 {
    box-shadow: 6px 11px 11px 0 rgba(255, 106, 0, 0.1);
  }

  section.section01 .contato input,
  section.section01 .contato select {
    height: 50px;
    padding: 5px 15px;
  }

  section.section01 .contato input:nth-child(2),
  section.section01 .contato input:nth-child(3),
  section.section01 .contato input:nth-child(5),
  section.section01 .contato select {
    width: 100%;
    margin: 0 auto 19px auto !important;
  }

  section.section01 .contato input:nth-child(3),
  section.section01 .contato input:nth-child(5),
  section.section01 .contato select#atendimentos {
    margin-left: unset;
  }

  section.section01 .contato a#cadastrar,
  a.style01 {
    font-size: 14px;
  }

  section.section02 .col-6.col-md-3.d-flex.flex-column.justify-content-center {
    margin: 15px 0;
  }

  section.section02 .box {
    text-align: center;
    margin: 75px 0px;
  }

  section.section03 .image {
    position: unset;
    left: unset;
  }

  section.section03 .col-12.col-md-7.d-flex.flex-column.justify-content-center {
    position: unset;
    left: unset;
    height: auto;
  }

  section.section03 p {
    width: 100%;
    text-align: center;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  section.section04 .item-info {
    width: 50%;
    min-height: 330px;
  }

  section.section03 .image img {
    width: 100%;
  }

  section.section02,
  section.section05,
  section.section07,
  section.section08,
  section.section09 {
    padding: 50px 0;
  }

  section.section02 h2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }

  ul li p {
    font-size: 16px;
  }

  a.style01,
  a.style02,
  a.style03 {
    font-size: 14px;
  }

  section.section02 img.image,
  section.section04 img.ferramentas {
    display: none;
  }

  section.section03 img.image,
  section.section04 img.ferramentas,
  section.section05 img,
  section.section06 img.image,
  section.section08 img.image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  section.section03 h4 {
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 40px auto;
  }

  section.section04 .ferramenta {
    display: inline-flex;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
  }

  section.section04 .ferramenta p {
    font-family: "Effra Regular";
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    position: relative;
    left: 59px;
    width: 74%;
  }

  section.section04 h3,
  section.section05 h3,
  section.section06 h3,
  section.section08 h2 {
    font-size: 20px;
    text-align: center;
  }

  section.section10 h2 {
    font-size: 22px;
  }

  section.section10 p {
    font-size: 16px;
    width: 100%;
  }

  section.section10 a {
    width: 65%;
    margin: 0 auto;
  }

  #rodape .redessociais a {
    margin: 0px 15px;
    text-decoration: none;
    transition-duration: 0.3s;
  }

  #rodape .redessociais a img {
    max-height: 20px;
  }

  ol.carousel-indicators {
    bottom: -25px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1920px) {
  section.section01 {
    padding: 80px 0;
  }
}
