#particles-js {
opacity: .75 !important;
}

/*******************************************************************************
 */
 * {
	font-family: 'Open sans', 'arial', sans-serif;
 }

body {
	font-size: 12px;
	font-weight: 100;
	color: #ccc;
	line-height: 1.5;
	background-color: #ddd;
}

a {
	text-decoration: none;
	color: inherit;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Panton Light italic Caps;
	margin-bottom: 12px;
	letter-spacing: 3px;
	color: #fff;
}

h1 strong {
	font-family: Panton Black italic Caps;
}

h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 12px;}

.icon {
	cursor: pointer;
}

/*******************************************************************************
Sidebar */

/*Sidebar nav */
	.fancybox-overlay{
		background: rgba(0,0,0,.8)!important;
	}

	.sidebar-nav {
	color: white;
	text-align: right;
	}

	.sidebar-nav ul {
	list-style: none;
	}

	.sidebar-nav .menu {
	line-height: 2;
	}

	.sidebar-nav .sub-menu {
	display: none;
	}

		.sub-menu {
		margin: 12px 0;
		}

		.sub-menu .menu-item {
		padding-right: 22px !important;
		font-size: 10px;
		font-weight: 400;
		}
		
	.sidebar-nav .menu > .menu-item > a {
	font-family: Panton Light italic Caps;
	font-size: 16px;
	}

	.sidebar-nav .menu-item-has-children > a:after {
	content: "\f055";
	font-family: fontawesome;
	font-size: 14px;
	margin-left: 8px;
	}
	
	.sidebar-nav .menu-item-has-children > a.active:after {
	content: "\f056";
	}

	.sidebar-nav .menu > .menu-item > .sub-menu {
	margin: 20px 0 20px 20px;
	}

		.sidebar-nav .menu > .menu-item > .sub-menu > .menu-item-indent {
		margin: 10px 0;
		}


			.sidebar-nav .menu > .menu-item > .sub-menu > .menu-item-indent > a {
			font-size: 13px;
			font-weight: 100;
			text-transform: uppercase;
			}


				.sidebar-nav .menu > .menu-item > .sub-menu > .menu-item-indent > .sub-menu {
				margin: 0px 0px 22px 12px;
				}


/*******************************************************************************
Header & footer */


	header, footer {
	    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
	}

/*******************************************************************************
Header */

	header {
	top: 0;
	}

		.header-left,
		.header-right {
		height: 100%;	
		}

		.header-left {
			float: left;
			width: 70%;
			box-sizing: border-box;
			padding: 9px 0;
			padding-left: 10px;
		}

			#logo {
			height: 100%;
			}

		.header-right {
		    float: left;
    		width: 55px;
    		text-align: right;
    		padding-right: 10px;
    		border-right: 2px solid #777;
		}

			header .logo img {
			height: 100%;
			width: auto;
			max-width: 220px;
			}

			#logo-swarz img {
			opacity: .25;
			}

	/* Breadcrumb */
		#logo, #breadcrumb {
		float: left;
		}

		#breadcrumb {
		margin-left: 32px;
    position: absolute;
    bottom: 19px;
    z-index: 99;
		}

		#breadcrumb *:not(.icon) {
		font-family: 'Open Sans';
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: .05em;
		}

		#breadcrumb .icon {
		margin-right: 32px;
		vertical-align: middle;
		}

/*******************************************************************************
Footer */

	footer {
	top: 0;
    width: calc(100% - 360px);
    right: 0;
    left: inherit;
    padding: 10px 0px;
	}

	footer nav {
		height: 28px;
	}

	footer nav .menu,
	footer nav .icon {
		display: inline-block;
	}

	footer nav .menu {	
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	width: calc(100% - 90px);		
	display: inline-flex;
	justify-content: space-between;
	}

		footer nav .menu,
		footer nav .menu .menu-item,
		footer .menu .menu-item > a {
		height: 100%;
		}

	footer nav .menu .menu-item {
	font-family: Panton Light italic Caps;
	display: inline-block;
	}


		footer nav .menu .menu-item a:after {
		width: 100%;
		height: 1px;
		border: 0;
		}

		footer nav .menu .menu-item a.active:after {
		background: #fff;
		border: 0;
		height: 3px;
		}

	footer nav .icon {
	width: 30px;
	text-align: center;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	}

	/* Footer nav showing */


		#footer-nav .menu-item a {
		visibility: hidden;
		opacity: 0;
		transition: all .25s linear;
		}
	
		#footer-nav .menu-item a.active {
		visibility: visible;
		opacity: 1;
		}

		#footer-nav.menu-item-is-showing .menu-item > a,
		#footer-nav:hover .menu-item > a {
		visibility: visible;
		opacity: 1;
		}



