
/* Classes Especificas Site */
a.btnContato { background-color: #519f5e; padding: 10px 20px; color: #f4f4f4f4; text-decoration: none; } 
a.btnContato:hover { background-color: #488f57; padding: 10px 20px; color: #f8f8f8; } 

a.btnBanner {background-color: #096096; padding: 15px 25px; color: #f4f4f4f4; text-decoration: none; border-radius: 10px; border: 1px solid #fff; } 
a.btnBanner:hover { background-color: #fff; color: #096096; } 

.banner { background-image: url("../img/layout/banners/1.jpg"); background-repeat: no-repeat; background-size:cover; height: 680px; background-position: center center; }
.btnPadrao { background-color: #087bc2;  color: #fff; padding: 10px 20px; border: 1px solid #087bc2; }
.btnPadrao:hover { background-color: #b4a17d;  border-top: 1px solid #ebebeb; border-left: 1px solid #ebebeb; border-right: 1px solid #978769; border-bottom: 1px solid #978769; }

.cardPadraoBox { background-color: white;  border-top: 3px solid #087bc2; border-left: 2px solid #f4f4f4; border-right: 2px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; }
.centralizarIcone { margin: 0;  position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%) }

.hoverPadraoBox { position: relative; left: 0; top: 0; margin: auto;}
.hoverPadraoBox span { position: absolute; opacity: 0; visibility: hidden; bottom: 50px; width: 100%; height: 100%; line-height: 45px; display: block; background-color: #087bc263; color: #FFF;  text-align: center; font-family: "Roboto"; left: 0;  top: 0; margin: auto;  transition: all 0.4s ease; }
.hoverPadraoBox:hover span { opacity: 1;  visibility: visible; bottom: 0; left: 0;}

.imgEspecialistaTrabalhista { position: relative; margin-top: -130px; }
.imgSobre { position: absolute; bottom: 0%; left: -20%; transform: translateX(0%); width: 45%; }
.imgPremios { position: relative; margin-top: -100px; }
.imgTrabalhista { position: relative;  margin-top: -150px; width: 58%; }
 
.linkHover { border-bottom: 1px solid #087bc2; }
.linkHover:hover, .linkHover:focus { background-color: #087bc29c; }

.marginTopNegativo { margin-top: -80px;}
.menuvisited { border-bottom: 3px solid #096096; }

.parallaxTrabalhista { background-image: linear-gradient(70deg, #10324694 50%, #5c522b 100%), url("../img/layout/banners/parallax.jpg"); min-height: 100%; }
.parallaxTrabalhista { position: relative; height: auto;  background-attachment: fixed;  background-position: right; background-repeat: no-repeat; background-size: cover; } 

.quantiaServicosBox { background-color: #fdfdfd;  border-top: 1px solid #087bc2; border-left: 2px solid #ebebeb; border-right: 1px solid #087bc2; border-bottom: 1px solid #ebebeb; box-shadow: 10px -10px #73839b62; }

.rodape { background-image: linear-gradient(to bottom, rgba(7, 109, 172, 0.753), rgba(17, 81, 121, 0.836)), url(../img/layout/banners/3.jpg);  background-repeat: no-repeat; background-position: center center; background-size: cover; }

.form-control {display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc; box-shadow: 1px 1px 10px 1px #d0d0d0; }
.form-control:focus { border: 2px solid #c7c7c7; outline:0; }
/* svg { display: inline-block; position: absolute; top: 0; left: 0; } */

.titulosBoxRecuo { position: relative; margin-top: -30px; background-color: #087bc2; padding: 5px; color: #fff; text-align: center;}
/* Fim Classes especificas */
 
/* MEDIA QUERIES --------------------*/

@media all and (max-width: 767px) {
    .imgSobre               { display: none; }
    .marginTopNegativo      { margin-top: 0px;}
    .imgPremios             { position: relative; margin-top: 0px; }
    .w80                    { width: 100%; }
    .txtCenterSm, .floatD   { float: none; text-align: center; }
    .logoFundoBranco        { display: block; }
    .mb70                   { margin-bottom: 0px; }
    .e40                    { font-size:2.000em; }
}
@media (max-width: 300px) {
}
@media (max-width: 380px){  
}
@media (min-width: 381px) and (max-width: 480px){
}
@media (min-width: 481px) and (max-width:767px) {
}
@media (min-width: 768px) and (max-width: 991px) { 
    .imgPremios                 { position: relative; margin-top: 0px; }
    .imgSobre                   { display: none;}
    .marginTopNegativo          { margin-top: 0px;}
    .w80                        { width: 100%; }
    .txtCenterSm, .floatD       { float: none; text-align: center; }
    .logoFundoBranco            { display: block; }
}
@media (min-width: 992px) and (max-width: 1199px) { 
    .imgTrabalhista { position: relative; margin-top: -150px; width: 79%; }  
}
@media (min-width: 1200px) and (max-width: 1599px) {    
}
@media (min-width: 1600px){  
}