@charset "UTF-8";
.borda-banner {
    max-width: 300px; 
    margin: 0px auto;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 350px;
    width: 100%;
    user-select: none;
    box-shadow: rgb(80 80 80 / 12%) 0px 1px 3px, rgb(80 80 80 / 24%) 0px 1px 2px;
    cursor: pointer;
}


.img-banner{
   min-height: 160px;
    height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

@media (min-width: 992px) 
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
 
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 0px;
}


.infos{
    background: rgb(255, 255, 255);
    padding: 15px 15px 15px 25px;
    -webkit-box-flex: 1;
  
    display: flex;
}

.infodata{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
}



.infodia{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    color: rgb(89, 105, 255);
}

.infomes{
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0.75;
}
 
.infodesc{
    
    margin-left: 25px;
    -webkit-box-flex: 1;
    flex-grow: 1;
} 

.infotitulo{

    color: #000;
    top: 0px;
    position: relative;
    font-size: 15px;
}

.infotitulo::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
 .infolocal{
    
    font-size: 0.75rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
 }
 .infolocalicone{
    
    height: 15px;
    min-width: 15px;
    margin-left: 0px;
    margin-right: 0px;
 }
 
 .infolocalcity{
    opacity: 0.75;
 }
.infolobreve{
    opacity: 0.75;
    color:#5969ff
 }
 
 
 .textotitulo{
    
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    color:#0016e5;
    font-size: 30px;
    text-shadow: rgb(0 0 0 / 20%) 0px 3px 3px;
    font-weight: 500;
 }
 
 @media (min-width: 768px) 
.dezuuV {
    width: 90%;
    max-width: 980px;
    height: 120px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
 .dezuuV {
    background: rgb(89, 44, 129);
    padding: 20px;
}
 
 
 .textodestaque{ 
    color:#ff9200; 
 }
 
 .areanumeros{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
 }
  
.gridnumeros {
    display:grid;
    grid-auto-flow: column;
    grid-template-columns: unset;
    grid-auto-columns: 1fr;
}

.gridnumerosa{ 
    color: inherit;
    text-decoration: none;
}

.gridbola{
    
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    min-width: 90px;
    cursor: pointer;
}
 
 .bola{
    
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 4px;
 }
 
 .bolatexto{
    margin-top: 15px;
    text-align: center;
 }
 
 
 
 
 
 .primeroatras{
    position: relative; 
    }
    
 .segundoatras{
    overflow: hidden;
 }
 
@media (min-width: 992px) 
.borrado {
    height: 400px;
    filter: blur(5px);
    position: relative;
    transform: scale(1.02);
}
 
.borrado {
       height: 400px;
    filter: blur(5px);
    position: relative;
    transform: scale(1.02);
     height: 319px;
    width: 100%;
      background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
 
.naoborrado{
  
  margin-top:-250px;
    
}

.botao-fixo{
 color:#FFFFFF;
 border-radius: 20px; 
 width: 100%; 
 bottom: 60px; 
 padding: 5px;
}

.botao-fixo2{
 color:#000000;
 border-radius: 20px; 
 width: 100%; 
 bottom: 60px; 
 padding: 5px;
}

