body {
    color: #555555;
    /* font-family: 'Noto Sans',sans-serif; */
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    /* font-family: 'Roboto Condensed',sans-serif; */
}
p {
	line-height: 1.6;
	font-size: 16px;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
	visibility: hidden !important;
}

.transparent {
    opacity: 0;
}
/**
TODO: Cambio de 
.no-padding {
    padding: 0 !important;
}

.navbar-brand {
    font-size: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
}
*
*/

a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
h2.sectionTitle {
    /* color: #428BCA; */
    color: #7BBDEF;
    font-size: 50px;
    margin-top: 0;
    text-align: center;
	font-weight: 700;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
        z-index: 1000;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
	/**
	background: url(../img/80.png);
	**/
	background: #fff;
	border: 0 none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
	line-height: 1;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 26px;
    padding: 0;
    width: 100%;
	font-size: 40px;
	letter-spacing: -2px;
	font-weight: 700;
}
.navbar-inverse .navbar-brand {
    /* color: #428BCA; */
    color: #7BBDEF;
}
.navbar-inverse .navbar-brand .fa-stack {
	font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    /* color: #428BCA; */
    color: #7BBDEF;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
	float: right;
}
.navbar-inverse .navbar-nav > li > a {
    /* font-family: 'Roboto Condensed',sans-serif; */
    color: #333333;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 30px 15px;
    text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    /* color: #428BCA; */
    color: #7BBDEF;
}
.navbar-inverse .navbar-toggle {
	background: #FFFFFF;
    border: 0 none;
	margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background: #333;
}

/**********************************************************************/
/************************** JUMBOTRON ********************************/
/********************************************************************/

.jumbotron {
    /* background: url("../img/bigBG.png") no-repeat center scroll; */
    background: url("../img/background.jpg") no-repeat center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 140px;
    color: #fff;
    margin-bottom: 0;
}
.jumbotron .mobile {
    background-image: url("../img/mobile.png");
    background-repeat: no-repeat;
    height: 499px;
    margin-left: -96px;
    margin-top: 0;
    overflow: hidden;
    width: auto;
}
.jumbotron .laptop {
    background-image: url("../img/laptop.png");
    background-repeat: no-repeat;
    height: 499px;
    margin-left: -200px;
    margin-top: 0;
    overflow: hidden;
    width: auto;
}
.jumbotron h1 {
	color: #fff;
    font-size: 72px;
    font-weight: 700;
	text-shadow: 0 1px 5px #222222;
}
.jumbotron h2 {
	color: #fff;
	font-weight: 300;
	text-shadow: 0 1px 5px #222222;
	margin-bottom: 30px;
}
.jumbotron .actionBtn .line1 {
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 140px;
	margin-top: 10px;
}
.jumbotron .actionBtn .line2 {
	font-size: 28px;
    font-weight: 700;
	line-height: 1;
	
}

/**********************************************************************/
/************************** WHAT WE DO *******************************/
/********************************************************************/

#featureWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#featureWrap .icon {
	-webkit-transition:All 0.2s linear;
	-moz-transition:All 0.2s linear;
	-o-transition:All 0.2s linear;
}
#featureWrap .fa-stack.icnC {
    /* color: #428BCA; */
    color: #7BBDEF;
    font-size: 74px;
}
#featureWrap .icon {
    /**
    background-color: #428BCA;
    border: 4px solid #428BCA;
    */
    background-color: #7BBDEF;
    border: 4px solid #7BBDEF;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 80px;
    height: 148px;
    line-height: 140px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 148px;
}
#featureWrap .icon:hover {
    /* color: #428BCA; */
    color: #7BBDEF;
    background-color: #fff;
    cursor: default;
}
#featureWrap h3 {
	font-weight: 700;
}

/**********************************************************************/
/************************ PRODUCT ************************************/
/********************************************************************/

#productWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#productWrap .productFeatures {
	margin-top: 20px;
}
#productWrap .productFeatures h3 {
	margin-top: 0;
        /* color: #428BCA; */
        color: #7BBDEF;
}
#productWrap .productFeatures p {
	margin-bottom: 50px;
}
#productWrap .productFeatures .icon {
	text-align: right;
        /* color: #428BCA; */
        color: #7BBDEF;
	font-size: 20px;
}
#productWrap .productFeature {
	margin-top: 20px;
}
#productWrap .productFeature h3 {
	margin-top: 0;
        /* color: #428BCA; */
        color: #7BBDEF;
}
#productWrap .productFeature p {
	margin-bottom: 50px;
}
#productWrap .productFeature .icon {
	text-align: right;
        /* color: #428BCA; */
        color: #7BBDEF;
	font-size: 20px;
}

