#estatutos {
    width: 100%;
    position: relative;
}
.estatutos_infos {
    position: relative;
    height: auto;
    width: 100%;
}
.estatutos_infos:after {
    content: '';
    display: block;
    clear: both;
}
.estatutos_esquerda {
    width: 66%;
    height: 101px;
    float: left;
}
.estatutos_esquerda h1 {
    padding-top: 5%;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ArcherBold';
}
.estatutos_direita {
    width: 34%;
    height: 101px;
    right: 0px;
    float: left;
}
.estatutos_infos.odd .estatutos_esquerda,
.estatutos_infos.even .estatutos_direita {
    background-color: #00356C;
}
.estatutos_infos.even .estatutos_esquerda,
.estatutos_infos.odd .estatutos_direita {
    background-color: #63BACE;
}
.estatutos_direita h2 {
    padding-top: 10%;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    float: left;
}
.estatutos_esquerda h2 a,
.estatutos_direita h2 a {
    color: #fff;
}
.estatutos_esquerda h2 a:hover,
.estatutos_direita h2 a:hover {
    text-decoration: underline;
}
.estatutos_direita img {
    width: auto;
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;
}
.estatutos_texto {
    height: 402px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    width: 100%;
    display: block;
}
.estatutos_texto h1 {
    font-size: 18px;
    font-family: 'ArcherBold';
    color: #00356C;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.estatutos_texto p {
    margin-bottom: 5px;
    color: #00356C;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 10px;
    font-weight: bold;
}
.estatutos_texto hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #63BACE;
    margin: 1em 0;
    padding: 0;
}
@media all and (max-width: 750px){
    .estatutos_esquerda h1,
    .estatutos_texto h1{
        font-size: 16px;
    }
}
@media all and (max-width: 450px){

    .estatutos_direita h2{
        font-size: 12px;
    }

    .estatutos_esquerda h1,
    .estatutos_texto h1{
        font-size: 14px;
    }
    .estatutos_direita img {
        display: block;
        margin: 7px auto 0;
    }
    .estatutos_direita img {
        height: 25px;
    }
}
@media all and (max-width:350px){


    .estatutos_esquerda h1,
    .estatutos_texto h1{
        font-size: 12px;
    }
    .estatutos_direita h2{
        font-size: 11px;
    }
}