/* 
    Created on : 29/08/2017, 15:21:03
    Author     : LUCAS ESPERANÇA
*/
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

body
{
    background-color: #ededf1;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; ;
    
}
.text-primary {
    color: rgb(0, 0, 0); /* ou qualquer cor que você deseje */
}


h1, h2, h3, h4, h5, h6,p,label,li{
    color:white;
}
a,li{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;

}
/*BOTÃO GO TOP*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #214478;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: white;
  color: #2c5aa0;
  border-color: #2c5aa0;
  border-width: 1px;
  border-style: solid;
}
/*FIM DO BOTÃO GO TOP*/

.well
{
 background-color: transparent;
 border:1px solid #ffffff;
}
.form-control
{
 background-color: #ececec;
 border:1px solid #ffffff;
 color:#000000;
}

.input-group-addon
{
  background-color: #ffffff;
  color:#ffffff;
  border:1px solid #2c5aa0;
}

.container-carrousel{
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.menu-fox
{
    border-bottom-width: 0px;
    margin-bottom: 0px;
}
.banner-img
{
    width: 100%;
}
@media (min-width: 768px)
{
    .navbar 
    {
        border-radius: 0px;
    }
    
}

/*MENU SUPERIOR*/
.navbar-inverse .navbar-nav>li>a{
    color:white;
}

.navbar-default {
    background-color: #292E32;
    border-color: #292e32;
    margin-bottom: 10px;
}

.navbar-brand{
    padding-top: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: #545454;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: white;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*FIM DO MENU*/
/*IMAGENS DOS CLIENTES*/
.img-responsive
{
    width: 100%;
}

.img-responsive-2
{
    width: 75%;
}
.img-responsive-3
{
    width: 400px;
}

.modulos-sistema
{
    background-color: white;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}


.modulos-sistema:hover
{
    background-color: #d7e3f4;
}

.media-body
{
    padding-top: 30px;
}
.comercio-loja
{
    width: 350px;
}


.descr_comandas>li{
    font-size: 20px;
}

/*FIM DO CSS DA IMAGEM DOS CLIENTES*/



/*JUMBOTRONS*/
  .jumbotron {
    height: 250px;
    color: white;
    text-shadow: #444 0 1px 1px;
    background: -webkit-linear-gradient(-45deg, #000000 0%,#000000 25%,#000000 54%,#000000 80%,#7db9e8 100%);
  }
/* FIM DOS JUMBOTRONS*/



/*CSS DO TEXTO NA PAGINA DE COMERCIO*/
.texto-comercio
{
    color:white; font-size: 25px;
}
.texto-comercio:hover
{
    color:#d5ffd5;font-weight:bold; font-size: 28px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
      width: 100%;
      *width: 100%;
    }
  }
  
  @media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
    }
  }
  
  /**
   *  The following is not really needed in this case
   *  Only to demonstrate the usage of @media for large screens
   */    
  @media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
    }
  }


/*CSS DOS SERVIÇOS*/
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid #292e32; line-height: 88px; border-radius: 50%; background: white; vertical-align: middle; }
.box > .icon:hover > .image { background: #000000;  border: 8px solid #ffffff;}
.box > .icon > .image > i { font-size: 36px !important; color: #000000 !important; }
.box > .icon:hover > .image > i { color: #ffffff !important; }
.box > .icon > .info { margin-top: -24px; background: #292e32; border: 1px solid #292e32; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background:white; border-color: #444; color: white; }
.box > .icon > .info > h3.title {  font-size: 16px; color: white; font-weight: bold; }
.box > .icon > .info > p {  font-size: 13px; color:white; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #000000; }
.box > .icon > .info > .more a { font-size: 12px; color: #ffffff; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #000000; }
.box .space { height: 30px; }
/*FIM DO CSS DOS SERVIÇOS*/
/*CSS DO GOOGLE MAPS*/
#map {
    height: 300px;
    width: 100%;
    border-radius:4px;
    padding-bottom: 20px;
       }
/*FIM DO CSS DO GOOGLE MAPS*/
/*AQUI É O CSS DA PARTE DOS PARCEIROS*/
.icone{
    top: 10px;
    position:center;

}
.icone>label{

    font-size: 50px;
    color:white;
}
/*FIM DO CSS DOS PARCEIROS*/
.clientes-fundo{
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(33,68,120,1) 80%, rgba(33,68,120,0) 95%);
}
.contato-fundo
{
  background-image: url(../img/fundos/fundo_contato.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #222222;
  background-position: bottom;
  background-position-x: unset;
}
/*AQUI É O CSS DA PARTE DAS AREAS*/
.textoarea_titulo{
  color:white;
  font-weight:bold;
}
.textoarea{
  color:white;
}
.areas-item {
margin-bottom: 30px;
}
.areas-item .areas-thumb {
position: relative;
overflow: hidden;
}
.areas-item .areas-thumb img {
width: 100%;
}
.areas-item .areas-thumb .areas-overlay {
background-color: #292e32;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 25px;
text-align: center;
color: white;
opacity: 1; /* Mudança aqui */
visibility: visible; /* Mudança aqui */
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
border-radius: 4px;
}
.areas-item .areas-thumb .areas-overlay h3 {
font-size: 18px;
text-transform: uppercase;
color: white;
padding-bottom: 10px;
margin-bottom: 10px;
display: inline-block;
border-bottom: 1px solid white;
}
.areas-item .areas-thumb .areas-overlay a.expand {
margin-top: 15px;
width: 36px;
height: 36px;
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
background-color: white;
display: inline-block;
text-align: center;
}
.areas-item .areas-thumb .areas-overlay a.expand i {
line-height: 36px;
}
.areas-item .areas-thumb:hover .areas-overlay {
opacity: 1;
visibility: visible;
}

@media (max-width: 768px){
  .areas-item .areas-thumb .areas-overlay {
      background-color: rgba(0, 0, 0, 0.98);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 10px;
      text-align: center;
      color: white;
      opacity: 1; /* Mudança aqui */
      visibility: visible; /* Mudança aqui */
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      border-radius: 4px;
    }
  .textoarea_titulo{
      color:white;
      font-weight:bold;
      font-size: 50%;
  }
  .textoarea{
      color:white;
      font-size: 50%;
  }

  .img-responsive
  {
      width: 75%;
  }
  .ouri
  {
      top: 30px;
  }
  .img-responsive-2
  {
      width: 75%;
  }
  .img-responsive-3
  {
      width: 75%;
  }
  
  .comercio-loja
  {
      width: 200px;
      margin-left: 105px;
  }
  .texto-comercio
  {
      color:white; font-size: 12px;
  }
  .texto-comercio:hover
  {
      color:#d5ffd5;font-weight:bold; font-size: 15px;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      /* ...and now for the proper property */
      transition:.5s;
  }
}