/*******************************************************************************
Main */

	main {
	height: calc(100% - 160px) !important;
	top: 110px;
	}

	/*******************************************************************************
	Page */

			.page-container {
			display: flex;
			flex-direction: column;
			justify-content: center;
			height: 100%;
			}

			.page-container.frame {
			box-sizing: border-box;
			padding: 2%;
			}

			.content-col-container h3 {
			text-align: center;
			margin-bottom: 22px;
			}

			.excerpt {
			font-size: 18px;
			font-weight: 100;
			font-family: 'open sans', sans-serif;
			text-align: center;
			}



			.product-gallery {
			margin: 42px 0;
			width: 100%;
			text-align: center;
			}

			.plano-de-dimensiones {
			display: block;
			text-align: center;
			margin: 42px 0;
			}

				.plano-de-dimensiones .icon {
				vertical-align: middle;
				margin-right: 22px;
				width: 100%;
			    max-width: 350px;
    			display: block;
				margin: 32px auto;
				}

	/*******************************************************************************
	Page Sellos de seguridad */

		/*Nav*/

			.page-nav .menu-item {
			display: none;
			}


			#page-menu {
			height: 100%;
			position: relative;	
			top: initial;
			}

				#page-menu .menu-item {
				background-color: lightgray;
				border-radius: 100px;
				padding: 4px 22px;
				font-size: 13px;
				color: #fff;
				position: absolute;
				}

					#page-nav-top .menu-item:nth-child(2),
					#page-nav-bottom .menu-item:nth-child(3),
					#page-nav-bottom .menu-item:nth-child(4) {		
					display: inline-block;
					}

					#page-nav-top .menu-item:nth-child(2) {right: 35%; }
					#page-nav-bottom .menu-item:nth-child(3) {right: 20%; }
					#page-nav-bottom .menu-item:nth-child(4) {right: 55%; bottom: 0;; }

				#page-menu .menu-item[title="sellos de seguridad"] {
				background-color: #549ee5;
				}

				#page-menu .menu-item[title="etiquetas y cintas de seguridad"] {
				background-color: #038a5f;
				}

				#page-menu .menu-item[title="bolsas"] {
				background-color: #ff6a00;
				}

					#page-menu .menu-item a {
					position: relative;	
					}

					#page-menu .menu-item a:after {
					background: #fff;
					width: 60px;
					height: 1px;
					border: 0;
					position: absolute;
					left: -100px !important;
					top: 50%;
					left: initial;
					}

					#page-menu .menu-item:before {
					font-family: FontAwesome;
					content: "\f18e";
					font-size: 18px;
					vertical-align: middle;
					}


/*******************************************************************************
Cols */


	.col {
		flex: 1;
	}

	.cols {
		display: flex;
		align-items: center;
		justify-content: center;
			}

			.col-container {
			height: inherit;
			box-sizing: border-box;
			padding: 22px;
			overflow: hidden;
			}


		.content-page .cols, 
		.content-page .col {
			height: 100%;
		}
		.content-page .cols{
			display: inline-block;
		}
		.content-page .col-left {background: rgba(108, 159, 49, 0.67);  
		    width: 30%;
    		display: inline-block;
    	}
		.content-page .col-right {background: rgba(19, 19, 19, 0.67); 
		    width: 70%;
    		display: inline-block;
    		float: right;
    	}
		.menu-product-is-showing .col-left{background: rgba(108, 159, 49, 1); }
		.slider-cell .content-col-container{
			overflow: : auto;
		}
			
	

		.content-page .col .col-container {
			height: inherit;
    		overflow: hidden;
    		display: inherit;
    		padding-top: 10px;
    		padding-bottom: 20px;
    		flex-direction: column;
			justify-content: center;
		}


		.content-page .col-right .col-container {
			justify-content: flex-start;
		}

		.content-page .col-left .col-container {
		align-items: flex-end;
		padding-right: 40px;
		padding-left: 0px;
		    overflow-y: auto;
		text-align: right;
		}

			.col-left .col-container .icon-plus {
			position: relative;
			left: 25px;
			}




