/* CSS Document */
body {width:100%; height:100%;} a:link {text-decoration: none;} a:visited {text-decoration: none;} a:hover {text-decoration: none;} a:active {text-decoration: none;}
/* AJUSTES */
.bgprincipal{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+3,eeeeee+85,dddddd+100 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 3%, rgba(238,238,238,1) 85%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 3%,rgba(238,238,238,1) 85%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 3%,rgba(238,238,238,1) 85%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.bgentregador { margin-bottom: -10px !important;}
.shadow {background-image: url(../img/gplaypattern.png); box-shadow: 0px 1px 3px black !important; border-radius: 0.2em; padding: 10px; }
.bordertitle {border: 1px solid #ccc; padding: 5px;}
.paddingdiv{ padding: 3% 0%;}
.marginlogo{ margin: 10px 0px;}
.sombrainterna{box-shadow: 0px 0px 5px 0px #000 inset;}
.linhalaranja {border-bottom: 1px solid #f58034;}
.chamadaslider{ text-align: center; background-color: #f58034; border-bottom: 3px solid #BF5900; padding: 10px; border-radius: 0.1em; margin-bottom: -10px; box-shadow: 0px 1px 2px black; font-family:sans-serif; }
@media (max-width: 480px) {
    .chamadaslider{font-size: 0.9em; text-transform: uppercase; margin-bottom: -20px; bottom: 0px; position: absolute; }
    .carousel-indicators {display: none;}
}
.parallax-window {min-height: 400px; background: transparent;}
#cidade { background-image:url(../img/maxcidade.png);  background-position: center bottom; background-repeat: no-repeat;}
@media (max-width: 480px) {#cidade {background-image:none;}}
.imgrodape{ height: 93px; bottom: 0px; }
.mapabg {background-image:url(../img/mapbg.jpg); background-repeat: no-repeat; height: 415px;}
.endereco { padding-top:  146px;}
.linha { border-bottom: 1px solid #CCC;}
.logbuttoncolor{background-color:#f58034; color:#FFF; text-transform: uppercase;}
.input-group {margin-bottom: 3px;}
.justify {text-align: justify;} 
.containerslider {padding: 0px !important; margin-top: -20px;}
.overflow { overflow: hidden!important;}
.navbar .navbar-nav {display: inline-block;float: none;}
.navbar .navbar-collapse {text-align: center;}
.navbar-inverse {background-color: black !important;}
.nmicon {margin: -10px !important;}
/* MEDIA QUERIES */
.tamanhoform {width:230px;}
@media (max-width: 1000px) {.formwidth { width:100%;}}
.sempadding {margin-right: -30px; padding-top: 20px; padding-right: 0px !important; text-shadow: 0px 2px 2px white;} 
@media (max-width: 1215px) {.sempadding { margin-right: 0px;}}
.footer {color: white !important; text-shadow: 1px 1px 3px black; min-height: 110px; overflow: hidden; position: relative;}
.s { border-radius: 3%; padding: 0% 5%; -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s;}
.s:nth-child(1) { background: none; -webkit-animation: r0 1s 1.2s ease-out; -moz-animation: r0 1s 1.2s ease-out; animation: r0 1s 1.2s ease-out;}
@-webkit-keyframes r0 {
  0% {box-shadow: 0 0 4px 3px rgba(26, 255, 179, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(26, 255, 179, 0); }
  10% {box-shadow: 0 0 4px 3px #f58034, 0 0 6px 5px transparent, 0 0 6px 7px #f58034;}
  100% { box-shadow: 0 0 4px 3px rgba(26, 255, 179, 0), 0 0 0px 20px transparent, 0 0 0px 20px rgba(26, 255, 179, 0); }
}
@-moz-keyframes r0 {
  0% {box-shadow: 0 0 4px 3px rgba(26, 255, 179, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(26, 255, 179, 0);}
  10% {box-shadow: 0 0 4px 3px #f58034, 0 0 6px 5px transparent, 0 0 6px 7px #f58034;}
  100% {box-shadow: 0 0 4px 3px rgba(26, 255, 179, 0), 0 0 0px 20px transparent, 0 0 0px 20px rgba(26, 255, 179, 0);}
}
@keyframes r0 {
  0% {box-shadow: 0 0 4px 3px rgba(26, 255, 179, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(26, 255, 179, 0);}
  10% {box-shadow: 0 0 4px 3px #f58034, 0 0 6px 5px transparent, 0 0 6px 7px #f58034;}
  100% {box-shadow: 0 0 4px 3px rgba(26, 255, 179, 0), 0 0 0px 20px transparent, 0 0 0px 20px rgba(26, 255, 179, 0);}
}