/*
Theme Name: Weisz & Cía
Author: Pablo Revetria
Description: WP Theme exclusive for Weisz
Version: 0.0.1
Tags: bootstrap
*/

body {
    width: 100%;
    height: 100%;
	
	background: #e6e6e6;
	color: #808290;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	
	overflow-x: hidden;
}

@media (min-width:990px){
}

html {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-font-smoothing: antialiased !important;
	        text-rendering: optimizeLegibility !important;
}

@media (min-width:768px){.container{width:750px}}
	
@media (min-width:980px){.container{width:970px}}

/*@media (min-width:1100px){.container{width:1000px}}*/

@media (min-width:1200px){.container{width:1100px}}

/* =Titles
--------------------------------------------------------------------------------------------------------*/

h1 {
	font-weight: 300;
	font-size: 36px;
	color: #0e153f;
	margin-bottom: 25px;
}

@media (min-width:767px){
	h1 {
		font-size: 50px;
	}
}

.subtitle {
	font-weight: 300;
	font-size: 18px;
	color: #808290;
	margin-bottom: 5px;
}

@media (min-width:767px){
	.subtitle {
		font-size: 20px;
	}
}

h2 {
	font-weight: 400;
	font-size: 18px;
	color: #0e153f;
	margin-bottom: 25px;
}

@media (min-width:767px){
	h2 {
		font-size: 22px;
	}
}

/* =Header
--------------------------------------------------------------------------------------------------------*/

.navbar {
	background: #0e153f;
}

.navbar-brand {
	background: url(svg/logo-weisz.svg) no-repeat center center;
	background-size: 175px 45px;
	width: 175px;
	height: 45px;
	text-indent: -3000px;
	margin: 30px 0 20px 10px;
}

@media only screen and (min-width : 380px) {
	.navbar-brand {
		background: url(svg/logo-weisz.svg) no-repeat center center;
		background-size: 200px 51px;
		width: 200px;
		height: 51px;
		text-indent: -3000px;
	}	
}

@media only screen and (min-width : 1000px) {
	.navbar-brand {
		background: url(svg/logo-weisz.svg) no-repeat center center;
		background-size: 269px 69px;
		width: 269px;
		height: 69px;
		text-indent: -3000px;
		margin-top: 30px;
	}	
}

@media (min-width:1000px){	
	.top-nav-collapse .navbar-brand  {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		margin-top: 15px;
		background-size: 175px 45px;
		width: 175px;
		height: 45px;
	}
}

.navbar-principal,
.page-template-tpl-home .back {
	display: none;
}

@media (min-width:1000px){
	.navbar-principal {
		display: block;
	}
	
	.page-template-tpl-product .navbar-principal {
		display: none;
	}
}

.navbar-default {
	border: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}

