/*

CSS Weber Advogados


*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap');
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html{
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  border: none;
  scroll-behavior: smooth;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.62;
  margin: 0px;
  width: 100%;
}
h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
   font-size: 64px;
   color: #BDAC7A;
   margin-top: -10px;
   line-height: 104%;
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
   font-size: 48px;
   color: #ffffff;
   margin: 0 auto;
}
h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
   font-size: 24px;
   color: #5B93A0;
   margin: 0 auto;
   margin-top: -10px;
}
h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
   font-size: 32px;
   color: #BDAC7A;
   line-height: 33px;
}
h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}

h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto;
  color: #5b93a0;
  letter-spacing: 7.9px;
}
p{
  font-size: 20px;
}
.container{
	width: 100%;
	min-height: 500px;
  margin: 0 auto;  
  position: relative;
}
.bkgreen{
	background-color: #254547;
  margin: 0 auto;
}
.bkgray{
	background-color: #EBEBEB;
  margin: 0 auto;
}
.bknude{
  background-color: #E1DED4;
  margin: 0 auto;
}

header{
  font-family: 'Nunito Sans', sans-serif;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 80;
  transition: .5s;
}
header.rolagem{
  background: #fff;
}
header.rolagem a{
  color: #000000;
  
}
.nav-bar{
  display: flex;
  justify-content: space-between;
  padding: 0.50rem 6rem;
}
.logo-menu{
  display: flex;
  align-items: center;
  visibility: hidden;
}
header.rolagem .logo-menu{
  visibility: visible;
}
.nav-list{
  display: flex;
  align-items: center;
}
.nav-list ul{
  display: flex;
  justify-content: center;
  list-style: none;  
}
.nav-item{
  margin: 0 15px;
}
.nav-link{
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.4s;
}
.nav-link:hover{
  color: #5B93A0;
}

.mobile-menu-icon{
  display: none;
} 
.mobile-menu-icon button{
  /*color: #294547;*/
  color: #fff;
  font-size: 20px;
}
.mobile-menu{
  display: none;
  background: #fff;
  box-shadow: 0 0 12px 0 #e9eefc;
}

