
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size: 18px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	display: inline-block;
	font-size: 18px;
	padding: 12px 18px;
	color: rgba(255,255,255,1.00) !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	border:solid 2px rgba(255,255,255,1.00);
	transition: all 0.3s;
}

.primary-white-button a:hover {
	background-color: rgba(32,97,241,0.80);
	border:solid 2px rgba(32,97,241,1.00);
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #2061F1;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	color: #fff!important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li>a:hover {
	color:#2061F1!important;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active .navbar-nav>li>a:hover {
	color:#2061F1!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;
	 
}
.navbar-brand em {
	font-style: normal;
	color: #f7c552;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: rgba(102,102,102,1.00);
    background-color:rgba(102,102,102,1.00);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #2061F1;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 991px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

#video{
}

#video-wrap{
position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

#video-wrap video{
/* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.text-content{
	
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
	position:relative;
}

.baner-content .text-content {
	text-align: center;
}

.baner-content .text-content h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #2061F1!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content .text-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}

/*BIG VENTO DOC*/
.baner-content-bv {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
	position:relative;
	background-image:url(../img/banner_bigvento.jpg);
}

.baner-content-bv .text-content {
	text-align: center;
}

.baner-content-bv .text-content h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.baner-content-bv .text-content h2 span {
	font-weight: 700;
	color: #2061F1!important;
}

.baner-content-bv .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content-bv .text-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content-bv .text-content .primary-white-button {
	margin-top: 25px;
}

/*SUPER 6 DOC*/
.baner-content-s6 {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
	position:relative;
	background-image:url(../img/banner_super6.jpg);
}

.baner-content-s6 .text-content {
	text-align: center;
}

.baner-content-s6 .text-content h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.baner-content-s6 .text-content h2 span {
	font-weight: 700;
	color: #2061F1!important;
}

.baner-content-s6 .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content-s6 .text-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content-s6 .text-content .primary-white-button {
	margin-top: 25px;
}

/*Mini vento DOC*/
.baner-content-mv {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
	position:relative;
	background-image:url(../img/banner_minivento.jpg);
}

.baner-content-mv .text-content {
	text-align: center;
}

.baner-content-mv .text-content h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.baner-content-mv .text-content h2 span {
	font-weight: 700;
	color: #2061F1!important;
}

.baner-content-mv .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content-mv .text-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content-mv .text-content .primary-white-button {
	margin-top: 25px;
}

/*Roller vento DOC*/
.baner-content-rv {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
	position:relative;
	background-image:url(../img/banner_rollervento.jpg);
}

.baner-content-rv .text-content {
	text-align: center;
}

.baner-content-rv .text-content h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.baner-content-rv .text-content h2 span {
	font-weight: 700;
	color: #2061F1!important;
}

.baner-content-rv .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content-rv .text-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content-rv .text-content .primary-white-button {
	margin-top: 25px;
}

/*Nubia DOC*/
.baner-content-nb {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
	position:relative;
	background-image:url(../img/banner_nubia.jpg);
}

.baner-content-nb .text-content {
	text-align: center;
}

.baner-content-nb .text-content h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.baner-content-nb .text-content h2 span {
	font-weight: 700;
	color: #2061F1!important;
}

.baner-content-nb .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content-nb .text-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content-nb .text-content .primary-white-button {
	margin-top: 25px;
}

/*Nizza DOC*/
.baner-content-nz {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	vertical-align: middle;
	position:relative;
	background-image:url(../img/banner_nizza.jpg);
}

.baner-content-nz .text-content {
	text-align: center;
}

.baner-content-nz .text-content h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
}

.baner-content-nz .text-content h2 span {
	font-weight: 700;
	color: #2061F1!important;
}

.baner-content-nz .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

.baner-content-nz .text-content p {
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content-nz .text-content .primary-white-button {
	margin-top: 25px;
}


#nosotros {
}

#nosotros h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 20px;
	font-weight: 700;
	color: rgba(63,63,63,1.00);
	letter-spacing: 1px;
}

#nosotros .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(63,63,63,0.50);
}

#nosotros p {
	color: rgba(63,63,63,1.00);
	margin-top: 30px;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}

#portoflio .page-section {
	padding: 0px;
}

#portfolio .section-heading {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #2061F1;
	height: 800px;
	margin-left: -100vh;
	padding-left: 100vh;
}

#portfolio .project-item {
	margin: 0px -16px;
}

#portfolio .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#portfolio .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#portfolio .section-heading p {
	color: #fff;
	padding-right: 70px;
}


