html, body { 
    margin: 0;
    padding: 0;    
    height:100%;
}

body{
    background-image: url(../img/suporte/fundo.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

/*
/*
/*
/*
/*********************************************************************/
/* BOTÃO FLUTUANTE WHATSAPP */
/*********************************************************************/

#button_whatsapp {
  left: 20px !important;
  bottom: 20px !important;
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

.float-icon-wpp {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 11;
}

.float-icon-wpp {
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(-5px, 0px);
  }
  10% {
    transform: translate(5px, 0px);
  }
  15% {
    transform: translate(-10px, 0px);
  }
  20% {
    transform: translate(10px, 0px);
  }
  25% {
    transform: translate(-10px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 0px);
  }
  45% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  5% {
    -moz-transform: translate(-5px, 0px);
  }
  10% {
    -moz-transform: translate(5px, 0px);
  }
  15% {
    -moz-transform: translate(-10px, 0px);
  }
  20% {
    -moz-transform: translate(10px, 0px);
  }
  25% {
    -moz-transform: translate(-10px, 0px);
  }
  30% {
    -moz-transform: translate(0px, 0px);
  }
  35% {
    -moz-transform: translate(0px, 0px);
  }
  40% {
    -moz-transform: translate(0px, 0px);
  }
  45% {
    -moz-transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(-5px, 0px);
  }
  10% {
    -webkit-transform: translate(5px, 0px);
  }
  15% {
    -webkit-transform: translate(-10px, 0px);
  }
  20% {
    -webkit-transform: translate(10px, 0px);
  }
  25% {
    -webkit-transform: translate(-10px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
  }
  35% {
    -webkit-transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(0px, 0px);
  }
  45% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  5% {
    -o-transform: translate(-5px, 0px);
  }
  10% {
    -o-transform: translate(5px, 0px);
  }
  15% {
    -o-transform: translate(-10px, 0px);
  }
  20% {
    -o-transform: translate(10px, 0px);
  }
  25% {
    -o-transform: translate(-10px, 0px);
  }
  30% {
    -o-transform: translate(0px, 0px);
  }
  35% {
    -o-transform: translate(0px, 0px);
  }
  40% {
    -o-transform: translate(0px, 0px);
  }
  45% {
    -o-transform: translate(0px, 0px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  5% {
    -ms-transform: translate(-5px, 0px);
  }
  10% {
    -ms-transform: translate(5px, 0px);
  }
  15% {
    -ms-transform: translate(-10px, 0px);
  }
  20% {
    -ms-transform: translate(10px, 0px);
  }
  25% {
    -ms-transform: translate(-10px, 0px);
  }
  30% {
    -ms-transform: translate(0px, 0px);
  }
  35% {
    -ms-transform: translate(0px, 0px);
  }
  40% {
    -ms-transform: translate(0px, 0px);
  }
  45% {
    -ms-transform: translate(0px, 0px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}

.form-group{
    border-radius: 5px;
    border: 1px solid #607D8B;
    width: 80%;
    
}
.email{
    font-weight: 900;
    color: #5d4545;
}
.faq_conteudo{
    width: 400px;
    height: 150px;
    margin: 40px auto;
}
.faq_reader {
    margin-top: 80px;
    margin-right: 50px

}

.faq_reader img {
    width: 90px;
    height: 75px
}

.faq_texto{
    line-height: 30px;
    
}
.faq_texto p{
    font-weight: 700;
    margin-left: 10px;
    color: white;
    font-size: 15px;
}
.tamb{
    text-align: start;
}
.tamb img{
    margin-left: 100px;
    box-shadow: 7px 7px 8px 0px #737370;
  /*  border: 10px solid red;*/
    
    margin: 0 auto;
}


.azul_faq{
    background:#4da7d5;
}

.form_login{
    display: block;
    margin-top: 300px;
    
}

.contrate-agora {
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 18px;
  background-color: #1E3387;
}

.contrate-agora:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2f4ab8;
}

.logo_centro{
   margin-top: 20%;
}
.logo_centro img {
    width: 175px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login_texto h1{
    font-size: 22px;
    font-weight: bold; 
    color: white;
    margin-bottom: 5%;
    text-align: center;
}
.contrato_texto h1{
    font-size: 22px;
    font-weight: bold; 
    color: #4d4d4d;
    margin-bottom: 20px;
    text-align: center;
}

#btn-suporte{
    margin-bottom: 10%;
    margin-top: 20px;
    font-size: 2rem;
    /* top-left | top-right | bottom-right | bottom-left */
    border-radius: 7px;
    border: solid 3px white;
    color:white;
    background-color: #4da7d5;
    width: 220px;
}

#btn-suporte:hover{
    font-size: 2.5rem;
    background-color: #007bff;
     border: solid 3px black;
}

#btn-contrato{
    margin-bottom: 10%;
    margin-top: 20px;
    font-size: 2rem;
    /* top-left | top-right | bottom-right | bottom-left */
    border-radius: 7px;
    border: solid 3px white;
    color:white;
    background-color: #4da7d5;
    width: 220px
}

#btn-contrato:hover{
    font-size: 2.5rem;
    background-color: #007bff;
     border: solid 3px black;
}

.cinza_login{
    position:fixed;
    background:silver;
    
}
.bg_suporte{
    background-size: 70% 60%;
    background-color: #fff;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh;
    background-image: url('../img/suporte/atendimento.webp');
}

.mlogo-img{
    display: none;
}

/* ÍCONE FLUTUANTE WHATSAPP */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    cursor: pointer;
    animation: float 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: box-shadow 0.3s ease;
}

.whatsapp-float:hover img {
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

/* Animação de movimento flutuante */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(-5px);
    }
    75% {
        transform: translateY(-15px);
    }
}

/* Responsivo para dispositivos móveis */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }
}

/*@media screen and (max-width: 500px) and (max-height:600px) {
  .bg_suporte{
    background: blue;
    height: 1000px;
  }
}*/
@media only screen and (max-height: 700px) {
    .bg_suporte{
        height:auto;}
    
}

@media only screen and (max-width: 765px){
    
  body {
    
    padding-right:0;
    padding-left:0;
    background-image: none;
    
  } 
   .faq_conteudo {
    /* background: green; */
    width: 70%;
    height: auto;
    margin: 10px auto;
    }
    
    .tamb img{display:none;}
    .logo_centro img{display: none;}
    .logo_centro{margin-top:3px;}
    .contrato_texto h1 {margin-bottom:1px; }
    #btn-contrato{margin-bottom: 3px;}
    .bg_suporte{
       /* position: -webkit-sticky;*/ /* Necessário para funcionar no Safari */
/*        position: fixed;
        bottom: 0;
        width: 100%;    */
        
    height:auto;
    /*background-color: blue;*/
  }
    .email{
        margin-bottom: 100px;
    }
    
    .mlogo-img{     
    display: contents;
        
}
    .mlogo-img img{
        margin: 20px auto;
    }
    
    .footer-mobile{ 
        z-index: 999;
        position: -webkit-sticky; /* Necessário para funcionar no Safari */
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #ffffffe9;    
    }
    .col-md-4,.col-sm-12{padding-left: 0 !important;
    padding-right: 0 !important;}
    
    .row{
        margin-right: -10px !important;
        margin-left:  -10px !important;
    }
}