html, body, table { margin: 0; padding: 0; font-size: 11pt; font-family: 'Montserrat', sans-serif; color: #000000; }

header {
    position: relative;
    width: 100%;
    height: 100vh;
    font-size: 0;
}

header img.logo {
    position: absolute;
    top: 20px;
    left: 50px;
    max-width: 15%;
    min-width: 100px;
    z-index: 5;
}
header .grid {
    position: absolute;
    width: 25%;
    top: 0;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: background-color 0.8s ease-out;
    z-index: 4;
    vertical-align: middle;
}
header .grid .content {
    margin-top: 40vh;
    margin-left: 50px;
}
header .grid label {
    display: block;
    font-size: 2rem;
    font-weight: 400;
}
header .grid h1 {
    font-size: 2.6rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.8rem;
}
header .grid img {
    width: 40px;
    margin-top: 10px;
}

header #cronometragem {
    left: 0;
    color: #000000;
}
header #cronometragem:hover {
    background-color: rgba(94,160,163,0.75);
    color: #FFFFFF;
}
header #eventos {
    left: 25%;
}
header #eventos:hover {
    background-color: rgba(228,183,136,0.75);
    color: #FFFFFF;
}
header #design {
    left: 50%;
}
header #design:hover {
    background-color: rgba(255,73,73,0.75);
    color: #FFFFFF;
}
header #merchandising {
    left: 75%;
}
header #merchandising:hover {
    background-color: rgba(80,204,166,0.75);
    color: #FFFFFF;
}
header #mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
header #mask.cronometragem {
    background-image: url("../imgs/banner-cronometragem.jpg");
}
header #mask.eventos {
   background-image: url("../imgs/banner-eventos.jpg");
}
header #mask.design {
   background-image: url("../imgs/banner-design.jpg");
}
header #mask.merchandising {
   background-image: url("../imgs/banner-merchandising.jpg");
}
#footer {
    
}
#footer table {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
#footer tr {
    vertical-align: bottom;
}
#footer .powered, #footer .powered2 {
    background-color: #20989E;
    color: #ffffff;
    height: 20px;
    font-size: 1rem;
    text-align: center;
}
#footer .logo-footer {
    width: 250px;
}
#footer .logo-footer img {
    width: 250px;
}
#footer .powered2 {
    max-width: 100px;
}
#footer a {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}
#footer a:hover {
    opacity: 1;
}


@media screen and (max-width: 1320px) {
    header .grid .content {
        margin-top: 40vh;
        margin-left: 30px;
    }
    header .grid label {
        font-size: 1.5rem;
    }
    header .grid h1 {
        font-size: 2rem;
        line-height: 1.1rem;
    }
    header .grid img {
        width: 30px;
    }
}

@media screen and (max-width: 1024px) {
    header .grid .content {
        margin-top: 40vh;
        margin-left: 10px;
    }
    header .grid label {
        font-size: 1.2rem;
    }
    header .grid h1 {
        font-size: 1.6rem;
        line-height: 0.8rem;
    }
    header .grid img {
        width: 20px;
    }
}

@media screen and (max-width: 860px) {
    header img.logo {
        top: 10px;
        left: 10px;
    }
    header .grid {
        width: 100%;
        top: 0;
        height: 25vh;
    }
    header #cronometragem {
        left: 0;
        top: 0;
        color: #000000;
    }
    header #eventos {
        left: 0;
        top: 25vh;
    }
    header #design {
        left: 0;
        top: 50vh;
    }
    header #merchandising {
        left: 0;
        top: 75vh;
    }
    header .grid .content {
        margin-top: 5vh;
        margin-right: 50px;
        text-align: right;
    }
    header .grid label {
        font-size: 1.1rem;
    }
    header .grid h1 {
        font-size: 1.3rem;
        line-height: 0.8rem;
    }
    header .grid img {
        width: 20px;
    }
    #footer .powered, #footer .powered2 {
        font-size: 0.8rem;
    }
    #footer .logo-footer {
        width: 100px;
    }
    #footer .logo-footer img {
        width: 100px;
    }
}