/*=== MEDIA QUERY ===*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700);

	html {
	  overflow-x: hidden;
	}

	body {
		background-color: #E0ECF8
		height: 100%;
		background-repeat: no-repeat;
		background-image: linear-gradient(rgb(65,105,225), rgb(106,90,205));
		/background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
	}

	.btn {
	  display: inline-block;
	  font-size: 14px;
	  font-size: 0.8125rem;
	  font-weight: 400;
	  padding: 1rem 2.5rem;
	  text-transform: uppercase;
	  border-radius: 0;
	  transition: all 0.2s ease;
	}

	.btn.btn-icon i {
	  font-size: 16px;
	  vertical-align: middle;
	  margin-right: 5px;
	}

	.btn:focus {
	  outline: 0px;
	  border: 0px;
	  box-shadow: none;
	}

	.btn-main, .btn-transparent, .btn-small {
	  background: #f75757;
	  color: #fff;
	  transition: all 0.2s ease;
	}

	.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
	  background: #dd0b0b;
	  color: #fff;
	}

	.btn-solid-border {
	  border: 2px solid #f75757;
	  background: transparent;
	  color: #242424;
	}

	.btn-solid-border:hover {
	  border: 2px solid #f75757;
	  background: #f75757;
	}

	.btn-transparent {
	  background: transparent;
	  padding: 0;
	  color: #f75757;
	}

	.btn-transparent:hover {
	  background: transparent;
	  color: #f75757;
	}

	.btn-large {
	  padding: 20px 45px;
	}

	.btn-large.btn-icon i {
	  font-size: 16px;
	  vertical-align: middle;
	  margin-right: 5px;
	}

	.btn-small {
	  padding: 10px 25px;
	  font-size: 12px;
	}

	.btn-round {
	  border-radius: 4px;
	}

	.btn-round-full {
	  border-radius: 50px;
	}

	.btn.active:focus, .btn:active:focus, .btn:focus {
	  outline: 0;
	}

	.bg-gray {
	  background: #f5f8f9;
	}

	.bg-primary {
	  background: #f75757;
	}

	.bg-primary-dark {
	  background: #f52626;
	}

	.bg-primary-darker {
	  background: #dd0b0b;
	}

	.bg-dark {
	  background: #242424;
	}

	.bg-gradient {
	  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
	  background-repeat: repeat-x;
	}

	.section {
	  padding: 100px 0;
	}

	.section-sm {
	  padding: 70px 0;
	}

	.section-title {
	  margin-bottom: 70px;
	}

	.section-title .title {
	  font-size: 50px;
	  line-height: 50px;
	}

	.section-title p {
	  color: #666;
	  font-family: "Poppins", sans-serif;
	}

	.subtitle {
	  color: #f75757;
	  font-size: 14px;
	  letter-spacing: 1px;
	}

	.overly, .page-title, .slider, .cta, .hero-img {
	  position: relative;
	}

	.overly:before, .page-title:before, .slider:before, .cta:before, .hero-img:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 0.5;
	  background: #000;
	}

	.overly-2, .bg-counter, .cta-block, .latest-blog {
	  position: relative;
	}

	.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.8);
	}

	.text-color {
	  color: #f75757;
	}

	.text-black {
	  color: #242424;
	}

	.text-color2 {
	  color: #c54041;
	}

	.text-color2 {
	  color: #b99769;
	}

	.text-sm {
	  font-size: 14px;
	}

	.text-md {
	  font-size: 2.25rem;
	}

	.text-lg {
	  font-size: 3.75rem;
	}

	.no-spacing {
	  letter-spacing: 0px;
	}

	/* Links */
	a {
	  color: #242424;
	  text-decoration: none;
	}

	a:focus, a:hover {
	  color: #f75757;
	  text-decoration: none;
	}

	a:focus {
	  outline: none;
	}

	.content-title {
	  font-size: 40px;
	  line-height: 50px;
	}

	.page-title {
	  padding: 100px 0;
	}

	.page-title .block h1 {
	  color: #fff;
	}

	.page-title .block p {
	  color: #fff;
	}

	.page-wrapper {
	  padding: 70px 0;
	}

	#wrapper-work {
	  overflow: hidden;
	  padding-top: 100px;
	}

	#wrapper-work ul li {
	  width: 50%;
	  float: left;
	  position: relative;
	}

	#wrapper-work ul li img {
	  width: 100%;
	  height: 100%;
	}

	#wrapper-work ul li .items-text {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  color: #fff;
	  background: rgba(0, 0, 0, 0.6);
	  padding-left: 44px;
	  padding-top: 140px;
	}

	#wrapper-work ul li .items-text h2 {
	  padding-bottom: 28px;
	  padding-top: 75px;
	  position: relative;
	}

	#wrapper-work ul li .items-text h2:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 75px;
	  height: 3px;
	  background: #fff;
	}

	#wrapper-work ul li .items-text p {
	  padding-top: 30px;
	  font-size: 16px;
	  line-height: 27px;
	  font-weight: 300;
	  padding-right: 80px;
	}

	/*--
		features-work Start 
	--*/
	#features-work {
	  padding-top: 50px;
	  padding-bottom: 75px;
	}

	#features-work .block ul li {
	  width: 19%;
	  text-align: center;
	  display: inline-block;
	  padding: 40px 0px;
	}
	
	#navbar {
	  background: #222328;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	
	#navbar li {
	  padding-left: 15px;
	}

	#navbar .nav-link {
	  font-family: "Poppins", sans-serif;
	  font-weight: 500;
	  color: #fff;
	  text-transform: uppercase;
	  font-size: 14px;
	  letter-spacing: .5px;
	  transition: all .25s ease;
	}

	#navbar .nav-link:hover, #navbar .nav-link:focus {
	  color: #f75757;
	}

	#navbar .btn {
	  padding: .5rem 1.5rem;
	  color: #fff;
	}

	.header-top {
	  background: #222328;
	  color: #919194;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}

	.header-top .header-top-socials {
	  border-right: 1px solid rgba(255, 255, 255, 0.05);
	  padding: 12px 0px;
	}

	.header-top .header-top-socials a {
	  color: #919194;
	  margin-right: 15px;
	  font-size: 16px;
	}

	.header-top .header-top-info {
	  color: #919194;
	  font-size: 16px;
	}

	.header-top .header-top-info a span {
	  color: #fff;
	}

	.header-top .header-top-info a {
	  margin-left: 35px;
	  color: #919194;
	}

	.navbar-brand {
	  color: #fff;
	  font-weight: 600;
	  letter-spacing: 1px;
	}

	.navbar-brand span {
	  color: #f75757;
	}

	.navbar-brand:hover {
		color: #fff
	}

	.dropdown-menu {
	  visibility: hidden;
	  filter: alpha(opacity=0);
	  opacity: 0;
	  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
	  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
	  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
	  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
	  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
	  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
	  width: 250px;
	  margin-top: 15px;
	  padding: 0px;
	  border-radius: 0px;
	  display: none;
	}

	.dropdown-toggle::after {
		cursor: pointer;
	}

	.dropdown:hover .dropdown-menu {
	  visibility: visible;
	  transition: all .45s ease 0s;
	  opacity: 1;
	}

	.dropdown-item {
	  padding: .8rem 1.5rem;
	  text-transform: uppercase;
	}

	.dropdown-item:hover {
	  background: #f75757;
	  color: #fff;
	}

	.navbar .dropdown-toggle,
	.navbar .dropdown-menu a {
	  cursor: pointer;
	}

	.navbar .dropdown-item.active,
	.navbar .dropdown-item:active {
	  color: inherit;
	  text-decoration: none;
	  background-color: inherit;
	}

	.navbar .dropdown-item:focus,
	.navbar .dropdown-item:hover {
	  color: #16181b;
	  text-decoration: none;
	  background-color: #f8f9fa;
	}

	@media (min-width: 767px) {
	  .navbar .dropdown-toggle:not(.nav-link)::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .5em;
		vertical-align: 0;
		border-bottom: .3em solid transparent;
		border-top: .3em solid transparent;
		border-left: .3em solid;
	  }
	}

	.navbar-nav>li>a {
		text-transform: uppercase;
		font-size: 12px;
		margin-right: 50px;
		color: #fff
	}

	.navbar-toggler {
		padding: 2.20rem .50rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid white
	}

	.navbar-red:hover .wrapper {
		clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 65% 100%)
	}


	.navbar-red {
		background-color: #D9E2E5; // cor fundo do menu
		color: #fff
	}

	.all-show {
		z-index: 10
	}

	.mega-dropdown {
	  position: static !important;
	}
	
	.mega-dropdown-menu {
		padding: 20px 0px;
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.mega-dropdown-menu > li > ul {
	  padding: 0;
	  margin: 1px;
	}
	.mega-dropdown-menu > li > ul > li {
	  list-style: none;
	}
	.mega-dropdown-menu > li > ul > li > a {
	  display: block;
	  color: #222;
	  padding: 3px 5px;
	}
	.mega-dropdown-menu > li ul > li > a:hover,
	.mega-dropdown-menu > li ul > li > a:focus {
	  text-decoration: none;
	}
	.mega-dropdown-menu .dropdown-header {
	  font-size: 8px;
	  color: #ff3546;
	  padding: 5px 60px 5px 5px;
	  line-height: 30px;
	}
	.nav .open > a, .nav .open > a:focus, .nav  .open  > a:hover {
	  background-color: #DCDCDC; /* cor do link*/
	  border-color: #000;
	}
	
	.menuDropdown{
	  font-size: 12px;
	  border-radius: 10px;
	  background-color: #D9E2E5;
	}
	
	.corFundoDiv{
	    background-color: #e2e2e2;
	}

	.corFundoRodape{
	    background-color: #373737;
	}

	.corFundoCabecalhoDiv{
	  background-color: #D3D3D3;
	}	

	.corFundoListaTable{
	  background-color: #DCDCDC;
	}	

	div#conteudo
	{ 
	  float: center; 
	  width: 85%; 
	  margin: 1px; 
	  border-radius: 15px 50px 15px 50px;
	}

	div#conteudo5
	{ 
	  float: left; 
	  width: 100%; 
	  height:100%;
	  margin: 0px; 
	  background-color: #e2e2e2;
	  
	}

	div#lateral
	{
	  float: right;
	  width: 20%;
	  margin: 0px;  
	  height: 100%;
	  position:fixed;
	  z-index:999;
	  background-color: #f0f0f0;
	  border:solid 1px;
	  border-color: #b7b7b7;
	  border-radius: 10px 0px 0px 5px;
	  box-shadow: 10px 10px 10px 5px black;
	}

	.table-responsive{
	  width: 100% !important;
	}

	.table {
		width: 50% !important; 
		margin: auto;
	}

	.table-status {
		margin-top: 20px;
		margin-bottom: 20px !important;
	}
	
	table td{
		border:none !important;
	}
