/* CSS-RESET */

@font-face {
    font-family: 'cuyabra';
    src: url('cuyabra-Regular.woff2') format('woff2'),
        url('cuyabra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cuyabra Bold';
    src: url('cuyabra-Bold.woff2') format('woff2'),
        url('cuyabra-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
  margin:0;
  padding:0;
  border:0;
  text-decoration:none;
  font-family: 'cuyabra';
    font-display: swap;
  color: #1F1F1F;
  font-size: 16px;
}
*:focus, *:active {
  outline: none !important;
}

span {
  font-family: 'Arial';
  color: #1F1F1F;
}

ul {
  list-style:none;
}

a {
  text-decoration:none;
}

input[type='submit'] {
  cursor: pointer;
}

input[type='submit']:hover{
  opacity: 0.9;
}

section {
  float: left;
  width: 100%;
  
}

.content-align {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

/* HEADER */

header { width: 100%;
position: relative;
z-index: 9999}

header #filete {
  z-index: 3;
  width: 100%;
  position: fixed;
  background-color: rgba(6,30,47, 0.9);
}

header .content-align {
  overflow: inherit;
}

header #filete .content-align {
  display: flex;
  justify-content: space-around;
}

header .default {
  position: absolute;
}

header .fixed {
  position: fixed;
  background-color: rgba(6,30,47, 0.95);
  box-shadow: 1px 1px 50px 1px #000;

}


header #filete .content-align {
  display: none;
}

#logo-mobile {
  width: 125px;
  display: block;
  margin: 15px auto;
}


#menu-mobile {
    padding:0px 0 0px 0;
    width:50px;
    float:right;
    min-height:50px;
    position:fixed;
    top:25px;
    z-index:9999;
    display:block;
    opacity:0.95;
}
  
  #menu-mobile .control-nav {
    position: fixed;
    right: 24px;
    top: 24px;
    display: block;
    width: 30px;
    padding: 6px 0;
    border: solid #2381C3;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  
  }
 
  #menu-mobile .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #2381C3;
  }
 
  #menu-mobile .control-nav-close {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
 
  #menu-mobile nav {
    display:block;
    position: fixed;
    padding-top: 20px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 300px;
    overflow-x: auto;
    z-index: 2000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  opacity:0.95;
  background-color:#061E2F;
  }
  
  #menu-mobile nav ul li {
    float:none;
    margin:15px 15px;
    display: block;
    color:#fff;
    font-size:18px;
    text-align: right;
   
}

#menu-mobile nav ul li a {
  color:#fff;
  text-decoration:none;
  font-size: 18px;
  padding:5px;
  border-bottom:2px solid transparent;
transition: 0.5s;}


#menu-mobile nav ul li a.actived {
  color:#2381C3;
  transition: 0.5s;
  border-bottom:2px solid #2381C3;
  font-weight: bold;
}

#menu-mobile nav p  {
  color:#2381C3;
  font-size:20px;
  margin:25px 15px 10px 15px;
  font-weight: bold;
  text-align: right;
}
  
#control-nav:checked ~ .control-nav-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0, 0);
}

#control-nav:checked ~ nav {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
input#control-nav {
  visibility:hidden;} 


/* SLIDES */


#banner {
  z-index: 1;
  width:100%;
  top: 0;
  left: 0;
  position: relative;
  display: block;
}

#banner .content-align {
  width: 100%;
}

body .content-slide {
  position: absolute;
  top: 20vh;
  width: 100%;
}


body .content-slide div:first-child {
  width: 100%;
  font-weight: bold;
}

body .content-slide div:first-child img {
  width: 25%;
  display: block;
  margin: auto;
}

body .content-slide div:last-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

body .content-slide div:last-child h1 {
  font-size:25px;
  width: 90%;
  font-weight: bold;
  display: block;
  margin:auto;
  font-family: 'cuyabra Bold';
  color: #fff;
  line-height: 40px;
  text-shadow: 2px 2px 25px  #000;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 25px;
  background: url(../images/bar-banner.png) bottom center no-repeat;
}

