@charset "UTF-8";
/*INICIO CONFIGURAÇÃO PADRÃO DO SITE*/
/* CORES DO CLIENTE*/
/*#0E3532*/ /*#1C4241*/ /*#AEFFF9*/ /*#FFFFFF*/

/* Fonts */
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat_ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root{
  --light: 'montserratlight';
  --regular: 'montserratregular';
  --semibold: 'montserratsemibold';
  --bold: 'montserratbold';
  --extrabold: 'Montserrat_ExtraBold';
}

strong, b{
  font-weight: lighter;
  font-family: var(--bold);
}
body{
  font-family: var(--regular);
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;
}

.aceitar_termos a{
  color: #FFFC9E!important;
}

.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #0E3532;
  color: #FFF;
  transition: all .2s linear;
  margin-left: 10px;
  cursor: pointer;
}

a.ctacookies:hover{
  filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.btnwhats img{
  transition: all .2s linear;
}

.btnwhats:hover img{
  filter: brightness(1.2);
}

@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}

.wpcf7-form-control-wrap{
  display: block;
}

.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
} 

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
}

span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

form iframe{
  width: 304px!important;
  height: 78px!important;
}

.g-recaptcha{
  margin-bottom: 20px;    
  display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .container{
    padding: 0px; 
  } 
}

@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}

.editor a{
  color: #0E3532!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: #0E3532;
}

::-moz-selection{
  background: #0E3532;
}

::selection{
  background: #0E3532;
}

.pagination .active a,
.pagination .active a:hover{
  background-color: #0E3532;
  border-color: #0E3532;
}

.lds-ellipsis div{  
  background-color: #0E3532;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #0E3532;
  color: #FFF;
}

body{
  background-color: #FFFFFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row{
  width: 100%;
  max-width: 1170px;
}
/*FINAL CONFIGURAÇÃO PADRÃO DO SITE*/

/*INICIO ESTILIZAÇÃO DO SITE*/
.header{
  width: 100%;
  background-color: #0E3532;
  padding: 0px 0px 20px 0px;
}

