@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(gerensfont.css);

/* Geral */
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}
@media (max-width: 767px) {
    .vermais
    {
        position: relative !important;
        margin-bottom: 55px;
    }
    #trabalhos h1
    {
        margin-bottom: 0 !important;
    }
    #catboxes {
        padding: 0 60px!important;
    }
    .sociosbox
    {
        padding: 0 60px;
    }

}
@media (max-width: 480px) {
    .sociosbox
    {
        padding: 0;
    }
    #catboxes {
        padding: 0 0!important;
    }

    .col-xxs-12 {
        width: 100% !important;
    }
}

.imagemresp
{
    max-width: 100%;
}

.pointer
{
    cursor: pointer;
}

#loader
{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    color: #ffc000;
    background: #222;
    justify-content: center;
    align-items: center;

}
body {
    background: #f5f5f5;
}

* {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

h1
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 45px;
    margin: 0 0 60px 0;
    font-weight: 300;
    padding: 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}
.audioWrapper,  .audioWrapper iframe
{
    width: 100%;
    height: 166px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





section {
    padding: 60px 0;
}
/* Header */
header
{
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    margin-top: -90px;
}
#menufull
{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 40;
}
#menufull .container
{
    position: relative;
}
#menufull ul
{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 0;
    top: -500px;
    border-bottom: 3px solid #ffc000;
    width: 200px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow:    0 0 4px 0 rgba(0,0,0,.3);
    box-shadow:         0 0 4px 0 rgba(0,0,0,.3);
}


.showheadermenu .showmenu
{
    top: 94px !important;
}

#menufull ul li
{
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 40px;
    display: block;
    padding-bottom: 7px;
    cursor: pointer;
}

#menufull ul li:hover
{
    background: #eee;
}

#menufull ul:before
{
    background: rgba(0, 0, 0, 0) url("../imagens/toposeta.png") no-repeat scroll center top;
    content: "a";
    font-size: 0;
    padding: 10px 17px 0 0;
    position: absolute;
    right: 10px;
    top: -10px;
}

.showheader
{
    margin-top: 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow:    0 0 4px 0 rgba(0,0,0,.3);
    box-shadow:         0 0 4px 0 rgba(0,0,0,.3);
}
.headerbar
{
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 55;
    border-bottom: 3px solid #ffc000;
}

.headerbar .container
{
    position: relative;
}

#btnresponsivo
{
    border-radius: 50px;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    top: 14px;
    width: 37px;
}
#btnresponsivo div
{
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    height: 4px;
    border-radius: 9px;
}
#btnresponsivo:hover div
{
    background: #ffc000;
}

#menubar1
{
    top: 0;
}

#menubar2
{
    top: 50%;
    margin-top: -2px;
}

#menubar3
{
    bottom: 0;
}

.btnrespaberto #menubar1
{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;


}

.btnrespaberto #menubar3
{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;

}

.btnrespaberto  #menubar2
{
    opacity: 0;
}

/* Modal */

.showmodal
{
    display: flex !important;

}
.showmodalbox
{
    display: inline-block !important;
    margin-top: 0 !important;
    opacity: 1 !important;
}
#modalbox
{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

#modalbox #backmodal
{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background: rgba(0,0,0,.8);
}

#modalbox #videomodal
{
    display:none;
    width: 600px;
    margin-top: -300px;
    opacity: 0;
    position: relative;
    max-width: 100%;
    /* border: 3px solid #ffc000; */
    background: #000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow:         0 5px 15px rgba(0, 0, 0, 0.5);

}

#modalbox #fotomodal
{
    margin-top: -300px;
    opacity: 0;
    display:none;
    width: 700px;
    position: relative;
    max-width: 100%;
    /* border: 3px solid #ffc000; */
    background: #000;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow:        0 5px 15px rgba(0, 0, 0, 0.5);
}

#modalbox #fotomodal img
{
    max-height: 100%;
    max-width: 100%;
    width: 700px;
}

#modalbox .closemodal
{

    font-family: 'Open Sans', sans-serif;
    background: transparent;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 15px;
    position: absolute;
    right: -4px;
    bottom: -26px;
    z-index: 5;
}
#modalbox .titulomodal
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 15px;
    position: absolute;
    left: 0px;
    bottom: -26px;
    padding-right: 75px;
    right: 0px;
}
#modalbox #fotomodal .closemodal
{

}

/* Home */

#home {
    padding: 0 !important;
    position: relative;
    text-align: center;
    min-height: 100px;
}

