/* Selectors */
a:link, a:visited {
	color:#db4a37;
	outline: none !important;
	text-decoration: none !important;
}

a:hover {
	color: #272727;
}

body {
	color: rgba(39, 39, 39, 1);
	font-family: "Open Sans";
	font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab";
}

footer {
	background: rgba(39, 39, 39,1);
	color: #fff;
}

footer a:link, a:visited {
	color: #db4a37;
}

footer a:hover {
	color:#ccc;
}

ul.none {list-style-type: none;}
ul.disc {list-style-type: disc;}
ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ul.upper-roman {list-style-type: upper-roman;}
ul.lower-latin {list-style-type: lower-latin;}
ul.lower-aplha {list-style-type: lower-alpha;}

/* Selector Classes */
.adds {
	cursor: pointer;
	background: rgba(239,242,231,1);
	padding: 34px 0;
}

.adds a:link, .adds a:visited {
	color: #272727 !important;
}

.adds-banner {
	color: #272727;
	vertical-align: top;
}

.adds-supin{
    border-bottom: 1px solid;
    color: #272727;
	display: block;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.adds-subin {
	display: block;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 5px 2px 0;
    text-align: center;
}

.adds-content {
	display: inline-block;
	min-height: 75px;
	/*padding-left: 300px;*/
	position: relative;
	vertical-align: top;
}

.adds-badge {
	position: absolute;
	left: 220px;
	top: 10px;
	height: 65px;
	width: 65px;
}

.adds-label {
	background: rgba(51,77,92,1);
	color: #fff;
	display: inline-block;
	letter-spacing: 2px;
	padding: 6px 10px;
	text-transform: uppercase;
}

.adds-title {
	font-size: 24px;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-top {
	vertical-align: top;
}

.allign-bottom {
	vertical-align: bottom;
}

.animate {
	transition: 400ms ease 0s;
}

.animate-escalar {
	transform: scale(1, 1);
}

.animate-escalar:hover {
	transform: scale(1.2, 1.2);
}

.animate-rotate {
	transform: rotate(0deg);
}

.animate-rotate:hover {
	transform: rotate(45deg);
}

.animate-rotate_top {
	transform: rotate(0deg) translate(0, 0);
}

.animate-rotate_top:hover {
	transform: rotate(-30deg) translate(0, -20px);
}

.animate-translate {
	transform: translate(0, 0);
}

.animate-translate:hover {
	transform: translate(5px, -10px);
}

.auto {
	max-width: 100%;
}

.bg {
	margin: 0;
	padding: 0;
}

.bg-mkt {
	background: rgba(80,80,80,1) url("../images/digital-marketing.jpg") repeat-y top center / cover;
}

/*.btn-Black, .btn-Gray, .btn-Orange, .btn-Red, .btn-Yellow, .btn-Green, .btn-Purple {*/
.btn {
	background-color: #d3d3d3;
	border: none;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	-ms-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Lato, sans-serif";
	font-size: .95px;
	font-weight: 700;
	padding: .6em .8em .8em;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    box-shadow: inset 0 -.2em rgba(0,0,0,.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.btn a:link, .btn a:visited {
	color: #fff !important;
}

.btn--small {
	font-size: .95em;
}

.btn--medium {
	font-size: 1.1em;
}

.btn--big {
	font-size: 1.3em;
}

.btn-Red {
	background: rgba(204,51,51,1);
}

.btn-Red:focus, .btn-Red:hover {
	background: rgba(204,22,22,1);
	color: #fff;
}

.btn-Purple {
	background: rgba(97,20,81,1);
}

.btn-Purple:focus, .btn-Purple:hover {
	background: rgba(51,3,26,1);
	color: #fff;
}

.btn-Green {
	background: rgba(154,165,40,1);
}

.btn-Green:focus, .btn-Green:hover {
	background: rgba(108,118,28,1);
	color: #fff;
}

.btn-Yellow {
	background: rgba(240,196,25,1);
}

.btn-Yellow:focus, .btn-Yellow:hover {
	background: rgba(221,179,26,1);
	color: #fff;
}

.btn-Orange {
	background: rgba(219,74,55,1);
}

.btn-Orange:focus, .btn-Orange:hover {
	background: rgba(216,117,56,1);
	color: #fff;
}

.btn-Dark {
	background: rgba(84,106,121,1);
}

.btn-Dark:focus, .btn-Dark:hover {
	background: rgba(65,78,86,1);
	color: #fff;
}

.btn-Black {
	background: rgba(0,0,0,1);
}

.btn-Black:focus, .btn-Black:hover {
	background: rgba(51,51,51,1);
	color: #fff;
}

.btn-Blue {
	background: rgba(102,179,255,1);
}

.btn-Blue:focus, .btn-Blue:hover {
	background: rgba(26,140,255,1);
	color: #fff;
}

/* this make our menu fixed top */
.f-nav {
	left: 0; top: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.gray-color {
/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;  
}

.gray-color:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}

.layout-center {
	margin: 0 auto !important;
}

.line-top {
	border-top: 1px solid rgba(238,238,238,0.5);
}

.line-bottom {
	border-bottom: 1px solid rgba(238,238,238,0.5);
}

.logo {
	display: inline-block !important;
}

.logo-image {	
	background-color: rgba(255,255,255,0.5) !important;
	border-radius: 50% !important;
	padding: 0.2em !important;
	margin-top: -0.5em !important;
	width: 55px !important;
}

.logo-text {	
	margin-top: 1em;
	width: 168px;
}

.list-group-item.active{
	background-color: #546a79 !important;
	background-image: none !important;
	border-color: #3b4b55 !important;
}

.margin-bellow {
	margin: 0 0 25px;
	box-sizing: border-box; 
}

.margin-above {
	margin: 50px 0 0;
	box-sizing: border-box;
}

.navbar {
	min-height: 75px;
	margin-bottom: 0px;
}

.navbar-inverse {
	background: rgba(39, 39, 39, 1) none repeat-x top left !important;
	border-radius: 0px !important;
	border-bottom: 1px solid rgba(238,238,238,0.5);
}
.navbar-nav {
	float: right !important;
    text-transform: uppercase;
}

.navbar-nav li a {
	padding-top: 25px !important;
}

.navbar-nav li a:link, .navbar-nav li a:visited {
	color: #FFF !important;
}

.navbar-nav li a:hover {
	border-top: #db4a37 5px solid !important;
	box-sizing: content-box;
	color: #FFF !important;
	padding-top: 20px !important;
}

.navbar-nav li:before {
	border-right: #fff 1px solid;
	content: '';
	height: 1.5em;
	position: absolute;
	right: 0;
	top: 25px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.position-relative {
	position: relative;
}

.promo {
	background: rgba(219,74,55,1);
	box-shadow: rgba(0,0,0,.3) 0 10px 8px inset;
}

.prices {
	background: rgba(239,242,231,1);
	padding: 34px 0;
}

.priceTable {
	background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddddd6;
    overflow: hidden;
}

.priceTable-benefits {
	padding-left: 12px;
}

.priceTable-bullet {
	border-radius: 5px;
	margin-top: 5px;
	max-width: 10px;
	max-height: 10px;
	min-width: 10px;
	min-height: 10px;
}

.priceTable-bullet-color-red {
	background: rgba(204,51,51,1);
}

.priceTable-bullet-color-green {
	background: rgba(154,165,40,1);
}

.priceTable-bullet-color-purple {
	background: rgba(97,20,81,1);	
}

.priceTable-bullet-color-yellow {
	background: rgba(240,196,25,1);	
}

.priceTable-bullet-color-dark {
	background: rgba(84,106,121,1);	
}

.priceTable-button {
	margin-bottom: 20px;
}

img.priceTable-currencyImg {
	width: 15px !important;
	height: 15px !important;
}

.priceTable-currencyImg {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.priceTable-header {
	background: rgba(204,51,51,1);
	color: #fff;
	padding: 18px 0;
}

.priceTable-header-Green {
	background: rgba(154,165,40,1);
}

.priceTable-header-Purple {
	background: rgba(97,20,81,1);
}

.priceTable-header-Dark {
	background: rgba(84,106,121,1)
}

.priceTable-header-Yellow {
	background: rgba(240,196,25,1)
}

.priceTable-label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
}

.priceTable-list {
	padding: 30px 60px 35px 35px;
	list-style: none;
	text-align: left;
}

.priceTable-listItem {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-bottom: 16px;
	margin-top: 6px;
}

.priceTable-price {
	font-size: 50px;
	font-weight: 700;
	line-height: 55px;
}

.priceTable h3 {
	color: #fff;
	font-family: "Lato, sans-serif";
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.sombra:hover {
	box-shadow: 1px 1px 10px #272727;
	color: #272727;
	cursor: pointer;
}

.slide {
	background: rgba(80,80,80,1) url("../images/bg-dark-slider.jpg") repeat-y fixed top center / cover;
	padding: 2em 0;
}

.slide-web {
	background: rgba(80,80,80,1) url("../images/bg-dark-slider-web.jpg") repeat-y fixed top center / cover;
	padding: 2em 0;
}

.slide-adwords {
	background: rgba(80,80,80,1) url("../images/bg-dark-slider-adwords.jpg") repeat-y fixed top center / cover;
	padding: 2em 0;
}

.slide-aboutus {
	background: rgba(80,80,80,1) url("../images/bg-dark-slider-nosotros.jpg") repeat-y fixed top center / cover;
	padding: 2em 0;
}

.slide-servicios {
	background: rgba(80,80,80,1) url("../images/bg-dark-slider-servicios.jpg") repeat-y fixed top center / cover;
	padding: 2em 0;
}

.space {
	padding: 50px;
	box-sizing: border-box;
}

.space-above {
	padding: 50px 0 0;
	box-sizing: border-box;
}

.space-bellow {
	padding: 0 0 50px;
	box-sizing: border-box;
}

.space-between {
	padding: 0 25px 0;
	box-sizing: border-box;
}

.space-up-down {
	padding: 15px 0 50px;
	box-sizing: border-box;
}

.text-space {
	line-height: 55px;
}

.title {
	text-shadow: rgba(9,9,9,1) 0 1.5px 1.5px;
}

.title-principal {
	font-size: 48px;
	font-weight: normal;	
}

.title-segundo {
	font-size: 38px;
	font-weight: normal;
}

.title-tercero {
	font-family: "Lato, sans-serif";
	font-weight: 400;
	font-size: 36px;
}

.white, .title-white {	
	color: rgba(255,255,255,1);
}

.orange, .title-orange {
	color: rgba(219,74,55,1);
}

.gray, .title-gray {
	color: rgba(39,39,39,1);
}

/* Selector ID's */
#contact {
	background-color: rgba(238,238,238,1);
	padding: 5px 0;
	text-align: right;
}

#contact ul li {
	display: inline-block;
	padding: 5px 10px;
}

#contact li:first-child {
	border-right: 1px solid rgba(39,39,39,1);
	font-family: "Roboto Slab";
	font-style: italic;
	line-height: 24px;
}

#img-html5 {
	background: url(../images/html5-bn.png) center center no-repeat;
	height: 128px;
}

#img-html5:hover {
	background: url(../images/html5.png) center center no-repeat;
}

#img-css3 {
	background: url(../images/css3-bn.png) center center no-repeat;
	height: 128px;
}