#testimonial {
	background-color: #fff;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color:rgba(88,88,88,1.00);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: rgba(88,88,88,1.00);
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgba(88,88,88,1.00);
}




#blog {
	background-image: url(../img/blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#blog .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 682px;
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#blog .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#blog .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#blog .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  background-color: #fff;
}

.tabs a:hover {
  color: #2061F1;
}

.tabs .active {
  color: #2061F1;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
	font-size: 13px;
	color: #33c1cf;
}
.tabgroup .text-content a {
	font-size: 18px;
	color: #2061F1;
	text-decoration: none;
	font-weight: 500;
}
.tabgroup .text-content p {
	margin-top: 10px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#contact-us {
	background-color:rgba(255,255,255,1.00);
	text-align: center;
	padding: 80px 0px;
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(63,63,63,1.00);
	letter-spacing: 1px;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(63,63,63,0.50);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: rgba(63,63,63,1.00); 
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: #f2f2f2;
  outline: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  border:1px solid rgba(219,219,219,1.00);
}

#contact input:focus {
  border:2px solid rgba(166,166,166,1.00);
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: #f2f2f2;
  outline: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
  border:1px solid rgba(219,219,219,1.00)
}

#contact textarea:focus {
  border:2px solid rgba(166,166,166,1.00);
}

#contact button {
  display: inline-block;
	background-color: #2061F1;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


#iframecontacto{
	width:100%;
	height:500px;
	overflow:hidden;
	border:none;
}

footer {
	margin-top: -6px;
	background-color: #373a3c;
	padding: 50px 0px;
}

footer p{
	font-size:14px;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

footer .middle {
	width:60%;
	margin:auto;
}

footer .middle a {
	color:rgba(255,255,255,1.00);
}

footer .middle a:hover {
	color:#2061F1;
	text-decoration:none;
}

footer .connect-us ul{
	text-align:right;
}


footer .connect-us ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}
footer .connect-us ul li a:hover {
	background-color: #2061F1;
}

/*big vento*/
#bigvento h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 28px;
	font-weight: 700;
	color: rgba(63,63,63,1.00);
	letter-spacing: 1px;
}

#bigvento .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(63,63,63,0.50);
}

#bigvento p {
	color: rgba(63,63,63,1.00);
	margin-top: 30px;
	font-size:24px;
	line-height:32px;
}

.galeria-p{
	margin-top:30px;
}

#tecnica h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 28px;
	font-weight: 700;
	color: rgba(63,63,63,1.00);
	letter-spacing: 1px;
}

#tecnica .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(63,63,63,0.50);
}

#tecnica p{
	margin-top:30px;
}

#tecnica p a {
	color: rgba(63,63,63,1.00);
	font-size:20px;
}

#tecnica p a:hover{
	color:rgba(38,99,221,1.00);
	text-decoration:none;
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow:hidden;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}


/* RESPONSIVE */

@media (max-width: 991px){
	
	footer .middle {
	width:100%;
	margin:none;
	float:left;
}
	
footer .connect-us ul{
	text-align:left;
}

	.baner-content {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image:url(../img/banner.gif);
  	vertical-align: middle;
	
}

.baner-content-bv {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image:url(../img/banner_bigvento.jpg);
  	vertical-align: middle;
}

.baner-content-s6 {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image:url(../img/banner_super6.jpg);
  	vertical-align: middle;
}

.baner-content-mv {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image:url(../img/banner_minivento.jpg);
  	vertical-align: middle;
}

.baner-content-rv {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image:url(../img/banner_rollervento.jpg);
  	vertical-align: middle;
}

.baner-content-nb {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image:url(../img/banner_nubia.jpg);
  	vertical-align: middle;
}

.baner-content-nz {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image:url(../img/banner_nizza.jpg);
  	vertical-align: middle;
}
	
	.baner-content .text-content p {
		padding: 0px 10%;
	}
	
	.baner-content-bv .text-content p {
		padding: 0px 10%;
	}
	
	.baner-content-s6 .text-content p {
		padding: 0px 10%;
	}
	
	.baner-content-mv .text-content p {
		padding: 0px 10%;
	}
	
	.baner-content-rv .text-content p {
		padding: 0px 10%;
	}
	
	.baner-content-nb .text-content p {
		padding: 0px 10%;
	}
	
	.baner-content-nz .text-content p {
		padding: 0px 10%;
	}
	
	
	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 55px;
		color: #343434!important;
	}

}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}