/**********************************************************************/
/************************ PRICING ************************************/
/********************************************************************/

#pricingWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#pricingWrap .priceTable {
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none outside none;
	text-align: center;
}
#pricingWrap .priceTable .title {
	color: #333333;
	font-size: 34px;
	font-weight: 700;
	padding: 20px 10px 0;
	/* font-family: 'Roboto Condensed',sans-serif; */
}
#pricingWrap .priceTable .description {
    color: #777777;
    font-size: 14px;
    padding: 10px 10px 20px;
}
#pricingWrap .priceTable .price {
    background: #F2F2F2;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #333333;
    font-size: 26px;
    margin-bottom: 20px;
    padding: 15px 10px;
}
#pricingWrap .priceTable ul.features {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
#pricingWrap .priceTable ul.features li {
    border-bottom: 1px dotted #D2D2D2;
    color: #333333;
    font-size: 16px;
    margin: 0 30px;
    padding: 15px 0;
    text-align: center;
}
#pricingWrap .priceTable .call {
    margin: 30px 10px;
}
#pricingWrap .priceTable .call .btn {
    width: 70%;
}
#pricingWrap .priceTable.alt {
    /**
    border-color: #428BCA;
    background: #428BCA;
    */
    border-color: #7BBDEF;
    background: #7BBDEF;
}
#pricingWrap .priceTable.alt .title {
    color: #fff;
}
#pricingWrap .priceTable.alt .description {
    color: #fff;
}
#pricingWrap .priceTable.alt .price {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #333333;
}
#pricingWrap .priceTable.alt ul.features li {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
#pricingWrap .priceTable.alt .call .btn {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #333;
}


/**********************************************************************/
/*************************** SUCCESS *********************************/
/********************************************************************/

#successWrap {
    padding-top: 60px;
    padding-bottom: 40px;
}
#successWrap .slides {
	text-align: center;
}
#successWrap .quote {
    color: #777777;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 15px;
}
#successWrap .author {
    /* color: #428BCA; */
    color: #7BBDEF;
    font-size: 20px;
}

/**********************************************************************/
/************************ TESTIMONIALS *******************************/
/********************************************************************/

#testimonialsWrap {
	padding-top: 60px;
	padding-bottom: 40px;
}
#testimonialsWrap .slides {
	text-align: center;
}
#testimonialsWrap .quote {
	color: #777777;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 15px;
}
#testimonialsWrap .author {
    /* color: #428BCA; */
    color: #7BBDEF;
    font-size: 20px;
}

/**********************************************************************/
/************************ CONTACT ************************************/
/********************************************************************/
#contactWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#contactWrap .overlay {
    /* background: url("../img/60.png"); */
    padding-bottom: 60px;
}
#contactWrap h2.sectionTitle {
    border-bottom: 1px solid #fff;
}
#contactWrap .blurb {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
#contactWrap label {

}
#contactWrap .form-control {
    border: 1px solid #c5c5c5;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 100%;
	border-radius: 0;
	color: #555;
	box-shadow: none;
}
#contactWrap .form-control:focus {
	border-color: #aaa;
    box-shadow: none;
}
#contactWrap textarea.form-control {
	margin: 0 0 10px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
	min-height: 120px;
}
#contactWrap button.btn {
    margin-top: 15px;
    width: 100%;
}

#contactWrap .has-error {
    border-color: #a94442 !important;
}

#contactWrap .help-block {
    color: #a94442 !important;
}


/**********************************************************************/
/************************** DEMO *************************************/
/********************************************************************/
#demoWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#demoWrap .overlay {
    /* background: url("../img/60.png"); */
    padding-bottom: 60px;
}
#demoWrap h2.sectionTitle {
    border-bottom: 1px solid #fff;
}
#demoWrap .blurb {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
#demoWrap label {

}
#demoWrap .form-control {
    border: 1px solid #c5c5c5;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 100%;
	border-radius: 0;
	color: #555;
	box-shadow: none;
}
#demoWrap .form-control:focus {
	border-color: #aaa;
    box-shadow: none;
}
#demoWrap textarea.form-control {
	margin: 0 0 10px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
	min-height: 120px;
}
#demoWrap button.btn {
    margin-top: 15px;
    width: 100%;
}

#demoWrap .has-error {
    border-color: #a94442 !important;
}

#demoWrap .help-block {
    color: #a94442 !important;
}

