.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }

  .rounded-3 {
    border-radius: .5rem !important;
  }

.title-tab-card {
    margin-bottom: 1.25rem;
    color: #65676b;
  }
  
  .resultados-bg {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      border: 1px solid rgba(0, 0, 0, .05);
      border-radius: .375rem;
      background-color: #fff;
      background-clip: border-box;
      padding-top: 20px;
  }
  
  .padding-top-head {
  padding-top: 89px;

  }

  .bg-01 {
  
      background: linear-gradient(310deg,#df2302,#ec4a2d) !important;
  }
  
  .bg-02 {
    
      background: linear-gradient(87deg, #ec3e17 0, #eb1a0b 100%) !important;
  }
  .bg-03 {
  
      background: linear-gradient(310deg,#fa3c02,#ff0000) !important;
  }
  
  .bg-04 {
  
      background: linear-gradient(87deg, #fb6340 0, #f12206 100%) !important;
  }
  .bg-05 {
  
      background: linear-gradient(87deg, #fbc940 0, #c3fb40 100%) !important;
  }
  
  .bg-06 {
      background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
  }
  
  .bg-07 {
  
      background: linear-gradient(50deg, #bcfb00,#049432)!important;
  }
  
  .bg-08 {
  
      background: linear-gradient(310deg,#ee0000,#ff0000) !important;
  }
  .bg-09 {

    background: linear-gradient(310deg,#17ad37,#10b301) !important;
}

  .bg-10 {

    background: linear-gradient(310deg,#ad3a17,#ff0000) !important;
}
  .bg-11 {
  
    background: linear-gradient(310deg,#17ad37,#10b301) !important;
}

  .bg-12 {

    background: linear-gradient(310deg,#17ad37,#10b301) !important;
}
  .bg-13 {
  
      background: linear-gradient(310deg,#f70000,#ff0000) !important;
  }
  
  .bg-14 {
  
      background: linear-gradient(87deg, #fbc940 0, #c3fb40 100%) !important;
  }
  .bg-15 {
  
      background: linear-gradient(87deg, #fbc940 0, #c3fb40 100%) !important;
  }
  
  .bg-16 {
  
      background: linear-gradient(310deg,#f70202,#ff0000) !important;
  }
  .bg-17 {
  
      background: linear-gradient(50deg, #bcfb00,#049432)!important;
   }
   .bg-18 {
   
      background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
   }
   
   .bg-19 {
   
      background: linear-gradient(87deg, #fb6340 0, #fbb140 100%) !important;
   }
  
  /* Medium devices (desktops, tablets less than 995px) */
  @media screen and (max-width: 995px) {
  
    .footer-mobile-nav {
      margin-top: 23px;
    }
    .navbar-horizontal .navbar-collapse .collapse-brand img {
        height: 50px;
      }
      .navbar-collapse {
          flex-basis: 100%;
          flex-grow: 1;
          align-items: center;
          padding-top: 17px;
      }

      .widget {
        margin-bottom: 20px;
   }

   .collapse-infinite-logo-inner { 
    max-width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
}
  
  }
  /* Small devices (tablets, phones less than 767px) */
  @media (max-width:767px) {
    .footer-mobile-nav {
      margin-top: 23px;
    }
    .navbar-horizontal .navbar-collapse .collapse-brand img {
      height: 50px;
    }
    .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
      padding-top: 17px;
  }
  
  .navbar-dark .navbar-toggler {
      color: rgba(255, 255, 255, .95);
      border-color: rgba(0,0,0,.1);
      margin-right: 15px;
  }
  
  .logo-margin {
          margin-left:15px;
      }
    
  .widget {
        margin-bottom: 20px;
   }

   .collapse-infinite-logo-inner { 
    max-width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
}
  
  }
  
  /* Small devices (phones less than 402px) */
  
  @media (max-width:402px) {
      
      .height-img {
         height: 335px;
      }

      .widget {
         margin-bottom: 20px;
    }

    .collapse-infinite-logo-inner { 
        max-width: 230px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
  
  }
  
  .pulse {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: animate 3s linear infinite;
}
@keyframes animate {

    10% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 0 #fff;
    }
    40% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
    }
    60% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
    }
}

footer {
    padding: 30px 0 0px 0;
    color: #fff;
    margin-top: 25px;
    background-color: #0c0c0c;
    
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #b7b7b7;
}

.tela-footer-link {
    color: #b7b7b7 !important;
    font-size: 14px;
}

.tela-btn-link {
    color: #fff !important;
    font-size: 10px;
    text-transform: uppercase;
}

ul.link-list li {
    margin-bottom: 6px;
    color: #b7b7b7;
}

.tela-widget-title {
    color: #fafafa !important;
    font-weight: 700;
    border-bottom: 1px dotted #e6e6e6; 
    padding-bottom:20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14.7px;
} 

.tela-footer {
    font-size: 14px;
    line-height: 22px;
}

.tela-footer {
    padding: 60px 0;
    color: #777 !important;
    background: #1a1a1a;
}

.social-link [class^="icon-"]::before, .social-link [class^="iconpr-"]::before {
    font-size: 40px;
    vertical-align: middle;
    margin: 10px 8px 0 0;
    display: inline-block;
}

.infinite-logo-footer {
    max-width: 230px;
    padding-top: 0px;
    padding-bottom: 15px;
}

.infinite-logo-inner {
    max-width: 230px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

audio {
    width: 100%;
    height: 54px;
}

.card-audio {
    background: #fff;
    padding-bottom: 15px;
}

.card-title-audio {
    margin-bottom: 0.25rem;
    margin-top: 0.9rem;
}

.col-audio {
    padding-left: 7px;
} 

.tela-card-resul {
    margin-bottom: 0px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
    padding: 20px;
  }

  .td-adspot-title {
    color: #767676;
    font-size: 10px;
    text-align: center;
    display: block;
    font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 21px;
  }

  .g-6 {
    margin: 0px;
    width: 100%;
    max-width: 350px;
    height: 100%;
    max-height: 350px;
  }

  .avatar-xl {
    height: 50%;
    width: 50%;
  }

  .text-eletions{
    color: #0093b4 !important;
  }


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .card-img-overlay {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {



}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {



}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    
}

.section-title {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
  }

  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0 32px 0;
    border-radius: 4px;
  }

  .contact .info-box i {
    font-size: 32px;
    color: #e4604f;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #e4604f;
  }

  .fa-user-el i {
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin-right: .375rem;
    border-radius: 50%;
  }
  
  


