/* Fonte */
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

body{
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

i{
  color: #00AD45
}

a{
  text-decoration: none;
  color: #000;
}

a:hover{
  text-decoration: none;
}

header .athoras {
    position: absolute;
    right: 20px;
    background-color: #fff;
    padding: 5px 15px;
    margin-top: -5px;
    color: #00AD45;
    text-transform: uppercase;
    font-weight: 700;
}

header .orcamento-div{
  background-color: #00AD45;
  padding: 10px 0px;
}

header .orcamento-div a{
  text-decoration: none;
}

header .orcamento-div a h6{
  color: #fff;
  text-transform: uppercase;
}

header .logo-contato{
    display: flex;
    border-bottom: 4px solid #eee;
    padding: 5px 15px;
    height: 65px;
    position: relative;
    margin-top: 40px;
}

header .logo-contato .logo a img {
    width: 110px;
    margin-left: 10px;
}

header .logo-contato .contato-telefones {
    margin-left: auto;
    display: flex;
}

header .logo-contato .contato-telefones ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

header .logo-contato .contato-telefones ul li{
  margin-right: 15px;
}

header .logo-contato .contato-telefones ul li a:hover{
  color: #00AD45;
}

header .logo-contato .contato-telefones ul li a {
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
}

header nav {
  position: fixed!important;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 103px;
  padding-top: 12px;
  background-color: #fff;
  transition: ease-out .3s;
}

header nav ul li a {
  font-weight: 500;
  margin: 0px 6px!important;
  padding: 0!important;
  transition: ease-out .6s;
}

header nav ul li:last-child{
  background-color: #00AD45;
  border-radius: 50px;
  padding: 2px;
}

header nav ul li:last-child a{
  color: #fff;
}

header nav ul li:last-child a:hover{
  color: #fff;
}

header nav ul li:last-child a i{
  color: #fff;
}

header nav ul li a:hover{
  color: #00AD45;
}

/* Section wallpaper */

main section.wallpaper-home{

}


/* Section wallpaper */

/* Section caracteristica */

main section.caracteristicas {
  margin-top: 5%;
}

main section.caracteristicas .box-caracteristicas{
  display: grid;
}

main section.caracteristicas .box-caracteristicas .titulo-icone h6{
  text-align: center;
  font-weight: 600;
}

main section.caracteristicas .box-caracteristicas .imagem-icone{
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  margin-right: 10px;
  margin: 0 auto
}

main section.caracteristicas .box-caracteristicas .imagem-icone figure{
  width: 100%;
  height: 100%;
}

main section.caracteristicas .box-caracteristicas .sinopse-icone {
    width: 60%;
    position: absolute;
    top: 25px;
    right: 27px;
    color: #b2b2b2;
}



/* Section caracteristica */


/* Section serviços */

main section.servicos{
  margin-top: 10%;
}

main section.servicos h1{
  color: #00AD45;
  font-weight: bold;
  text-transform: uppercase;
}

main section.servicos .box-servicos{
  margin-top: 50px;
}

main section.servicos .box-servicos figure{
  display: flex;
  justify-content: center;
}

main section.servicos .box-servicos figure img{
  border-radius: 100%;
}

footer .face-footer{
  color: #fff;
  margin-top: 15px;
}

main section.servicos .box-servicos figcaption{
  text-align: center;
  font-weight: 500;
}

main section.servicos .box-servicos figcaption::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00AD45;
  margin-bottom: 10px;
}

main section.servicos .box-servicos .desc-servico{
  text-align: justify;
}

/* Section serviços */

/* Página contato */

main section.contato-page-banner{
  min-height: 220px;
  max-height: 220px;
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}

main section.orcamento-banner{
  min-height: 220px;
  max-height: 220px;
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}

main section.orcamento-page form textarea:focus{
  outline: none;
}

main section.orcamento-page form textarea{
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 15px;
  width: 100%;
}

main section.orcamento-page form input:focus{
  outline: none
}

main section.orcamento-page .box-orcamento{
    margin-top: -80px;
    background-color: #fff;
    padding: 40px 0px;
}

main section.orcamento-page .box-orcamento .box-titulo-texto .titulo-contato h2{
  color: #00AD45;
  font-weight: 700;
}

