@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900');
/* CSS Document */

body {
   font-family: "Roboto", sans-serif;
   color: #222;
   font-size: 18px;
}

header {
   padding: 15px 0px;
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Roboto", sans-serif;
   color: #003977;
   font-weight: 900;
}

nav .brand-logo {
   z-index: 9;
}

.logo {
       width: 320px;
    margin-top: 5px;
    margin-bottom: -10px;
    z-index: 999999;
    position: relative;
}

.border-none {
   border: none !important;
}

.newsletter {
   padding: 20px 0 5px 0;
   background: #003977;
}

.newsletter-call {
   font-size: 18px;
   line-height: 20px;
   font-weight: 700;
   color: #fff;
   padding-top: 5px !important;
}

.newsletter-icon {
	color: #fff;
	margin-top: -3px;
}

.form-control {
	width: 100% !important;
	padding: 10px 20px!important;
	border: 1px solid #b5b5b5 !important;
	height: 43px !important;
	box-sizing: inherit !important;
	background-color: #fff !important;
	box-shadow: none !important;
	border-bottom: 1px solid #b5b5b5 !important;
	outline: none !important;
	color: #666;
	font-weight: 300;
	border-radius: 4px !important;
   margin: 0 !important;
}

nav .brand-logo.center {
   z-index: 9;
}

#blank-page {
   padding: 25px 0px;
}

.gray-bar {
   background: #ddd;
   height: 45px;
}

nav {
   background: #ddd;
}

header {
   background: #003977;
   padding: 25px 0px;
}

.button {
   transition: all 0.3s linear;
   font-family: "Roboto", sans-serif;
   background: #003977;
   border: none;
   line-height: 40px;
   font-weight: 900;
   text-transform: uppercase;
   width: 100%;
   color: #fff;
   cursor: pointer;
   padding: 10px 20px;
}

.button:focus, .button:hover {
   background: #003977;
}

.separator10 {
   margin-right: 10px;
}

.separator20 {
   margin-right: 20px;
}

.social-icon {
   background: #003977;
   color: #fff;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   float: left;
   text-align: center;
   line-height: 40px;
   font-size: 22px;
}

.outline-button {
   transition: all 0.3s linear;
   font-family: "Roboto", sans-serif;
   background: transparent;
   color: #fff;
   padding: 5px 25px;
   border-radius: 4px;
   float: right;
   text-align: center;
   line-height: 30px;
   border: 3px solid #fff;
   text-transform: uppercase;
   font-weight: 900;
   cursor: pointer;
   width: 100%;
  
}

.outline-button:focus, .outline-button:hover {
   background: #fff;
   color: #003977;
}

.btn-blue {
   transition: all 0.3s linear;
   font-family: "Roboto", sans-serif;
   background: #003977;
   font-weight: 900;
   cursor: pointer
}

.btn-blue:focus, .btn-blue:hover {
   background: #003977;
}

.info-item {
   position: relative;
   overflow: hidden;
   line-height: 0;
}

.dark-font {
   color: #373435;
}

.info-item:hover  img{
   -moz-transform: scale(1.1); 
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1); 
   transform: scale(1.1); 
}

.info-item img {
   overflow: hidden;
   -webkit-transition: all 1s linear;
   -moz-transition: all 1s linear;
   -o-transition: all 1s linear;
   -ms-transition: all 1s linear;
   transition: all 1s linear;
}

nav ul a {
   transition: all 0.1s linear;
   font-size: 17px;
   color: #222;
   font-weight: 500;
   text-transform: uppercase;
   padding: 0 16px;
}

.info-item {
   position: relative;
   overflow: hidden;
}

.info-item:hover  img{
   -moz-transform: scale(1.1); 
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1); 
   transform: scale(1.1); 
}

.info-item img {
   overflow: hidden;
   -webkit-transition: all 1s linear;
   -moz-transition: all 1s linear;
   -o-transition: all 1s linear;
   -ms-transition: all 1s linear;
   transition: all 1s linear;
}

.info-title {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 20px 30px;
   text-align: left;
   line-height: 80%;
}

.info-image {
   background: linear-gradient(to bottom, transparent 0%, #222);
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 50px 30px;
   text-align: center;
   font-size: 28px;
   line-height: 30px;
   transition: all 0.3s linear;
   color: #fff;
   text-transform: uppercase;
   font-weight: 900;
}

.info-image small {
   font-size: 13px;
   font-weight: 300;
}

.border-gray {
   border: 1px solid #ddd;
}

.margin30 {
   margin-bottom: 30px;
}

.margin20 {
   margin-bottom: 20px;
}

.margin15 {
   margin-bottom: 15px;
}

#banner-box {
   position: relative;
}

.ambiente-title {
   margin-top: 0px;
}

.customPrevBtn {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateX(-50%);
	z-index: 9;
	font-size: 25px;
	color: #fff;
	line-height: 0;
	padding: 25px 10px;
	cursor: pointer;
}

.customNextBtn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateX(-50%);
	z-index: 9;
	font-size: 25px;
	color: #fff;
	line-height: 0;
	padding: 25px 10px;
	cursor: pointer;
}

hr {
   border-top: 1px solid #666;
}

.sidenav-trigger {
   color: #222;
}

#servico {
   background: #f1f1f1;
   padding: 40px 0px;
}

.unhover {
   background:  transparent !important;
}

.sidenav {
   background: rgba(0,57,119,0.9);
}

.sidenav li > a{
   color: #fff;
   font-size: 18px;
   text-transform: uppercase;
   font-weight: 300;
}

footer{
   background: #222;
   color: #fff;
   padding: 20px 0px 0px 0px;
   font-size: 18px;
   font-weight: 300;
}

footer a {
   color: #fff;
}

.sub-footer a {
   color: #444;
}

.sub-footer{
   background: #ddd;
   color: #444;
   padding: 10px 0;
   font-size: 13px;
   text-transform: uppercase;
   font-weight: 500;
}

textarea.materialize-textarea {
   min-height: 150px;
}

#mapa {
   height: 250px; 
   width: 100%; 
}

.blog-title {
   font-family: "Roboto", sans-serif;
   font-size: 42px;
}

.blog-box {
   background: #f1f1f1;
   display: table;
   width: 100%;
}

.blog-box img{
   margin-bottom: -5px;
}

.blog-text {
   padding: 15px 20px;
}

.other-post {
   color: #003977;
   font-size: 18px;
   font-weight: 900;
   text-transform: uppercase
}

.sub-post {
   font-family: "Roboto", sans-serif;
   font-size: 24px;
}

@media only screen and (min-width: 601px){
   nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
      height: 64px;
      line-height: 64px;
   }
   .container {
       width: 90%;
   }
}

.info-title-blog {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 50%;
   line-height: 160%;
   font-weight: 900;
   text-transform: uppercase;
}

@media(max-width:993px){
   nav .brand-logo.center {
       left: 95px;
   }
   .logo {
      width: 200px;
      margin-top: 10px;
      margin-bottom: 0;
   }
   nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
      height: 55px;
      line-height: 55px;
   }
   .blog-title {
      font-size: 24px;
   }
   h1 {
      font-size: 28px;
   }
   footer b {
      font-size: 14px;
   }
   footer b {
      font-size: 18px;
   }
   .menu-image-banner {
      height: 100px;
   }
   .menu-title-banner {
      line-height: 70px;
   }
   
   footer .right-align {
      text-align: left;
   }  
   .info-title-blog {
      width: 80%;
      font-size: 18px;
      line-height: 180%;
   }
   nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
       height: 55px;
       line-height: 55px;
   }
}