.logo{
    max-width: 1100px;
    margin: auto;
}
.banner img{
    width: 100%;
}
.his{
    max-width: 1000px;
    margin: auto;
    
}

.his img{
    width: 100%;
    margin: auto;
}
.history{

    max-width: 1000px;
    margin: auto;

    margin-bottom: 30px;
    overflow: hidden;
}

.history h1{
    margin-bottom: 12px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 12px;    
}

.texhistory .bote img{
    width: 25%;
    margin-left: 10px;
    margin-right: 10px;
    
}

.texhistory p{
    margin-left: 12px;
    text-align: justify;
    margin: 12px;
    font-size: 19px;
    margin-top: 12px;
    
}
@media (max-width:770px){
    .texhistory .bote img{
        width: 50%
    }
}