::-moz-selection { background: #5bc0de; }
::selection { background: #5bc0de; }

body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	overflow-x: hidden;
}

table {
	width: 100%;
}

.logo {
	float:left;
}

.logo img {
	height:35px;
	margin-top:5px;
}

.container-fluid {
	overflow-x: hidden;
}

.main-content {
	background-image: url('../images/woman_laptop.jpg');
	background-size: cover;
}

.content {
	margin-bottom: 20px;
}

.content.mapa {
	margin-bottom: 0px;
}

.text-content {
	min-height:120px;
}

#slider .slide {
	font-weight: bold;
	background-color: rgba(0,0,0,0.8);
	color:#333;
	padding-left:130px;
	padding-right:130px;
	background-size: cover;
}

#slider .slide {
	color:#000;
}

#slider .slide h2 {
	color:#000;
	text-shadow: 0px 0px 5px #fff, -1px -1px 2px #fff, 1px 1px 2px #fff;
	text-shadow: 0px 0px 15px #fff, 0px 0px 12px #fff, 0px 0px 10px #fff, 0px 0px 8px #fff, -1px -1px 2px #fff, 1px 1px 2px #fff;
}

#slider .slide.dark {
	color:#fff;
}

#slider .slide.dark h2 {
	color:#fff;
	text-shadow: 0px 0px 15px #000, 0px 0px 12px #000, 0px 0px 10px #000, 0px 0px 8px #000, -1px -1px 2px #000, 1px 1px 2px #000;
}

#slider .slide .text-content {
	text-shadow: 0px 0px 5px #fff, -1px -1px 2px #fff, 1px 1px 2px #fff;
	text-shadow: 0px 0px 15px #fff, 0px 0px 12px #fff, 0px 0px 10px #fff, 0px 0px 8px #fff,  -1px -1px 2px #fff, 1px 1px 2px #fff;
}

#slider .slide.dark .text-content {
	text-shadow: 0px 0px 15px #000, 0px 0px 12px #000, 0px 0px 10px #000, 0px 0px 8px #000,  -1px -1px 2px #000, 1px 1px 2px #000;
}

#slider .slide p.buttons {
	margin-left:100px;
}

.slide .text-content {
	text-shadow:1px 1px 1px #fff;
	min-height: 270px;
	max-height: 270px;
}

.thirds .third {
	text-align: center;
	margin-bottom: 30px;
}

.thirds .third.middle {
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

.thirds.webhosting .third ul {
	min-height: 290px;
}

.thirds.webhosting .third ul li {
	list-style: none;
	padding:0px;
	margin:0px;
}

.thirds .third .description {
	height: 60px;
}

.thirds .third h1d {
	background: #5bc0de;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	padding-top: 35px;
	font-size: 3em;
	margin:0px auto;
}

.navbar-brand .social {
	display:block;
	height:24px;
	width:24px;
	float:left;
	margin-left: 10px;
	opacity: 0.3;
}

.navbar-brand a.social:hover {
	opacity: 0.7;
}

.navbar-brand .logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width:100px;
}

.social.facebook {
	background-image: url('../images/facebook.png');
}

.social.twitter {
	background-image: url('../images/twitter.png');
}

.navbar .container {
	/* margin-right: auto; */
	margin-left: 0px;
	padding-left: 130px;
	padding-right: 15px;
}

.navbar-inverse {
	background-color: rgba(0, 140, 186, 0.7);
}

footer {
	background-color: rgba(0,0,0,0.8);
	color:#ccc;
	font-size: 0.8em;
}

footer ul {
	padding: 0px;
}

footer li {
	list-style: none;
}

.content {
	padding-top:45px;
}

.content-thirds {
	padding-top:20px;
	padding-left:20px;
	padding-right: 20px;
}

.row.dark {
	background-color: rgba(0,0,0,0.2);
}

.row.news {
	margin-bottom:20px;
}

#map-canvas {
	min-height:500px;
}

.legenda {
	position: absolute;
	top: 100px;
	left: 50px;
	z-index: 10000;
}

.required:after {
	content: " *";
	color:#d00;
}

.img-center {
	display: block;
	margin: 0px auto;
}

.form-center {
	display: inline-block;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.8);
}

.table-hover>tbody>tr:hover {
	background-color: rgba(255,255,255,0.7);
}

.well-lg {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin-bottom: 20px;
}

.fa-spin-custom, .glyphicon-spin {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@media (max-width: 992px) {
	.thirds .third .description {
		height: auto;
	}

	.slide .text-content {
		height: 160px;
		max-height: 160px;
	}
	.navbar .container {
		padding-left:20px;
	}

	.thirds.webhosting .third ul {
		min-height: inherit;
	}
}

@media (max-width: 768px) {
	.sy-box {
		display:none;
	}
	.navbar-collapse {
		background-color:#007196;
		float:right;
	}
	.navbar .container {
		padding-left: 0px;
	}
	.navbar-header {
		background-color: rgba(0, 140, 186, 0.7);
	}
	.navbar-inverse {
		background-color: transparent;
	}
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-left:0px;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: inherit;
	}
	.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #007196;
		margin-top: 0px;
		margin-bottom: 0px;
		height:45px;
	}
	.navbar-inverse .navbar-toggle.collapsed {
		background-color: transparent;
	}

	.navbar-nav>li>a {
		padding-left:20px;
		padding-right:20px;
	}

	.logo a {
		padding-left: 20px;
	}
}