#logotext {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    top: 50%;
}

#logotext img {
    max-width: 100%;
    margin-bottom: 40px;
}

#logotext .subtitulo {
    color: #ffc000;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.video-background {
    background: #111;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

.video-foreground,
.video-background #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-background iframe {
    opacity: .2;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

#homebottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

@keyframes bounce {
    0%, 25%, 100% {

        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    75% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);

    }

}

.bouncebtn {

    display: inline-block;
    text-decoration: none !important;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    background: transparent;
    border-radius: 80px;
    color: #ffc000 !important;
    text-align: center;
    font-size: 40px;
}

.bouncebtn i {
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.bouncebtn:hover, .btnvervideo:hover {
    background: #ffc000;
    color: #222 !important;
}

.btnvervideo {
    margin-bottom: 15px;
    color: #ffc000;
    background: transparent;
    border-radius: 3px;
    font-size: 15px;
    padding: 6px 15px;
    border: 1px solid #ffc000;
    cursor: pointer;
}

/* Serviços */
#servicos, #premios
{
    background: #f5f5f5;
}

#contato h1
{
    color: #ffc000;

}

.servitem .servitemtopo div
{
    padding: 15px 0 30px 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
.servitem
{
    margin-bottom: 30px;
}
.servitem .servtext
{
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}

/* Trabalhos */

#trabalhos
{
    background: #fff;
    padding-bottom: 1px !important;
    overflow: visible;
}
#jobs
{

    background: #000;
    margin-left: -3px;
    margin-right: 1px;
    text-align: center;
}
.job-video, .job-audio, .job-imagem
{

    padding-bottom: 30px;
    float: none !important;
    display: inline-block;
    margin: 0 -4px -5px 0;
    cursor: pointer;
}
.jobimgfundo, .jobhover
{
    position: absolute;
    background-position: center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.jobhover
{
    opacity: 0;
}
.jobhover div
{
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    padding: 6px;
}
.job-imagem:hover .jobhover, .job-audio:hover .jobhover, .job-video:hover .jobhover
{
    opacity: 1;
}
.jobimgfundo
{

}
.postcontainer
{
    width: 900px;
    max-width: 100%;
    margin: auto;
}
@media (min-width: 1201px) {

    #catboxes {
        padding: 0 120px;
    }


    .job-imagem:hover .jobimgfundo, .job-audio:hover .jobimgfundo, .job-video:hover .jobimgfundo {
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%);
    }
}
.job-video .jobhover
{
    background-image: url("../imagens/videohover.png");
}
.job-audio .jobhover
{
    background-image: url("../imagens/audiohover.png");
}
.job-imagem .jobhover
{
    background-image: url("../imagens/imghover.png");
}
.jobhover div i
{
    display: none;
}
@media (max-width: 1200px) {
    .sociosocial
    {
        position: relative !important;
        text-align: center !important;
    }
   .jobhover {
       opacity: 1 !important;
       background-image: url("../imagens/inv.png") !important;

   }
    .jobhover div
    {
        text-align: left;
        background: rgba(0,0,0,.5);
        padding-top: 5px;
    }
    .jobhover div i
    {
        display: inline-block;
        float: right;
        line-height: 22px;
        font-size: 18px;
    }
    .jobimgfundo
    {
        -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.52) !important;
        -moz-box-shadow:    inset 0 0 4px 1px rgba(0, 0, 0, 0.52) !important;
        box-shadow:         inset 0 0 4px 1px rgba(0, 0, 0, 0.52) !important;
    }
}

.vermais
{
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    border: 1px solid #000;
    color: #000;
    padding: 3px 6px 6px;
    background: transparent;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 30px;


}
.vermais:hover
{
    border: 1px solid #ffc000;
    background: #ffc000;

}

.relativecontainer
{
    position: relative;
}

/* Agência */
#sobre
{
    background: #eee;
}

.agenciacontenttxt
{
    text-align: justify;
}
#sobre .container
{
    margin-bottom: -97px;
}


.sociosbox img
{
    width: 100%;
    margin-top: 30px;
}

.sociosbox .sociosboxcontent
{
    background: #fff;
    padding: 0 15px 15px;
    position: relative;
}

.sociosbox .sociosboxbtn
{
    width: 100%;
    background: #fff;
    padding: 6px;
    border: none;
    border-bottom: 5px solid #ffc000;
    font-weight: bold;

}

.sociosbox .sociosboxbtn:hover
{
    background: #f4d677;

}