/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	background: #444;
	padding: 40px 0;
}
footer p {
	color: #ddd;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}
footer .social {
	margin: 0;
}
footer .social a {
	color: #DDDDDD;
	text-decoration: none;
}
footer .social a:hover {
	color: #fff;
}
footer .social a .fa-inverse {
	color: #444;
}


/**************************
    SHARE BUTTONS
***************************/

.fa-facebook { color: #3b5998 !important; }
.fa-twitter { color: #00aced !important; }
.fa-google-plus { color: #dd4b39 !important; }
.fa-linkedin { color: #007bb6 !important; }
.fa-pinterest { color: #cb2027 !important; }

/**************************
    COOKIES POLICY
***************************/

.cookies-policy-container {
    position: fixed;
    min-height: 45px;
    background-color: #000;
    opacity: 0.85;
    bottom: 0px;
    z-index: 5000;
    width: 100%;
}

.cookies-policy {
    text-align: left;
    color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8px;
}

.cookies-policy > p {
    font-size: 14px !important;
}

.cookies-policy-button {
    margin-bottom: 10px;
}

/**************************
    FOOTER LINKS
***************************/
footer ul.links a.active {
    text-decoration: underline;
}

footer ul.links {
    font-size: 14px;
    list-style: outside none none;
    padding: 0;
}

.footer-links {
    margin-top: 10px;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(min-width:1500px){
	.jumbotron .jumboText {
                width: 45%;
                float: right;
	}
	.jumbotron .jumboImage {
                width: 55%;
                float: left;
	}
	.jumbotron .laptop {
                width: 850px;
	}
}
@media(max-width:1500px) and (min-width: 1200px){
	.jumbotron .jumboText {
		text-align: center;
	}
	.jumbotron .mobile {
		margin-left: -164px;
	}
	.jumbotron .laptop {
		margin-left: 145px;
                width: 850px;
	}
}
@media(max-width:1200px) and (min-width: 979px){
	.jumbotron .jumboText {
		text-align: center;
	}
	.jumbotron .mobile {
		margin-left: -164px;
	}
	.jumbotron .laptop {
		margin-left: 50px;
                width: 850px;
	}
}
@media(max-width:979px) and (min-width: 767px){
	.navbar-collapse {
		float: right;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding: 25px 12px;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		font-size: 28px;
		float: left;
		margin: 15px 0;
		width: auto;	
	}
	.navbar-inverse .navbar-brand .fa-stack {
		font-size: 22px;
	}
	.navbar-nav {
		float: left;
	}
	.jumbotron {
		padding-top: 100px;
	}
	.jumbotron h1 {
		font-size: 64px;
	}
	.jumbotron .actionBtn {
		margin-bottom: 50px;
	}
	.jumbotron .jumboText {
		text-align: center;
	}
	.jumbotron .mobile {
		margin-left: -164px;
	}
	.jumbotron .laptop {
		margin-left: -55px;
                width: 850px;
	}
	#productWrap .imgWrap img {
		margin: 0 auto 60px;
	}
	#contactWrap .blurb {
		font-size: 20px;
	}
	#demoWrap .blurb {
		font-size: 20px;
	}

}
@media (max-width: 767px) {
	.navbar-collapse {
		float: none;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		font-size: 28px;
		float: left;
		margin: 15px 0 15px 15px;
		width: auto;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		padding: 12px 15px;
	}
	.jumbotron {
		padding-left: 0;
		padding-right: 0;
                padding-top: 110px;
	}
	.jumbotron h1 {
		font-size: 48px;
	}
	.jumbotron h2 {
		font-size: 22px;
	}
	.jumbotron .jumboText {
		text-align: center;
	}
	.jumbotron .mobile {
                display: none;
	}
	.jumbotron .laptop {
                display: none;
	}
        
	#featureWrap .feature {
		margin-bottom: 40px;
	}
	#productWrap .productFeatures .icon {
		font-size: 14px;
	}
	#productWrap .productFeature .icon {
		font-size: 14px;
	}
	#pricingWrap .priceTable {
		margin-bottom: 60px;
	}
}

/********************************************
    GOOGLE RECAPTCHA
*********************************************/

.recaptcha-wrapper {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 15px;
    position: relative;
    margin-bottom: 20px;
}

