@charset "utf-8";
/* CSS Document */

.text-warning { color: #fcbe2c; }
.btn { border-radius: 0; }

.contato-info { line-height: 33px; display: inline-block; height: 58px; padding: 10px 0; text-align: center; vertical-align: middle; font-size: 16px; font-family: industry, sans-serif; }
.contato-info img { margin-right: 5px; display: inline-block; line-height: 33px; vertical-align: middle; }

html, body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;

    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    
    min-width: 100%;
    min-height: 100%;
    
    padding: 0;
    margin: 0;
    
    background-color: white;
    
}

/* site */
#site {
    height: inherit;
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
}
/* colLeft */
#colLeft {
    display: block;
    width: 260px;
    height: inherit;
    position: fixed;
    top: 0;
    z-index: 25;
    background: white url(../_imgs/bgmenu.png) no-repeat right bottom;
    box-shadow: 0 10px 32px rgba(0,0,0,0.55);
    z-index: 700;
}
/* content */
#content {
    padding-left: 260px;
    display: block;
    vertical-align: top;
    height: inherit;
    overflow: hidden;
    position: relative;
}
/* logo */
#logo {
    background: transparent url(../_imgs/logomarca.png) no-repeat center;
    width: 150px;
    height: 87px;
    margin: 30px 0 210px 30px;
}
/* Menu */
#menu {
    font-family: Segoe UI Light, arial, sans-serif;
    font-weight: 0;
}
#menu ul { margin: 0 0 1px 0; display: block; padding: 0; }
#menu a {
    font-size: 18px;
    background-color: #fcbe2c;
    color: white;
    margin-bottom: 1px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0 8px;
    line-height: 23px;
    text-transform: lowercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#menu a.ativo, #menu a:hover {
    color: #fc950a;
}
/* clientes */
#clientes .content .logos {
    height: auto;
    overflow: hidden;
}
#clientes .cliente {
    /* background-color:#FFF; */
    position:relative; 
    float:left; 
    margin:0 15px 15px 0;
}
#clientes .cliente img {
    display:block; 
    opacity: 0.7;
    border-radius: 100%;;
    filter: grayscale(100%), alpha(opacity=70);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
#clientes .cliente:hover img {
    opacity: 1;
    filter: grayscale(0%), alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}
#clientes .cliente .moldura {
    /* background-image: url(../_imgs/moldura.png); */
    top: 0;
    z-index: 2;
    left: 0;
    position: absolute;
    width: 150px;
    height: 160px;
}
/* Rodape */
.rodape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 256px;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    font-size: 13px;
}
.rodape > p {
    line-height: 15px;
    padding: 6px 0 0 0;
}
.rodape .redes {
    position: absolute;
    bottom: 100%;
    text-align: center;
    width: 100%;
}
.rodape .redes .rede {
    background-image: url(../_imgs/redes_sociais.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
    transition: background-position 0.2s ease-in-out;
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
}
.rodape .redes .rede.googleplus {
    background-position: -30px 0;
}
.rodape .redes .rede.youtube {
    background-position: -120px 0;
}
.rodape .redes .rede.facebook {
    background-position: -0px 0;
}
.rodape .redes .rede.linkedin {
    background-position: -60px 0;
}
.rodape .redes .rede.vimeo {
    background-position: -90px 0;
}
.rodape .redes .rede:hover {
    background-position-y: -30px;
}
.rodape p {
    margin: 0;
}
/* Vídeos */
#ctVideos {
    width: inherit;
    height: inherit;
    overflow: hidden;
}
#videos {
    position: relative;
    height: 100%;
}
#videos .video {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    display: block;
    border: solid 0px #000;
    background-position: center;
    background-size: cover;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
}
#videos .video .point {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0.50;
    filter: alpha(opacity=50);
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
}
#videos .video .border { border-color: transparent; z-index: 9; border-width: 8px; border-style: solid; display: block; position: absolute; top: 0; left: 0; }

