﻿html {
   position: relative;
   min-height: 100%;
}

body {
   font-family: Tahoma, Verdana, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 1.42857143;
   color: #43484B;
   background-color: #FFF;
   height: 100%;
   margin-bottom: 100px; /* rodape */
}

   body h4 {
      color: #0A3D57;
   }

* {
   list-style: none;
   vertical-align: baseline;
}

.todo {
   margin: 0;
   padding: 0;
   min-height: 100%;
   position: relative;
}

.rodape {
   width: 100%;
   height: 100px;
   margin: 0;
   bottom: 0;
   background: #0A3D57; /*#313131;*/
   color: #FFF;   
   /*position: absolute;*/
}

.rodape a {
   color: #fff;   
}

@media (min-width:1px) and (max-width: 1000px) {
   /* CSS para tela pequena */
   .rodape {
      height: 300px;
   }

   body {
      margin-bottom: 300px; /* rodape */
   }

   .content {
      padding-top: 330px;
   }
}

.content {
   padding-bottom: 130px;
}

.top-line {
   width: 100%;
   height: 50px;
   padding: 3px;
   background-color: #F9FBFC;
   color: #1074B7;
   padding-top: 15px;
   font-size: 12px;
}

   .top-line li {
      display: inline-block;
      margin-right: 30px;
   }

   .top-line span {
      color: #8C9195;
   }

.logo {
   float: left;
   padding: 20px 0;
}

   .logo img {
      max-height: 50px;
      max-width: 200px;
      margin-top: -10px;
   }

.navbar-nav li {
   margin-top: 10px;
}

.line-blue {
   width: 100%;
   height: 2px;
   background-color: #0A3D57;
}

.line-silver {
   width: 100%;
   height: 1px;
   background-color: #E9EEF2;
}


.banner {
   height: 200px;
   width: 100%;
   margin-top: -25px;
   margin-bottom: 50px;
   padding: 20px 20px 20px 20px;
   background-image: url('../img/banner_tecnologia.jpg');
}

.service-item {
   border: 1px solid #e9eef2;
   padding: 25px;
   padding-top: 50px;
   position: relative;
   border-radius: 10px;
}

   .service-item img {
      width: 50px;
   }

   .service-item i {
      font-size: 23px;
      width: 70px;
      line-height: 55px;
      height: 70px;
      text-align: center;
      margin: auto;
      border: 1px solid #e9eef2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -30px;
      background: #fff;
   }

   .service-item .fa-thumbs-up {
      color: #45c38f;
   }

   .service-item .fa-star {
      color: #25a3d8;
   }

   .service-item .fa-comments {
      color: #ef8424;
   }

   .service-item .fa-cogs {
      color: #1074B7;
   }

   .service-item:hover i {
      transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      /* IE 9 */
      -moz-transform: rotateY(360deg);
      /* Firefox */
      -webkit-transform: rotateY(360deg);
      /* Safari and Chrome */
      -o-transform: rotateY(360deg);
      /* Opera */
      transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -webkit-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
   }

   .service-item h2 {
      font-size: 18px;
      color: #43484b;
      font-weight: 300;
      font-family: Tahoma, Verdana, Helvetica, sans-serif;
      margin: 0;
      margin-bottom: 20px;
      text-align: center;
   }

   .service-item p {
      color: #8c9195;
      font-weight: normal;
      font-family: Tahoma, Verdana, Helvetica, sans-serif;
      font-size: 14px;
      margin: 0;
      line-height: 26px;
      text-align: justify;
   }

.transparencia {
   filter: alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity: 0.5;
   -webkit-opacity: 0.5;
}

.waiting-window {
   position: absolute;
   left: 0px;
   top: 0px;
   margin: 0px;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 9999997;
   opacity: 0.65;
   -moz-opacity: 0.65;
   filter: alpha(opacity = 65);
   background: black;
   background-image: url('/Content/img/loader.gif');
   background-repeat: no-repeat;
   background-position: 50% 50%;
   text-align: center;
   overflow: hidden;
   font-weight: bold;
   color: white;
   padding-top: 25%;
}