/********************************************
    NUEVOS ICONOS
*********************************************/
@font-face {
 font-family:'FontW4P';
 src:url('../fonts/w4p.woff');
 src:url('../fonts/w4p.woff') format('woff'),
 url('../fonts/w4p.ttf') format('truetype'),
 url('../fonts/w4p.svg') format('svg');
 font-weight:normal;
 font-style:normal
}
.faw4p {
 display:inline-block;
 font:normal normal normal 14px/1 FontW4P;
 font-size:inherit;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.faw4p-art:before {
 content:"\f2e1"
}
.faw4p-boxes:before {
 content:"\f2e2"
}
.faw4p-brain:before {
 content:"\f2e3"
}
.faw4p-checklist:before {
 content:"\f2e6"
}
.faw4p-clock:before {
 content:"\f2e4"
}
.faw4p-conversation:before {
 content:"\f2e5"
}
.faw4p-products:before {
 content:"\f2e7"
}
.faw4p-setup:before {
 content:"\f2e8"
}
.faw4p-tablet:before {
 content:"\f2e9"
}
.faw4p-updating:before {
 content:"\f2ea"
}
.faw4p-watsapp:before {
 content:"\f2eb"
}
.faw4p-sobre:before {
 content:"\f003"   
}

/**************************************************/
/*              NUEVA MAQUETA                     */
/**************************************************/
#zona-1{
    padding: 50px 0 100px;
}
#zona-1 .faw4p{
    color: #37c1f0;
    font-size: 60px;
    display: block;
}
#zona-1 .bloque,
#zona-1 .bloque-flotante{
    color: #012061;
    font-size: 24px;
}
#zona-1 .bloque-flotante{
    width: 50%;
    position: absolute;
    padding: 10px;
}
#zona-1 .bloque-flotante:nth-child(1),
#zona-1 .bloque-flotante:nth-child(2){
    text-align: right;
    left: -230px;
}
#zona-1 .bloque-flotante:nth-child(3),
#zona-1 .bloque-flotante:nth-child(4){
    text-align: left;
    right: -230px;
}
#zona-1 .bloque-flotante:nth-child(1),
#zona-1 .bloque-flotante:nth-child(3){
    top: 0;
    bottom: 50%;
}
#zona-1 .bloque-flotante:nth-child(2),
#zona-1 .bloque-flotante:nth-child(4){
    bottom: 0;
    top: 50%;
    margin: auto;
}


#zona-2{
    padding: 50px 0 100px;
    background: url('http://cdn.web4pro.es/assets/img/azul.jpg');
    background-size: cover;
    color: white;
}
#zona-2 .quintos .bloque{
    display: inline-block;
    height: 240px;
    width: 20%;
    padding: 15px 10px 0;
    text-align: center;
    vertical-align: top;
    margin-top: 80px;
    float: left;
}
#zona-2 .quintos .bloque:not(:last-child){
    border-right: 2px solid #37c1f0;
}
#zona-2 .quintos .bloque i.faw4p{
    display: inline-block;
    font-size: 80px;
    background: #fff;
    color: #012061;
    border-radius: 100%;
    padding: 30px;
    margin-top: -130px;
}
#zona-2 .quintos .bloque > span{
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}

#zona-3{
    padding: 50px 0 100px;
    background: url('http://cdn.web4pro.es/assets/img/portatilweb4pro.png');
    background-size: contain;
    color: #012061;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #3eccf4;
}
#zona-3 .bloque.blanco{
    background: white;
    border-radius: 4px;
    padding: 20px;
    width: auto;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 5px 5px 8px 1px rgba(1,32,97,0.4);
    -moz-box-shadow: 5px 5px 8px 1px rgba(1,32,97,0.4);
    box-shadow: 5px 5px 8px 1px rgba(1,32,97,0.4);
    margin-bottom: 30px;
}
#zona-3 .parrafo{
    font-size: 20px;
}

@media screen and (max-width:991px) {
    
    #zona-1 .bloque-flotante{
        display: block;
        position: relative;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        text-align: center !important;
        width: 100%;
        padding: 30px 0;
    }
    #zona-2 .quintos .bloque{
        width: 100%;
        border: none !important;
    }
}
@media screen and (min-width:992px) {
    #zona-1 .sectionTitle + div{
        padding-left: 230px; padding-right: 230px;
    }
    .vertical-aling-box{
        display: inline-table;
        height: 100%;
    }
    .vertical-aling-element{
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        position: relative;
    }
    #zona-1 .bloque-flotante .vertical-aling-element > div{
        height: 80px;
    }
}
@media screen and (max-width:1560px) {
    #zona-3{
        background-size: 75%;
    }
}
@media screen and (max-width:620px) {
    #zona-3{
        background-image: none;
        text-align: center;
    }
}