#videos .video .title {
    font-family: 'Segoe UI Light', 'Trebuchet MS', sans-serif;
    font-style: italic;
    font-size: 37px;
    position: absolute;
    z-index: 15;
    bottom: 20px;
    left: 0;
    max-width: 60%;
    white-space: normal;
    color: #FFF;
    padding: 8px 15px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.75);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: bottom 0.3s ease-in-out, text-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out, text-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out, text-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out, text-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#videos .video .title.left {
    left: 0;
    text-align: left;
}
#videos .video .title.right {
    left: auto;
    right: 0;
    text-align: right;
    box-shadow: -5px 5px 8px rgba(0,0,0,0.75);
}

#videos .video.rosa:hover .border { border-color: #de2960; }
#videos .video.roxo:hover .border { border-color: #c054a0; }
#videos .video.laranja:hover .border { border-color: #f17b19; }
#videos .video.amarelo:hover .border { border-color: #f2d321; }
#videos .video.verde:hover .border { border-color: #bfd62c; }
#videos .video.azul:hover .border { border-color: #2395b0; }

#videos .video .title.rosa { background-color: #de2960; }
#videos .video .title.roxo { background-color: #c054a0; }
#videos .video .title.laranja { background-color: #f17b19; }
#videos .video .title.amarelo { background-color: #f2d321; }
#videos .video .title.verde { background-color: #bfd62c; }
#videos .video .title.azul { background-color: #2395b0; }

#videos .video:hover .title {
    /*text-shadow: 2px 2px 0px rgba(0,0,0,0.5);*/
    bottom: 70px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#videos .arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* viewVideo */
#viewVideo {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
}
#viewVideo .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
}
#viewVideo .title {
    font-size: 32px;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.75);
    padding: 10px 25px 18px 15px;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    /*text-shadow: 2px 2px 0px #000;*/
}

#viewVideo .title.rosa { background-color: #de2960; }
#viewVideo .title.roxo { background-color: #c054a0; }
#viewVideo .title.laranja { background-color: #f17b19; }
#viewVideo .title.amarelo { background-color: #f2d321; }
#viewVideo .title.verde { background-color: #bfd62c; }
#viewVideo .title.azul { background-color: #2395b0; }

#viewVideo .close {
    display: block;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: -1px;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    font-weight: 500;
    font-size: 25px;
}
#viewVideo .close:hover {
    color: #ff0;
}
#viewVideo .close:after {
    content: 'x';
}
#viewVideo .close:hover:after {
    content: 'fechar';
}
#viewVideo iframe {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
}
/* arrows */
.arrow {
    background: url(../_imgs/setas.png);
    width: 50px;
    height: 70px;
    position: fixed;
    top: 50%;
    margin-top: -35px;
    left: 266px;
    z-index: 15;
    cursor: pointer;
}
.arrow.right {
    background-position: -50px 0;
    left: auto;
    right: 10px;
}
/* paginas */
.titlePage {
    color: #fcbe2c;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'industry', sans-serif;
    padding: 25px 0 20px 0;
    line-height: 42px;
    text-align: left;
}
.page-block { 
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(0,0,0,0.5);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.page-active .page-block {

    pointer-events: inherit;
    opacity: 1;
    filter: alpha(opacity=100);

}
#paginas {
    white-space: normal;
    width: 550px;
    position: absolute;
    height: 100%;
    top: 0;
    left: -550px;
    z-index: 20;
    color: #FFF;
    z-index: 600;
    transition: all 0.5s ease-in-out;
}
.page-active #paginas {
    left: 260px;
}