.header .conteudo .logo{
  width: 189px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.header .conteudo .logo img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.header .conteudo h1{
  font-family: var(--extrabold);
  font-size: 36px;
  color: #FFFFFF;
  margin: 0px;
}

.header .conteudo .txt{
  color: #FFFFFF;
  font-family: var(--regular);
  font-size: 27px;
  line-height: 27px;
  padding-bottom: 50px;
}

.header .conteudo .txt span{
  font-family: var(--extrabold);
}

.header .conteudo .solicite a {
  font-family: var(--extrabold);
  font-size: 25px;
  color: #0E3532;
  background-color: #AEFFF9;
  border-radius: 100px;
  width: 100%;
  max-width: 470px;
  height: auto;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease;
}

.header .conteudo .solicite a:hover {
  background-color: #96c236;
  color: #FFFFFF;
  transform: scale(0.95);
}

.header .img{
  width: 100%;
  max-width: 470px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 10px;
}

.fx1{
  background-color: #0E3532;
  color: #FFFFFF;
  padding: 100px 0px 50px 0px;
}

.fx1 h2{
  font-family: var(--bold);
  font-size: 35px;
  line-height: 40px;
  margin: 0px;
  text-align: center;
}

.fx1 h3{
  font-family: var(--bold);
  font-size: 28px;
  line-height: 40px;
  margin: 0px;
}

.fx1 ul{
  padding: 0px 0px 0px 30px;
}

.fx1 li{
  font-family: var(--regular);
  font-size: 19px;
  line-height: 40px;
}

.fx1 .col-lg-4{
  padding: 50px 0px;
}

.fx1 .col-lg-12{
  padding: 0px;
}

.fx1 .img-planilha{
  width: 100%;
  max-width: 1170px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx1 .img-planilha img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2{
  background-color: #0E3532;
  color: #FFFFFF;
}

.fx2 h1{
  font-family: var(--bold);
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.fx2 h2{
  font-family: var(--bold);
  font-size: 60px;
  line-height: 40px;
  margin: 0px;
}

.fx2 h3{
  font-family: var(--extrabold);
  font-size: 22px;
  line-height: 40px;
  margin: 10px 0px 0px 0px;
}

.fx2 p{
  font-family: var(--regular);
  font-size: 19px;
  line-height: 40px;
}

.fx2 .img{
  width: 100%;
  max-width: 510px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx2 .col-lg-5{
  padding: 0px;
}

.fx2 .col-lg-7{
  padding: 50px 0px;
}

.fx2 .dados{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
  padding: 50px 0px 100px 0px;
}

.fx2 .dados2{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.fx2 .dados2 .img{
  width: 100%;
  max-width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx2 .dados2 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.fx2 .info2{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 370px;
}

.fx2 .dados2 .txt h4{
  font-family: var(--bold);
  font-size: 28px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}

.fx2 .dados2 .txt p{
  font-family: var(--regular);
  font-size: 19px;
  line-height: 24px;
}

.fx3{
  background-color: #0E3532;
  color: #FFFFFF;
}

.fx3 h1{
  font-family: var(--bold);
  font-size: 35px;
  line-height: 40px;
}

.fx3 h2{
  font-family: var(--bold);
  font-size: 28px;
  line-height: 30px;
}

.fx3 h3{
  font-family: var(--bold);
  font-size: 28px;
  line-height: 30px;
  margin-top: 0px;
}

.fx3 p{
  font-family: var(--regular);
  font-size: 19px;
  line-height: 24px;
}

.fx3 .mobilidade-eletrica{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 30px 0px;
}

.fx3 .mobilidade-eletrica .info{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.fx3 .img {
  width: 100%;
  max-width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.fx3 .col-lg-5{
  padding: 0px;
}

.fx3 .col-lg-7{
  padding: 0px;
}

.fx3 .col-lg-5 .img{
  width: 100%;
  max-width: 410px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx3 .col-lg-5 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx3 .escalabilidade .etapas{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fx3 .escalabilidade .dados{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 730px;
}

.fx3 .escalabilidade .dados .img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 105px;
  height: auto;
}

.fx3 .escalabilidade .dados .img img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx4{
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx4 img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.fx5{
  background-color: #0E3532;
  color: #FFFFFF;
  padding: 30px 0px 20px 0px;
}

.fx5 h1{
  font-family: var(--bold);
  font-size: 35px;
  line-height: 40px;
  margin: 0px 0px 20px 0px;
}

.fx5 h2{
  font-family: var(--bold);
  font-size: 28px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}

.fx5 p{
  font-family: var(--regular);
  font-size: 19px;
  line-height: 24px;
  margin: 0px;
}

.fx5 .col-lg-6{
  padding: 0px;
}

.fx5 .card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  min-height: 180px;
  background-color: #315251;
  border-radius: 10px;
  border: none;
  padding: 20px;
  margin-bottom: 20px;
}

.fx6{
  background-color: #0E3532;
  color: #FFFFFF;

}

.fx6 h1{
  font-family: var(--bold);
  font-size: 35px;
  line-height: 40px;
}


.fx6 h3{
  font-family: var(--bold);
  font-size: 28px;
  line-height: 30px;
  margin-top: 0px;
}

.fx6 p{
  font-family: var(--regular);
  font-size: 19px;
  line-height: 24px;
}

.fx6 .oportunidade{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 30px 0px;
}

.fx6 .oportunidade .info{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fx6 .img {
  width: 100%;
  max-width: 70px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx6 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.fx6 .col-lg-5{
  padding: 0px;
}

.fx6 .col-lg-7{
  padding: 50px 0px;
}

.fx6 .col-lg-5 .img{
  width: 100%;
  max-width: 470px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx6 .col-lg-5 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.footer{
  background-color: #0E3532;
  color: #FFFFFF;
}

.footer h1{
  font-family: var(--bold);
  font-size: 57px;
  line-height: 30px;
  margin: 0px 0px 50px 0px;
}

.footer p{
  font-family: var(--regular);
  font-size: 19px;
  margin: 0px;
}

.footer .col-lg-7{
  padding: 0px;
}

.footer .col-lg-5{
  padding: 0px;
}

.footer .col-lg-5 .img{
  width: 100%;
  max-width: 470px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .col-lg-5 .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.footer .imagens{
  display: flex;
  align-items: flex-start;
  gap: 150px;
}

.footer .imagens .img{
  width: 100%;
  max-width: 190px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .imagens .img img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 5px;
}

.footer .endereco{
  padding: 20px 0px;
}

.footer-kryzalis {
  background-color: #0E3532 !important;
  color: #FFFFFF;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-kryzalis .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-kryzalis a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
}

.footer-kryzalis a:hover{
  color: #FFFFFF;
}

.footer-kryzalis .direitos{
  margin-left: 140px;
}

.pg-404 {
  background-color: #0E3532;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.pg-404 h1 {
  font-size: 100px;
  margin-bottom: 20px;
  color: #AEFFF9;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.pg-404 h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.pg-404 .editor {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #AEFFF9;
}

.pg-404 .editor a {
  color: #FFFFFF!important;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.pg-404 .editor a:hover {
  color: #1C4241;
}

.clearfix {
  clear: both;
}

.page-padrao .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header {
  background-color: #0E3532;
  padding: 15px 0;
}

.site-header .site-logo img {
  max-height: 50px;
}

.page-padrao {
  padding: 60px 0;
  background-color: #F8F8F8;
}

.page-padrao .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.site-footer {
  background-color: #1C4241;
  color: #FFFFFF;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
}

.site-footer a {
  color: #AEFFF9;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #FFFFFF;
}

@media(max-width: 1025px){
  .header .conteudo{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .header .col-lg-5{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0px;
  }

  .header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .header .conteudo .solicite a{
    width: 100%;
    max-width: 470px;
    height: auto;
    padding: 10px 20px;
  }

  .fx1 .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fx1 .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    padding: 10px;
  }

  .fx2 .col-lg-5{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin: 10px 0px;
  }

  .fx2 .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx2 .col-lg-7 {
    padding: 10px 5px;
  }

  .fx2 .col-lg-7 .dados{
    padding: 0px 5px;
  }

  .fx3 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx3 .col-lg-5{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0px;
  }

  .fx3 .col-lg-7{
    padding: 5px;
  }

  .fx5 .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx5 .card {
    max-width: 100%;
    text-align: center;
    min-height: 100px;
  }

  .fx5 h1{
    text-align: center;
  }

  .fx5 h2{
    text-align: center;
    width: 100%;
  }

  .fx5 p{
    width: 100%;
  }

  .fx6 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx6 .col-lg-5{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0px;
  }

  .fx6 .col-lg-7{
    padding: 5px;
  }

  .footer .row{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer .col-lg-5{
    margin: 10px 0px;
  }

  .footer .imagens {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .footer h1{
    text-align: center;
    width: 100%;
  }

  .footer p{
    width: 100%;
    text-align: center;
  }

  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-kryzalis .container {
    flex-direction: column;
  }

  .footer-kryzalis a{
    width: 100%;
  }

  .footer-kryzalis a:hover{
    color: #FFFFFF;
  }

  .footer-kryzalis .direitos{
    margin: 0px;
  }
}

@media(max-width: 769px){
  .header .conteudo h1{
    font-size: 20px;
  }

  .header .conteudo .txt{
    font-size: 14px;
  }

  .header .conteudo .solicite a{
    font-size: 16px;
  }  

  .fx1{
    padding: 20px 5px;
  }

  .fx1 h2{
    font-size: 18px;
  }

  .fx1 h3{
    font-size: 16px;
  }

  .fx1 li{
    font-size: 14px;
  }

  .fx2 h1{
    font-size: 20px;
  }

  .fx2 h2{
    font-size: 30px;
  }

  .fx2 h3{
    font-size: 16px;
    margin: 0px;
    line-height: normal;
  }

  .fx2 p{
    font-size: 14px;
  }

  .fx2 .dados {
    gap: 10px;
  }  

  .fx2 .dados2 .txt h4{
    font-size: 20px;
    margin: 0px;
  }

  .fx2 .dados2 .txt p{
    font-size: 14px;
  }

  .fx3 .col-lg-7{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx3 h1{
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    line-height: normal;
  }

  .fx3 h2{
    text-align: center;
    font-size: 20px;
    margin: 0px;
    line-height: normal;
  }

  .fx3 h3{
    font-size: 18px;
    margin: 0px;
    line-height: normal;
  }

  .fx3 p{
    font-size: 14px;
  }

  .fx5 h1{
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    line-height: normal;
  }

  .fx5 h2{
    font-size: 20px;
    margin: 0px;
    line-height: normal;
  }

  .fx5 p{
    font-size: 14px;
  }

  .fx6 .col-lg-7{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx6 h1{
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    line-height: normal;
  }

  .fx6 h3{
    font-size: 18px;
    margin: 0px;
    line-height: normal;
  }

  .fx6 p{
    font-size: 14px;
  }

  .footer h1{
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    line-height: normal;
  }

  .footer p{
    font-size: 14px;
  }
}
/*FINAL ESTILIZAÇÃO DO SITE*/