/*==========RESET==============*/

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    border: none;
    outline: none;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Yantramanav', sans-serif;
}

body {
    background-color: black;
}

a {
    text-decoration: none;
    color:inherit;
}


img {
    max-width: 100%;
}

html,
body {
    margin: 0;
    height: 100%;
}

.feedback-btn {
    position: fixed;
    width: 45px;
    height: 130px;
    background: #1DBA13;
    top: 45%;
    right: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 1px 1px 3px #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease-out;
    z-index: 99999999999;
}

.feedback-txt {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    position: absolute;
    right: -21px;
    top: 54px;
    color: #fff;
    transition: 0.2s ease-out;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 1.1em;
}

/*HEADER*/

.fixar {
    position: fixed;
    margin-top: 0px !important;
}

#cabecalho {
    position: fixed;
    width: 100%;
    padding: 0% 0%;
    z-index: 999;

}

.header{
    width: 100%;
    height: 60px;
    background-color: black;


}

.logo{
    width: 170px;
    height: auto;
    padding: 15px 0px 0px 10px;
}

#menuToggle
{
  display: block;
  position: relative;
  top: -32px;
  left: 84%;
  z-index: 1;
  
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

 
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  -webkit-transform-origin: 4px 0px;

  transform-origin: 4px 0px;

  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 100%;
  margin: -130px 0 0px -84%;
  padding: 50px;
  padding-top: 125px;
  opacity: 0.9;
  background: darkred;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  -webkit-transform-origin: 0% 0%;

  transform-origin: 0% 0%;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);

  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 15px 0;
  font-size: 22px;
    color: white;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
}

    #menu li:hover{
        color: black;
    }

#menuToggle input:checked ~ ul
{
  -webkit-transform: none;
  transform: none;
}



/*HOME*/

#home{
    text-align: center;
    width: 100%;
    height: 600px;
    margin: 0% 0% 0% 0%;
    padding: 20% 10% 10% 10%;

}

#home::before {
  content: "";
  background: url(/imagens/atom.png);
  opacity: 0.5;
   
}

.logographic{
    background: url(/imagens/logohome.png);
    margin: 0% 0% 0% 0%;
    padding: 0% 0%;
    opacity: 1;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.titlehome h1{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: white;
    line-height: normal;
}

.titlehome p{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 1em;
   
    text-decoration: none;
    color: white;
}

/*FAIXARED*/

.faixared{
background-image: url(imagens/faixared_v02.png);
background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    height: 150px;
    margin: 50px 0;
}

.faixared p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 0.8em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
    top: 55px;
}

/*ICONES*/

.icons{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
    background-color: white;
}

.iconestexto{
    width: 100%;
    
}

.titleicon p{
      width: 100%;
    margin: 0% 0% 0px 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 15em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;
    
}

.iconestexto p{
     width: 100%;
    margin: 0% 0% 20px 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;
}


.icone1{
   text-align: center; 
    width: 100%;
margin: 0px 0 0 0;
    
}

.icone1 img{
    width: 20%;
    max-width: 100px;
}

.icone1 p{
      width: 100%;
    margin: 10px 0% 0% 0%;

    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
font-size: 1em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;

}

.icone2{
   text-align: center; 
    width: 100%;
margin: 50px 0% 0% 0%;
}

.icone2 img{
    width: 20%;
    max-width: 100px;
}

.icone2 p{
      width: 100%;
    margin: 10px 0% 0% 0%;
    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
font-size: 1em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;

}

.icone3{
   text-align: center; 
    width: 100%;
        margin: 50px 0% 0% 0%;
}

.icone3 img{
    width: 20%;
    max-width: 100px;
}

.icone3 p{
      width: 100%;
    margin: 10px 0% 20px 0%;
    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
font-size: 1em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;

}

/*CLIENTES*/

.clientes{
    width: 100%;
    padding: 30px 0px;
}

