/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
/*  margin-bottom: 60px;*/
}
a { color: inherit; } 
.custom-logo {	  height: 100px;    width: auto;    padding: 10px;}
a:link {
  text-decoration:none; 
}

.icon-white {color: #fff;}

 
 
.atuacao a {
  color: #990000 !important;
}
.atuacao p {
  text-align: justify;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
#paragrafo-artigo p {
  text-align: justify !important;
  font-size: 1em;
  line-height: 35px;
  font-weight: normal;
}
article{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*MENU*/
.navbar {
  padding: 0px !important;
}

.navbar-nav .nav-link {
    padding-left: .9rem !important;
    padding-right: .9rem !important;

}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
nav .navbar-nav li a{
    font-size: 1.1em;

}

nav .navbar-nav li a:hover{
  border-bottom: 5px solid #ffc107;
  background-color: transparent;
  color: #ffc107 !important;

}

.navbar-toggler {
  margin-right: 20px;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg-color {
  background-color: #990000;
}
#nav {
  text-align: center;
}
/*Banner */
#banners .carousel-indicators {
  right: 0 !important;
  left: auto !important;
  top: 30% !important;
  bottom: 30% !important;
  margin-right: 15px !important;
  margin-left: 0 !important;
  display: list-item !important;
}

#banners .carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  opacity: 1 !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
}

#banners .carousel-indicators .active {
  background-color: #071D48;
}
.banner{
  min-height: 600px;
}
#banners .banner {
  height: 616px;
  width: 100%;
}

#banners .banner-table {
  height: 320px;
  width: 100%;
  display: table;
}

.banner .banner-content {
  display: table-cell;
  vertical-align: middle;
  display: flex;
  /* justify-content: right; */
  align-items: center;
  height: 500px
}

.banner h2 {
  font-size: 36px;
  color: #680000;
}
.banner h2::after {
  background: transparent;
}
.banner p {
  
  font-size: 18px;
  color: #680000;
}
.btn-verde, .btn-branco:hover, .page-numbers {
  background-color: #e52520 !important;
  color: #FFFFFF !important;
  border-radius: 50px !important;
  padding: 8px 25px !important;
  font-size: 16px !important;
  text-transform: uppercase;
}

/*CAROUSEL*/
.carousel {
  
    background-color: #fff;
    background-position: 100% 50%;
    background-size: 530px;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, .37); 
}

.padding-left {
  padding-right: 25px;
}

.carousel-item {
  
  background-position: 100% 1000%;
  /* background-size: 4  30px; */
  background-repeat: no-repeat;
  overflow: hidden;


}
/*MARGIN TOPS*/
.margin-x {
  margin-top: 15px;
}

.margin-xs {
  margin-top: 30px;
}

.margin-sm {
  margin-top: 60px;
}

.margin-md {
  margin-top: 90px;
}

.margin-lg {
  margin-top: 120px;
}


/*PADDINGS TOPS*/
.padding-xs {
  padding-top: 30px;
}

.padding-sm {
  padding-top: 60px;
}

.padding-md {
  padding-top: 90px;
}

.padding-lg {
  padding-top: 120px;
}



.paragrafo {
  font-weight: 400;
  color: #900;
}

.paragrafo-1 {
  color: #5d5d5d;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.paragrafo-2 {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

/*PARALAX*/
 .fixed-image-section {
  padding: 117px 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(117, 3, 3, .41), rgba(117, 3, 3, .41)), url('../css/images/law-scale-bg.jpg');
  background-image: linear-gradient(180deg, rgba(117, 3, 3, .41), rgba(117, 3, 3, .41)), url('../css/images/law-scale-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.text-span-3 {
  color: #fa0;
}

.border-contato {
  background-color: #900;
  color: #fff;
  text-align: center;
}

.border-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.inline-block {
  display: inline-block;
}
.margin-13 {
  margin-right: 13px;
}

/*ARTIGOS*/
.bg-red {
  background-image: linear-gradient(55deg, #900, #680000);
}

.btn-continue-lendo {
    border: 2px solid #900;
    border-radius: 25px;
    background-color: transparent;
    color: #900;

}

.btn-continue-lendo:hover {
  background-color: #900;
  color: #fff;
  text-decoration: none;
  border-color: transparent;
}

.card {
  border: 0px;
}
.img-w {
  width: 100%;
}

#card-custom {
  overflow: hidden;
  text-overflow: ellipsis;

}


#card-custom img {
  width: 100% !important;
  height: auto !important;
}

