html,
body {
  margin: 0;
  padding: 0;
  background-color:#131313;
  font-style: inherit;
  color: #e0e0e0;
  font-family: AntonRegular;
  overflow-x: hidden;
}

/* Loader */
/* .loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border-style: double !important;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #94a0a9;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
} */
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Fim Loader */

.centraliza {
  width: 100%;
  text-align: center;
}
.ideias {
  width: 86%;
  padding: 30px 0 30px 0;
}
.curriculo {
  padding: 0 10% 0 8%;
}
.curriculo img {
  width:100%;
  margin-bottom: 3%;
}
.curriculo h3 {
  border-bottom:1px solid #919191;
  font-size: 3vw;
  padding-bottom:10px;
  margin-bottom:40px;
}
.curriculo_texto {
    font-size:1.2vw;
    background: #131313;
    color:#dfdfdf;
    padding-bottom:2%;
}
.curriculo_texto p {
    margin-bottom: 1%;
}

.about {
    /* margin-bottom: 1%; */
    font-size: 1.2vw;
    height: inherit;
    background: black;
}
.about div {
  padding: 70px;
}

.about h2 {
    font-size: 3vw;
    margin-bottom: 3%;
    /** border-bottom: 5px solid #6d6d6d;*/
    display: inline;
    float: left;
}
.about p {
  float:left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size:23px;
  padding-top:15px;
}
.about a {
  text-decoration:none;
  color: orange;
}
.abour a:hover {
  color:#dfdfdf;
}
.about img {
    margin-top: 43px;
    width: 100%;
}
#clients { 
  padding:0;
}
.clients {
    font-size:1vw;
    height: inherit;
    background: #131313;
    width:100%;
    margin-bottom: 1%;
    padding:0;
    margin-top:30px;
    padding-left: 7%;
}
.clients h2 {
  font-size: 3vw;
  border-bottom: 5px solid #6d6d6d;
  display: inline;
  float: left;
  margin-bottom: 1%;
}
.clients p {
  font-size: 1.2vw;
  float: left;
  width: 100%;
}



/* .footers {
    font-size: 1vw;
    background: #131313;
    text-align: center;
    letter-spacing: 3.3px;
    padding: 1% 0;
} */
.habilidades {
  width:60px;
  height:60px;
  margin-top:20px;
  margin-right:20px;
  font-size:1em;
}

.ferramentas {
  width:60px;
  height:60px;
  border-radius: 30px;
  float:left;
  background-color:white;
  line-height:30px;
  text-align: center;
  text-decoration: none;
  padding-top:10px;
  margin-right:20px;
  margin-top:20px;
  font-size:1.6em;
  font-style: italic;
  color:black;
}
.ferramentas:hover {
  cursor: pointer;
  text-decoration: none;
  background-color:blue;
  color:white;
}

/*
.ps {
  border: 5px solid #25a5ff;
}
.ae {
  border: 5px solid #fea726;
}
.ai {
  border: 5px solid #b6db74;
}
.pr {
  border: 5px solid #f27a79;
}
.id {
  border: 5px solid #8b73d5;
}
*/

/* .left {
  padding-left:7%;
  padding-top:4%;
}
.right {
  float:left;
  padding-left:2%;
  padding-right:5%;
  padding-top:4%;
} */

img.acende {
opacity: 0.9; 
-moz-opacity: 0.9;
Filter: Alpha(Opacity=90)
}
img.acende:hover {
opacity: 1.0; 
-moz-opacity: 1.0;
Filter: Alpha(Opacity=100)
}
img.img-responsive {
    width: 100%;
} 


.collapse {
  margin:0px;
  padding:0px;
  border-bottom:15px solid #0b0b0b;
}

/* Cases */
.texto {
  font-weight: normal;
  font-style:italic;  
  color:#d8d8d8;  
  float:left;
}
.medio {
  font-size: 1.2em;
  float:none;
  color:#8d8d8d; 
}