body .content-slide div:last-child a {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #2381C3;
  border-radius: 8px;
  padding: 15px 0;
  font-size: 20px;
  width: 250px;
  display: block;
  margin: 50px auto 0 auto;
  box-shadow: inset 0px 0px 8px -3px #000;
  transition: 0.5s;
}

body .content-slide div:last-child a:hover {
  box-shadow:none;
  transition: 0.5s;
}


body .slides {
  width: 100%;
  background-position: center;
  background-size:100%;
}



body #banners .owl-theme .owl-controls {
  margin-top: -220px;
  position: absolute;

}

body #baners .owl-theme .owl-controls .owl-page {
  display: inline-block;;
}

body .owl-wrapper {
  display:block;
  float:left;
  background-color:#fff;
  width:100%;
  height:50px;
  }


body .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  background-color: #fff !important;
  border:6px solid #545454 !important;
  border-radius: 100%;
}

body .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fff !important;
  border:6px solid #2381C3 !important;
  border-radius: 100%;
}

body .owl-theme .owl-controls {
  text-align: center;
}

/* GERAL*/ 

body .title-section {
  width: 100%;
  overflow: hidden;
}

body .title-section h2 {
  font-size:38px;
  font-weight: normal;
  padding: 0 30px 25px 1px;
  color: #2280C3;
  display: block;
  background:url(../images/bar-title.png) no-repeat bottom left;
  float: left;
  margin-bottom: 40px;
}

body section#especialidades .title-section h2, body section#contato .title-section h2 {
  text-align: center;
  width: 100%;
  background-position: bottom center;
  padding-right: 0;
}

body section#especialidades span {
  color: #fff
}



body .title-section p {
  float: left;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}

body section {
  padding: 50px 0 70px;
}

body section p {
  line-height: 30px;
  text-align: justify;
}

/* SOBRE */

body section#sobre .content-sobre {
  display: flex;
  flex-direction: column;

}

body section#sobre .content-left {
  width: 100%;
  float: left;
  order:1;

}

body section#sobre .content-left h3 {
  color: #2280C3;
  margin: 15px 0;
  font-size: 25px;
  font-weight: normal;
}

body section#sobre .content-left div {
  overflow: hidden;
}

body section#sobre .content-left ul li {
  display: block;
  float: left;
  margin-right: 20px;
  margin: 15px 10px 15px 0;
}

body section#sobre .content-left ul li a {
  text-decoration: underline;
}

body section#sobre .content-right {
  width: 100%;
  order: 0;
  margin-bottom: 20px;
}

body section#sobre .content-right img {
  display: block;
  max-width: 80%;
  margin: auto;
}

body section#sobre .content-right p, body section#sobre .content-right strong {
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #061E2E
}

body section#sobre .content-right strong {
  font-size: 22px;
}

/* SERVIÇOS */

body section#servicos {
  background: #f5f5f5;
}

body section#servicos ul {
  list-style: circle;
  padding-left: 20px;
  overflow: hidden;
}

body section#servicos .list-servicos ul li {
  line-height: 30px;
  width: 100%;
  margin-right: 2%;
  font-size: 14px;
  float: left;
}

body section#servicos .list-servicos ul li:nth-child(3n){
  margin-right: 0;
}

body section#servicos .cat-servicos > p {
  font-weight: bold;
  margin: 25px 0;
}

body section#servicos .cat-servicos .boxes-servicos {
  width: 100%;
}

body section#servicos .cat-servicos .boxes-servicos div {
  width: 100%;
  margin-bottom: 30px;
  
}

body section#servicos .cat-servicos .boxes-servicos div {
  
  
}

body section#servicos .cat-servicos .boxes-servicos div h3 {
  color: #2280C3;
  font-size: 25px;
  font-weight: normal;
  height: 110px;
  padding-left: 128px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

body section#servicos .cat-servicos .boxes-servicos div:nth-child(1) h3{
  background: url(../images/icones/direito-tributario.png) no-repeat;
}


