.testimonios{
    text-align: justify;
    max-width: 1100px;
    margin: auto;
}
.testimonios img{
    width: 100%;
}
.testimonios p{
    margin: 12px;
    font-size: 14px;
}
.testimonios h1{
    font-size: 28px;
    margin-left: 10px;
}
.testimonios h2{
    font-size: 18px;
    margin-left: 10px;
}
.logo{
    max-width: 1100px;
    margin: auto;
}
.logo img{
    width: 100%
}
.pages #pagetres{
    background: #00205b;
    color: white;
}
.pages a{
    margin: 10px;
    text-decoration: none;
    color: black;
    padding: 2px 5px;
    border: #ebebeb solid 1px;
    border-radius: 4px;
    font-size: 18px
}

.pages a:hover{
    background: #00205b;
    color: white;
    border: black solid 1px;
}

@media (max-width:768px){
    .testimonios h1{
        font-size: 20px
    }
    .testimonios h2{
        font-size: 16px;
    }
    .testimonios p{
        font-size:12px; 
    }
    .pages a{
        font-size: 12px;
        margin: 7px
    } 
}