@media (min-width:1000px){
	.navbar-default .navbar-nav > li > a,
	.navbar-nav > li > a {
		font-size: 22px;
		padding: 50px 20px;
	}	
	
	.top-nav-collapse:after {
		background: #1db171; 
		background: -moz-linear-gradient(left,  #1db171 1%, #17d784 100%); 
		background: -webkit-linear-gradient(left,  #1db171 1%,#17d784 100%);
		background: linear-gradient(to right,  #1db171 1%,#17d784 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db171', endColorstr='#17d784',GradientType=1 );
		content: '';
		position: absolute;
		bottom: 0;
		height: 2px;
		width: 100%;
	}
	
	.top-nav-collapse .navbar-nav > li > a  {
		-webkit-transition: padding .5s ease-in-out;
		-moz-transition: padding .5s ease-in-out;
		-ms-transition: padding .5s ease-in-out;
		-o-transition: padding .5s ease-in-out;
		transition: padding .5s ease-in-out;
		padding: 25px 20px;
	}
}
	
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-nav > li > a:focus {
	color: #17d784;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-nav > li > a:focus {
	background: transparent;
}

.navbar-default .navbar-nav > li.active a,
.navbar-nav > li.active a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-nav > li.active a:focus{
	background: #17d784;
	background: -moz-linear-gradient(top,  #17d784 2%, #101d68 2%, #0e153f 36%);
	background: -webkit-linear-gradient(top,  #17d784 2%,#101d68 2%,#0e153f 36%);
	background: linear-gradient(to bottom,  #17d784 2%,#101d68 2%,#0e153f 36%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17d784', endColorstr='#0e153f',GradientType=0 ); 
	color: #17d784;
}

.tel-mobile {
	display: block;
	float: right;
	text-align: right;
	font-size: 20px;
	font-weight: 300;
	color: #051d3d;
	background: url(img/tel-green-bar.png) no-repeat left center;
	background-size: 20px 20px;
	padding: 40px 10px 40px 25px;
}

.navbar-header .tel-mobile a {
	color: #fff;
}

@media (min-width:420px){
	.tel-mobile {
		font-size: 26px;
		background: url(img/tel-green-bar.png) no-repeat left center;
		background-size: 28px 28px;
		padding: 35px 10px 30px 35px;
	}
}

@media (min-width:767px){
	.tel-mobile {
		font-size: 32px;
		padding-left: 42px;
		background: url(img/tel-green-bar.png) no-repeat left center;
		background-size: 30px 30px;
	}
}

@media (min-width:1000px){
	.tel-mobile {
		display: none;
	}
}

.back {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	float: right;
	padding: 25px 25px 25px 40px;
	margin-top: 15px;
	background: url(img/back.png) no-repeat center left;
	background-size: 35px 35px;	
}

.navbar .back {
	display: none;
}

@media (min-width:1000px){
	.back {
		margin-top: 25px;
	}
	
	.top-nav-collapse .back {
		margin-top: 0px;
	}
	
	.page-template-tpl-product .navbar .back {
		display: block;
	}
}

.back:hover,
.back:focus {
	color: #17d784;
}

#content .back {
	display: block;
	float: none;
	margin: 0 auto;
	width: 130px;
	color: #051d3d;
}

@media (min-width:1000px){	
	#content .back {
		display: none;			
	}
}

/* =Green Bar
--------------------------------------------------------------------------------------------------------*/

.green-bar {
	background: #1db171; 
	background: -moz-linear-gradient(left,  #1db171 1%, #17d784 100%); 
	background: -webkit-linear-gradient(left,  #1db171 1%,#17d784 100%);
	background: linear-gradient(to right,  #1db171 1%,#17d784 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db171', endColorstr='#17d784',GradientType=1 );
	padding: 25px 0;	
	display: none;
}

@media (min-width:1000px){
	.green-bar {
		margin-top: 120px;
		display: block;
	}	
}

.green-bar::before {
    background: #1db171;
    height: 150px;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    top: -30px;
}

.green-bar span {
	text-align: left;
	font-weight: 400;
	font-size: 24px;
	color: #051d3d;
	padding: 6px 0;
	display: block;
}

.green-bar .tel {
	display: none;
	float: right;
	text-align: right;
	font-size: 38px;
	font-weight: 300;
	color: #051d3d;
	padding-left: 50px;
	background: url(img/tel-green-bar.png) no-repeat left center;
	background-size: 34px 34px;
}

@media (min-width:1000px){
	.green-bar .tel {
		display: block;
	}
}

/* =Jumbotron
--------------------------------------------------------------------------------------------------------*/

.jumbotron { 
	background: #0e153f url(img/jumbotron.jpg) no-repeat center center;	
	background-attachment: fixed;
	color: #fff;
	margin-bottom:  0;
	padding-bottom: 100px; 
	margin-top: 70px;
}

@media (min-width:420px){
	.jumbotron {
		margin-top: 98px;
	}	
}

@media (min-width:1000px){
	.jumbotron {
		padding-bottom: 200px;
		margin-top: 0;
	}	
}

.jumbotron * {
	text-align: center;
	display: block;
}

.jumbotron hr {
	width: 90px;
	margin: 35px calc(50% - 45px);
	border-color: #1db171;
}

.jumbotron h1 {
	font-weight: 400;
	font-size: 32px;
	color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

@media (min-width:560px){
	.jumbotron h1 {
		font-size: 38px;
	}	
}

.jumbotron h2 {
	font-weight: 300;
	font-size: 28px;
	color: #fff;
	padding: 5px;
	margin-top: 0;
}

@media (min-width:560px){
	.jumbotron h2 {
		font-size: 32px;
	}	
}

.jumbotron h3 {
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	padding: 5px;
}

@media (min-width:560px){
	.jumbotron h3 {
		font-size: 24px;
	}	
}

/* =Sections
--------------------------------------------------------------------------------------------------------*/

section {
	padding: 50px 0;	
}

section .subtitle {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

section hr {
	width: 280px;
	margin: 30px calc(50% - 140px);
	border-color: #1db171;
	display: block;
	float: left;
}

section .align-center {
	margin-bottom: 75px;
}

#content .align-center {
	margin-bottom: 50px;
}

/* =Historia
--------------------------------------------------------------------------------------------------------*/

#historia {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

@media (min-width:1000px){
	#historia {
		padding-top: 90px;
		padding-bottom: 150px;
	}
}

#historia::before {
  	height: 50px;
  	border-style: solid;
  	border-width: 0 0 50px 100vw;
  	border-color: transparent #fff #fff transparent;
  	content:'';
	position: absolute;
	top: -48px;
}

@media (min-width:1000px){
	#historia::before {
		height: 80px;
		border-style: solid;
		border-width: 0 0 150px 100vw;
		border-color: transparent #fff #fff transparent;
		content:'';
		position: absolute;
		top: -148px;
	}	
}

#historia p {
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	color: #0e153f;
	text-align: center;
}

@media (min-width:960px){
	#historia p {
		width: 80%;
	}
}

#historia p strong {
	font-weight: 400;
}

#historia .first p,
#historia .third p {
	padding: 10px 10px 35px;
	margin: 0;
}

@media (min-width:767px){
	#historia .first p,
	#historia .third p {
		text-align: left;
		padding: 35px 50px 35px 20px;
	}
}