/*
.samsung, .nestle, .cuca, .fiat, .metro, .jeep, .consul, .nivea, .vivo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 95%;

}
*/
/* (img-height / img-width * container-width) */
                /* (1824 / 1920 * 100)  = 95% */                 

/* Background Monitor - Cases */
.samsung  {background-image: url('../images/cases/samsung/samsung_apresentacao.jpg');}
.nestle   {background-image: url('../images/cases/nestle/nestle_apresentacao.jpg');}
.cuca     {background-image: url('../images/cases/cuca/cuca_apresentacao.jpg');}
.fiat     {background-image: url('../images/cases/fiat/fiat_apresentacao.jpg');}
.metro    {background-image: url('../images/cases/metro/metro_apresentacao.jpg');}
.jeep     {background-image: url('../images/cases/jeep/jeep_apresentacao.jpg');}
.consul   {background-image: url('../images/cases/consul/consul_apresentacao.jpg');}
.nivea    {background-image: url('../images/cases/nivea/nivea_apresentacao.jpg');}
.vivo     {background-image: url('../images/cases/vivo/vivo_apresentacao.jpg');}





/* "scroll to top" button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}



/* Menu lateral Flutuante */
.btn-group button:not(:last-child) {
    border-bottom: none; /* Prevent double borders */
}
/* Add a background color on hover */
.btn-group button:hover {
    /*background-color: #3e8e41;*/
    background-color: #131313;
    color:#d8d8d8;
}