.height-450 {
  height: 250px;
}
#card-custom a {
  height: auto !important;
}

#card-custom .card, #card-custom .card p{
  overflow: hidden;
}
c
.card-footer {
  line-height: 0px;
  width: auto !important;
  line-height: 0px !important;
  background-color: transparent !important;
  height: auto !important;

}
.footer  {
  height: auto !important;
  background-color: transparent;
  border: none;
  position: static;
}

.btn-enviar-msg {
  height: 50px;
  border-radius: 25px;
  background-color: #900;
}
.wpcf7-form-control-wrap{
  
}
.wpcf7-form-control-wrap .Telefone {
  box-sizing: unset;
}
.wpcf7-form-control-wrap textarea, input{
    border-radius: 5px;
    line-height: 0.5;
    width: auto;
    text-align: center;
}
label {
  margin-bottom: 0;
  color: #5d5d5d;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fale-conosco{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*FOOTER*/

.footer-menu {
  font-size: 14px;
  line-height: 1.3;
}
 
.bg-color-footer {
  background-color: #900; 
  border-top: 5px solid #790000;
}
.img-center {
  margin: 0px auto ;
  display: block;
}
#footer {
   border-top: 5px solid #790000;
}

/*ARTIGOS*/

#categories-3 h3 {
    padding-bottom: 15px;
    border-bottom: 5px solid #900; 
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
#recent-posts-3 h3 {
   padding-bottom: 15px;
    border-bottom: 5px solid #900; 
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
#sidebar .widget ul {
    padding-left: 0px;
}
#categories-3 ul {
  list-style: none;
    padding: 0px;
}
.height-200 {
  height: 200px;
}
#categories-3 ul li a{
  color: #2d3e4f; 
}
#recent-posts-3 ul {
  padding: 0px; 
}
#recent-posts-3 li {
  line-height: 2.2;
}

#recent-posts-3 ul li a{
  color: #2d3e4f; 
}
.meio {
    padding: 15px 0px;
}
.ao-lado {
  display: table-cell;
}
.texto-qsomos {
  color: #000;
}



/*ARTIGOS SINGLE*/
#img-artigo img {
  margin: 0px auto;
  display:  block;
}
.fixed-image-section-artigos {
  padding: 117px 20px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
  height: 100px;
}

.fixed-image-section-artigos h1{
  vertical-align: middle;
  line-height:0px;
}

/*PAGINA NOT FOUND*/

.btn-busca {
  background-color: #f4c430;
  border: 1.5px solid #f4c430;
}
.btn-busca:hover {
  background-color: #eead2d !important;
  border: 1.5px solid #f4c430;
 
}

/*ICONS FOOTER*/

.a {
  background-color: #000;
  color: #000;
}
 .svg-inline--fa:hover {
  color: #ffcc99;
}

/*------------------------------------*\
    Back to top
\*------------------------------------*/

#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffcc00;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;

}

#back-to-top:after {
    font-family: 'FontAwesome';
    content: "\f104";
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
    Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #ffcc00;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}


a {
 background-color: #D3D3D3;   
}
/*RESPONSIVE*/
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.4em !important;
  }
  .sub-titulo {
    font-size: 1.2em !important;
  }
  .paragrafo-2 {
    font-size: 1em !important;
  }
  .fixed-image-section-artigos h1{
    font-size: 1.8em!important;
  }
  #icons-color {
    color: #000;
  }
}



@media only screen and (max-width: 767px) {/* 1 tela */
  #nav li a {
    font-size: 20px;
  }
  .fixed-image-section-artigos h1{
    font-size: 1.8em!important;
  }

}


@media only screen and (min-width: 992px) and (max-width:1198px ){/* 2 tela */
  body {
    color:#555;
  }
  .fixed-image-section-artigos h1{
    font-size: 1.8em!important;
  }
  
}

@media only screen and (max-width: 991px) { /* 3 tela */
  body {
    color:#555;
  }
  .texto-qsomos {
    font-size: 1.2em;
  }

  .fixed-image-section-artigos h1{
    font-size: 1.3em!important;
  }
 

}

@media only screen and (max-width: 767px) { /* 4 tela */
  body {
    color:#555;
  }
  .fixed-image-section-artigos h1{
    font-size: 0.8em !important;
  }
  #social-icons {
  visibility: hidden;
}
}


@media only screen and (max-width: 480px) {
  body {
    color:#555;
  }
  .fixed-image-section-artigos h1{
    font-size: 0.7em !important;
    font-weight: bold;
  }
  #social-icons {
  visibility: hidden;
}
}