#historia .third p {
	width: 100%;
}

#historia .second p {
	padding: 10px 10px 35px;
	margin: 0;
	float: right;
}

@media (min-width:767px){
	#historia .second p {
		text-align: right;
		padding: 35px 20px 35px 50px;
	}
}

#historia img {
	width: 175px;
	height: 175px;
	margin: 0 auto;
	display: block;
}

@media (min-width:767px){	
	#historia .first img,
	#historia .third img {
		float: right;
	}

	#historia .second img {
		float: left;
	}	
}

#historia .center-block {
	width: 100%;
	height: 20px;
	float: left;
}

/* =Productos
--------------------------------------------------------------------------------------------------------*/

#productos {
	background: #e6e6e6;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

@media (min-width:1000px){
	#productos {
		padding-top: 90px;
		padding-bottom: 150px;
	}
}

#productos::before {
  	height: 50px;
  	border-style: solid;
  	border-width: 0 0 50px 100vw;
  	border-color: transparent #e6e6e6 #e6e6e6 transparent;
  	content:'';
	position: absolute;
	top: -48px;
}

@media (min-width:1000px){
	#productos::before {
		height: 80px;
		border-style: solid;		
		border-width: 0 100vw 150px 0;
    	border-color: transparent transparent #e6e6e6 #e6e6e6;
		content:'';
		position: absolute;
		top: -148px;
	}	
}

#productos * {
	align-content: center;
	text-align: center;
}

#productos .product {
	margin-bottom: 20px;
	height: 430px;
}

#productos .box {
	background: #0e153f;
	/*border: 3px solid #fff;*/
	padding: 65px 25px;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
}

#productos .box div {
	position: relative;
	z-index: 10;
}

#productos .box hr {
	width: 70px;
	margin: 30px calc(50% - 35px);
	display: block;
	float: left;
}

/* products */

#productos .product.cintas a {
	background: url(img/cintas.png) no-repeat center center;
	position: relative;
}

#productos .product.cintas a::before {
	background: url(img/cintasH.png) no-repeat center center;
	content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#productos .product.cordones a {
	background: url(img/cordones.png) no-repeat center center;
	position: relative;
}

#productos .product.cordones a::before {
	background: url(img/cordonesH.png) no-repeat center center;
	content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#productos .product.elasticos a {
	background: url(img/elasticos.png) no-repeat center center;
	position: relative;
}

#productos .product.elasticos a::before {
	background: url(img/elasticosH.png) no-repeat center center;
	content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#productos .product.flecos a {
	background: url(img/flecos.png) no-repeat center center;
	position: relative;
}

#productos .product.flecos a::before {
	background: url(img/flecosH.png) no-repeat center center;
	content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#productos .product.termoadhesivos a {
	background: url(img/termoadhesivos.png) no-repeat center center;
	position: relative;
}

#productos .product.termoadhesivos a::before {
	background: url(img/termoadhesivosH.png) no-repeat center center;
	content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#productos .product.galones a {
	background: url(img/galones.png) no-repeat center center;
	position: relative;
}

#productos .product.galones a::before {
	background: url(img/galonesH.png) no-repeat center center;
	content: '';
    position: absolute;
    left: 0; top: 0; right:0; bottom: 0;
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#productos .product a:hover::before {
    opacity: 1;
}

#productos .box img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
}

/* =Content
--------------------------------------------------------------------------------------------------------*/

#content {
	margin-top: 70px;
}

@media (min-width:1000px){
	#content {
		margin-top: 0;
	}	
}

#content h1 {
	margin-top: 0;
}

#content .body .carousel {
	margin-bottom: 45px;
}