body section#servicos .cat-servicos .boxes-servicos div:nth-child(2) h3{
  background: url(../images/icones/direito-civel.png) no-repeat;
}


body section#servicos .cat-servicos .boxes-servicos div:nth-child(3) h3{
  background: url(../images/icones/direito-aduaneiro.png) no-repeat;
}

body section#servicos .cat-servicos ul li {
  line-height: 30px;
  font-size: 14px;
}

body section#servicos .cat-servicos ul li.oculta {
  display: none;
}

body section#servicos .cat-servicos div p {
  color: #1F7FC3;
  text-decoration: underline;
  cursor: pointer;
}

/*ESPECIALIDADES */

body section#especialidades {
  background: #061E2F;
}

body section#especialidades .descricao-especialidades {
  color: #fff;
  line-height: 35px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  display: block;
  margin:15px auto;
}

body section#especialidades .descricao-especialidades strong {
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

#especialidades .boxes-especialidades {
  width: 100%;
  margin: 40px auto 55px auto;
}

#especialidades .boxes-especialidades div {
  display: flex;
  width: 100%;
  height: 30vh;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 25px;
}

#especialidades .boxes-especialidades div p {
  font-size: 16px;
  width: 100%;
  margin:5px 0;
  text-align: center;
  color: #fff;
}

#especialidades .boxes-especialidades div p strong {
  font-size: 22px;
  color: #fff;
}

#especialidades .areas {
  width: 100%;
  margin: auto;
}

#especialidades .areas h3 {
  display: block;
  text-align: center;
  padding:20px;
  background-color: #2381C3;
  border-radius: 20px;
  color: #fff;
  font-weight: normal;
  margin: auto;
  width: 200px;
  font-size: 22px;
}

#especialidades .areas > p {
  margin: 30px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#especialidades .areas ul {
  list-style: circle;
  overflow: hidden;
  padding-left: 5%;
}

#especialidades .areas ul li {
  line-height: 30px;
  width: 95%;
  margin-right: 1.5%;
  font-size: 14px;
  float: left;
  color: #fff;
}

#especialidades .areas .oculta-areas {
  display: none;
}


/* CONTATO */

body section#contato {
  padding-bottom: 35px;
}

#contato .content-contato {
  width: 100%;
  margin: auto;
}

#contato .boxes-contatos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#contato .boxes-contatos div {
  height: 57px;
  padding-left: 20%;
  width: 70%;
  margin-bottom: 20px;
}

#contato .boxes-contatos div.whatsapp {
  background: url(../images/icones/whatsapp.png) no-repeat;
}

#contato .boxes-contatos div.email {
  background: url(../images/icones/email.png) no-repeat;
}

#contato .boxes-contatos div a {
  line-height: 57px;
  font-size: 20px;
}

#contato .boxes-enderecos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#contato .boxes-enderecos div {
  padding-left: 18%;
  width: 70%;
  background: url(../images/icones/localizacao.png) no-repeat;
}

#contato .boxes-enderecos div:last-child {
  padding-left: 18%;
  background: 0;
   width: 70%;
}

#contato .boxes-enderecos div p {
  font-weight: bold;
  font-size: 14px;
}

#contato .boxes-enderecos div address {
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
}


footer {
  float: left;
  width: 100%;
  padding-bottom: 80px;
}

footer p {
  width: 90%;
  padding-top: 80px;
  display: block;
  margin: auto;
  font-size: 14px;
  background: url(../images/logo-rodape.png) no-repeat top center;
  text-align: center;
}

footer a {
  width: 166px;
  height: 35px;
  display: block;
  margin: 35px auto 0 auto;
}

#whatsapp-float {
  background: url(../images/icones/whatsapp-flutuante.png) no-repeat center #00B285;
  background-size: 30px;
  border-radius: 100%;
  padding:15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: fixed;
  bottom: 35px;
  width: 40px;
  height: 40px;
  right: 35px;
  z-index: 9999;
  text-indent: -9999px;
}
