.listadosT10 {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45vh;
}
.marPad0 {
    margin: 0 !important;
    padding: 0 !important;
}
.listadosImg {
    background: #fff;
    line-height: normal;
    height: 158px;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.listadosTit {
    height: 53px;
    margin: 5px auto 10px auto;
    display: block;
    overflow: hidden;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    width: 93%;
}
.stars {
    text-align: center;
    margin: 10px auto;
}
.listadosCiC {
    width: 93%;
    margin: 5px auto 0 auto;
    display: block;
    overflow: hidden;
    height: 65px;
}
.listadosBox {
    margin-bottom: 30px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    width: 100%;
}
.listadosBox a:hover, .listadosBox a:focus, .listadosBoxXs a:hover, .listadosBoxXs a:focus {
    text-decoration: none;
}
.listadosBox:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
}

/**link list***/
#Rotros {
    margin: 30px auto 30px auto;
}
#Rotros h3 {
  text-align: center;
  color: #00335a;
  font-weight: 600;
  margin: 30px auto 20px auto;
  font-size: 20px;
} 
 
.Rotros ul {
    list-style-type: none; 
    margin: 0 auto 20px auto; 
    padding: 0;
    float: left;
}
.Rotros li {
    list-style-type: none; 
    float: left; 
    font-size: 16px; 
    padding-bottom: 10px;
    width: 100%;
    padding-bottom: 0;
}
.Rotros li::before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url(../images/arrowDxVerde.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.1em;
}
.Rotros a, .Rotros a:visited {
    color: #30638A;
}
.Rotros a:hover, .Rotros a:focus {
    color: #96d354; text-decoration: none;
}
@media (min-width: 768px) {
.Rotros li { 
float: left;
width: 32%;
margin: 5px 0.5%;
min-height: 45px;
line-height: normal;
 }
}
.listadosImg img{
    margin: 0;
}
.listadosTit p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    color: #192848;
    font-weight: 600;
}