@media (min-width:768px) {


  /* Barra de status*/
  .status-bar {
    display: flex;
    font-family: AntonRegular;
    font-size: 1.3vw;
    line-height: 2.1;
    height: 40px;
    background-image: url(../images/bg_barra_top.gif);
    text-align: center;
    color: black;
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-bottom: 100px;
  }
  .contato-fone, .contato-email, .contato-curriculo, .contato-redes-sociais {
    float:left;
    background-position: red;
  }
  .contato-fone, .contato-email, .contato-curriculo {
    border-right: 2px solid #141414;
  }
  .contato-fone {
    padding-left:10px;
  }
  .contato-email, .contato-curriculo, .contato-redes-sociais {
    padding-right: 10px;
    text-align: right;
  }
  .status-bar a {
    color:white;
  }
  .status-bar a:hover {
    color:#dfdfdf;
  }
  .social-icon a { 
      font-size: 1.6em;
      width: 25px;
      height: 25px;
      line-height: 2em;
      padding-right: 10px;
  }  

  /* Apresentação */
  .profissional {
    font-size: 5vw;
    padding-top: 10%;
    padding-left: 16%;
    font-weight: bold;
    margin-bottom: 0;
  }
  .resumo {
    padding-left: 16%;
    font-size: 1.5vw;
    /*font-weight: lighter;*/
  }  
  #particulas1 {
    
    /*height:380px;*/
    width:100%;
    height:64px; /*auto*/
    /* float:right;
    text-align:right; */
  }

  #particulas2 {
    
    /*height:380px;*/
    width:100%;
    height:64px;
    /* float:right;
    text-align:right; */
  }

  /* Menu Lateral */
  .btn-group {

    z-index: 199;
    position: fixed;
    top: 50%;
    float: right;
    display: none;
    width: 5%;
    right: 0;

  }

  .btn-group button {
    background-color: #000;
    border: 1px solid #212121;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    padding: 10%;
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
    font-size: 2vw;
  }  



  /* Section Cases */

  #sectionCases {
    margin:0px;
    padding:0px;
  }
  /* #singleCase {

  } */
  .case {
    /*
    margin:0px;
    padding:20px;
    background-repeat: no-repeat, repeat;
    background-size:  100%;
    margin-bottom:280px;
    background-color: #131313;
    */
    background-repeat: no-repeat, repeat;
    padding: 1%;
    background-size: 100%;
    /*width:100%;*/
  }  
  .titulos_cases {
    font-weight: normal;
    font-style: italic;
    padding: 0 6.5%;
  }
  .titulos_cases h2 {
    font-size: 3.3vw;
    float: left;
    color: #dfdfdf;
  }
  .titulos_cases h4 {
    font-size: 2vw;
    color: #e1dfe0;
    display: inline-block;
    /* float: left; */
    line-height: 2.5;
    padding-left: 1.3%;
  }
  .titulos_cases p {
    font-size: 1.5vw;
    display: inline-block;
    color: #d8d8d8;
  } 
  
  .new_case {
    text-align:center;
    padding:3% 4% 4% 3%;
    background-color: #333;
  }
  .new_case p {
    margin-bottom:5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .new_case h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:3vw;
  }
  .new_case_description {
    text-align: left;
    margin-top:50px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
  }
  .new_case_div {
    margin-top:100px;
  }
  .new_case_img {
    width:100%;
  }

  /* Especificações do projeto (ao lado do case) */
  .projeto {
    color: #d8d8d8;
    padding: 5% 0 40% 5%;
    font-size: 1.5vw;
  }
  .projeto h4 {
    color: #fff;
    font-size: 1.3em;
    padding:0px;
    /*border:1px solid green;*/
    margin:0px;
  }
  .projeto p {
    color: #8d8d8d;
    padding:0px;
    font-size: 1.2em;
    /*border:1px solid green;*/
  }

  /* Cases do section Cases */
  .topicos_cases {
    /*padding: 0 21% 0 6%;*/
    /*border:1px solid red;*/
    /*padding-top:630px;*/
  }
  .topicos_cases h3 {
    border-bottom: 1px solid #919191;
    font-size: 3vw;
    padding-bottom: 1%;
    margin-bottom: 2%;
  }

  .topicos_cases img {
    margin-bottom:50px;
    width:100%;
  }
  .menu_case {
    border-bottom: 1px solid #919191;
    margin-bottom: 2.5%;
    padding-bottom: 2%;
    width: 100%;
  }
  /*
  .menu_samsung {
    border-bottom: 1px solid #919191;
    margin-bottom: 2.5%;
    padding-bottom: 2%;
    width: 100%;
  }
  */

  .dropbtn {
    background: transparent;
    border: 0;
  }
  .dropbtn img {
    width: 100%;
    margin-bottom: 2%;
  }

  .dropdown {
    display: inline-block;
    margin-right: 2%;
    width: 13.666666%;    
  }
  .dropdown span {
    font-size: 1.1vw;
  }

  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      /*min-width: 100px;*/
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      width: 100%;
  }

  .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      font-size: 1.2vw;
  }

  .dropdown-content a:hover { background-color: #d8d8d8; }


  .dropdown:hover .dropdown-content {
      display: block;
  }

  .dropdown:hover .dropbtn {
      background-color: #262626;
  }


  /* Slider slick */
    /* .slider {
        width: 100%;
        background:white;
    } */

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }  
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .projeto {
    padding-bottom: 43%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .projeto {
    padding-bottom: 44%;
  }
}
@media (min-width: 1600px) {
  .projeto {
    padding-bottom: 46%;
  }
}
@media (min-width: 1600px) {
  .projeto {
    padding-bottom: 48%;
  }
}
.galeria-title {
  background-color: black;
  font-size: 3vw;
  line-height: 3.5;
  text-align: center;
  padding-top: 40px;
}

.footers {
  font-family: sans-serif;
  color:black;
  font-size: 1.3vw;
  line-height: 2.1;
  background-color: #FFF;
  background-image: url(../images/bg_barra_top.gif);
  text-align: center;
  width: 100%;
}

#header {
  position: fixed;
  /* top:0; */
  height: 64px;
  /* background-color: #FFF; */
  /* display:none; */
  /* visibility: hidden; */
  opacity: 0;
}
#header.scrollHide {
  /* display:flex; */
  opacity: 1;
  visibility:visible;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out; 
  z-index: 99; 
}

/* #header.scrollHide {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#header.scrollHide.show {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
} */

hr {  
  border-top: 1px solid #919191;;
}

.video {
  padding: 0 53px;
}

.rodape {
  margin:0;
  line-height: 40px;
}