.clientes p{
          width: 100%;
    margin: 10px 0% 50px 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
}

.mobile{
    text-align: center;
    margin: 20px 0 0 0;
}

.mobile img{
    width: 40%;
    max-width: 100px;
}


/*EQUIPES*/


.equipes{
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
    background-color: white;
}

.equipes h2{
             width: 100%;
    max-width: 500px;
    margin: 50px 0% 20px 0%;
    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative; 
}

.equipes p{
             width: 100%;
    max-width: 500px;
    margin: 10px 0% 50px 0%;
    padding: 0% 10px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 0.9em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative; 
}

.box1{
    width: 100%;
    height: 300px;
    max-height: 300px;
    max-width: 220px;
    background-image: url(imagens/atendimento.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0%;
}

.box1 p{
    position: relative;
    top: 90px;
    width: 100%;
    color: white;
}

.box2{
    width: 100%;
    height: 300px;
    max-height: 300px;
    max-width: 220px;
    background-image: url(imagens/cria%C3%A7ao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0%;
    margin: 20px 0 0 0;
}

.box2 p{
    position: relative;
    top: 90px;
    width: 100%;
    color: white;
}

.box3{
    width: 100%;
    height: 300px;
    max-height: 300px;
    max-width: 220px;
    background-image: url(imagens/boxestrategia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0%;
    margin: 20px 0 0 0;
}

.box3 p{
    position: relative;
    top: 90px;
    width: 100%;
    color: white;
}


/*PORTFOLIO*/

#portfolio{
    text-align: center;
    background-color: black;
    width: 100%;
    height: auto;
    margin: 0% 0% 0% 0%;
    padding: 8% 5% 10% 5%;

}

.titlecriacao h2{
    width: 100%;
    margin: 0% 0% 5% 0%;
    padding: 0% 0% 0% 0%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 2em;
    text-decoration: none;
    color: white;
    line-height: 35px;
}

.titlecriacao p{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    color: white;
}

.titlethumb {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-size: 1em;
    color: white;
    font-weight: bold;
    margin: 10% 0% 0% 0%;
}

.link {
    margin: 0% 0% 0% 0%;
    width: 100%;
    height: 50%;
    cursor: pointer;

}

.thumbnail {
    width: 100%;
    max-width: 300px;
    height: 230px;
    background: url(imagens/thumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    cursor: pointer;
}

.portfolioicon{
    display: none;
}

/*CONTATO*/

#contato{
    text-align: center;
    background-color: black;
    width: 100%;
    height: auto;
    margin: 0% 0% 0% 0%;
    padding: 8% 5% 5% 5%;

}

.contatoitens h2{
    width: 100%;
    margin: 0% 0% 5% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 2em;
    text-decoration: none;
    color: white;
    line-height: 35px;
}





.textcontato1 {
    margin: 0px 0% 0% 0%;
    font-size: 0.7em;
    color: white;
    width: 100%;
    z-index: 2000;
}

.textcontato2 {
    margin: 10px 0% 0% 0%;
    font-size: 0.7em;
    color: white;
    width: 100%;
    z-index: 2000;
}

.textcontato3 {
    margin: 10px 0% 0% 0%;
    font-size: 0.7em;
    color: white;
    width: 100%;
    z-index: 2000;
}

.contatoicon{
    font-size: 0px;
    color: transparent;
}

.footer {
    text-align: center;
    padding: 0% 0%;
    width: 100%;
    height: auto;
    background-color: darkred;
}

.footer a {
    width: 100%;
    height: auto;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    margin: 0% 0%;
    font-size: 0.6em;
    color: white;
    font-weight: 400;
}




/*MEDIA QUERYES*/

@media screen and (min-width: 411px){
.faixared p{

    font-size: 1em;
    top: 50px;
}

}


@media screen and (min-width: 768px){
#menuToggle input
{
  left: 47px;

}

#menuToggle span
{

left: 50px;

}
    
.faixared p{

    font-size: 1.5em;
    top: 35px;    
    
}
}
    
    
    
    
 @media screen and (min-width: 1024px){   
    /*HEADER*/

.fixar {
    position: fixed;
    margin-top: 0px !important;
}

#cabecalho {
    position: fixed;
    width: 100%;
    padding: 0% 0%;
    z-index: 999;

}

.header{
    width: 100%;
    height: 60px;
    position: absolute;



}

.logo{
    width: 170px;
    height: auto;
    padding: 15px 0px 0px 10px;
}



#menuToggle
{
  display: block;
  position: relative;
  top: -32px;
  left: 84%;
  z-index: 6000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#menuToggle input
{
display: none;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}



#menuToggle span
{display: none;

  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  -webkit-transform-origin: 4px 0px;

  transform-origin: 4px 0px;

  -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease,
              -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle span:first-child
{
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}



    #menu  {
        display: inline;
float: left;
  width: 60%;
  margin: 22px 0 0px -48%;
  padding: 0px 0px 0px 0px;
  opacity: 0.9;
  background: transparent !important;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  -webkit-transform-origin: 0% 0%;

  transform-origin: 0% 0%;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);

  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li{

   float: left;
    width: 20%;
    margin: 0px 0% 0% 0%;
  padding: 0px 0% 0% 0%;
    color: white;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1em;

}


    #menu li:hover{
        color: darkred;
    }

#menuToggle input:checked ~ ul
{
  -webkit-transform: none;
  transform: none;

     }



/*HOME*/

#home{
    text-align: center;
    background-image: url(imagens/bg_atom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    margin: 0% 0% 0% 0%;
    padding: 20% 10% 10% 10%;
text-align: center;
}

.logographic{
    background: url(/imagens/logohome.png);
    margin: 0% 0% 0% 0%;
    padding: 0% 0%;
    width: 100%;
    height: 100px;
    position: relative;
    top: -70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
     
     .titlehome{
        display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
         position: relative;
         top: -50px;
     }

.titlehome h1{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: white;
    line-height: normal;
}

.titlehome p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    max-width: 500px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 1em;
   position: relative;
    top: -30px;
    text-decoration: none;
    color: white;
}

/*FAIXARED*/

.faixared{
background-image: url(imagens/faixared_v02.png);
background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
        background-color: transparent;
    height: 150px;
    margin: 50px 0;
}

.faixared p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
    top: 35px;
}

/*ICONES*/

.icons{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-image: url(imagens/bg_atom_w.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.iconestexto{
    width: 100%;
    
}

.titleicon{
      width: 100%;
    margin: 0% 0% 0px 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;
    
}
     
     .iconesgeral{
      display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: flex-start;
justify-content: space-around; 
         margin: 0 0 0px 0;
         padding: 50px 0;
     }


.icone1{
   text-align: center; 
    width: 30%;
margin: 0px 0 0 0;
    
}

.icone1 img{
    width: 20%;
    max-width: 100px;
}

.icone1 p{
      width: 100%;
    margin: 10px 0% 0% 0%;

    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;

    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;

}

.icone2{
   text-align: center; 
    width: 30%;
margin: 0px 0% 0% 0%;

}

.icone2 img{
    width: 20%;
    max-width: 100px;
}

.icone2 p{
      width: 100%;
    margin: 10px 0% 0% 0%;
    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;

    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;

}

.icone3{
   text-align: center; 
    width: 30%;
        margin: 0px 0% 0% 0%;
}

.icone3 img{
    width: 20%;
    max-width: 100px;
}

.icone3 p{
      width: 100%;
    margin: 10px 0% 20px 0%;
    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;

    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative;

}

/*CLIENTES*/

.clientes{
    width: 100%;
    margin: 0 0 0px 0;
    padding: 80px 0;
    background-image: url(imagens/bg_atom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clientes p{
          width: 100%;
    margin: 0px 0% 20px 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
}

.mobile{
    text-align: center;
    margin: 20px 0 0 0;
           display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-around; 
}
     
     .wide{
       display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;  
     }

.mobile img{
    width: 40%;
    max-width: 100px;
}


/*EQUIPES*/


.equipes{
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
    background-image: url(imagens/bg_atom_w.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.equipes h2{
             width: 100%;
    max-width: 600px;
    margin: 50px 0% 0px 0%;
    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative; 
}

.equipes p{
             width: 100%;
    max-width: 500px;
    margin: 0px 0% 50px 0%;
    padding: 0% 10px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 0.9em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative; 
}
     
     .boxgeral{
         width: 100%;
           display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: flex-start;
justify-content: space-around;  
     }

.box1{
    width: 100%;
    height: 300px;
    max-height: 300px;
    max-width: 220px;
    background-image: url(imagens/atendimento.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0%;
}

.box1 p{
    position: relative;
    top: 90px;
    width: 100%;
    color: white;
}

.box2{
    width: 100%;
    height: 300px;
    max-height: 300px;
    max-width: 220px;
    background-image: url(imagens/cria%C3%A7ao.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0%;
    margin: 0px 0 0 0;
}

.box2 p{
    position: relative;
    top: 90px;
    width: 100%;
    color: white;
}

.box3{
    width: 100%;
    height: 300px;
    max-height: 300px;
    max-width: 220px;
    background-image: url(imagens/boxestrategia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0%;
    margin: 0px 0 0 0;
}

.box3 p{
    position: relative;
    top: 90px;
    width: 100%;
    color: white;
}


/*PORTFOLIO*/

/*PORTFOLIO*/

#portfolio{
    text-align: center;
   background-image: url(imagens/bg_atom.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;

}

.titlecriacao h2{
    width: 100%;
    margin: 2% 0% 2% 0%;
    padding: 0% 0% 0% 0%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 2.5em;
    text-decoration: none;
    color: white;
    line-height: 35px;
}

        .titlecriacao p{
    width: 100%;
            max-width: 600px;
    margin: 0% 0% 2% 0%;
    padding: 0% 0% 0% 0%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    color: white;
}

.titlethumb {

    height: 10px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-size: 1em;
    color: white;
    font-weight: bold;
    margin: 0% 0% 0% 0%;
}

.link {
    margin: 0% 10% 0% 0%;
    width: 100%;
    height: 100%;
    cursor: pointer;

}

    .geral{
        padding: 0% 20%;
        margin: 5% 0% 0% 0%;
        text-align: center;
        width: 100%;
        height: 450px;
        z-index: 70;
        display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;


    }
     
     .bloco1{
         width: 100%;
         margin: 0 0 50px 0;
         display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-around;
     }

     
     
     .bloco2{
         width: 100%;
         display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-around;
     }
     
.thumbnail {
    display: inline-block;
float: left;
    width: 30%;
    height: 200px;
    background: url(imagens/thumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0% 0% 0%  0%;
    padding: 0% 0% 0% 0%;
    cursor: pointer;
    z-index: 70;
}

    .portfolioicon {
    position: inherit;
    font-size: 0px;
    padding: 0% 0% 0% 0%;
    margin: 0% 0% 0% 0%;
    width: 100%;
    height:300px;
    font-size: 0em !important;
        color: transparent;
    
        z-index: 1;
}

/*CONTATO*/

#contato{
    text-align: center;
    background-color: transparent;
    width: 100%;
    height: auto;
    margin: 0% 0% 0% 0%;
    padding: 0% 5% 5% 5%;

}

.contatoitens h2{
    width: 100%;
    margin: 0% 0% 5% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 2em;
    text-decoration: none;
    color: white;
    line-height: 35px;
}





.textcontato1 {
    margin: 0px 0% 0% 0%;
    font-size: 0.7em;
    color: white;
    width: 100%;
    z-index: 2000;
}

.textcontato2 {
    margin: 10px 0% 0% 0%;
    font-size: 0.7em;
    color: white;
    width: 100%;
    z-index: 2000;
}

.textcontato3 {
    margin: 10px 0% 0% 0%;
    font-size: 0.7em;
    color: white;
    width: 100%;
    z-index: 2000;
}

.contatoicon{
    font-size: 0px;
    color: transparent;
}

.footer {
    text-align: center;
    padding: 0% 0%;
    width: 100%;
    height: auto;
    background-color: darkred;
}

.footer a {
    width: 100%;
    height: auto;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    margin: 0% 0%;
    font-size: 0.6em;
    color: white;
    font-weight: 400;
}     


}



@media screen and (min-width: 1280px){
   
.titlehome h1{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.9em;
    text-decoration: none;
    color: white;
    line-height: normal;
}

.titlehome p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    max-width: 700px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 1em;
   position: relative;
    top: -30px;
    text-decoration: none;
    color: white;
}    
    
    
    
.mobile{
    width: 30%;
    text-align: center;
    margin: 20px 0 0 0;
           display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-around; 
}    
    
 .mobile img{
    width: 50%;
    max-width: 120px;
}   
    
    .equipes h2{
             width: 100%;
    max-width: 500px;
    margin: 50px 0% 10px 0%;
    padding: 0% 0px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative; 
}

.equipes p{
             width: 100%;
    max-width: 500px;
    margin: 0px 0% 50px 0%;
    padding: 0% 10px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 1em;
    text-decoration: none;
    color: black;
    line-height: normal;
    position: relative; 
}
   
    .box1 p{
        color: white;
        font-size: 0.9em;
    }    
     .box2 p{
        color: white;
         font-size: 0.9em;
    } 
     .box3 p{
        color: white;
         font-size: 0.9em;
    } 
}


@media screen and (min-width: 1600px){
    
    #home{
    text-align: center;
    background-color: black;
    width: 100%;
    height: 600px;
    margin: 0% 0% 0% 0%;
    padding: 20% 0;
        text-align: center;}
   
    .logographic{
        top: -160px;
    }    
    
.titlehome h1{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.9em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
    top: -150px;
}

.titlehome p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    max-width: 700px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 1em;
    text-decoration: none;
    color: white;
        position: relative;
    top: -190px;
    }  }


@media screen and (min-width: 1680px){
    
    #home{
    text-align: center;
    background-color: black;
    width: 100%;
    height: 600px;
    margin: 0% 0% 0% 0%;
    padding: 20% 0;
        text-align: center;}
   
    .logographic{
        top: -120px;
    }    
    
.titlehome h1{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.9em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
    top: -100px;
}

.titlehome p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    max-width: 700px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 1em;
   position: relative;
    top: -30px;
    text-decoration: none;
    color: white;
        position: relative;
    top: -150px;
    }  }


@media screen and (min-width: 1920px){
 
    
    
    
    
/*FAIXARED*/

.faixared{
background-image: url(imagens/faixared_v02.png);
background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    margin: 50px 0;
}

.faixared p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 50px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 2em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
    top: 45px;
}    
    
    
.logographic{
    background: url(/imagens/logohome.png);
    margin: 0% 0% 0% 0%;
    padding: 0% 0%;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
position: relative;
    top: -190px;
    
    }    
    
   
.titlehome h1{
    width: 100%;
    margin: 5% 0% 7% 0%;
    padding: 0% 5% 0% 5%;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 900;
    font-size: 1.9em;
    text-decoration: none;
    color: white;
    line-height: normal;
    position: relative;
    top: -150px;
}

.titlehome p{
    width: 100%;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
    max-width: 700px;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    font-size: 1.2em;

    text-decoration: none;
    color: white;
        position: relative;
    top: -230px;
}    
    
}