﻿/* ========= Responsive para desktop ========= */
@media all {


.CenterBox{
    float: left;
    margin-left: 375px;
}

.RightBox{
    float: right;
    margin-right: 50px;
}

.ImgEncontro {
    width: 100%;
    height: auto;
}


.AlturaLinha {
    height: 15px;
}

.LinhaSeparadora {
    margin-top: 25px;
    margin-bottom: 25px;
    clear: both;
    border-bottom: 1px solid #d4d1d1;
}

.CenterStage {
    font-family: "GHTF Light", "Arial";
}

.SubTitulo {
    font-family: "GHTF Bold", "Arial";    
    font-size: 28px; 
    font-weight: bold; 
    color: #56b0e4;
}

.TextoNormal {
    font-family: "GHTF Book", "Arial";
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.TextoLink {
    font-family: "GHTF Book", "Arial";
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: underline;
}

.DocumentarioDescricao {
    width: 40%;
    text-align: left;
    float: left;
}

.Documentario {
    width: 60%;
    text-align: left;
    float: left;
}

}

/* ========= Responsive Tablet ========= */
@media (max-width: 1000px) {

    .DocumentarioDescricao {
        width: 100%;
        text-align: center;
        float: none;
        clear: both;
        margin-left: 0px;
        max-width: inherit;
    }
    
    .Documentario {
        width: 100%;
        text-align: center;
        float: none;
        clear: both;
        margin-left: 0px;
        max-width: inherit;
        margin-top: 40px;
    }
    
}