@font-face {
    font-family:'roboto';
    src:url("fonte/Roboto-Bold.ttf");
}

@font-face {
   font-family: montserrat;
   src: url(font/Montserrat-Bold.otf);
}

a:link{
   text-decoration: none;
}

.texto-topo-0{
   font-size: 13px;
   color: #757575;
   text-align: center;
   margin-top: 10px;
}

.topo-1{
   padding: 40px 0;
}

.texto-topo-1{
   font-size: 48px; 
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000;
}

.texto-auto{
   color: rgb(53, 155, 118);
   font-size: 20px;
   display: block;
   font-weight: 700;
   height: 50px;
   line-height: 1;
   border-left: 2px solid rgb(53, 155, 118);
   margin-left: 65px;
   padding-left: 10px;
}

.texto-auto b{
   font-size: 16px;
   line-height: 1;
    font-weight: 700;
    color: #000;
}

.img-perfil{
   width: 50px;
   height: 50px;
   border-radius: 50%; 
   margin-right: 5px;
   float: left;
}   

.texto-auto span{
   
   height: 50px;
}

.img-conteudo{
   width: 100%;
   height: auto;
   margin: 20px 0;
}

.texto{
   margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.6;
    color: rgb(38, 38, 38);
    font-weight: 400;
}

.texto a{
   color: rgb(53, 155, 118);
   font-weight: 600;
} 

h3{
   color: rgb(53, 155, 118);
   font-size: 34px;
   font-weight: 700;
   margin-top: 25px;
   margin-right: 0px;
   margin-bottom: 25px;
   margin-left: 0px;
   line-height: 1.3;
}  

.texto .fa-square-check{
   font-size: 24px;
   color: #16c60c;
}

.img-depo{
   width: 100%;
   height: auto;
   margin: 20px auto;
}

.atention{
   padding: 15px 20px;
   border: 3px solid darkred;
}

.botao{
   display: block;
   text-align: center;
   padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 90%;
    display: block;
    background-color: rgb(53, 155, 118);
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 20px;
}

.lado-direito{
   position: -webkit-sticky; /* Para compatibilidade com navegadores antigos */
   position: sticky;
   top: 20px; /* A distância do topo que o elemento ficará preso */
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   border-top-color: rgb(237, 237, 237);
   border-right-color: rgb(237, 237, 237);
   border-bottom-color: rgb(237, 237, 237);
   border-left-color: rgb(237, 237, 237);
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
}

.botao2{
   margin-top: 20px;
    display: block;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: rgb(53, 155, 118);
    color: white;
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
    text-align: center;
}

.titulo-lado{
   font-size: 21px;
   color: rgb(53, 155, 118);
   font-weight: 700;
   line-height: 1.2;
}

.rodape{
   padding: 40px 0 20px 0;
   background-color: #000;
}

.texto-rodape{
   color: rgb(255, 255, 255);
   font-size: 15px;
   margin-top: 5px;
   margin-right: 0px;
   margin-bottom: 5px;
   margin-left: 0px;
}

.texto-rodape a{
   color: rgb(255, 255, 255);
   margin-left: 5px;
   margin-right: 5px;
}

.texto-rodape a:hover{
   color: rgb(255, 255, 255);
}    

.smb-button-bottom {
    bottom: 0px;
    width: 100%;
    top: inherit;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: fixed;
    z-index: 10;
    text-align: center;
    display: none;
    box-sizing: border-box;
}  

@media screen and (max-width: 600px) {

   .smb-button-bottom {
      display: block;
   }     

   .lado-direito{
      display: none;
   }

   h3{
      font-size: 28px;
   }

   .texto{
      font-size: 20px;
   }

   .topo-1{
      padding-top: 20px;
   }

   .texto-topo-1{
      font-size: 36px;
   }

   .texto-topo-0{
      font-size: 11px;
   }

}