body {
    background: url('../ini/fondo0.webp') no-repeat center; background-size:cover; min-height:100vh;
    font-family: "Roboto";
    font-size: .8rem; 
}
.loadpage{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../ini/loader.gif") center no-repeat #959393;
    opacity: .8;
} 
.logo1 {
margin-top: 10px;
margin-left: 20px;
width: 60px; height: 60px;
}
h2 {
    margin-top: 18px;
    margin-left: 10px;
    font-size: 20px;
    color:white;
}
.tit3 { font-size: 50px;} 
.tit4 { font-size: .8rem;}
.container{
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.container .card {
    width: 350px;
    height: 350px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}
.container .card:hover{
    transform: translate(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.5);
}
.container .card img{
    width: auto;
    height: 100%;
    cursor: pointer;
}
.container .card h4{
    padding-top: 10px;
    font-weight: 600;
}
.container .card p{
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 300;
}
.container .card a{
    font-weight: 500;
    text-decoration: none;
    color: #3498db;
}
/* @media only screen and (min-width: 381px) and (max-width: 576px){ 
    html { font-size: .9rem; }
    .tit3 { font-size: 18px;}
    .container .card { width: 190px !important; height: 190px !important; }
  } */
@media only screen and (min-width: 381px) and (max-width: 992px){ 
    html { font-size: .8rem !important; }
    .tit3 { font-size: 18px !important;}
    .tit4 { font-size: 10px !important;}
    .container .card { width: 250px !important; height: 250px !important; }
}
  