main{
}
.banner{
  background: url(../img/bg-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-color: #254547;
  margin: 0 auto;
  display: flex;
  align-items: center;
 /* justify-content: center;*/
  min-height: 800px;
}
.faixabanner{
  background: url(../img/faixa-home-m.png);
  background-position: left;
  background-repeat: no-repeat;
}
.textofaixa{
  left: 15%;
  position: relative;
}
.textofaixa p{
  font-size: 14px !important;
  color: #ffffff;
}

/*Sobre Nós*/
.sobrenos{
  background: url(../img/bk-sobrenos-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1000px;
}
.boxsobrenos{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 5rem 8rem;
}
/*
.box{
  width: 70%;
  margin: 0 auto;
  padding-top: 20%;
}*/
.sobre{
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
.nos{
  display: flex;
  flex-direction: column;
}

/*Especialidades*/
.especialidades{
  width: 100%;
 /* background-color: #254547;*/
  background: #254547 url(../img/corte-especialidades.png) no-repeat center;
  background-position: 28% 50%;
}

.boxespecialidades { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 12rem 0.5rem 12rem 5rem;
}
.tituloespecialidades{
  display: flex;
  flex-direction: column;
  margin-right: 15rem;
}
.tituloespecialidades p{
  color: #fff;
  font-size: 14px;
  line-height: 28px; 
  margin-top: 1.875rem; 
}
.listaespecialidade{
  display: flex;
  flex-direction: column;
}
.listaespecialidade p{
    color: #5B93A0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
}

/* Profissionais */

.profissionais{
  width: 100%;
/*  background-color: #EBEBEB;*/
  background: #EBEBEB url(../img/corte-profissionais.png) no-repeat right top;
 /* background-position: right;
  background-repeat: no-repeat;*/
}
.profissionais h4{
  padding-top: 6.25rem;
  text-align: right;
  margin-right: 12.5rem;
/*
  background: url(../img/corte-profissionais.png);
  background-position: right;
  background-repeat: no-repeat;*/
}
.boxprofissionais { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem 3rem 2rem;
  min-height: 600px;
}

.fotoprofissionais{
  display: flex;
  flex-direction: column;
  margin-left: 4rem;
}
.fotoprofissionais img{
  width: 350px;
}
.fotoprofissionaisdireita{
  position: relative;
  float: left;
  margin: 0 auto;
  width: 25%;
  display: inline-block;
  left: 200px;
}
.nomeprofissionais{
  margin-left: 300px;
  margin-top: -230px;
}
.nomeprofissionais i{
  font-size: 14px;
}
.nomeprofissionais u{
  font-size: 12px;
  font-family: 'Nunito Sans', sans-serif;
}
.nomeprofissionais a{
  text-decoration: none !important;
  color: #2b2b2b;
}
.nomeprofissionais a:hover{
  color: #254547;
}
.textoprofissionais{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
.textoprofissionais p{
  margin: 0 auto;
  font-size: 17px;
}
.textoprofissionaisesquerda{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
.textoprofissionaisesquerda p{
  margin: 0 auto;
  font-size: 17px;
  text-align: right;
}
.linkedin{
  color: #2b2b2b;
  font-size: 25px !important;
  margin-top: 5px !important;
  transition: all 0.4s;
}
.linkedin:hover{
  color: #5B93A0;
}

/* Consultores */
.consultores{
  width: 100%;
 /* background-color: #E1DED4;*/
  background: #E1DED4 url(../img/corte-consultores.png) no-repeat center;
  background-position: 22% 10%;
}
.consultores h4{
  color: #254547;
  padding: 8rem 5rem 1rem;
 /* display: flex;*/
  align-items: center;
  justify-content: center;
}
.tituloconsultores{
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxconsultores { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 8rem 2rem 5rem 10rem;
}
.consultor{
  display: flex;
  flex-direction: column;
  margin-right: 6rem;
}
.consultor a{
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.consultor ul{
  display: flex;
  flex-direction: column;
  margin-left: 3.125rem;
  margin-top: -1.5rem;
  padding-bottom: 1.25rem;
}
.consultor ul h5{
  padding-bottom: 1.563rem;
}

/*Footer*/
footer{
  width: 100%;
  background-color: #254547;
}

.site-footer { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5rem 8rem;
}
.footer-logo{
  width: 304px;
  height: auto;
  margin-top: 3.125rem;
  margin-right: 12.5rem;
}
.footer-list{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}
.footer-list .footer-link{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s;
}
.footer-list .footer-link:hover{
  color: #5B93A0;
}
.footer-list li{
  color: #fff;
  font-size: 16px;
}
/*Responsivo*/
@media only screen and (max-width: 1240px){
    /*Especialidades*/
.especialidades{
  width: 100%;
 /* background-color: #254547;*/
  background: #254547 url(../img/corte-especialidades.png) no-repeat center;
  background-position: 30% 50%;
  background-size: 20%;
}
.tituloespecialidades{
  margin-right: 6rem;
}
/* Consultores */
.consultores{
  width: 100%;
 /* background-color: #E1DED4;*/
  background: #E1DED4 url(../img/corte-consultores.png) no-repeat center;
  background-position: 26% 10%;
}
  .site-footer{ 
  padding: 5rem 3rem;
}
  .footer-logo{
  width: 280px;
  margin-right: 6.25rem;
}
}

@media only screen and (max-width: 1024px){
  /*Banner*/
  .textofaixa{
  left: 10%;
  position: relative;
}
/*Especialidades*/
.especialidades{
  width: 100%;
  background-color: #254547;
  background-image: none;
}
.boxespecialidades{ 
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 12rem 3rem;  
}
.tituloespecialidades{
  margin-right: 0 !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
  text-align: center;
}
.listaespecialidade{
  align-items: center;
  justify-content: center;
}
/*Profissionais*/
.profissionais{
  width: 100%;
  background-color: #EBEBEB;
  background-image: none;
}
.profissionais h4{
  padding: 8rem;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
}
.boxprofissionais{
  display: flex;
  flex-direction: column;
}
.textoprofissionais{
  order: 2;
  margin-top: 6rem;
  text-align: center;
}
.textoprofissionaisesquerda{
  order: 2;
  margin-top: 6rem;
  margin-bottom: 3rem;
  text-align: center;
}
.textoprofissionaisesquerda p{
  text-align: center;
}
.fotoprofissionais{
  order: 1;
  margin-bottom: 5rem;
  margin-left: 0;
  align-items: center;
  justify-content: center;
}
.nomeprofissionais{
    margin-left: 350px;
    margin-top: -200px;
}
/*Consultores*/
.consultores{
  width: 100%;
  background-color: #E1DED4;
  background-image: none;
}
.consultores h4 {
    color: #254547;
    padding: 8rem 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxconsultores{ 
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 8rem 2rem 5rem 10rem;
}
  .site-footer{ 
  padding: 5rem 3rem;
}
  .footer-logo{
  width: 280px;
  margin-right: 3.125rem;
}
}

@media only screen and (max-width: 900px){

}

@media only screen and (max-width: 768px){
    .nav-bar{
    padding: 1.5rem 4rem;
  }
  .nav-item{
    display: none;
  }
  .mobile-menu-icon{
    display: block;
    margin-top: 10px;    
  } 
  .mobile-menu-icon button{
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .mobile-menu ul{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
  }
  .mobile-menu .nav-item{
    display: block;
    padding-top: 1.2rem;
  }
  .mobile-menu .nav-item .nav-link{
    color: #000000;
  }
  header.rolagem button{
    color: #294547;
}
  .open{
  display: block;
  }

  /*Banner*/
  .banner{
  background: url(../img/bg-banner-faixa.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-color: #254547;
  margin: 0 auto;
  display: flex;
  align-items: center;
 /* justify-content: center;*/
  min-height: 800px;
}
  .textofaixa{
  left: 10%;
  position: relative;
  transform: scale(0.9); /* Equal to scaleX(0.7) scaleY(0.7) */
}

  /*Sobre Nós*/
.sobrenos{
  background: url(../img/bk-sobrenos.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1000px;
}
  .boxsobrenos{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 10rem 3rem;
  }
  .boxsobrenos p{
    font-size: 18px;
    text-align: justify;
  }
  .sobre{
  padding-right: 0;
}
/*Especialidades*/
.especialidades{
  width: 100%;
  background-color: #254547;
  background-image: none;
}
/*Profissionais*/
.profissionais{
  width: 100%;
  background-color: #EBEBEB;
  background-image: none;
}
.profissionais h4{
  padding: 8rem;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
}
.boxprofissionais{
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 2rem;
}
.textoprofissionais{
  order: 2;
  margin-top: 1rem;
  text-align: center;
  padding: 0;
}
.textoprofissionaisesquerda{
  order: 2;
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  padding: 0;
}
.textoprofissionaisesquerda p{
  text-align: center;
}
.fotoprofissionais{
  order: 1;
  margin-bottom: 5rem;
  margin-left: 0;
  align-items: flex-start;
  justify-content: center;
}
.nomeprofissionais{
    margin-left: 80px;
    margin-top: 10px;
}
/*Consultores*/
.consultores{
  width: 100%;
  background-color: #E1DED4;
  background-image: none;
}
.consultores h4 {
    color: #254547;
    padding: 8rem 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxespecialidades{ 
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 12rem 3rem;  
}
.tituloespecialidades{
  margin-right: 0 !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
  text-align: center;
}
.listaespecialidade{
  align-items: center;
  justify-content: center;
}
/*Consultores*/
.boxconsultores{ 
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 8rem 1rem 5rem 2rem;
}
.consultor {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
}
/*Footer*/
.site-footer{
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.footer-logo{
  width: 250px;
}
}