/*******************************************************************************
Slider */

		.slider {
		width: 80%;
		height: 300px;
		margin: auto;
		}

		#main-slider {
		margin: 0 auto;
		width: 100%;
		height: 70%;
		}

		#main-slider .slider-cell {
		display: flex;
		align-items: center;
		justify-content: space-around;	
		}

		.slider-cell {
		width: 100%;
		height: 100%;
		}

		.slider-cell.is-selected {
		z-index: 99;
		}

		.slider-cell * {
		-webkit-transition-delay: .25s !important;
		transition-delay: .25s !important;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		opacity: 0;
		font-size: 14px;
		}

		.slider-cell.is-selected * {
		opacity: 1;
		}
		.slider-cell ul, {
		    font-size: 13px;
		}
		.flickity-page-dots {
			font-size: 14px;
		}
		.slider-cell-image {
		-webkit-transition-delay: .75s !important;
		transition-delay: .75s !important;
		-webkit-transition: all .5s linear;
		transition: all .5s linear;
		opacity: 0 !important;
		}

			/* fade in lazy loaded image */
			.slider-cell-image.flickity-lazyloaded,
			.slider-cell-image.flickity-lazyerror {
			opacity: 1 !important;
			}

			/* Main slider */

			#main-slider img {
			display: block;
			margin: auto;
			}

			#main-slider .col-left {
			box-sizing: border-box;
			padding: 12px;
			}

			#main-slider .col {
			display: flex;
			flex-direction: column;
			justify-content: center;
			flex: 1;
			max-width: 50%;
			}

		/* Flickity fixes*/
		/*
			#page-1 ol.flickity-page-dots li:after {color: white;}
			#page-1 ol.flickity-page-dots li:nth-child(1):after {content: "Descripción";}
			#page-1 ol.flickity-page-dots li:nth-child(2):after {content: "Aplicaciones";}
			#page-1 ol.flickity-page-dots li:nth-child(3):after {content: "Características";}
			#page-1 ol.flickity-page-dots li:nth-child(4):after {content: "Dimensiones";}
			#page-1 ol.flickity-page-dots li:nth-child(5):after {content: "Galería";}
			#page-2 ol.flickity-page-dots li:after {color: white;}
			#page-2 ol.flickity-page-dots li:nth-child(1):after {content: "Descripción";}
			#page-2 ol.flickity-page-dots li:nth-child(2):after {content: "Aplicaciones";}
			#page-2 ol.flickity-page-dots li:nth-child(3):after {content: "Características";}
			#page-2 ol.flickity-page-dots li:nth-child(4):after {content: "Dimensiones";}
			#page-2 ol.flickity-page-dots li:nth-child(5):after {content: "Galería";}
			#page-3 ol.flickity-page-dots li:nth-child(1):after {content: "Descripción";}
			#page-3 ol.flickity-page-dots li:nth-child(2):after {content: "Aplicaciones";}
			#page-3 ol.flickity-page-dots li:nth-child(3):after {content: "Características";}
			#page-3 ol.flickity-page-dots li:nth-child(4):after {content: "Especificaciones";}
			#page-3 ol.flickity-page-dots li:nth-child(5):after {content: "Galería";}
		*/	

			.flickity-page-dots .dot {
			width: initial !important;
			background: initial;
			opacity: .5;
			text-transform: uppercase;
			font-size: 88%;

			}

			.flickity-page-dots {
			height: 12px;
			bottom: 110% !important;
			bottom: calc(100% + 22px) !important;
			}

			.flickity-prev-next-button {
			background: transparent !important;
			}

			.flickity-prev-next-button:hover {
			background: transparent !important;
			}

			.flickity-prev-next-button .arrow {
			fill: white !important;
			}

			.flickity-prev-next-button.previous {
			left: -10% !important;
			}

			.flickity-prev-next-button.next {
			right: -10% !important;
			}

/*******************************************************************************
#Page 1 */

	#page-1 .page-nav {
	height: 15%;
	}

