/* 
    Created on : 8/abr/2016, 16:36:53
    Author     : INCOGRAF® - E.Pimentel
*/
/*#content {
    padding-top: 400px;
}
.myheader{
    height: 200px;
}
.myheader-logo {
    margin-top: 30px;
    cursor: pointer;
}
.myheader-bg{
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
.myheader-bg-trans{
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}*/
.mybanner {
    background: transparent; /*#ededed;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;   
    margin: 0;
    padding: 0;
}
.mybanner-container{
    background-color: #b7cb05;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 240px;
    margin-top: 120px;
    position: relative;
}
.mybanner-title-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6100;
    padding: 118px 90px 0 90px;
    cursor: pointer;
    display: none;
}
.mybanner-title-container > span{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: none;
    cursor: pointer;
}
.mybanner-title{
    font-family: 'Laurel';
    font-size: 80px;
    color: #fff;
    height: 90px;
}
.mybanner-subtitle{
    font-family: 'MuseoSans300';
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width: 990px) {  
    .mybanner-container {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {  
    .mybanner-title-container {
        padding: 138px 60px 0 60px;
    }
    .mybanner-title {
        font-size: 60px;
    }   
    .mybanner-subtitle {
        font-size: 19px;
    }
}

@media screen and (max-width: 490px) {   
    .mybanner-container {
        margin-top: 50px;
    }
    .mybanner-title {
        font-size: 40px;
    }
    .mybanner-subtitle {
        font-size: 16px;
        margin-top: -30px !important;
    }
    .mybanner-title-container {
        padding: 160px 0 0 60px;
    }
}