#content .body p {
	color: #222;
	font-weight: 300;
	margin: 0 0 15px;
	float: left;
}

#content .body hr {
	width: 40px;
	margin: 0 calc(100% - 40px) 25px 0;
	float: left;
	border-color: #1db171;
}

.carousel-control {
}

.carousel-control .left {
	background: url(img/left.png) no-repeat center center;
	background-size: 40px 40px;
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	left: 0;
}

.carousel-control .right {
	background: url(img/right.png) no-repeat center center;
	background-size: 40px 40px;
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	right: 0;
}

.sidebar .contact-sidebar-box {
	background: #1db171;
	padding: 18px;
	float: left;
}

.sidebar .contact-sidebar-box h2 {
	margin-top: 2px;
}

.sidebar .contact-sidebar-box .col-md-12 {
	padding: 0;
}

/* =Contacto
--------------------------------------------------------------------------------------------------------*/

#contacto {
	background: #1db171;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

@media (min-width:1000px){
	#contacto {
		padding-top: 90px;
		padding-bottom: 50px;
	}
}

#contacto::before {
  	height: 50px;
  	border-style: solid;
  	border-width: 0 0 50px 100vw;
  	border-color: transparent #1db171 #1db171 transparent;
  	content:'';
	position: absolute;
	top: -48px;
}

@media (min-width:1000px){
	#contacto::before {
		height: 80px;
		border-style: solid;
		border-width: 0 0 80px 100vw;
		border-color: transparent #1db171 #1db171 transparent;
		content:'';
		position: absolute;
		top: -79px;
	}	
}

#contacto .subtitle {
	color: #e6e6e6;
}

#contacto form .contact-box {
	max-width: 98%;
	margin: 0 auto;
}

@media (min-width:640px){
	#contacto form .contact-box {
		max-width: 540px;
	}
}

#contacto form .contact-box input,
#contacto form .contact-box textarea {
	width: 100%;
}

.contact-info {
	background: #0e153f;
	color: #e6e6e6;
	font-size: 16px;
	font-weight: 400;
	padding: 32px 10px;
}

.page-template-tpl-product .contact-info {
	border-top: 10px solid #1db171;
}

@media (min-width:1000px){
	.contact-info {
		font-size: 20px;
	}
}

.contact-info .container {
	width: 100%	
}

@media (min-width:1000px){
	.contact-info .container {
		width: 1000px;
	}
}

@media (min-width:1100px){
	.contact-info .container {
		width: 1100px;
	}
}

@media (min-width:1200px){
	.contact-info .container {
		width: 1170px;
	}
}

.contact-info .info {
	width: 100%;
	float: left;
	display: block;
	/*overflow: hidden;*/
}

@media (min-width:1000px){
	.contact-info .info {
		width: 33%;
	}
}

.contact-info a {
	color: #e6e6e6;
	display: block;
	padding: 10px 0 10px 42px;
}

.contact-info a:focus,
.contact-info a:hover {
	color: #72efb9;
}

.contact-info .address a {
	background: url(img/address.png) no-repeat left center;
	background-size: 32px 32px;
	width: 300px;	
}	

@media (max-width:999px){
	.contact-info .address a {
		margin: 5px calc(50% - 150px)
	}
}

.contact-info .tel a {
	background: url(img/tel.png) no-repeat left center;
	background-size: 32px 32px;
	width: 150px;
}

@media (max-width:999px){
	.contact-info .tel a {
		margin: 5px calc(50% - 75px)
	}
}

.contact-info .mail a {
	background: url(img/mail.png) no-repeat left center;
	background-size: 32px 32px;
	width: 220px;
}

@media (max-width:999px){
	.contact-info .mail a {
		margin: 5px calc(50% - 110px)
	}
}

@media (min-width:1000px){
	.contact-info .address a {
		width: 350px;
		text-align: left;
	}	
	.contact-info .tel a {
		width: 130px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-info .mail a {
		width: 250px;
		text-align: right;
	}
}

footer {
	background: #080e30;
	color: #90929d;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 25px 10px;
}


/* Top */

.cd-top {
  	display: inline-block;
  	height: 50px;
  	width: 50px;
  	position: fixed;
  	bottom: 100px;
	right: 10px;
	z-index: 10;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('img/top.png') no-repeat center center;
	background-size: 50px 50px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	   -moz-transition: opacity .3s 0s, visibility 0s .3s;
	        transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
	        transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top:hover,
.cd-top.cd-fade-out:hover{
    opacity: 1;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
     right: 20px;
     bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
     height: 60px;
     width: 60px;
     right: 30px;
     bottom: 30px;
  }
}