* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  height: auto;
  font-size: 11pt;
  color: #222;
}

::-webkit-scrollbar {
    display: none;
    overflow: hidden;
}

.btn-pes:hover{
   border-radius: 50px;
   -webkit-transition: 0.5s ease-in;
   -moz-transition: 0.5s ease-in;
   -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.navbar ul li{
    font-size: 11pt;
}

@media (max-width: 900px){
    .navbar ul li{
    font-size: 10pt;
}
}

.resultado ul li{
    text-decoration: none;
}
.navbar{

    position: relative;
    z-index: 100;
    box-shadow: 
    rgba(0, 0, 0, 0.01) 0px 1px 1px, 
    rgba(0, 0, 0, 0.01) 0px 2px 2px, 
    rgba(0, 0, 0, 0.01) 0px 4px 4px, 
    rgba(0, 0, 0, 0.01) 0px 8px 8px, 
    rgba(0, 0, 0, 0.01) 0px 10px 10px;

}

.no-shadow{
  box-shadow: 0px 0px 9px rgba(0,0,0,.1);
}

.no-shadow:hover{
  transition: all ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, 
              rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media  screen and (max-width: 450px){
    .fone1 .col-md-2{
        display: grid;
    }
}

@media(max-width: 700px){
    .logo{
        width: 200px;
    }
    .zero{
        display: none;
    }
    .color1{
        font-size: 6pt;
        align-items: center;
    }

}

@media (max-width: 910px){
    .social-bar{
    display: none;
}
}

.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }

a{
    text-decoration: none;
}

a:hover{
    color: #168c34;
}

.opc{
    opacity: 0.4;
}

.opc:hover{
    opacity: 1;
    cursor: pointer;
    transition-delay: 0,5s;
}

.erro404{
    font-size: 9pt;
    color: #A3A7A9;
    text-align: justify;

}

.cor{
   filter: saturate(1);
}

.cor:hover{
   filter: saturate(0);
}

.cor1{
   filter: saturate(0);
}

.cor1:hover{
   filter: saturate(1);
}

.pad{
    padding: 50px;
}

.pad1{
    padding: 40px;
    margin: 15px;
}

.pad1 p{
    font-size: 10pt;
}

.dif{
    /*box-shadow: rgb(204, 219, 232) 
                  3px 3px 6px 0px inset, 
                  rgba(255, 255, 255, 0.5) 
                  -3px -3px 6px 1px inset;*/
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}


/**/


    .figure {
        position: relative;
        width: 360px; 
        max-width: 100%;
    }
    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .figure:hover img.image-hover {
      cursor: pointer;
      opacity: 1;
    }


/**/

h1 strong {
    font-weight: 750;
}

h2 strong {
    font-weight: 650;
}

.iconesx .fa-4x{
    color: #127334;
}

i.iconesx a: hover{
    color: #73a479;
    cursor: pointer;
}

.ya span {
    font-weight: 900px;
}

.text-start h1{
    font-size: 35pt;
    font-weight: 800;
}

.hov{
     color: #fff;
}

.hov a:hover{
    color: #73a479;
}

/*///////---- sobre -----////////*/

.sob a{
    color: #ccc;
}

.sob a:hover{
    color: #73a479;
}


/*///////----  @media (max-width: 800px){
    .carousel-caption{
        font-size: 12pt;
        font-weight: 700;
    }

    .text-start h1{
        font-size: 12pt;
        font-weight: 700;
    }

    .carousel-caption .card{
        display: none;
    }
}
sobre -----////////*/

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .8);
  width: 30%;
  z-index: 998;
  height: 30%;
  bottom: 30px;
  border-radius: 16px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 18px;
}


@media (max-width: 600px) {
   .box-cookies {
    display: none;
    font-size: 9pt;
  }
}

/*///////---- faq -----////////*/

.faq{
  padding: 10px;
  margin: 5px;
}

.faq a{
  color: #024023;
  font-weight: 600;
  display: block;
  background-color: #f2f2f2;
  padding: 20px;
  margin: 5px;
}

.faq a:hover{
  color: #fff;
  background-color: #73a479;
  transition: easy-in 0.5s;
}

/*///////---- faq -----////////*/

iframe {
 position: relative;
 width: 100%;
 box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.2);
 padding: 15px;
}

.form input{
    font-size: 10pt;
    border: none;
    background-color: #f2f2f2;
    color: #AAAAAA;
}

.form textarea{
    font-size: 10pt;
    border: none;
    background-color: #f2f2f2;
    color: #AAAAAA;
}

form .form {
    font-size: 9pt;
}

.bg{
    background-color: #222222;
    color: #fff;
    padding: 0;
    font-size: 11px;
    margin: 0;
    
}

.bg a{
    color: #f9f9f9;
    text-decoration: none;
    text-transform: uppercase;
    word-spacing: 24px;
}

.bg a:hover{
    color: #73a479;
    transition: 0.5s;
    
}