/*******************************************************************************
Content page */

	#first-tab-group {
	overflow-y: auto;
	
}
	}

		.col-header {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		}

			.product-preview {
			border-radius: 0px;
			margin: 32px auto;
			width: 180px;
			height: 180px;	
			}

			.col-header h1 {
			font-size: 30px;
			width: 100%;
			}

			/* Slider product0 */

			.slider.product-slider {
			width: 100%;
			margin-top: 52px;
			}

				.slider.product-slider .slider-cell {
				box-sizing: border-box;
				padding: 12px 22px 20px;
				overflow: auto;
				}


		/* Menu producto */
			.menu-icon-product {
			display: none;
			position: absolute;
			top: 22px;
			right: 12px;
			transition: all .15s ease-out;
			transition-delay: .5s;
			}

			.menu-icon {
			font-size: 20px;
			color: white;
			}

			.menu-product-is-showing .menu-icon-product {
			transform: rotate(180deg);
			}
			.product-gallery a.fancybox-thumb {
			    width: 120px;
			    height: 120px;
			    display: inline-block;
			}
			.product-gallery .fancybox-thumb img {
			    height: 100%;
			    width: inherit;
			}


/**********************************************************************
Blog */

	.post-preview {
	display: flex;
	align-items: center;
	position: absolute;
	width: 320px;
	}

	.post-preview .post-thumb, 
	.post-preview .post-excerpt {
	display: inline-block;
	}

	.post-preview .post-thumb {
	width: 200px;
	height: 100px;
	margin-right: 12px;
	}


	.post-thumb {
	max-width: 160px;
	display: inline-block;
	}

	.post-thumb img {
	width: 100%;
	height: auto;
	border-radius: 100px;
	}

	.post-preview .post-excerpt {
	box-sizing: border-box;
	padding: 12px;
	}

	.post-preview:nth-child(1) {top: 20%; left: 10%; }
	.post-preview:nth-child(2) {top: 50%; left: 20%; }
	.post-preview:nth-child(3) {top: 30%; left: 50%; }
	.post-preview:nth-child(4) {top: 60%; left: 60%; }

	/* Single */
		.content-container {
		column-count: 2;
		-webkit-columns: 2;
		column-gap: 40px;
		-webkit-column-gap: 40px;
		}

			.post-header {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 42px;
			}

			.post-header .post-title {
			margin-left: 22px;
			font-size: 32px;
			}

			.single article {
			max-width: 80%;
			margin: auto;
			}

			.single .post-meta {
			margin: 12px 0;
			}

/**********************************************************************
Scrollbar */

	::-webkit-scrollbar {
	width: 9px;
	} 

	::-webkit-scrollbar-track {
	background-color: rgba(57, 57, 57, 0.01);
	} 

	::-webkit-scrollbar-thumb {
	background-color: #5d5d5d;
	} 

	::-webkit-scrollbar-button {
	background-color: rgba(57, 57, 57, 0.01);
	height: 2px;
	width: 0px;
	} 

	::-webkit-scrollbar-corner {
	background-color: transparent; 
	}
		 
	/* Mapa google maps ACF */
	.acf-map {
		width: 100%;
		height: 400px;
		border: #ccc solid 1px;
		margin: 20px 0;
	}



@media (max-height: 800px) {
	.excerpt {
	font-size: 14px;
	line-height: 1.25;
	}
	.product-preview {
		width: 300px;
		height: inherit;
		margin: 22px auto;
	}
}

/**********************************************************************
Contacto */

	/* Formulario */
		#wk-widget-contact input, #wk-widget-contact textarea {
		background: transparent;
		border: 0;
		border-bottom: 1px solid;
		border-width: 1px;
		border-color: rgba(255, 255, 255, 0.27);
		color: white;
		box-shadow: none;
		outline: 0;
		}

		#wk-widget-contact label, #wk-widget-contact input[type="submit"] {
		color: rgba(255, 255, 255, 0.91);
		font-weight: 100;
		font-family: 'Open sans', arial;
		text-transform: uppercase;
		font-style: italic;
		font-size: 10px;
		}

		.page[title="Contacto"] .page-container {
		width: 50%;
		margin: auto;
		}

		#wk-widget-contact input[type="submit"] {
		border: 1px solid;
		border-color: rgba(255, 255, 255, 0.27);
		}

/******************************************************************
Wordpress core */

	.edit-post-link-container {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 12px;
	}




/*******************************************************************
 correcciones*/

#overlay_black{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 1;	
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
#video{
	position: absolute;
    top: 0;
    bottom: 0;
    /* height: 100vh; */
    width: 100%;
    opacity: 1;
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
    
