*{
    margin: 0;
    padding: 0;
}
.red2{
    color: #FD0202;
}
#title{
    width: 100%;
    max-width: 100%;
    background-image: url(../imagenes/titnos.jpg);
    background-size: cover;
    margin-top: 242px;
}
.titserv{
    width: 64%;
    max-width: 65%;
    margin: auto;
}
.titserv h1{
     text-align: center;
    padding: 40px;
    font-size: 45px;
    color: white;
    font-family:"Lato", Sans-serif;  
}
#espec{
    width: 100%;
    max-width: 100%;
}
.contespec{
    width: 65%;
    max-width: 65%;
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.titlespec{
    color: #0054AE;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}
.contespecial{
    display: flex;
}
.cub{
    width: 33.3%;
    max-width: 33.3%;
    margin: 10px;
}
.cub img{
    width: 100%;
    height: 234px;
}
.cub p{
    text-align: center;
    font-family:"Lato", Sans-serif;
    padding: 10px;
    border-width: 0px 1px 1px 1px;
    border-color: #bbbbbb;
    border-style: solid;
}
.cub a{
    color:#565656;
    font-family: "Lato", Sans-serif;
    font-size: 21px;
}
@media(max-width:1370px){
    .contespec{
        width: 80%;
        max-width: 80%;
    }
}
@media(max-width:1024px){
    .contespec{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width:895px){
    .cub a{
        font-size: 18px;
    }
}
@media(max-width:765px){
    .contespecial{
        display: block;
    }
    .cub{
        width: 97%;
        max-width: 100%;
    }
    .cub img{
        height: 479px;
    }
    .cub a{
        font-size: 25px;
    }
}
@media(max-width:630px){
    .cub img{
        height: 375px;
    }
}
@media(max-width:430px){
    .cub img{
        height: 235px;
    }
}
@media(max-width:380px){
    .cub{
        width: 95%;
    }
}