

 .sec-footer{
   background-color: #34444d;
   padding: 10px 0;
  }

  @media only screen and (max-width: 600px) {
     .sec-footer {
        padding: 20px 0;
     }
   }
   
   .footer-logo{
      display: flex;
      justify-content: center;
      padding-top: 10px;
  }

   .logo-group{
       width: 40%;
   }

   @media only screen and (max-width: 800px) {
      .logo-group {
         width: 25%;
         text-align: center;
         margin-bottom: 20px;
      }
    }
  
  .footer-title{
     color: white;
     font-size: 12px;
     font-family: sans-serif;
     text-align: center;
     text-decoration: underline;
  }

 /* FIM FOOTER LOGO */

 @media only screen and (max-width: 800px) {
  .footer-social {
     margin-bottom: 20px;
  }
}
 
 .footer-co-links{
    padding: 0;
 }

 .footer-co-links li{
    list-style-type: none;
    margin-bottom: 5px;
 }

 .footer-co-links a{
    color: white;
    text-decoration: none;
 }

 .footer-co-links a:hover{
    color: rgb(0,243,0);
    text-decoration: underline;
 }

 .footer-mail{
    color: white;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    font-style: italic;
    margin-top: 0px;
    text-align: center;
    display: block;
 }

 .footer-mail:hover{
    text-decoration: underline;
    color: #5880ed;
 }

 .social-icons{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
   }
   
   .social-icons a{
      margin-left: 10px;
   }

   .footer-social svg{
      fill: white;
   }
   
 .social-icons svg:hover{
    fill: #5880ed;
    border-bottom: 1px solid #5880ed;
 }

  /* FIM FOOTER SOCIAL */

 .footer-security{
   padding-top: 10px;
 }

 .logo-ssl{
   width: 40%;
}

@media only screen and (max-width: 800px) {
   .logo-ssl {
      width: 25%;
      text-align: center;
      margin-bottom: 20px;
   }
 }

 /* FIM FOOTER SSL */

 .copyright{
    color: white;
    font-size: 12px;
    font-family: sans-serif;
    font-style: italic;
    text-align: center;
    border-top: 1px solid white;
    margin-top: 10px;
 }

 .wz-botton{
   position:fixed;
   fill: white;
   width:70px;
   height:70px;
   bottom:40px;
   right:40px;
   background-color:rgb(0,243,0,50%);
   border-radius:50px;
   text-align:center;
   z-index:1000;
   transition: 0.5s;
   transform: scale(1);
 }

 .wz-botton svg{
   margin-top: 13px;
 }

 .wz-botton:hover{
   transform: scale(1.2);
   background-color:rgb(0,243,0);
 }

 @media only screen and (max-width: 800px) {
  .wz-botton {
     bottom: 10px;
     right: 10px;
  }
}