*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
.cargando{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color:rgba(255,255,255,.5);
    z-index:99999;
  }
  .cargando span{
    position: absolute;
    font-size: 135pt;
    text-align: center;
    top:50%;
    left:50%;
    margin-left:-67px;
    margin-top:-67px;
    color:rgb(0, 75, 156);;
  }
.container{
    width:80%;
    margin:0 auto;
    margin-top:50px;
}
.tipos img{
    width:24.3%;
}
h1{
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
    font-size: 14pt;
}
h1 div{
    width:50px;
    height: 50px;
    background-color: rgb(0, 75, 156);
    border-radius: 50%;
    color:#fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
h4{
    font-size: 10pt;
    text-align: right;
    border-bottom: 2px solid rgb(0, 75, 156);
    margin-bottom: 25px;
}

@media only screen and (max-width: 500px) {
    .container{
        width: 98%;
    }
    .tipos img{
        width:49.3%;
    }
  }