*{
  margin:0px;
  padding:0px;
  list-style: none;
  text-decoration: none;
}


.dropdown-item {
    color: black !important ;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  font-size:15px !important ;
  font-weight: 400  !important ;

}
.dropdown-item:hover {
    background-color: gray;
}

.dropdown-menu {
    left: 0;
    z-index: 1000;
    margin: 10px 0 0;
    font-size: 1rem;
    border: 10px solid #880015ad;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}




/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

  
}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

  

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px){

.dropdown-item {
    font-size: 13px !important;
}

}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){
.center-objeto{
    margin: 0 auto;
    text-align: center;
  }
  

}