main section.orcamento-page form input[type='submit'] {
    width: 60%;
    margin-left: 20%;
    border: 0;
    background-color: #00AD45;
    align-items: center;
    padding: 15px;
    margin-top: 0;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

main section.orcamento-page form input{
  width: 100%;
  height: 30px;
  border:0;
  border-bottom: 1px solid #eee;
  margin-top: 45px;
  padding: 10px;
}


main section.orcamento-page form span {
    width: 60%;
}

main section.form-box-contato .box {
    background-color: #fff;
    margin-top: -100px;
    padding: 40px 0px;
}

main section.form-box-contato .box-titulo-texto{
  padding: 10px 40px;
}
main section.form-box-contato .box-titulo-texto .titulo-contato h2{
  color: #00AD45;
  margin-bottom: 10px;
}

main section.form-box-contato .box-titulo-texto .paragrafo-contato{
  margin-bottom: 8px;
  color: #000;
  font-weight: 400;
}

main .box-contato-formulario form input {
    margin-bottom: 70px;
    padding: 0px 0px 10px;
}

main .pagamentos-meio .img-cartoes{
  min-height: 50px;
  max-height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}


main .box-contato-formulario {
    padding: 30px;
}


main .box-contato-formulario form input[type='submit'] {
    border: 0;
    background: #00AD45;
    padding: 10px 50px;
    border-radius: 35px;
    color: #fff;
    float: right;
    margin-right: 20%;
}

main .box-contato-formulario form input:focus,main .box-contato-formulario form textarea:focus{
  outline: none
}

main .box-contato-formulario form input[type='email'] {
    border: 0;
    border-bottom: 1px solid #eee;
}



main .box-contato-formulario form input[type='text'] {
    border: 0;
    border-bottom: 1px solid #eee;
}



main .box-contato-formulario form textarea {
    border: 0;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
}

/* Página contato *


/* Página sobre */


main section.wallpaper-sobre {
  min-height: 280px;
  max-height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

main section.wallpaper-sobre .titulo-wallpaper ul.links {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section.wallpaper-sobre .titulo-wallpaper{
  color: #fff;
}

main section.wallpaper-sobre .titulo-wallpaper ul.links li {
    margin: 0px 10px;
}

main section.wallpaper-sobre .titulo-wallpaper ul.links li a{
  color: #fff;
  text-decoration: none;
}


main {

}

main {

}
/* Página sobre */

/* Section confiança */

main section.confianca{
  margin-top: 10%;
}

main section.confianca .box-confianca-desc h2 {
 text-transform: uppercase;
 color: rgb(0,173,69);
 font-size: 45px;
}

main section.confianca .box-confianca-desc p{
  color: #000;
  max-width: 350px;
  margin-bottom: 50px;
  text-align: justify;
}

main section.confianca .box-confianca-desc a {
    background-color: #ff8d00;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgb(255 141 0 / .6);
    color: #fff;
    font-weight: 600;
}

/* Section confiança */

/* Section Banner página inicial */

main section.banner-page-home{
  min-height: 350px;
  max-height: 350px;
  background-size: cover;
  background-position: center 80%;
  background-repeat: no-repeat;
  margin-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

main section.banner-page-home p{
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

main section.banner-page-home p strong{
  color: rgb(0,173,69);
}

/* Section Banner página inicial */

/* Section clientes */
main section.clientes{
  opacity: .5;
  transition: ease-out .6s;
}
/* Section clientes */

main section.clientes:hover{
  opacity: 1;
}
main section.clientes .imagem-cliente{
  min-height: 100px;
  max-height: 100px;
  min-width: 150px;
  max-width: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* Section clientes */


main section.clientes-sobre{
  opacity: .5;
  transition: ease-out .6s;
}
/* Section clientes-sobre */

main section.clientes-sobre:hover{
  opacity: 1;
}
main section.clientes-sobre .imagem-cliente{
  min-height: 100px;
  max-height: 100px;
  min-width: 150px;
  max-width: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

main section.clientes-sobre h3{
  font-weight: 700;
  font-size: 20px;
  color: #000
}

/* Section contato home */
main section.contato-home-page{
  margin-top: 5%;
  margin-bottom: 5%;
}
main section.contato-home-page .box-contato{
  border: 1px solid #eee;
  padding: 15px 0px;
  min-height: 200px;
  max-height: 200px;
  display: grid;
  align-items: center;
}

main section.contato-home-page .box-contato ul{
  list-style: none;
  text-align: center;
  padding-left: 0;
}

main section.contato-home-page .box-contato ul li.icone {
    font-size: 25px;
    background-color: #00AD45;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff
}

main section.contato-home-page .box-contato ul li {
    margin: 10px 0px;
}

main section.contato-home-page .box-contato ul li.meio-de-contato{
  font-weight: bold;
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
}

main section.contato-home-page .box-contato ul li.desc-contato{
  color: #b1b1b1;
  margin-top: 70px;
}

main section.contato-home-page .box-contato ul li i{
  color: #fff;
}

/* Section contato home */

/* Section orçamento */

main section.orcamento-footer{
 min-height: 150px;
 max-height: 150px;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 display: flex;
 align-items: center;
 margin-top: 10%;
}

main section.orcamento-footer .texto-orcamento{
  display: flex;
}

main section.orcamento-footer .texto-orcamento h1{
  color: #fff;
}

main section.orcamento-footer .texto-orcamento button{
    position: absolute;
    right: 20px;
    border: 0;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    transition: ease-out .6s
}

main section.orcamento-footer .texto-orcamento button:hover{
  background-color: #00AD45
}

main section.orcamento-footer .texto-orcamento button a{
  font-weight: 100;
  font-size: 15px;
letter-spacing: 1px;
}

main section.orcamento-footer .texto-orcamento button a:hover{
  color: #fff;
}



/* Section orçamento */


/* Single */

main section.wallpaper-single{
  min-height: 350px;
  max-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  height: 350px;
}

main section.wallpaper-single h3{
  font-size: 60px;
  font-weight: 700;
  color: #00AD45;
}

main section.galeria-single{
  margin-top: -90px;
}

main section.galeria-single .box-img figure{
  min-height: 250px;
  max-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

main section.info-single{
  margin-top: 10%;
  margin-bottom: 10%;
}

main section.info-single .conteudo{
  text-align: justify;
}

main section.info-single .box-single-info h6{
  font-weight: 700;
  font-size: 24px;
}

main section.info-single .cartoes .img-cartoes{
    min-height: 80px;
    max-height: 80px;
    background-position: center;
    background-size: contain;
    min-width: 65%;
    background-repeat: no-repeat;
}

main section.info-single .cartoes .img-pagamento:last-child .img-cartoes{
  min-height: inherit;
  max-height: inherit;
  height: 105px;
  margin-top: -20px;
}

main section.info-single .box-contratar-serv .botoes-contato a{
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
  align-items: center;
}

main section.info-single .box-contratar-serv .titulo-serv h6{
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00AD45
}

main section.info-single .box-contratar-serv .botoes-contato a i{
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  font-size: 20px;
}

main section.info-single .box-contratar-serv .texto-rapido h6{
  font-size: 24px;
  font-weight: 700;
}


main section.info-single .box-contratar-serv .botoes-contato a:first-child {
    background-color: #434389;
}

main section.info-single .box-contratar-serv .botoes-contato a:last-child {
    background-color: #00AD45;
}

main section.info-single form input[type='text'],main section.info-single form input[type='email'],main section.info-single form input[type='tel']{
  width: 100%;
}

main section.info-single form textarea{
  width: 100%;
}

main section.info-single form input[type='submit']{
  background-color: #00AD45;
  border: 0;
  padding: 10px 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

/* Single */

section.caracteristica-sobre .listas ul.paragrafo{
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  padding: 20px 100px
}

section.caracteristica-sobre .listas ul.titulo-lista{
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #eee;
}

section.caracteristica-sobre .listas{
  margin-top: 20px;
}

section.caracteristica-sobre .listas ul li{
  margin-right: 20px;
}

section.img-sobre{
  min-height: 300px;
  max-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.sobre-sessao{
  margin-top: 6%;
}

section.sobre-sessao .conteudo{
  text-align: justify;
}

section.sobre-sessao h3{
  text-transform: uppercase;
  color: #00AD45;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}

section.galeria{
  margin: 8% 0%;
}

section.galeria .box-img-sobre{
  min-height: 350px;
  max-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.frase{
  margin-bottom: 8%
}

section.frase .prezar{
  display: flex;
  align-items: center;
}

section.frase .prezar p{
  font-weight: 600;
  margin-left: 20px;
  color: #00AD45
}

section.frase .prezar a{
  background-color: #00AD45;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  border-radius: 35px;
}



/* section.caracteristica-sobre .listas ul li.active{
  display: block;
} */

section.caracteristica-sobre .listas ul.paragrafo li.dp-n.especialidade{
  display: block;
}

section.caracteristica-sobre .listas ul.paragrafo li.dp-n{
  display: none;
}

section.caracteristica-sobre .listas ul.titulo-lista li{
  padding-bottom: 15px;
  cursor: pointer;
}

section.caracteristica-sobre .listas ul li.active{
  border-bottom: 1px solid #00AD45;
}

/* section.caracteristica-sobre .listas ul.paragrafo li{
  display: none;
} */

/* FOOTER */
footer{
  background-color: #252525;
  padding: 30px 0px;
  position: relative;
  /* margin-bottom: 20px; */
}

footer .copy-4up{
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #333;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 0px;
}

footer .widget_text {
    color: #b1b1b1;
    font-size: 14px;
    list-style: none;
}

footer .widget-sam{
  margin-bottom: 7%
}

footer h3 {
    color: #fff;
    font-size: 18px;
}

footer .menu-menu-footer-container ul {
    padding-left: 0;
}

footer .menu-menu-footer-container ul li {
    margin: 5px 0px;
}

footer .menu-menu-footer-container ul li a {
    color: #b1b1b1;
    font-size: 13px;
}

footer .widget_text a {
    color: #b1b1b1;
    text-decoration: none;
}

footer .copy-4up img{
  width: 150px;
  height: 60px;
}
main section.diferencial{
  min-height: 300px;
  max-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  margin-top: 10%;
  border-top: 5px solid #00AD45;
  border-bottom: 5px solid #00AD45;
  padding: 50px 0px;
}

main section.diferencial h2{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
}

main section.diferencial p{
  color: #fff;
}


/* FOOTER */

/* MEDIA SCREEN */

/* MAX WIDTH 767 */
  @media screen and (max-width:767px){
    main .pagamentos-meio:last-child .img-cartoes{
      min-width: 50%;
      min-height: 70px;
      max-height: 70px
    }
    main .pagamentos-meio .img-cartoes{
      min-height: 45px;
      max-height: 45px;
      min-width: 70%
    }
    main section.confianca  .box-imagem-confianca{
      margin-top: 40px;
    }
    main section.orcamento-page .box-orcamento{
      padding: 0;
    }
    section.galeria .box-img-sobre{
      min-height: 170px;
      max-height: 170px;
    }
    section.frase .prezar{
      min-height: 170px;
      display: block;
    }
    section.frase .prezar p{
      margin-bottom: 40px!important
    }

    section.frase .prezar a{
      position: relative;
      right: 0
    }
    section.caracteristica-sobre .listas ul{
      padding: 20px 0px!important;
    }
    main section.wallpaper-single h3{
      font-size: 35px;
      text-align: center;
    }
    main .box-contato-formulario form input[type='submit']{
      float: none;
      margin-right: 0;
    }
    header .orcamento-div a h6{
      font-size: 10px;
      font-weight: 700;
    }
    main section.caracteristicas .box-caracteristicas{
      display: grid;
      justify-content: center;
      margin-top: 15px;
    }
    main section.caracteristicas .box-caracteristicas .imagem-icone{
      margin: 0 auto;
    }
    main section.caracteristicas .box-caracteristicas .titulo-icone{
      text-align: center;
    }
    main section.caracteristicas .box-caracteristicas .sinopse-icone{
      position: relative;
      text-align: center;
      width: 100%;
      right: 0
    }

    footer .widget-sam{
      display: block!important;
    }
    footer .copy-4up{
      position: relative;
    }
    main section.orcamento-footer{
      min-height: 230px;
      max-height: 230px;
    }
    main section.orcamento-footer .texto-orcamento{
      display: block;
    }
    main section.orcamento-footer .texto-orcamento h1{
      text-align: center;
    }
    main section.orcamento-footer .texto-orcamento button{
      position: relative;
      margin: 0 auto;
      display: flex;
      right: 0
    }
  }
/* MAX WIDTH 767 */


/* MIN WIDTH 768 */


/* MIN WIDTH 768 */

/* MAX WIDTH 680 */
@media screen and (max-width:680px){
  main section.diferencial h2{
    font-size: 40px;
  }
  header .logo-contato .whats-mobile{
    display: flex;
    background-color: #00ad45;
    border-radius: 50px;
    height: 30px;
    width: 170px;
    justify-content: center;
    margin: 15px auto;
  }
  header .logo-contato{
    padding-left: 25px;
    margin-top: 65px;
  }
  header .athoras{
    position: relative;
    width: 45%;
    font-size: 11px;
    margin: 0 auto;
    text-align: center;
    right: 0
  }

  header nav{
    top: 130px;
  }

  header .logo-contato .whats-mobile i{
    align-items: center;
    display: flex;
    color: #fff;
  }
  header .logo-contato .whats-mobile a{
    align-items: center;
    display: flex;
    margin-left: 5px;
    font-weight: 500;
    color: #fff;
  }

  header .logo-contato .contato-telefones{
    display: none;
  }
  header nav ul li:last-child{
    display: none;
  }
}
/* MAX WIDTH 680 */

/* MIN WIDTH 681 */
@media screen and (min-width:681px){
  .whats-mobile{
    display: none;
  }
  header .orcamento-div{
    display: flex;
    justify-content: center;
  }
}
/* MIN WIDTH 681 */

@media screen and (min-width:992px){
  main .pagamentos-meio:last-child .img-cartoes{
    min-width: 20%;
    min-height: 85px;
    max-height: 85px;
  }
  .bottomBar{
      display: none;
  }
}

/* MEDIA SCREEN */

.bottomBar{
    background-color: #00AD45;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.bottomBar ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.bottomBar ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.bottomBar ul li span{
    color:#ffffff;
    font-size: 10px;
}
.bottomBar ul li i{
    display: block;
}
.bottomBar ul li:nth-child(1) i{
    color:#fff;
}
.bottomBar ul li:nth-child(2) i{
    color: #fff;
}
.bottomBar ul li:nth-child(3) i{
    color:#fff;
}

@media screen and (max-width: 767px){
  .bottomBar ul li {
      width: 75px;
  }