.displaynone
{
    display: none !important;
}
.nomesocio
{
    font-size: 26px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.cargosocio
{
    font-size: 15px;
    color: #555;
    font-weight: bold;

}

.sociosocial
{
    color: #bcbcbc;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 0;
}
.sociosocial a
{
    color: #bcbcbc;
}

.sociosocial a:hover
{
    color: #777;
}


.modal-title
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.btnform
{
    background: #ffc000;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 49px;
    border: none;
    padding: 0;
}
.btnform:hover
{
    background: #c89906;
}
.modal-body
{
    border-radius: 0 !important;
    border-bottom: 5px solid #ffc000;
}
.modal-content
{
    border-radius: 0 !important;
}
.modal-backdrop.in
{
    opacity: .8 !important;
}

#protectmodal
{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
}

#contato
 {


     padding-top: 100px;
    color: #fff;
 }

.contatoformspan
{
    font-size: 20px;
    color: #ffc000;
    font-family: 'Open Sans', sans-serif;
}

textarea
{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 5px solid #ffc000 !important;
}

.dadoscontato
{
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
}

.dadoscontato a
{
    color: #fff !important;
    font-size: 30px;
}
.dadoscontato a:hover
{
    color: #ffc000 !important;
}

#map_canvas
{
    width: 100%;
    height: 400px;

}

.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

footer
{
    background: #ffc000;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    font-size: 12px;
}

.servitemtopo img
{
    width: 150px;
}

#menufull a
{
    text-decoration: none !important;
}

.trabalhosconteudi
{
    padding: 120px 0 60px 0;
    min-height: calc(100% - 50px);
}

@media (max-width: 800px) {
    #logotext img {
        margin-bottom: 15px;
        width: 300px;
    }
    #logotext .subtitulo {
        font-size: 15px;
    }
    #homebottom {
        bottom: 15px;
    }
    .btnvervideo
    {
        margin-bottom: 0;
    }
}
@media (max-width: 510px) {
    .btnvervideo
    {
        position: absolute;
        bottom: 0;
        left:6px;
    }

}

@media (max-height: 333px) {
    .bouncebtn
    {
        display: none;
    }
    #homebottom
    {
        bottom: auto;
        top: 15px;
        text-align: left;
        padding-left: 15px;
    }
}


.modal-body .btnform {
    padding-left: 15px;
    padding-right: 15px;
}


.catbox
{
    background: #fff;
    padding: 15px;
    padding-top: 90px;
    margin-top: 75px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 3px solid #ffc000;
}
.catbox ul, .catbox2 ul
{
    padding: 6px;
    list-style: none;
}
.catbox ul li a
{
    display: block;
    padding: 6px 0;
    cursor: pointer;
    line-height: 23px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    text-decoration: none !important;
    color: #555 !important;
}
.catbox2 ul li:first-child a
{
    border-top: 1px solid #ccc;
}
.catbox2 ul li a
{
    display: block;
    padding: 6px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    text-decoration: none !important;
    color: #555 !important;
}
.catbox ul li a:hover
{
    background: #f5f5f5;
}

.catbox2 ul li a:hover
{
    background: #eee;
}
.cattitle
{
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}
.caticon
{
    position: absolute;
    top:-75px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}
.videoservico
{
    margin-bottom: 30px;
}

.formservico
{
    background: #fff;
    border-radius: 3px 3px 0 0;



}

.formcont
{
    padding: 15px;
    /* padding-top: 30px; */
    border: 1px solid #ddd;
    border-bottom: 4px solid #ffc000;
    border-top: none;
}
.contatoformdiv
{
    color: #ffc000;
    border-radius: 3px 3px 0 0;
    background: #333;
    padding: 6px;
    font-weight: bold;
    text-align: center;
    position: relative;

}
.contatoformdiv:after
{
    position: absolute;
    font-size: 0;
    content: '1';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;

}
.partners
 {
    float: right;
    text-decoration: none !important;
    display: inline-block;
    color: #333 !important;
    font-size: 12px;

 }
.partners img
{
    width: 115px;
}

@media (max-width: 550px) {
    footer
    {
        text-align: center;
    }
    .partners
    {
        float: none;
        display: block;
        background: #e2aa00;
    }
    footer .container
    {
        width: 100% !important;
        padding: 0 !important;
    }
    .trabalhosconteudi
    {
        min-height: calc(100% - 100px);
    }
}

.pagina_conteudo
{
    margin-bottom: 30px;
}

.breadcrumb
{
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
}