.viewing-page-1 .wrapper #video, .viewing-page-1 .wrapper #overlay_black, .viewing-page-6 .wrapper #video, .viewing-page-6 .wrapper #overlay_black{
	 opacity: 0;
}

.wk-tabgroup{
	opacity: 1;
	-webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.wk-tabgroup.inactive{
	opacity: 0;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
#logo_down{
	width: 40vw;
    height: 40vw;
    position: absolute;
    bottom: -20vw;
    right: -20vw;
    background-image: url(http://codecase.work/swarz/etiquetasysellosdeseguridad/wp-content/themes/wpkit_etiquetas/img/logo-swarz.svg);
    background-size: 100%;
    opacity: .2;	
}
.menu-responsive{
	display: none;
}

@media(max-width: 752px){
	#overlay_black{
	opacity: 0;	
    
	}
	#video{
		opacity: 0;
	    
	}

	.menu-responsive{
		position: fixed!important;
	    display: inherit!important;
	    width: 250px!important;
	    height: 100vh!important;
	    background: #000!important;
	    top: 55px!important;
	    left: -250px!important;
	    z-index: 9999;
	    padding-top: 20px;
	    padding-left: 0px;
	    display: inherit;
	    -webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	.menu-responsive.active{
		left: 0px!important;
	}
	.menu-responsive li{
		list-style-type: none;
		padding: 10px 10px 10px 20px; 
		font-size: 11px;
	}
	.menu-responsive li:hover, .menu-responsive li.active{
		border-bottom: 1px solid #fff;
		cursor: pointer;
		font-weight: bold;
	}
}
div#wk-widget-contact {
    max-width: 600px;
    width: 100%;
    margin: auto;
}



@media(min-width: 1300px){
		.content-page .col .col-container {
			height: inherit;
    		overflow: hidden;
    		display: inherit;
    		padding-top: 10px;
    		padding-bottom: 20px;
    		flex-direction: column;
			justify-content: center;
			font-size: 14px;
		}
		.col-left .col-container{
	overflow-y: auto; 
}

}


.contact-form{
        width: 100%;
    max-width: 600px;
    height: 400px;
    /* margin-top: 100px; */
    /* margin-right: 50px; */
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-form p {
    margin: 0px 20px;
}

.contact-form input, .contact-form textarea{
        border: none;
    width: calc(100% - 30px);
    border-bottom: 1px solid #ccc;
    padding: 10px 10px;
    margin-left: 10px;
    height: 20px;
    /* line-height: normal; */
    box-sizing: content-box;
    background: none;
    color: #fff;
    margin-bottom: 10px;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}


.g-recaptcha div{
	margin: auto;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#mensaje{
  height: 50px;
}
.g-recaptcha{
  margin-left: 0px;
    margin-top: 10px;
    opacity: .8;
}  
.send-btn{
    text-align: right;
        margin-top: 20px;
}
.send-btn a{ 
      color: #fff;
    text-decoration: none;

}  
.send-btn a i{
  margin-left: 10px 
} 
#captcha{
    color: #f00;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    background: rgba(0,0,0,.5);
}
#thanks-content{
    width: 550px;
    max-width: 100%;
    height: 200px;
    top: 0;
    /* margin-top: 200px; */
    /* margin-right: 50px; */
    padding: 40px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#thanks-content p{
    color: #fff;
    text-align: center;
}
#thanks-content span{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}
.contact-text {
    /* border: 1px solid #ccc; */
    color: #fff;
    padding: 8px 15px;
    /* text-decoration: underline; */
    width: 135px;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 10px;
}

.fancybox-prev, .fancybox-next {
	display: none;
}


@media(min-width: 1500px){
	.content-page .cols{
			display: inline-block;
		}
		.content-page .col-left {background: rgba(108, 159, 49, 0.67);  
		    width: 20%;
    		display: inline-block;
    	}
		.content-page .col-right {background: rgba(19, 19, 19, 0.67); 
		    width: 80%;
    		display: inline-block;
    		float: right;
    	}
}

@media(max-width: 1100px){
	.main-menu-item {
	    display: inline-block;
	    font-size: 10px;
	    font-weight: inherit;
	    font-family: arial;
	    margin: 0 0px;
	    padding: 5px 10px;
	}
}


