/*
Theme Name: Tema Brandset
Author: Álvaro Bernardes
Author URI: https://alvarobernardes.com/
*/
/*
VIOLETA #003672 (Cor do logo, botões active)
VIOLETA + ESCURO #002152 (Nome das páginas)
VIOLETA CLARO #5279aa (Títulos destaque)
CINZA #666666 (Texto normal)
*/
*{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.slider *{
    font-weight: 400;
}
html, body{
  overflow-x: hidden;
  color: #666666;
  scroll-behavior: smooth;
}
body{
  position: relative;
  margin: 0px;
  width: 100%;
}
h1, h2, h3, h4, h5{
  color: #002152;
  text-transform: uppercase;
  text-align: center;
}
h1{
  font-size: 19px;
  font-weight: 700;
}
h2{
  font-size: 17px;
  font-weight: 700;
}
h3{
  font-size: 15px;
  font-weight: 700;
}
h4{
  font-size: 13px;
  font-weight: 700;
}
h5{
  font-size: 11px;
  font-weight: 700;
}
p{
  line-height: 1.4;
}
img{
  height: auto;
  max-width: 100%;
}
.grid-container{
  max-width: 1000px;
  margin: auto;
}
.grid-item-10{
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-20{
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-30{
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-33{
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-33-nr{
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-40{
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-50{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-60{
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-70{
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-80{
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-90{
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
.grid-item-100{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
nav ul{
  list-style: none;
}
nav ul a{
  text-decoration: none;
  color: #666666;
}
nav li{
  display: inline-block;
}
header{
  background: white;
  z-index: 1000;
}
header nav a, footer nav a{
  padding: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (min-width:801px){
  header.hp nav a{
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  }
}
header nav a:hover, header nav li.current-menu-item a, footer nav a:hover, footer nav li.current-menu-item a{
  color: #003672;
}
header nav ul{
  float: right;
}
header.hp{
  margin-bottom: -90px;
  position: relative;
  background: none;
}
header.hp a{
  color:white;
}
.header-menus{
  
  margin-top: 27px;
}
#burger-menu{
  display: none;
  float: right;
  position: relative;
  top: -40px;
  right: 10px;
  width: 40px;
}
#burger-menu img{
  width: 100%;
}
footer{
  text-align: center;
  background: #003E73; 
  color: white;
  padding-bottom: 10px;
}
footer .logo{
  width: 200px;
  margin-top: 9px;
}
.logo{
  max-width: 100%;
  margin-top: 12px;
}
header .logo{
  width: 340px;
}
.lang-selector li a{
  padding: 0px 2px;
}
.lang-selector{
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 15px;
  position: relative;
  top: 2px;
}
.lang-selector li{
  float:right;
  margin-left: 15px;
}
.footer-logo{
  display: inline-block;
}
.footer-menus{
  display: inline-block;
  vertical-align: top;
}
.footer-menus nav ul li a{
  color: white;
  opacity: 0.6;
}
.footer-menus nav ul li a:hover{
  opacity: 1;
}
.footer-menus nav{
  display: inline-block;
  margin-top:0px;
}
footer{
  padding-top: 10px;
}
footer p{
  display: block;
  font-size: 11px;
  opacity: 0.6;
  text-transform: uppercase;
}

.breadcrumbs{
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.short{
  padding-left: 150px;
  padding-right: 150px;
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 00px;
}
.short p{
  color: #7F97B1;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1px;
}
.short .big{
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0px;
}
.short .small{
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
}
@media only screen and (max-width:600px){
  .short .big{
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .short .small{
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px;
  }
}
.getintouch{
  background: #7F96B0;
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 7px 13px;
  border-radius: 10px;
} 
.content{
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
}
.content p{
  font-size: 18px;
}
.mapa{
  text-align: center;
  background: #E7EBF0;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
.mapa .boxed{  
  max-width: 552px;
  display: block;
  margin: auto;
}
.mapa .short{
  margin-bottom: -15px;
  padding-top: 0px;
}
.mapa .short .big{
  margin-top: 0px;
}
.mapa .imagemmapa{
  margin-top: 15px;
}
.mapa p{
  font-size: 18px;
}
.highlight{
  vertical-align: top;
  margin-top: 15px;
} 
.highlight .big{  
  color: #7F97B1;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -10px;
}
.highlight p{
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.highlight .container{
  text-align: center;
  padding: 15px;
}
.services .description{
  color: #5279aa;
  font-size: 18px;
}
.services .separator{
  background: #676766;
  border-radius: 10px;
  width: 5px;
  height: 5px;
  display: block;
  margin: auto;
}
main{
  padding-bottom: 30px;
}
.portfolio{
  margin-top: 30px;
  max-width: 1920px;
  display:block;
  margin: auto;
  margin-top: 7px;
}
.portfolio .portfolio-item{
  display: inline-flex;
  background-position: center;
  vertical-align: top;
  text-decoration: none;
  position: relative;
}
.portfolio .portfolio-item h2{
  color:white;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  text-decoration: none;
  position: relative;
  top: 110px;
  opacity: 0;
  transition: .5s
}
.portfolio .portfolio-item .filter{
  /*background-color: rgba(255,255,255,0.5);*/
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 0.35s;
  top: 0px;
  background-color: rgba(0,0,0,0.2);
}
.portfolio .portfolio-item:hover .filter{
  /*background-color: rgba(0,0,0,0.3);*/
  background-color: rgba(0,0,0,0.0);
}
.portfolio .portfolio-item:hover h2{
  opacity: 1;
  top: 120px;
}
.portfolio-content{
  padding-left: 30px;
}
.sl-wrapper{
  z-index: 1040 !important;
}
.gallery-container{
  overflow-x: scroll;
  height: 170px;
  white-space:nowrap;
}
.gallery-container::-webkit-scrollbar, html::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.gallery-container::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background: white;
}
.gallery-container::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background: #003672;
}
.gallery-container::-webkit-scrollbar-thumb:hover, html::-webkit-scrollbar-thumb:hover {
  background: #5279aa;
}
.contact-img{
  display: block;
  margin: auto;
  margin-top: 20px;
}

.icons i{
  font-size: 20px;
  margin-right: 10px;
  color: #003672;
}
.banner img{
  display: block;
  margin: auto;
}
.form{
  padding: 40px;
}
.form input{
  border: none;
  border: 1px solid #666666;
  font-size: 15px;
  padding: 10px;
  width:100%;
  box-sizing: border-box;
}
.form span{
  max-width: 100%;
  display: block;
}
.form textarea{
  border: none;
  border: 1px solid #666666;
  font-size: 15px;
  padding: 10px;
  width:100%;
  height: 100px;
  box-sizing: border-box;
}
.form input[type='submit']:hover{
  color: #003672;
}
.form input[type='submit']{
  background:none;
  border: none;
  color:#666666;
  width: 60px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-left: 0px;
}
.contact-info{
  padding: 40px;
}
.home .slider{
  margin-bottom: -30px;
  position: relative;
  top: -23px;
}
.portfolio-nav .prevnext{
  float: right;
}
.portfolio-nav{
  padding: 15px;
  margin-bottom: 10px;
}
.portfolio-nav a{
  padding:10px;
  text-decoration: none;
  color: #666666;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
.portfolio-nav a:hover{
    color: #003672;
}
.portfolio-nav a i:hover{
    color: #003672;
}
.portfolio-nav .back i{
  margin-right: 5px;
}
.portfolio img{
  width: 100%;
  height: intrinsic;
}
.portfolio_item img, .portfolio_item .containerba{
  margin-top: 10px;
  margin-bottom:10px;
}
.portfolio img{
  margin-top: 0px;
  margin-bottom:0px;
}
header.services, header.services .reveal{
  background: #EDF1F5;
}
header .logomobile{
  display: none;
  margin-top: 10px;
}

.highlights .details p{
  color: #676766;
  font-weight: 500;
}
.logos img{
  width: 25%;
}
.logos{
  padding-top: 20px;
}
@media only screen and (max-width: 999px){
  footer p{
    display: block;
    font-size: 11px;
    vertical-align: top;
    position: relative;
    top: -15px;
    margin-left: 10px;
    float: left;
  }
}
.alt-banner{
  display: none;
  height: 250px;
  background-size: cover;
  background-position: center;
}
#scrolldown{
  display: block;
  margin: auto;
  position: relative;
  top: -70px;
  margin-top: -70px;
  cursor: pointer;
  width: 30px;
}
.highlight .details p{
  font-size: 16px;
}
@media only screen and (max-width: 777px){
  .slider.desktop{
    display: none;
  }
}
@media only screen and (min-width: 778px){
  .slider.mobile{
    display: none;
  }
}
@media only screen and (max-width: 800px){

  .contact-img{  
    margin-bottom: -20px;
  }
  .mapa{
    padding-left: 35px;
    padding-right: 35px;
  }
  .alt-banner{
    display: block;
  }
  .contact .banner{
    display: none;
  }
  .h-captcha{
    width: 300px;
    display: block;
    margin: auto;
  }
  .form input[type='submit']{
    top: -10px;
    display: block;
    margin: auto;
  }
  .contact-info{
    text-align: center;
  }
  .logos img{
    width: 33.3%;
  }
  header.headerbranco .grid-item-60, header.servicesheaderbranco .grid-item-60 {
    height: 0px;
  }
  header .logomobile{
    display: block;
    max-width: 195px;
  }
  header .logo{
    display: none;
  }
  header nav a:hover, header nav li.current-menu-item a{
    color: #002152;
  }
  .grid-container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .highlight .container{
    max-width: 400px;
    margin:auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .grid-item-10{
    width: 100%;
  }
  .grid-item-20{
    width: 100%;
  }
  .grid-item-30{
    width: 100%;
  }
  .grid-item-33{
    width: 100%;
  }
  .grid-item-40{
    width: 100%;
  }
  .grid-item-50{
    width: 100%;
  }
  .grid-item-60{
    width: 100%;
  }
  .grid-item-70{
    width: 100%;
  }
  .grid-item-80{
    width: 100%;
  }
  .grid-item-90{
    width: 100%;
  }
  .grid-item-100{
    width: 100%;
  }
  .portfolio-item.grid-item-33{
    width: 50%;
  }
  header .grid-item-40{
    margin-bottom: -10px;
  }
  .content, .short{
    padding-left: 0px;
    padding-right: 0px;
  }
  .short{    
    padding-top: 10px;
  }
  .content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .short p{
    font-size: 30px;
  }
  .lang-selector li{
    float:none;
    display: inline-block !important;
    margin: 5px 0px;
    padding: 0px !important;
  }
  .lang-selector{
    width: 40px;
    margin: auto;
    padding: 0px;
    margin-bottom: -10px;
  }
  #burger-menu{
    display: block;
  }  
  .portfolio_item #burger-menu{
    top: -55px;
  }
  .header-menus{
    display: none;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .hp .header-menus{
    background: rgba(255,255,255,.75);
  }
  .hp .header-menus nav a, .hp .header-menus nav a:hover{
    color:black;
  }
  .header-menus nav ul{
    float: none;
    padding-left: 0px;
  }
  .menu-container nav li{
    display: block;
    padding: 10px;
    text-align: center;
  }
  .header-menus nav a, .header-menus nav a:hover{
    color:#666666;
  }
  .footer-menus{
    display: block;
    width: 100%;
  }
  .footer-menus nav{
    display: block;
  }
  .footer-menus nav ul{
    padding: 0px;
  }
  footer .lang-selector{
    margin-bottom: 20px;
    margin-top: -20px;
  }
  footer p{
    text-align: center;
    display: block;
    width: 100%;
  }
  .footer-logo{
    margin: auto;
    width: 100%;
    text-align: center;    
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px){
  h1{
    font-size: 16px;
  }
  .content p{
    font-size: 16px;
  }
  .highlight p{
    font-size: 16px;
  }
  .mapa p{
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form, .contact-info{
    padding:10px;
    padding-top: 20px;
  }
  .grid-container{
    padding-left: 25px;
    padding-right: 25px;
  }
  header .grid-container{
    padding:0px;
  }
  .logos img{
    width: 50%;
  }
  .logomobile, .logo{
    margin-left: 5px;
  }
  #burger-menu{
    top: -35px;
    right: 20px;
    width: 30px;
  }
  .portfolio-item.grid-item-33{
    width: 100%;
  }
  .portfolio_item #burger-menu{
    top: -55px;
  }
}
.reveal{
  display: block !important;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;  
  top: 30px;
}
.portfolio_item .body img:first-child{
  margin-bottom: 40px;
}

/*Before After*/
.containerba {
  position: relative;
  width: 1000px;
  height: 640px;
  border: 2px solid white;
  margin:auto;
}
.containerba .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 1000px 100%;
}
.containerba .background-img {
  background-image: url("https://i.imgur.com/s08MkXC.jpg");
}
.containerba .foreground-img {
  background-image: url("https://i.imgur.com/PfIWek4.jpg");
  width: 50%;
}
.containerba .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
.containerba .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 640px;
  background: white;
  cursor: pointer;
}
.containerba .slider::-moz-range-thumb {
  width: 4px;
  height: 640px;
  background: white;
  cursor: pointer;
}
.containerba .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.containerba .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.containerba .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}
@media only screen and (max-width: 999px){
  .containerba {
    width: 700px;
    height: 450px;
  }
  .containerba .img {
    background-size: 700px 450px !important;
  }
  .containerba .slider::-webkit-slider-thumb {
    height: 450px;
  }
  .containerba .slider::-moz-range-thumb {
    height: 450px;
  }
}
@media only screen and (max-width: 699px){
  .containerba {
    width: 400px;
    height: 250px;
  }
  .containerba .img {
    background-size: 400px 250px !important;
  }
  .containerba .slider::-webkit-slider-thumb {
    height: 250px;
  }
  .containerba .slider::-moz-range-thumb {
    height: 250px;
  }
}

.iconescroll{
  z-index: 10;
  position: relative;
  top: -110px;
  height: 0px;
}
.iconescroll .scrolldown{
  margin: auto;
  cursor: pointer;
}

@media only screen and (max-width: 699px){
  .iconescroll{
    display: none;
  }
}

/* INICIO ICONE SCROLL */
.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }
  40% {
    opacity: 1;
    height: 10px;
  }
  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }
  100% {
    height: 3px;
    opacity: 0;
  }
}
.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}
.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
/* FIM ICONE SCROLL */