.tm-page {
	 border: none;
}


 body.tmx-pageHome .tm-header, body.tmx-pageHome .uk-navbar-container {
	 background: transparent !important;
	 position: absolute;
	 width: 100%;
}

 @media (min-width: 960px) {
       .uk-logo {
           display: none !important;
      }
   
   
  }

 @media (max-width: 680px) {
   
     .uk-logo {
    	padding: 10px !important;
       
        max-width: 70px !important;
  	}
	 #tmx-container-hero .uk-background-cover {
		 min-height: 375px !important;
	}
  
}
 @media (min-width: 960px) {
   
    #tmx-container-hero .uk-background-cover {
		 min-height: 425px !important;
	}
   
	
}

@media (max-width: 960px) {
   #tmx-container-hero .uk-panel img {
		 display: none;
	}
  
   #tmx-container-hero .uk-background-cover {
		 min-height: 425px !important;
	}
}

 #tmx-container-vantagens {
	 position: relative;
	 margin-top: -150px;
	 background: transparent;
}
 @media (max-width: 960px) {
	 #tmx-container-vantagens {
		 margin-top: -340px;
	}
}
 @media (max-width: 680px) {
	 #tmx-container-vantagens {
		 margin-top: -300px;
	}
}
 #tmx-container-vantagens .uk-card {
	 padding-right: 5px !important;
	 padding-left: 5px !important;
	 border-radius: 15px;
	 -webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.12), 0 1px 12px rgba(0,0,0,0.24) !important;
	 box-shadow: 0 1px 13px rgba(0,0,0,0.12), 0 1px 12px rgba(0,0,0,0.24) !important;
}
 #tmx-container-vantagens .uk-card .el-title {
	 text-align: center;
}
 #tmx-container-vantagens .uk-card span[class^="fa"] {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: center;
	 margin-bottom: 20px;
	 font-size: 55px;
	 transition: all .2s ease;
	 -webkit-transition: all .2s ease;
}
 #tmx-container-vantagens .uk-card span[class^="fa"]:hover, #tmx-container-vantagens .uk-card span[class^="fa"]:focus {
	 -ms-transform: scale(1.1);
	 transform: scale(1.1);
}
 #tmx-container-vantagens .uk-card .el-content {
	 color: #555;
	 font-weight: 500;
}
 #tmx-container-servicos img {
	 transition: all .2s ease;
	 -webkit-transition: all .2s ease;
}
 #tmx-container-servicos img:hover, #tmx-container-servicos img:focus {
	 -ms-transform: scale(1.1);
	 transform: scale(1.1);
}
 