body {
    background: #fff;

    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.fontzero {height: 0; display: none;}
.relative {position: relative;}

/* ============================== */
/* ============ HOME ============ */
/* ============================== */
header{
    padding-top: 35px;
    padding-bottom: 50px;
    background: url(images/bg-header.jpg) top center no-repeat;
}
header h1{
    margin: 25px 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 100%;
    line-height: 100%;
    letter-spacing: 1px;
}
header .video{
    margin-top: 50px;
    margin-bottom: 48px;    
    border: 10px solid #fff;
}
.embed-responsive-16by9 {
    padding-bottom: 47%;
}

header .btn-success{
    font-weight: 900;
    font-size: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}


.reuso{
    padding-top: 50px;
    padding-bottom: 60px;
}
.reuso h1{
    margin: 0;
    margin-bottom: 35px;

    font-size: 100%;
    line-height: 1.5em;
    color: #2b3d65;
    font-weight: 900;
    text-transform: uppercase;
}
.reuso > .container p{
    margin: 0;
    margin-bottom: 50px;

    color: #676666;
    font-size: 100%;
}

.reuso .thumbnail{border: none; margin-bottom: 50px;}
.reuso .thumbnail .caption{padding: 0;}
.reuso .thumbnail .caption h3{
    margin: 0;
    margin-top: 30px;
    margin-bottom: 25px;

    color: #2b3d65;
    font-weight: 900;
    font-size: 100%;
    line-height: 1.5em;
    text-transform: uppercase;
}

.reuso .thumbnail .caption p{
    margin: 0;

    color: #595959;
    font-size: 100%;
}

.reuso .btn-success{ 
    font-weight: 900;
    font-size: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

.galeria{
    width: 100%;
    float: left;
    background: #eff3f5;
    padding-top: 55px;
}
.galeria h1{
    margin: 0;
    margin-bottom: 55px;

    text-transform: uppercase;
    color: #2b3d65;
    font-weight: 900;
    font-size: 100%;
}
.galeria .thumbnail{
    background: transparent;
}
.galeria .thumbnail{padding: 0; border: none; margin-bottom: 40px;}
.galeria .thumbnail .caption{padding: 0; text-align: left; padding-left: 10px;}
.galeria .thumbnail .caption h3{
    margin: 0;
    margin-top: 24px;

    color: #2b3d65;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 100%;
}
.galeria .thumbnail .caption p{
    margin: 0;
    color: #595959;
    font-size: 100%;
}
.galeria .thumbnail:hover{text-decoration: none;}

.informacoes{
    width: 100%;
    float: left;
    background: #2b3d65;
    padding: 40px 0;
}
.informacoes .logos{
    margin-bottom: 20px;
    text-align: center;
}
.informacoes .frase{
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 100%;
}
.informacoes .contatos a{
    width: 100%;
    float: left;
    margin-bottom: 8px;
    color: #fff;
    font-size: 100%;
}
.informacoes .contatos a:hover{text-decoration: none;}
.informacoes .fa{color: #fff;}
.informacoes .contatos a .fa{
    margin-right: 15px;

    font-size: 1.5em;
}
.informacoes .contatos a:last-child .fa{
    float: left;
    margin-top: 7px;
    margin-bottom: 30px;
}

.copyright{
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 0;    
    color: #000;  
    font-size: 0.75em;
    text-align: center;
}
.copyright a{margin-bottom: 20px; color: #000;}
.copyright a:hover{text-decoration: none;}
.copyright div{margin-bottom: 20px; text-align: center;}
.copyright div:last-child{margin-bottom: 0;}


@media (min-width: 30em) {
    .galeria .thumbnail .caption{
        width: 62%;
        margin: 0 auto;
    }
}
@media (min-width: 40em) {
    .galeria .thumbnail .caption{
        width: 270px;
        margin: 0 auto;
    }
}
@media (min-width: 48em) {
    header h1{
        font-size: 2em;
        line-height: 1.125em;
        text-shadow: 1px 0px #fff;
    }

    header .video{
        width: 606px;        
        margin: 40px auto ;
    }
    .embed-responsive-16by9 {
        padding-bottom: 41%;
    }

    header .btn-success{
        width: 468px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.125em;
    }

    .reuso h1 {
        font-size: 1.75em;
        line-height: 1.25em;
    }
    .reuso > .container p{
        font-size: 1.125em;
        line-height: 1.5em;

        padding-left: 14px;
        padding-right: 14px;
    }  
    .reuso .thumbnail .caption h3{
        height: 48px;
        font-size: 1.5em;
        line-height: 1.25em;
    }
    .reuso .btn-success{
        width: 468px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.125em;
    }

    .galeria h1{
        font-size: 2em;
    }
    .galeria .thumbnail .caption h3{
        font-size: 1.125em;
    }
    .galeria .thumbnail .caption p{
        font-size: 1.125em;
    }

    .informacoes {     
        padding: 40px 0 10px;
    }
    .informacoes .logos{
        text-align: left;

        float: left;
        width: auto;
    }
    .informacoes .frase{
        text-align: left;

        float: right;
    }
    
    .copyright div{
        margin-bottom: 0;         
    }
    .copyright .co{
        width: auto;
        float: left;        
    }
    .copyright .by{
        width: auto;
        float: right;
        
        text-align: right;
    }
}
@media (min-width: 64em) {    
    .embed-responsive-16by9 {
        padding-bottom: 32%;
    }

    .szSubTitle{
        width: 82%;
        margin: 0 auto 50px !important;
    }

    .galeria .thumbnail .caption{width: auto; padding-left: 0;}

    .informacoes .frase{
        float: left;
    }
    .informacoes .contatos{
        float: left;
    }
}
@media (min-width: 75em){
    .embed-responsive-16by9 {
        padding-bottom: 26%;
    }

    .informacoes .logos{
        margin-bottom: 0;
        margin-top: 15px;
    }

    .informacoes .contatos{
        float: right;
        width: 33%;
    }

    .informacoes .frase {
        margin-bottom: 0;
        margin-top: 12px;
        margin-left: 32px;
    }
    .informacoes .contatos a:last-child .fa {     
        margin-bottom: 8px;
    }
    .informacoes {
        padding: 40px 0px;
    }

}