﻿

.txt-center {
   text-align: center;
}


.element-center {
   margin: 0 auto;
}



.lg-max-350 {
   max-width: 350px;
}

.lg-max-500 {
   max-width: 500px;
}




.ul-margin-20 {
   padding-inline-start: 20px !important;
}



.div-space-10 {
   height: 10px;
}

.div-space-20 {
   height: 20px;
}



.padding-r-5{
   padding-right: 5px;
}

.padding-l-5 {
   padding-left: 5px;
}




.cl-white {
   color: #fff;
}


.link-no-decoration {
   text-decoration: none;
}
   .link-no-decoration:hover {
      text-decoration: none;
   }


.link-white-gold-underline {
   color: #fff;
   text-decoration: underline;
}

.link-white-gold-underline:hover {
   color: gold;
   text-decoration: none;
}


.link-white-rev-deco-hover {
   color: #fff;
   text-decoration: none;
}

.link-white-rev-deco-hover:hover {
   color: #fff;
   text-decoration: underline;
}







.botao-01 {
   /*border-radius: 10px;
   border: 1px solid #74b807;
   display: inline-block;
   cursor: pointer;*/
}

@media only screen and (max-width: 575px) {  /*450*/
   .botao-01 {
      margin: 0.4rem;
      padding: .5rem;
      border: 1px solid #e1e1e1;
      /*color: #007bff;*/
      text-decoration: none;
      font-size: 14px;
      background-color: #2098D1;
      color: #fff;
   }
}


.botao-02 {
   border-radius: 5px;
   border: 1px solid #ffd800;
   background-color: #FEC747; /*gold;*/
   color: #000;
   font-weight: bold;
   display: block;
   cursor: pointer;
   padding: 10px;
   margin: 10px;
}

   .botao-02 a {
      color: #000;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
   }


.botao-03 {
   border-radius: 5px;
   border: 1px solid royalblue;
   background-color: cornflowerblue;
   color: #fff;
   font-weight: bold;
   display: block;
   cursor: pointer;
   padding: 10px;
   margin: 10px;
}

   .botao-03 a {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
   }


