@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins';
    text-decoration: none;
    list-style: none;
}
html{
    scroll-behavior: smooth;
}
body{
    /* background-color: #fafafa; */
    background-color: white;
}
body::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.3);
    width: 8px;
}
body::-webkit-scrollbar-thumb {
    background: #020887;
    margin-top: 4%;
}
header {
    /* margin-bottom: 2%; */
    background-color: #020887;
    width: 100%;
    font-family:'Segoe UI';
}
.logo{
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #Fafafa;
}
#Logoimg{
    width: 50px !important; 
    height: 50px !important;
}
.logo a{
    color: white;
    text-decoration: none;
}
.container_header {
    max-width: 1200px;
    height: 65px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0px 20px;
}
.fa-gauge-high{
    margin-right: 5%;
    font-size: 30px;
}
nav {
    height: 100%;
}

nav ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li {
    margin: 0px 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fafafa !important;
    font-size: 16px;
    transition: .2s;
}
nav ul li a:hover{
    font-weight: bold;
    text-decoration: none;
}

.simuladores{
    margin: 2%;
}

.contenedor-simuladores{
    display: flex;
}
.cinematica, .Fuerza_LeyesNewton{
    border-radius:5px ;
    background-color: white;
    margin: 10px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.contenido_LeyesNewton, .contenido_cinematica{
    height: 160px;
    /* border: 1px solid red; */
}
.contenido_LeyesNewton p , .contenido_cinematica p{
    padding:0% 5% 0% 5%;
    text-align: justify;
}
.clic-simuladores{
    /* border-radius:10px; */
    margin-top: 2%;
    /* background: blue; */
    width: 100%;
}
.clic-simuladores a{
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #020887;
    margin-bottom: 3%;
    
}
.clic-simuladores a:hover{
    font-size: 17px;
    transition: 0.2s ease;
}

.titulo{
    margin-top: 3%;
    /* border-radius: 10px; */
    text-align: center;
    color: #020887;
}
footer {
    font-family: 'Nunito', sans-serif;
}

.container_footer {
    display: flex;
}

.box_footer {
    padding-bottom: 20px;
    margin: auto;
}

.box_footer .contacto {
    font-weight: 500;
    color: #7a7a7a;
    font-size: 16px;
}
.box_footer h4 {
    text-align: center;
    font-size: 16px;
}
.box_footer a,
.box_footer {
    margin-top: 10px;
    color: #7a7a7a;
    font-weight: 600;
}

.box_footer a:hover {
    opacity: 0.8;
}

.aviso-footer {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.aviso-footer p {
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
    color: #7a7a7a;
}

.aviso-footer hr {
    border: none;
    height: 1px;
    background-color: #7a7a7a;
}
.glowscript-canvas-wrapper{
    padding: 2%;
    border: 4px solid blue;
    border-radius: 10px;
}