/*==================FONTES========================*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/*================================================*/
body{
  font-family: 'Ubuntu', sans-serif;
}
table, tr, td{
  border:0px;
}
.navbar-up{
  background: #2b67a8;
  border:0px;
  color: white;
  box-shadow: 3px 3px 20px black;
}

.navbar-toggle{
  z-index: 999;
  font-size: 15px;
  padding: 5px;
  background: #144c88;
  width: 35px;
  height: 35px;   

}

.links-up a{
  background: #2b67a8;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.links-up a:hover{
  background: rgb(53, 140, 233);
  color: black;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.links-up a:focus{
  color: black;
}
.links-up .nav-link:hover{
  background: rgb(53, 140, 233);
  color: white;
  position: relative;
  -webkit-animation-name: menu-fundo; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.4s; /* Safari 4.0 - 8.0 */
  animation-name: menu-fundo; /* Safari 4.0 - 8.0 */
  animation-duration: 0.4s; /* Safari 4.0 - 8.0 */
}
.links-up .nav-link:focus{
  background: rgb(53, 140, 233);
  color: white;
}
.up-brand{
  color: white;
}
.up-brand:hover{
  color: white;
}
.fundo-logo {
  z-index: 1;
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  padding-top: -30px;
  background: url("../img/bg-topo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
.up-logo {
    width: 600px;
    margin-top: 100px;
    margin-bottom: 300px;
    overflow:hidden;
    position: relative;
    top:-30px;
    -webkit-animation-name: sombra; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 7s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: sombra;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes sombra {
    0%   {-webkit-filter: drop-shadow(5px 5px 30px green);
          filter:drop-shadow(5px 5px 30px green);}
    33%   {-webkit-filter: drop-shadow(5px 5px 30px white);
          filter:drop-shadow(5px 5px 30px white);
          transform: scale(1.03);}
    66%   {-webkit-filter: drop-shadow(5px 5px 30px purple);
          filter:drop-shadow(5px 5px 30px purple);}
    100%   {-webkit-filter: drop-shadow(5px 5px 30px green);
          filter:drop-shadow(5px 5px 30px green);
          transform: scale(1.00);}
}

/* Standard syntax */
@keyframes sombra {
    0%   {-webkit-filter: drop-shadow(5px 5px 30px green);
          filter:drop-shadow(5px 5px 30px green);}
    33%   {-webkit-filter: drop-shadow(5px 5px 30px white);
          filter:drop-shadow(5px 5px 30px white);
          transform: scale(1.03);}
    66%   {-webkit-filter: drop-shadow(5px 5px 30px purple);
          filter:drop-shadow(5px 5px 30px purple);}
    100%   {-webkit-filter: drop-shadow(5px 5px 30px green);
          filter:drop-shadow(5px 5px 30px green);
          transform: scale(1.00);}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes menu-fundo {
    from{background: #2b67a8}
    to{background:#144c88;}
}

/* Standard syntax */
@keyframes menu-fundo {
    from{background:#2b67a8}
    to{background:#144c88;}
}

/*
.up-logo {
  width: 600px;
  margin-top: 100px;
  margin-bottom: 300px;
 overflow:hidden;
 transform: scale(1.0);
 position: relative;
 top:-80px;
 -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.up-logo:hover {
  width: 600px;
  margin-top: 100px;
  margin-bottom: 300px;
 overflow:hidden;
 transform: scale(1.03);
 -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-filter: drop-shadow(5px 5px 25px black);
  filter:         drop-shadow(5px 5px 25px black); 
}*/
@media(max-width: 768px){
  .up-logo{
    padding-top: 40px;
    width: 100%;
    margin-bottom: 60px;
  }
  #sobre{
    padding-top: 20px;
  }
  #portfolio{
    padding-top: 20px;
  }
  #contato{
    padding-top: 0px;
  }
}
.tudo{
  z-index: 2;
  position: relative;
  top: -100px;
  height: 300px;
  background: white;
  border-radius: 10px;
}
.fotos img{
  z-index: 1000;
}
@media (max-width: 768px){
  .fotos img{
    display: none;
  z-index: 1000;
  overflow: hidden;
}
  .texto-meio h1 {
  text-align: center;  
  z-index: 1000;
  color: #144c88;
  font-weight: bold;
  padding-top: 150px;
  font-size: 30px;
}
  .texto-meio h2 {
  text-align: center;  
  z-index: 1000;
  color: #144c88;
  font-weight: bold;
  padding-top: 0px;
  font-size: 20px;
}
}
.texto-meio{
  position: relative;
  top: -150px;
}
.texto-meio h1{
  text-align: center;  
  z-index: 1000;
  color: #144c88;
  font-weight: bold;
}
.texto-meio h2{
  text-align: center;  
  z-index: 1000;
  color: #144c88;
  font-weight: bold;
}

@media(max-width: 1410px){
  .texto-meio{
  position: relative;
  top: -100px;
}
}
.img-impressos{
  text-align: center;
  padding-top: 100px;

}
.marcas{
  text-align: center;
  padding-top: 120px;
}
.tipos{
  text-align: center;
  padding-top: 30px;
}
.item-tipo{
  padding:10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item-tipo:hover{
  box-shadow: 2px 2px 50px black;
  transform: scale(1.01);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.mapa{
  height: 300px;
}
.rodape-contato{
  padding: 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: grey;
}
.roxo{
  color: #2b67a8;
}
.btn-roxo{
  background: #2b67a8;
  color: white;
  border:0px; 
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  float: right;
  box-shadow: 0px 0px 3px grey;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn-roxo:hover{
  background: #2B81C3;
  box-shadow: 2px 2px 10px black;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.rodape{
  margin-top: 30px;
  padding-top: 20px;
  width: 100%;
  height: 80px;
  background: black;
  color:white;
}
.contactForm input,  .contactForm textarea{
  border:0px;
  border-bottom: 2px solid #2b67a8;
  box-shadow: 0px 0px 0px;
  border-radius: 0px;
}
.contactForm input:focus,  .contactForm textarea:focus{
  border:0px;
  border-bottom: 2px solid #2B81C3;
  box-shadow: 1px 1px 10px #2B81C3;
  border-radius: 0px;
}

/*===============================================*/



