.formacao-row {
    width: 100%;
    position: relative;
    height: 356px;
    overflow: hidden;
}
.formacao-row:after {
    display: block;
    content: '';
    clear: both;
    position: relative;
}
.formacao-row_content{
    width: 100%;
    display:table;
    height: 100%;
}
#formacao_top_left {
    width: 300px;
    min-width: 33.333333333%;
    height: 356px;
    overflow: hidden;
    position: relative;
    display: table-cell;
    float: left;
    
}
#formacao_top_left img{
    background: #63bace;
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
    display: block;
}
#formacao_top_right {
    background: #63bace;
    height: 356px;
    width: 100%;
    font-family: 'Archer-Light';
    padding: 15px;
}


.formacao-row .textocontent{
    width: 100%;
    height: 230px;
}

#formacao_top_right h1 {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #00356c;
    font-size: 16px;
    font-family: 'ArcherBold';
    text-transform: uppercase;
    text-align: right;
}
#formacao_top_right p {
    margin-bottom: 20px;
    margin-left: 50px;
    padding: 0;
    margin-top: 5px;
    text-align: right;
    color: #63bace;
}
#formacao_top_right h2:first-child {
    margin: 0px;
}
#formacao_top_right p,
#formacao_top_right a {
    color: #fff;
}

#formacao_bottom_right,
#formacao_mid_left {
    height: 100%;
    width: 66.666666667%;
    font-family: 'Archer-Light';
    background: #00356c;
    float: left;
    position: relative;
    display: table;
}

#formacao_bottom_right #formacao_bottom_right_image,
#formacao_mid_left #formacao_mid_left_image{
    float: right;
    width: 200px;
    height: 356px;
    overflow: hidden;
    position: relative;
    display: table-cell;
    text-align: center;
    margin-right: 30px;
    
}

#formacao_bottom_right #formacao_bottom_right_image img,
#formacao_mid_left #formacao_mid_left_image img{
    height: auto;
    width: 100%;
    margin-top: 25%;
}
#formacao_bottom_right #formacao_bottom_right_content,
#formacao_mid_left #formacao_mid_left_content{
    height: 356px;
    width: 100%;
    font-family: 'Archer-Light';
    padding: 15px;
}

#formacao_bottom_right h1,
#formacao_mid_left h1 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0;
    color: #63bace;
    font-size: 18px;
    font-family: 'ArcherBold';
    text-transform: uppercase;
    text-align: left;
}

#formacao_bottom_right p,
#formacao_mid_left p {
    margin-left: 15px;
    padding: 0;
    text-align: left;
    color: #FFF;
}

#formacao_bottom_left,
#formacao_mid_right {
    width: 33.333333333%;
    right: 0%;
    position: absolute;
    height: 100%;
}
#formacao_bottom_left img,
#formacao_mid_right img {
    height: 200px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -75px;
}

#formacao_bottom_left {
    left: 0%;
}
#formacao_bottom_right p {
    text-align: right;
}
#formacao_bottom_right h1 {
    color: #00356C;
    text-align: right;
}
#formacao_bottom_right {
    float: right;
    background: #63bace;
}
#formacao_bottom_right #formacao_bottom_right_image{
    float: left;
    margin-left: 30px;
}
#formacao_bottom_right #formacao_bottom_right_image img{
    margin-top: 18%;
}


@media all and (max-width: 650px){
    #formacao_top_left {
        width: 200px;
    }
    #formacao_top_left img{
        margin-left: -55px;
    }
    #formacao_mid_right,
    #formacao_bottom_left{
        display: none;
    }
    #formacao_bottom_right,
    #formacao_mid_left{
        width: 100%;
        float: none;
    }

}

@media all and (max-width: 500px){
    .formacao-row {
        height: auto;
    }

    .formacao-row_content{
        display:block;
    }

    #formacao_top_left {
        margin: 0 auto;
        overflow: visible;
        display: block;
        float: none;
    }
    #formacao_top_left img{
        background: #63bace;
        height: 100%;
        width: auto;
        min-width: 100%;
        max-width: none;
        display: block;
    }
    #formacao_top_right {
        height: 356px;
    }
    #formacao_bottom_right #formacao_bottom_right_image,
    #formacao_mid_left #formacao_mid_left_image{
        width: 200px;
        height: auto;
        display: block;
        margin: 0 auto;
        float: none;
    }
        #formacao_bottom_right #formacao_bottom_right_image img,
    #formacao_mid_left #formacao_mid_left_image img{
    margin-top: 10%;
    }
    #formacao_bottom_right #formacao_bottom_right_content,
    #formacao_mid_left #formacao_mid_left_content {
    padding: 0 15px 15px;
}
}