#img-css3:hover {
	background: url(../images/css3.png) center center no-repeat;
}

#img-javascript {
background: url(../images/javascript-bn.png) center center no-repeat;
	height: 128px;
}

#img-javascript:hover {
	background: url(../images/javascript.png) center center no-repeat;
}

#img-bootstrap {
	background: url(../images/bootstrap-bn.png) center center no-repeat;
	height: 128px;
}

#img-bootstrap:hover {
	background: url(../images/bootstrap.png) center center no-repeat;
}

#img-angularjs {
	background: url(../images/angular-bn.png) center center no-repeat;
	height: 128px;
}

#img-angularjs:hover {
	background: url(../images/angular.png) center center no-repeat;
}

#img-nodejs {
	background: url(../images/nodejs-bn.png) center center no-repeat;
	height: 128px;
}

#img-nodejs:hover {
	background: url(../images/nodejs.png) center center no-repeat;
}

#loginBtn {
	cursor: pointer;
}

@media (max-width: 768px) {
	/* this make our menu fixed top */
	.f-nav {
		left: 0; top: 0;
		position: relative;
		width: 100%;
	}

	.navbar-nav {
		float: none !important;
		text-align: center !important;
	}

	.navbar-nav li:before {
		border-right: none !important;
	}

	.navbar-collapse {
		border-top: none !important;
		box-shadow: none !important;
	}

	.navbar-brand {
		height: 65px;
	}
}
