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


h1, h2, h3, h4, h5, h6,p,label,li{
    color:#2c5aa0;
}
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 #2c5aa0;
}
.form-control
{
 background-color: #ececec;
 border:1px solid #2c5aa0;
 color:#214478;
}
.input-group-addon
{
  background-color: #2c5aa0;
  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: #2c5aa0;
    border-color: #2c5aa0;
    margin-bottom: 10px;
}

.navbar-brand{
    padding-top: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #214478;
    background-color: #d7e3f4;
}
.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: 50%;
}
.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;
}

@media (max-width: 768px){
    .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-family: Arial; 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;
    }
}
.descr_comandas>li{
    font-size: 20px;
}
.clientes-fundo{
    background-color: #2c5aa0;
}
/*FIM DO CSS DA IMAGEM DOS CLIENTES*/



/*JUMBOTRONS*/
  .jumbotron {
    height: 250px;
    color: white;
    text-shadow: #444 0 1px 1px;
    background: -webkit-linear-gradient(-45deg, #2c5aa0 0%,#2c5aa0 25%,#2c5aa0 54%,#2b88d9 80%,#7db9e8 100%);
  }
/* FIM DOS JUMBOTRONS*/
hr{
    color: #2c5aa0;
    background: #2c5aa0 !important;
    height: 5px;
    width: 150px;
    border-top:0px;
}
body{
    background-color: white;
}

/*CSS DO TEXTO NA PAGINA DE COMERCIO*/
.texto-comercio
{
    color:white;font-family: Arial; 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;
}



/*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 white; line-height: 88px; border-radius: 50%; background: #2c5aa0; vertical-align: middle; }
.box > .icon:hover > .image { background: #ffffff;  border: 8px solid #2c5aa0;}
.box > .icon > .image > i { font-size: 36px !important; color: #ffffff !important; }
.box > .icon:hover > .image > i { color: #2c5aa0 !important; }
.box > .icon > .info { margin-top: -24px; background: #2c5aa0; border: 1px solid #214478; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: white; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #ffffff; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #2c5aa0; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; 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: #2c5aa0; }
.box .space { height: 30px; }
/*FIM DO CSS DOS SERVIÇOS*/
/*CSS DO GOOGLE MAPS*/
#map {
    height: 200px;
    width: 100%;
       }
/*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*/


/*AQUI É O CSS DA PARTE DAS AREAS*/
.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: #2c5aa0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.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;
}