.clube-row {
    width: 100%;
    position: relative;
    height: 356px;
    overflow: hidden;
}
.clube-row:after {
    display: block;
    content: '';
    clear: both;
    position: relative;
}

#clube_image {
    width: 33.333333333%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}
#clube_image img{
    margin-top: -30%;
    min-height: 100%;
    width: auto;
    height: auto;
    min-width: 100%;
}

#clube {
    width: 100%;
    background: #fff;
    height: 100%;
    position: relative;
    font-family: 'Archer-Light';
    overflow: hidden;
}
#clube h1 {
    font-weight: bold;
    margin-left: 20px;
    padding: 0;
    color: #00356c;
    font-size: 18px;
    font-family: 'ArcherBold';
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
}
#clube h2 {
    margin-left: 20px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}
#clube h3 {
    font-weight: bold;
    margin-left: 20px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'ArcherBold';
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
#clube p {
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 0;
    margin-top: 5px;
    text-align: left;
    color: #63bace;
    font-size: 14px;
}
#clube h2:first-child {
    margin: 0px;
}
#clube p,
#clube a {
    color: #40484C;
}

#topo,
#bottom{
    width: 66.666666667%; 

}

#topo {
    background: #63bace;
    height: 89px;
}
#bottom{
    height: 267px;
    padding: 15px;

}
#clube2_right {
    background: #fff;
    height: 100%;
    width: 66.666666667%;
    right: 0px;
    position: absolute;
    font-family: 'Archer-Light';
}
#clube2_right img {
    background: #fff;
    min-height: 100%;
    height: auto;
    width: auto;
    min-width: 100%;
    max-width: none;
}
#clube2_left {
    background: #00356c;
    height: 100%;
    width: 33.333333333%;
    left: 0px;
    position: absolute;
    font-family: 'Archer-Light';
}
#clube2_left h1 {
    font-weight: bold;
    margin-left: 20px;
    padding: 0;
    color: #63bace;
    font-size: 18px;
    font-family: 'ArcherBold';
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
}
#clube2_left h2 {
    margin-left: 20px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
}
#clube2_left h3 {
    font-weight: bold;
    margin-left: 20px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
#clube2_left p {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    margin-top: 5px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: 'Archer-Light';
}
#clube2_left h2:first-child {
    margin: 0px;
}
#clube3_right {
    background: #fff;
    height: 100%;
    width: 66.666666667%;
    left: 0px;
    position: absolute;
    font-family: 'Archer-Light';
    overflow: hidden;
}
#clube3_right .img-colum{
    float: left;
    width: 25%;
    height: 50%;
    overflow: hidden

}
#clube3_right img {
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
    display: block;
}

#clube3_left {
    background: #63bace;
    height: 100%;
    width: 33.333333333%;
    right: 0px;
    position: absolute;
    font-family: 'Archer-Light';
}
#clube3_left h1 {
    font-weight: bold;
    margin-right: 20px;
    padding: 0;
    color: #00356c;
    font-size: 18px;
    font-family: 'ArcherBold';
    text-transform: uppercase;
    text-align: right;
    padding-top: 10px;
}
#clube3_left h2 {
    margin-left: 20px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
}
#clube3_left h3 {
    font-weight: bold;
    margin-left: 20px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
#clube3_left p {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    margin-top: 5px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    font-family: 'Archer-Light';
}
#clube3_left h2:first-child {
    margin: 0px;
}
.content-text{
    width: 100%;
    height: 280px;
    margin-top: 20px;
}


@media all and (max-width: 900px){
    #clube_image img{
        margin-top: 0;
    } 
}
@media all and (max-width: 800px){
    #clube h1,
    #clube h3{
        font-size: 16px;
        padding-top: 3px;
    }
    #clube h3{
        padding-bottom: 3px;
    }
}
@media all and (max-width: 750px){
    #clube3_right .img-colum{
        width: 33.333333333%;
    }
}
@media all and (max-width: 600px){

    #clube3_right .img-colum{
        width: 50%;
    }
    .clube-row {
        height: auto;
        min-height: 356px;
    }
    .clube-row-content,
    #bottom-content{
        width: 100%;
        height: 267px;
        display: table;
        position: relative;
    }

    #clube3_left,
    #clube_image,
    #bottom{
        width: 100%;
        height: 267px;
    }

    #clube3_right,
    #clube3_left,
    #clube2_left,
    .clube-row-content{
        height: 356px;
    }
    #clube3_left{
        width: 100%;
        position: static;
    }
    #clube2_right{
        width: 100%; 
        height: 356px;
        display: block;
        display: table-cell;
    }

    #clube3_right,
    #clube2_left,
    #clube_image {
        width: 200px;
        display: table-cell;
        float: left;
    }
    #clube3_right{
        position: relative;
        height: 356px;
    }
    #clube2_left,
    #clube_image {
        width: 200px;
        display: table-cell;
        float: left;
    }
    #clube_image {
        position: relative;
    }
    #topo{
        width: 100%;   
    }

    #clube3_right .img-colum{
        width: 50%;
        height: 25%;
    }
}
@media all and (max-width: 450px){
    .clube-row {
        height: auto;
        min-height: 356px;
    }
    .clube-row-content,
    #bottom-content{
        height: auto;
        display: block;
    }

    #clube2_right,
    #clube_image {
        width: 100%;
        max-width: 100%;
        display: block;
        float: none;
        position: relative;
        margin: 0 auto;
    }
    #clube_image img{
        margin-top: -30%;
    }

    #clube2_left{
        height: 356px;
        width: 100%;
        float: none;
        display: block;
        padding-top: 10px;
        position: relative;
    }
    #clube3_right,
    #clube3_left{
        position: relative;
        display: block;
        float: none;
        height: 356px;
    }

    #clube3_right,
    #clube2_right{
        width: 100%;
    }
        #clube3_right .img-colum{
        width: 50%;
        height: 178px;
    }
    #clube3_right{
        height: auto; 
    }
}

