*{
    /* border: 2px dotted red; */
}
.contenedor_simuladores_cinematica{
    display: flex;
    justify-content: center;
    width: 100%;
}
.simuladores-cinematik{
    overflow-x: auto;
    display: flex;
}

.SIMULADORES-CINEMATICA{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.SIMULADORES-CINEMATICA h1{
    text-align: center;
    color: #020887;
    padding-top: 2rem;
}
.simuladores-cinematik::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: 8px;
}

.simuladores-cinematik::-webkit-scrollbar-thumb {
    background: #020887;
    border-radius: 10px;
    margin-top: 4%;
}

body::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.3);
    width: 8px;
}
body::-webkit-scrollbar-thumb {
    background: #020887;
    margin-top: 4%;
}
.SIMULADORES h1{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #020887;
}

.contenedor_simuladores_cinematica a{
    margin: 16px; 
    /* border: 1px solid red; */
}
.cm_simulador{
    align-self: center;
}
a .cm_simulador{
    padding: 25px;
    height: 300px;
}

.contenedor_simuladores_cinematica a:hover{
    scale: 1.05;
    transition: .3s ease;
}
.cm_simulador {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 10px;
    background-color: white; 
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}
img{
    width: 225px;
    height: 100px;
}
#Logoimg{
    width: 50px !important; 
    height: 50px !important;
}
.imagen{
    border-radius: 10px;
    padding: 10%;
}
.instantanea{
    margin-top: 33px;
}

.cinematica-contenido{
    text-align: center;
    padding-bottom: 10%;
    color: #020887;
}