@media (max-width: 766px){
    .bg a{
        color: #f9f9f9;
        font-size: 6pt;
        text-decoration: none;
        text-transform: uppercase;
        word-spacing: 10px;
    }
    }

/*.bg .social-links a{
  font-size: 12pt;
  word-spacing: 10px;
  color: #fff;
}

.bg .social-links a:hover{
  color: #73a479;
  transition-delay: 0,5s;
}*//



@media (max-width: 700px){
    .bg1{
        display: none;
    }
    .bg-text{
        font-size: 5pt !important;
    }
}

.bg1{
    background-color: #fff;
    display: inline-block;
    padding: 8px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius:  6px 6px  0 0;
    
}

.clientes{
  box-shadow: 0px 0px 19px rgba(0,0,0,.1);
}

.cad {
  background-color: #f2f2f2;
  border: none;
  margin: 5px;
  color: #222;
}

.ico {
    color: #fff;
}

.ico:hover {
    color: #73a479;
}

@media (max-width: 800px){

    body {
       font-size: 9pt;
    }

    .card h4{
        font-size: 9pt;
        font-weight: 400;
    }

    .card {
        padding: 2px;
    }

    .icox{
        align-items: left;
    }

    .icox h6{
        font-size: 9pt;
    }
    .icox{
        background-color: #fff;
        color: #444;
    }

    figure .img-fluid{
        width: 360px;
        align-items: center;
    }
}

@media (max-width: 766px){
    .card{
        padding: 0px;
    }
    .card{
        padding: 0px;
    }
    .card h6{
        font-size: 9pt;
    }
}

.card-body{
    padding: 20px;
  font-size: 9pt;
}

.card-pad{
    padding: 20px;
}


.card{
  background-color: #f2f2f2;
  border: none;
  margin: 5px;
  border-radius: 16px;
  color: #222;
}

.card:hover{
  background-color: #73a479;
  color: #fff;
  cursor: pointer;
}

.card a{
  color: #222;
}
.card a:hover{
  color: #fff;
  cursor: pointer;
}

.grow:hover
{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: 0.2s;
        box-shadow: 0px 14px 14px 0px rgba(0,0,0,.3);
        -webkit-transition: all .5s  ease-in-out;
        cursor: pointer;
}


/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hover01 figure i {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover i {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*formulario*/

.formo input{
  border: none;
  background-color: #f2f2f2;
  font-size: 10pt;
  padding: 5px;
}

.formo .pes{
    border-radius: 0px;
}

/*fim formulario*/


/*card-personalizado*/

.container-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

@media (max-width: 500px){
    .container-1 {
    flex-wrap: no wrap;
    }
    .content h2{
     font-size: 10pt;
    }
    .content p{
     font-size: 8pt;
    }
    .imgBx{
        height: 100%;
    }

}

.container-1 .card-1{
    position: relative;
    max-width: 300px;
    height: 215px;
    background-color: #73a479;
    color: #fff;
    margin: 30px 10px;
    border-radius: 6px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column; 
    transition: 0.3s ease-in-out;
}

.container-1 .card-1:hover{
    height: 400px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    cursor: pointer;
}

.container-1 .card-1 .imgBx{
    position: relative;
    max-width: 260px;
    height: 260px;
    top: -50px;
    left: 05px;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.container-1 .card-1 .imgBx img{
    max-width: 100%;
    border-radius: 6px;
}

.container-1 .card-1 .content{
    position: relative;
    margin-top: -140px; 
    padding: 10px 10px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.container-1 .card-1 .content h2{
    font-size: 18px;
}

.container-1 .card-1:hover .content{
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;
}


.cad-text p{
 font-size: 9pt;
 white-space: pre-wrap;
}
/*Rodapé*/

footer.inicial {
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 12pt;
  padding: 10px;
}

footer.inicial p{
  font-size: 9pt;
}

footer.inicial h5{
  margin-left: 30px;
}

footer.inicial ul{
  list-style: none;
}

footer.inicial li a{
  color: #fff;
  text-decoration: none;
  font-size: 09pt;
}

footer.inicial a{
  text-decoration: none;
  font-size: 09pt;
}

footer.inicial a:hover{
  color: #73a479;
}

footer.inicial li a:hover{
  color: #73a479;
}

footer.inicial span{
  color: #168c34;
}

.color1 {
  width: 100%;
  height: auto;
  background-color: #222;
  color: #fcfcfc;
  padding: 8px;
  font-size: 9pt;
}

.color1 a {
  color: #fff;
}

.color1 a:hover {
  color: #73a479;
}

.color1 .social-links{
  font-size: 12pt;
  word-spacing: 8px;
}

.color1 .social-links:hover{
  color: #73a479;
  transition-delay: 0,5s;
}

@media (max-width: 600px){
    .color1{
        font-size: 9pt;
        align-items: center;
    }
}


.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: linear-gradient(50deg, #168c34 0%, #73a479 100%);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: linear-gradient(0deg, #168c34 0%, #73a479 100%);
  color: #fff;
}