/* CSS WordPress core */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* CSS custom */

/* Select effect */
::selection {color:white;background: #147dc0;}
::-moz-selection {color:white;background: #147dc0;}

body {
	background-color: rgb(225,224,204);
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 70px;
	font-size:18px;
	line-height: 28px;
	font-weight:300
}
body.admin-bar #branding-wrap{top: 28px;} 
body.admin-bar #wrapper{margin-top: 145px;}
.page {
	margin-top: 35px;
}
a {
	color: #06C;
	text-decoration: none;
	-webkit-transition: background 1s ease;/* Safari 3.2+, Chrome */
	-moz-transition: background 1s ease;/* Firefox 4-15 */
	-o-transition: background 1s ease;/* Opera 10.5-12.00 */
	transition: background 1s ease;/* Firefox 16+, Opera 12.50+ */
}
a:hover {
	color: #036;
	text-decoration: none;
}
p {
margin: 10px 0 20px 0 ;
line-height: 28px;
}
.navbar-brand {
	text-indent: -999px;
	background:url(images/logo-inteligencia-expres.png) left top no-repeat;
	width: 232px;
	height: 81px;
}
body.admin-bar > .navbar-fixed-top {
	margin-top: 33px!important;
}
body.admin-bar  {
	margin-top: 65px!important;
}
.navbar-default {
	background-image: none!important;
	background: rgb(255,255,255);
}
.navbar-default .navbar-nav>li>a {
	color: rgb(20,125,192);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase
}
.carousel {
	margin-bottom: 50px;
}
.carousel-caption {
	top: 40%;
	bottom: 40%;
	left: 20%;
	right: 20%;
	background-color: rgba(0, 51, 102, 0.8);
	display:inline-block;
	text-transform: uppercase;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.carousel-caption h2 {
	font-size:36px;
	font-weight: 700;
	line-height: 0.7;
}
#carousel-ie .carousel .item {
	width: 100%;
	display: block !important;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
section {
	padding: 10px 40px 40px 30px;
	background-color: rgb(255,255,255)!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	margin-bottom: 50px;
	position:relative;
	overflow: hidden;
}
section h1 {
	background-color:#FC0;
	text-transform:uppercase;
	color: rgb(255,255,255);
	font-weight: 700;
	display: inline-block;
	padding: 10px 20px;
	z-index: 999;
	top: -50px;
}
section h2 {
	font-size:36px;
	font-weight: 300;
	color: rgb(20,125,192);
}

h3 {
	font-size:28px;
	line-height: 34px;
	font-weight: 300;
	color: rgb(20,125,192);
	margin-bottom: 30px;
}
.btn-call {
	-webkit-transition: linear-gradient 1s ease;/* Safari 3.2+, Chrome */
	-moz-transition: linear-gradient 1s ease;/* Firefox 4-15 */
	-o-transition: linear-gradient 1s ease;/* Opera 10.5-12.00 */
	transition: linear-gradient 1s ease;/* Firefox 16+, Opera 12.50+ */
	background: -moz-linear-gradient(90deg, #1cbeb1 0%, #30e0c1 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(0%, #1cbeb1), color-stop(100%, #30e0c1));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #1cbeb1 0%, #30e0c1 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #1cbeb1 0%, #30e0c1 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #1cbeb1 0%, #30e0c1 100%);/* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cbeb1', endColorstr='#30e0c1', GradientType='0'); /* for IE */
	background: linear-gradient(0deg, #1cbeb1 0%, #30e0c1 100%);/* W3C */
	min-width: 170px;
	border: 1px solid rgb(56,187,164);
	color: #fff;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase!important;
	letter-spacing: 2px;

}
.btn-call:hover {
	background: -moz-linear-gradient(90deg, #036 0%, #147dc0 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(0%, #036), color-stop(100%, #147dc0));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #036 0%, #147dc0 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #036 0%, #147dc0 100%);/* Opera 11.10+ */	
	background: -ms-linear-gradient(90deg, #036 0%, #147dc0 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#036', endColorstr='#147dc0', GradientType='0'); /* IE */
	background: linear-gradient(0deg, #036 0%, #147dc0 100%);/* W3C */
}
.macbook {
	background: #fff url(images/macbook-inteligencia-expres.jpg) right -130px center no-repeat;
}
.imac {
	background: #fff url(images/imac-inteligencia-expres.jpg) -120px center no-repeat;
}
footer {
	color: #fff;
	background-color: rgb(89,88,68);
	border-top: 25px solid rgb(134,133,113);
	padding-bottom: 30px
}
footer .footer-brand {
	text-indent: -99999px;
	background-size: 200px 73px;
	background:url(images/logo-inteligencia-expres-footer.png) center top no-repeat;
	margin: 0 auto;
	display: block;
	width: 200px;
	height: 73px;
}
.social {
	padding: 15px 0
}
.credits {
	font-size:14px;
	padding: 25px 0;
}
@media (max-width: 620px) {
 .navbar-toggle {
	margin-top: 17px;
}
 .navbar h1 {
 margin: 10px 0 50px 20px;
 padding-bottom: 10px!important;
}
 .navbar-brand {
 text-indent: -999px;
 background:url(images/logo-inteligencia-expres-mobile.png) left top no-repeat;
 padding: 0;
 margin: 0;
 width: 143px;
 height: 50px;
}
.carousel {
	margin-bottom: 17px;
}
.carousel-caption h2 {
	font-size:15px;
	margin: -5px;
}
.macbook {
	background: #fff url(images/macbook-inteligencia-expres.jpg) center bottom 20px no-repeat;
	background-size: 200px 150px;
}
.imac {
	background: #fff url(images/imac-inteligencia-expres.jpg) center bottom 20px no-repeat;
	background-size: 200px;
}
section {
	padding: 20px 20px 230px 30px;
}
 section h1 {
	 left: 0px;
	 font-size: 23px;
	 padding: 10px 20px;
	 text-align:center
}
section h2 {
font-size: 28px;
}
.btn-call {
	margin: 0 auto;
}
.form-control {
	margin-bottom: 7px;
}
.social {
	text-align:center;
}
.credits {
	font-size:16px;
}
}
@media (min-width: 768px) and (max-width: 820px) {
 .navbar ul {
 margin-top: 10px;
}
 .navbar-brand {
 text-indent: -999px;
 background:url(images/logo-inteligencia-expres-tablet.png) left top no-repeat;
 padding: 0;
 margin: 0;
 width: 172px;
 height: 60px;
}
 .navbar h1 {
 margin: 12px 0 50px 10px;
 padding-bottom: 20px!important;
}
.carousel-caption h2 {
	margin: -2px;
}
.macbook {
	background: #fff url(images/macbook-inteligencia-expres.jpg) right -15px bottom 33px no-repeat;
	background-size: 500px;
}
.imac {
	background: #fff url(images/imac-inteligencia-expres.jpg) left -220px center no-repeat;
	background-size: 500px;
}

}
@media (min-width: 1024px) {
 .navbar {
 height:105px;
}
 .navbar ul {
 margin-top: 20px;
}
 .navbar h1 {
 margin: 12px 0 50px 20px;
 padding-bottom: 20px!important;
}
.carousel-caption h2 {
	margin: 10px;
}
}
@media (min-width: 1152px) {
/*.carousel-caption h2 {
	margin: 25px;
}*/
}
