
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

.opaco {
    opacity:0.7
}
.absolute{
    position:absolute;
    top:5%;
    bottom:60%
}

.bg-gray{
    background-color:rgb(98, 160, 194);
    border:2px solid rgb(255, 255, 255);
    border-radius: 30px;
}

.bg-temp{
    background-color:rgb(98, 160, 194);
    border:2px solid rgb(255, 254, 51);
    border-radius: 30px;
}

#lista{
    list-style: none;
}

.bg-white{
    background-color: rgb(255, 255, 255);
    border: 3px solid gray;
   
}


.reajustado{
    display:inline;
    
}

.azulOscuro{

    background-color: rgba(17, 14, 185)
}

#containerLista{
    width:30%
}
.width-responsive{
    width: 10%;
}
#logoLista{
    width:30%
}
@media (max-width:768px){
    .reajustado{ 
        display:block;
        margin-left:0%;
        margin-top:5%;
    }
    #logoLista{
        width:50%
    }

}
@media (max-width:768px){
    #containerLista{
        width: 80%;
    }    
    .width-responsive{
        width:50%;
    }
}

.circulo{
    background-color: red;
    height:50px;
    width:50px;
    margin-right:auto
}

.dot {
    height: 50px;
    width: 50px;
    background-color: rgb(255, 0, 0);
    border-radius: 50%;
    display: inline-block;
  }

.margin{
    margin-bottom:50%;
    height: 50px;
  }
.shadowText{
    text-shadow: 1px 1px 2px black;
}