﻿/* ========= Responsive para desktop ========= */
@media all {

.MenuTenYears {
    font-family: "GHTF Bold", "Arial";
    background-color: #56b0e4;
    font-size: 18px;
    height: 70px;
    color: #FFFFFF;
    font-weight: bold;
    min-height: 50px;
}

.MenuTenYears a,
.MenuTenYears a:link,
.MenuTenYears a:visited {
    color: #005f94;
}

.MenuTenYears a:hover {
    color: #FFFFFF;
}

.MenuTenYearsSeta {
    margin-top: 26px;
    margin-left: 0px;
}

.MenuTenYearsSetaMobile {
    display: none;
    text-align: center;
}

@-moz-document url-prefix() {
.MenuTenYearsSeta {
    margin-top: 25px;
    margin-left: 100px;
}
}


.MenuTenYearsText {
    width: 540px;
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 10px;
    float: left;
    text-align: center;
}

.MenuTenYearsTextDocumentario {
    width: 230px;
}

}

/* ========= Responsive Tablet ========= */
@media (max-width: 1000px) {

    .MenuTenYears {
        height: auto;
    }

    .MenuTenYearsText {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }

    .MenuTenYearsSeta {
        display: none;
    }

    .MenuTenYearsSetaMobile {
        display: block;
    }

}

