*{
    margin: 0;
    padding: 0;
}

#title{
    width: 100%;
    max-width: 100%;
    background: url(../imagenes/titnos.jpg);
    margin-top: 242px;
}
.contitle{
    width: 65%;
    max-width: 65%;
    margin: auto;
}
.contitle h1{
    color: white;
    text-align: center;
    padding: 40px;
    font-size: 40px;
    font-family:"Lato", Sans-serif;
}
#cliente{
    width: 100%;
    max-width: 100%;
}
.contaclient{
    width: 65%;
    max-width: 65%;
    margin: auto;
    margin-bottom: 50px;
}
.titulo{
    margin-top: 50px;
    margin-bottom: 10px;
}
.titulo h1{
    color: #727272;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    text-align: center;
}
.tipos{
    display: flex;
}
.rectan{
    width: 33.3%;
    max-width: 33.3%;
    margin: 15px;
    border: 2px solid #0054ae;
}
.rectan img{
    width: 100%;
    height: auto;
}
.rectan h1{
    padding: 10px;
    text-align: center;
    font-family:"Lato", Sans-serif;
}
.rectan a{
    color: #54595f;
    font-family:"Lato", Sans-serif;
}
@media(max-width:1370px){
    .contaclient{
        width: 80%;
        max-width: 80%;
    }
}
@media(max-width:1024px){
    .contaclient{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width:765px){
    .tipos{
        display: block;
    }
    .rectan{
        width: 95%;
        max-width: 100%;
    }
}
@media(max-width:430px){
    .rectan{
        width: 93%;
    }
}