#paginas .page {
    position: absolute;
    margin-left: -800px;
    width: inherit;
    height: inherit;
    box-shadow: 0 17px 15px 5px rgba(0,0,0,0.75);
    transition: all 0.5s ease-in-out; 
    background-color: #f4f4f4;
}
#paginas .page.active { margin-left: 0; }
.page-content {
    color: #6f6f6f;
    max-height: 100%;
    padding: 140px 40px 50px 80px;
    text-align: left;
    overflow: auto;
}
.page-text {
    font-family: stagm;
    font-size: 13px;
    line-height: 150%;
    text-align: left;
}
#paginas .telefone {
    margin: 0;
    color: #ffdf0b;
    font-size: 26px;
}
#paginas .mailto {
    font-size: 16px;
    color: #FFF;
    font-family: 'Averia Sans Libre', cursive;
    text-decoration: none;
    margin-bottom: 50px;
    display: block;
}
#paginas form {
    display: block;
}
#paginas form label {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.form-control:focus, .form-control:active, .form-control { 
    border: 1px solid #ffdf0b;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: #6f6f6f;
}
textarea.form-control {
    height: 100px;
    resize: none;
    overflow: auto;
}
#paginas form .send {
    background-color: #ffdf0b;
    color: #df2c2d;
    box-shadow: 1px 1px 0 #c3c2c5, -1px -1px 0 #403803;
    border: none;
    padding: 5px 10px;
    text-transform: lowercase;
    cursor: pointer;
    float: right;
    margin-right: -10px;
    font-family: stagb;
    font-size: 24px;
}

#clientes .cliente { display: block; margin: 0 auto; width: 100%; margin-bottom: 20px; }

@media (min-width: 767px){

    html, body {
        height: 100%;
    }
    
}

@media (max-width: 768px){


    .btn-hamburguer { position: fixed; top: 15px; right: 15px; z-index: 1000; }
    .mhidden { display:none; }
    .page-block { display: none; }

    html {
        background: url(../_imgs/bgsite.jpg);
    }

    /* content */
    #content {
        display:block;
        min-width:100%; 
        display:block; 
        margin: 0;
        padding: 0;
        position: static;
        height: auto;
    }

    /* colLeft */
    #colLeft {
        width:100%;
        height:auto;
        display:block;
        position: static;
        box-shadow: none;
        background: none;
        padding: 0;
    }

    #logo {
        margin: 52px auto 35px auto;
    }

    /* site, content */
    #site {
        height:auto;
        min-width:0;
        overflow:auto;
        display:block; 
    }

    /* videos */
    #ctVideos {
        position:static;
        width:100%;
        display:block;
        margin:0;
        height:auto;
        overflow:auto;
    }

    #videos {
        position:static;
        width:100%;
    }

    #videos .video {
        position:relative;
        height: 200px;
        min-height:0;
        width:100%;
        margin: 0 0 4px 0;
    }

    #videos .video .img {
        width:100%;
        height:auto;
        min-height: 0;
        min-width: 0;
        position:static;
    }

    #videos .video .title {
        font-size:25px;
    }
    #videos .video:hover .title {
        bottom:40px;
    }

    /* menu */
    #menu {
        width:100%;
        margin-left:0;
    }


    #menu .ico {
        position:fixed;
        top:15px;
        right:15px;
        float:right;
        background-image:url(../_imgs/btn_menu_mobile.png);
        width:49px;
        height:47px;
        display:block;
        cursor:pointer;
    }

    /* rodape */
    .rodape {
        position:relative;
        width:100%;
        margin:0;
    }

    /* titlePage */
    .titlePage {
        font-size:50px;
    }

    /* paginas */
    #paginas {
        box-shadow:none;
        background: none;
        position:static;
        width:auto;
    }
    #paginas .page {
        min-height:150px;
        max-width:none;
        height:auto;
        padding-bottom:10px;
        position: static;
        margin: 0;
        max-height: none;
    }
    #paginas .page-content, #ctVideos {
        padding: 20px 15px 30px 15px;
    }

    .rodape { color: gray; padding: 25px 0 25px 0; font-size: 12px; }
    .rodape .redes {
        position: static;
        color: black;
        margin: 0;
        background-position: center bottom;
    }
    
    #paginas .page-content { color: #6f6f6f; }
    #paginas .titlePage { color: #fcbe2c !important; } 
    #paginas .page, #ctVideos { background-color: #f4f4f4; background-image: url(../_imgs/bgmenu.png); background-repeat: no-repeat; background-position: right bottom; }

}