/*
Theme Name: Ideas Espacios
Theme URI: https://www.ideasespacios.com/
Author: Comercial Web
Author URI: https://www.comercialweb.com.co
Description: ideasespacios
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Ideas Espacios

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	/*Font*/
	--font-family: 'Century Gothic';

	/*Text sizes*/
	--xsm-text: 14px;
	--sm-text: 16px;
	--md-text: 23px;
	--lg-text: 28px;
	--xlg-text: 45px;

	--text-bold: 700;
	--text-bolder: 800;
	--text-black: 900;

	/*Colors*/
	--orange: #fcaa33;
	--blue: #005FA8;
	--blue-dark: #061323;
	--dark: #272727;
	--dark-md: #333a4d;
	--white: #fff;
	--white-dark: #f3f3f3;
	--green: #56ac32;
	--gray-dark: #6a6a6a;
	--gray-md: #bcbcbc;
	--black: #000000;
	--red: #ff0538;

	--gold: #c8ae40;

	/*Transitions*/
	--normal-transition: all 0.4s ease;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-x: hidden;
}
html, body {
	height: 100%;
	max-width: 100%;
	width: 100%;
}

body {
	color: var(--gray-dark);
	font-family: var(--font-family);
	font-weight: 300;
    font-style: normal;
	font-size: 16px !important;
}

/*Generic buttons*/
a.button,
.button,
input.button,
button.button {
	border: 0px;
	border-radius: 35px !important;
	cursor: pointer;
	display: inline-block;
	font-size: var(--sm-text);
	font-weight: 500 !important;
	line-height: normal !important;
	padding: 15px 30px;
	text-decoration: none;
	-webkit-transition: var(--normal-transition);
	-o-transition: var(--normal-transition);
	transition: var(--normal-transition);
	 color: #fff;
}

	/*Primary*/
	a.button.primary,
	.button.primary,
	input.button.primary,
	button.button.primary {
		background-color: var(--black);
		color: var(--white);
	}

	/*Primary*/
	a.button.white,
	.button.white,
	input.button.white,
	button.button.white {
		background-color: var(--white);
		color: var(--black);
	}

	/*Blue*/
	a.button.blue,
	.button.blue,
	input.button.blue,
	button.button.blue {
		background-color: var(--blue);
		color: var(--white);
	}

	/*Dark*/
	a.button.dark,
	.button.dark,
	input.button.dark,
	button.button.dark {
		background-color: var(--dark);
		color: var(--white);
	}

	/*danger*/
	a.button.danger,
	.button.danger,
	input.button.danger,
	button.button.danger {
		background-color: var(--red);
		color: var(--white);
	}

	/*facebook*/
	a.button.facebook,
	.button.facebook,
	input.button.facebook,
	button.button.facebook {
		background-color: #21579f;
		color: var(--white);
	}

	/*twitter*/
	a.button.twitter,
	.button.twitter,
	input.button.twitter,
	button.button.twitter {
		background-color: #00b2e6;
		color: var(--white);
	}

/*Generic titles*/
.content-page .title,
.woocommerce-additional-fields h3,
.post-title {
	color: var(--green);
	font-size: var(--lg-text);
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/*Common texts*/
.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-sm {
	font-size: var(--sm-text) !important;
}
.text-md {
	font-size: var(--md-text) !important;
}
.text-lg {
	font-size: var(--lg-text) !important;
}
/*.text-xlg {
	font-size: var(--xlg-text) !important;
}*/

.text-bold {
	font-weight: 600;
}
.text-bolder {
	font-weight: 800;
}

.main p {
	margin: 10px auto;
}

.main a {
	color: var(--green);
	font-weight: bold;
}

.main strong,
.main b {
	font-weight: bold;
}

/*Common backgrounds and colors*/
.bg-black {
	background-color: var(--black);
}

.bg-gray {
	background-color: #000000;
}

.bg-green {
	background-color: #FE7E65 !important;
}

.bg-red {
	background-color: var(--red);
}

.bg-yellow {
	background-color: var(--yellow);
}

.bg-orange {
	background-color: var(--blue);
}

.color-white {
	color: var(--white) !important;
}
	.color-white:hover {
		color: var(--white) !important;
	}

.color-black {
	color: var(--black) !important;
}
	.color-black:hover {
		color: var(--black) !important;
	}

.color-yellow {
	color: var(--yellow) !important;
}
	.color-yellow:hover {
		color: var(--yellow) !important;
	}

.color-red {
	color: var(--red) !important;
}
	.color-red:hover {
		color: var(--red) !important;
	}

.color-green {
	color: #f19e1e !important;
}
	.color-green:hover {
		color: var(--green) !important;
	}

.color-orange {
	color: var(--black);
}
	.color-orange:hover {
		color: var(--orange) !important;
	}

.color-blue {
	color: #FE7E65;
}
	.color-blue:hover {
		color: #FE7E65 !important;
	}

/*Common separator*/
.separator {
	height: 2px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100px;
}
	.separator:first-child {
		margin-top: 40px;
	}
	.separator:last-child {
		margin-bottom: 40px;
	}
	.separator.left {
		margin-left: 0px;
		margin-right: auto;
	}
	.separator.center {
		margin-left: auto;
		margin-right: auto;
	}
	.separator.right {
		margin-left: auto;
		margin-right: 0px;
	}

/*Generic forms
textarea,
textarea.form-control,
.main textarea {
	height: 100px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="phone"], input[type="date"], textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="phone"], input[type="date"] {
	height: calc(2.25rem + 2px);
}*/

/*Top bar*/
.top-bar {
    background-color: #1f1f1f;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px 4%;
    width: 100%;
}
	.top-bar .item {
		display: flex;
		flex-flow: row wrap;
	}
	.top-bar .item a {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 10pt;
    line-height: 50px;
    padding: 0px 15px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
		.top-bar .item a:hover {
			background-color: #FE7E65;
		}

.top-bar .subitem.number a {
	font-weight: 400;
}

.top-bar .social a {
    font-size: var(--md-text);
    height: 50px;
    line-height: 50px;
    padding: 0px;
    width: 50px;
    text-align: center;
}

.top-bar .searchform {
	position: relative;
}

	.top-bar .searchform input[type="text"] {
	    border-radius: 5px;
	    border: 2px solid var(--gray-md);
	    color: var(--dark);
	    font-size: var( --sm-text);
	    outline: 0;
	    padding: 7px 10px;
	    width: 230px;
	}

	.top-bar .searchform input[type="submit"] {
		background-color: var(--gray-md);
		background-image: url('img/search.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: var(--sm-text);
		border: 2px solid transparent;
		cursor: pointer;
		font-size: 0px;
		height: 38px;
		padding: 0;
		position: absolute;
		right: 2px;
		top: 2px;
		width: 38px;
	}

/*Header styles*/
.header {
    align-items: center;
    background-color: var(--white);
    border-bottom: 1px solid var(--white-dark);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px 2%;
    width: 100%;
    z-index: 100000;
	background-image: url(https://www.ideasespacios.com/wp-content/uploads/2020/03/header.jpg);

}
	.header.sticky {
		position: fixed;
		top: 0px;
	}
	.header .logo img {
		margin: 5px;
		height: 110px;
		-webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
	}
		.header.sticky .logo img {
			height: 58px;
		}

/*Nav menu*/
.nav {
	align-items: center;
	background-color: transparent;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-left: -88px;
	padding: 0px;
	width: -webkit-calc( 100% + 88px );
	width: -moz-calc( 100% + 88px );
	width: -ms-calc( 100% + 88px );
	width: calc( 100% + 88px );
	z-index: 1000;
}
.nav ul.hmenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0px;
}
	.nav ul.hmenu li {
		position: relative;
	}
		.nav ul.hmenu li a {
			color: var(--gray);
			display: inline-block;
			font-size: var(--sm-text);
			font-weight: 500;
			line-height: 60px;
			padding: 0px 15px;
			position: relative;
			text-decoration: none;
			text-transform: uppercase;
			-webkit-transition: var(--normal-transition);
	    -o-transition: var(--normal-transition);
	    transition: var(--normal-transition);
		}
			.nav > ul.hmenu > li.current-menu-item > a,
			.nav > ul.hmenu > li > a:hover,
			.nav > ul.hmenu > li:hover > a {
				background-color: var(--white);
				color: #f19e1e;
			}
			.nav > ul.hmenu > li > a:before {
				background-color: var(--blue);
				bottom: 0;
		    content: "";
		    height: 3px;
		    left: 0%;
		    position: absolute;
		    -webkit-transition: var(--normal-transition);
		    -o-transition: var(--normal-transition);
		    transition: var(--normal-transition);
		    width: 0%;
			}
				.nav > ul.hmenu > li > a:hover:before,
				.nav > ul.hmenu > li:hover > a:before {
					width: 100%;
				}

	.nav ul.hmenu ul {
		background-color: var(--gray);
		list-style: none;
	}
		.nav ul.hmenu ul li {
			width: 100%;
		}
			.nav ul.hmenu ul li a {
				color: var(--white);
				display: block;
				line-height: 45px;
				text-transform: none;
				width: 100%;
			}

	.nav > ul.hmenu > li > ul {
	    background-color: var(--blue);
	    position: absolute;
	    flex-flow: column wrap;
	    margin-top: 10px;
	    min-width: 370px;
	    opacity: 0;
	    -webkit-transition: var(--normal-transition);
	    -o-transition: var(--normal-transition);
	    transition: var(--normal-transition);
	    visibility: hidden;
	}
		.nav > ul.hmenu > li:hover > ul {
			visibility: visible;
			margin-top: 0px;
			opacity: 1;
		}

		.nav > ul.hmenu > li > ul > li:hover > a,
		.nav > ul.hmenu > li > ul > li > a:hover {
			background-color: var(--dark-md);
		}

		.nav > ul.hmenu > li > ul > li > ul {
			background-color: var(--gray);
			left: 100%;
			min-width: 400px;
			margin-left: 10px;
	    opacity: 0;
	    position: absolute;
	    top: 0px;
	    -webkit-transition: var(--normal-transition);
	    -o-transition: var(--normal-transition);
	    transition: var(--normal-transition);
			visibility: hidden;
		}
			.nav > ul.hmenu > li > ul > li:hover > ul {
				visibility: visible;
				margin-left: 0px;
				opacity: 1;
			}
			.nav > ul.hmenu > li > ul > li > ul > li {
				border-bottom: 1px solid var(--white);
				padding-bottom: 10px;
			}
			.nav > ul.hmenu > li > ul > li > ul > li > a {
				font-weight: bold;
				line-height: 40px;
				letter-spacing: 3px;
				text-transform: uppercase;
			}
			.nav > ul.hmenu > li > ul > li > ul ul {
				background-color: var(--dark-md);
				position: relative;
			}
				.nav > ul.hmenu > li > ul > li > ul ul li {
					width: 50%;
				}
					.nav > ul.hmenu > li > ul > li > ul ul li a {
						font-size: var(--xsm-text);
						line-height: 30px;
						padding-left: 35px;
						-webkit-transition: var(--normal-transition);
						-o-transition: var(--normal-transition);
						transition: var(--normal-transition);
					}
						.nav > ul.hmenu > li > ul > li > ul ul li a:hover {
							padding-left: 40px;
						}
						.nav > ul.hmenu > li > ul > li > ul ul li a:after {
							content: "\e606";
							color: var(--white);
							display: inline-block;
							font-family: 'simple-line-icons';
							font-size: 10px;
							font-variant: normal;
							font-weight: 400;
							letter-spacing: 0;
							position: absolute;
							speak: none;
							left: 20px;
							text-transform: none;
							top: 0px;
							vertical-align: middle;
						}

	/*Nav custom items styles*/
	.nav li#menu-item-20 > ul {
	    min-width: 450px;
	}

/*Header Searcher*/
.header .searchform {
	position: relative;
	width: 300px;
}
	.header .searchform input[type="text"] {
		background-color: #262626;
		border-radius: 35px;
		border: none;
		color: #fff;
		outline: 0;
		padding: 7px 35px;
		width: 100%;
	}
	.header .searchform input[type="submit"] {
		background-color: transparent;
		background-image: url('img/search.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px;
		border: none;
		cursor: pointer;
		font-size: 0px;
		height: 38px;
		outline: 0;
		position: absolute;
		right: 5px;
		top: 0px;
		width: 38px;
	}

/*Main*/
.main {
	margin-left: 0px;
	margin-right: 0px;
	-webkit-transition: var(--normal-transition);
	-o-transition: var(--normal-transition);
	transition: var(--normal-transition);
	width: 100%;
}

.main .content-page,
.main .center-content {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/*product page*/
.product-page-header {
	position: relative;
	z-index: 10;
}
	.product-page-header:before {
		content: '';
		background: rgba(0,0,0,1);
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
		display: block;
		opacity: 0.8;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 0;
		height: 100%;
	}
.product-page-header p {
	margin: 0px;
	text-transform: uppercase;
}

/*Marcas del home*/
.marcas-productos .vc_row {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin: 30px auto;
}
	.marcas-productos .vc_row:first-child {
		margin-top: 0px;
	}
	.marcas-productos .vc_row:last-child {
		margin-bottom: 0px;
	}
	.marcas-productos img {
		display: block;
		margin: auto;
		max-height: 75px;
		max-width: 90%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.marcas-productos img:hover {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

/*Nuestro equipo*/
.equipo {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
	.equipo:hover {
		background-color: var(--white-dark);
	}
	.equipo:before,
	.equipo:after {
		background-color: var(--gray-md);
		content: '';
		height: 1px;
		position: absolute;
		left: 5%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 90%;
		z-index: 11;
	}
		.equipo:before {
			bottom: 0px;
		}
		.equipo:after {
			top: 0px;
		}
		.equipo:hover:before,
		.equipo:hover:after {
			background-color: var(--blue);
			height: 3px;
			left: 0%;
			width: 100%;
		}

.equipo .nombre {
	color: var(--black);
	font-size: var(--md-text);
	font-weight: 800;
	margin: 0px;
}
.equipo .cargo {
	font-style: italic;
	font-weight: 800;
	margin: 7px;
}
.equipo .contacto {
	font-weight: 700;
	margin: 0px;
}

/*Loop de videos*/
.videos-loop {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}
	.videos-loop .item {
		margin: 20px;
		max-width: -webkit-calc(33.3333% - 40px);
		max-width: -moz-calc(33.3333% - 40px);
		max-width: -ms-calc(33.3333% - 40px);
		max-width: calc(33.3333% - 40px);
		width: 100%;
	}
		.videos-loop .item .video-wrapper {
			position: relative;
			padding-bottom: 56.25%; /* 16:9 */
			padding-top: 25px;
			height: 0;
		}
			.videos-loop .item .video-wrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

.contact-home .form-group.buttons {
	text-align: center;
}

/*Pie de pagina*/
.footer {
    align-items: center;
    background-color: #ffffff00;
    color: #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 50px 6.5%;
    position: relative;
    z-index: 100000;
    border-top: solid 1px;
    border-top-color: #d6d6d6;
}
	.footer ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		list-style: none;
		margin: 0px;
	}
		.footer ul li {
			padding: 0px 25px;
			position: relative;
		}
			.footer ul li:first-child {
				padding-left: 0px;
			}
			.footer ul li a {
				color: var(--gray);
				display: inline-block;
				font-size: var(--sm-text);
				line-height: 33px;
				text-decoration: none;
			}
				.footer ul li a:after {
				    content: "\e606";
				    color: var(--white);
				    display: inline-block;
				    font-family: 'simple-line-icons';
				    font-size: var(--xsm-text);
				    font-variant: normal;
				    font-weight: 400;
				    height: 100%;
				    letter-spacing: 0;
				    line-height: 33px;
				    position: absolute;
				    speak: none;
				    right: -5px;
				    text-transform: none;
				    top: 0;
				    vertical-align: middle;
				}
				.footer ul li:last-child a:after {
					display: none;
				}

			.footer ul ul {
				display: none !important;
			}

	.footer .item {
		align-items: center;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	.footer .row {
	    width: 90%;
	}

	.footer .title {
		font-size: var(--sm-text);
		font-weight: var(--text-bold);
		margin-bottom: 10px;
		text-transform: none;
	}
		.footer .title span {
			color: var(--black);
		}

	.footer .item {
		margin-bottom: 10px;
		margin-top: 10px;
	}
		.footer .item.perfil {
			border-bottom: 1px solid var(--gray-md);
			margin-bottom: 30px;
			padding-bottom: 30px;
			padding-left: 10%;
			padding-right: 10%;
		}

	.footer .item p {
		font-size: var(--sm-text);
		margin: 0px 20px;
	}
	.footer a {
		color: #221f1f;
	}
		.footer a:hover {
			color: #ffc000;
		}

	.footer .logo {
		height: 49px;
		width: auto;
	}

.copyright {
	background-color: #000000;
	font-size: var(--xsm-text);
	margin-bottom: 0px;
	padding: 15px 2.5%;
	text-align: center;
	width: 100%;
}
	.copyright p {
		color: var(--white);
		font-size: var(--xsm-text);
		margin: 0px;
	}
	.copyright .sitename,
	.copyright a {
		color: var(--white);
		font-weight: var(--text-bold);
	}

.footer .social-btn {
	color: var(--white);
	display: inline-block;
	font-size: var(--md-text);
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0px 5px;
    padding: 0px;
    width: 50px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
	.footer .social-btn.facebook {
		background-color: #0b60a2;
		border: 2px solid #0b60a2;
	}
		.footer .social-btn.facebook:hover {
			background-color: transparent;
			color: #0b60a2;
		}
	.footer .social-btn.instagram {
		background-color: #978969;
		border: 2px solid #978969;
	}
		.footer .social-btn.instagram:hover {
			background-color: transparent;
			color: #978969;
		}

.title-separator {
border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #f19e1e;
    display: inline-block;
    font-size: var(--lg-text);
    font-style: normal;
    letter-spacing: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}



.botonW {
    position: fixed;
    left: 6px !important;
    top: 370px;
    z-index: 2000;
    
    padding: 0px;
    border-radius: 0px 8px 8px 0px;
    margin-left: 0px;
    
}

.botonW a {
    color: #da2d20;
    font-size: 16px;
    text-decoration: none;
    /* letter-spacing: 1px; */
    font-weight: bold;
   
}


.ico2 {
    background-image: url(https://www.tiendaelclickshop.com/wp-content/uploads/2019/05/whatsapp-ico2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: auto;
}


.ico2:hover {
    background-image: url(https://www.tiendaelclickshop.com/wp-content/uploads/2019/05/whatsapp-ico4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height:50px;
    
}

.product-list .item.product-item.slick-slide {
    
    border: 1px solid #b5b5b5 !important;
    margin: 0 10px !important;
}


p.name-product {
    font-size: 16px !important;
}

.product-list .item.product-item .info-product .price-product {
   
    font-size: 16pt !important;
	font-weight: bold !important;}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 36px !important;
    line-height: 1;
    opacity: 1;
    color: black !important;
	z-index: 10000;}


.slick-prev, .slick-next{
	
	width: 59px !important;
	
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    z-index: 10000 !important;
}


li.item.product-item.col-12.col-sm-6.col-md-6.col-lg-3 {
    border: 1px solid #b5b5b5 !important;
    margin: 5px 5px !important;
}
/** ESTILOS AGE **/

h2.age-gate-subheading {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: var(--green);
    display: inline-block;
    font-size: 14pt;
    letter-spacing: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}


button.age-gate-submit-yes, button.age-gate-submit-no {
    border-radius: 35px;
    color: #fff;
    background: #000;
    padding: 10px 51px;
    border: none;
}


.age-gate-background-colour {
    background-color: rgba(0, 0, 0, 0.75) !important;
}


p.age-gate-message {
    font-size: 15px;
    padding: 15px 18px !important;
    line-height: 21px;
}

 p.age-gate-challenge {
    font-size: 15px;
    
 
}


.age-gate-form {

    padding: 15px 20px !important;
    border-radius: 2px  !important;
}




.info-product a.added_to_cart.wc-forward {
    	background-color: #56ac32 !important;}

.text-footer{
    text-align: center;
    font-size: 10pt;
    color: #221f1f;
    font-weight: 800;
}

.st-btn-services {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	display: flex;
	flex-flow: column wrap;
	height: 350px;
	justify-content: center;
	padding: 40px;
	position: relative;
	text-align: center;
	z-index: 1;
}
	.st-btn-services:before {
		background-color: rgba(0, 0, 0, 0.3);
		bottom: 0px;
		content: '';
		left: 0px;
		position: absolute;
		top: 0px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
		z-index: -1;
	}

	.st-btn-services:hover:before {
		background-color: rgba(0, 38, 91, 0.4);
	}

	.st-btn-services a {
		bottom: 0px;
		font-size: 0px;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 100;
	}

	.st-btn-services .title {
		font-size: var(--md-text);
		letter-spacing: 0px;
		line-height: normal;
		margin-bottom: 30px;
		padding-bottom: 30px;
		position: relative;
		text-transform: uppercase;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.st-btn-services:hover .title {
			margin-bottom: 10px;
			padding-bottom: 10px;
		}
		.st-btn-services .title:before {
			background: var(--white);
			bottom: 0px;
			content: '';
			height: 1px;
			left: -webkit-calc(50% - 75px);
			left: -moz-calc(50% - 75px);
			left: -ms-calc(50% - 75px);
			left: calc(50% - 75px);
			position: absolute;
			-webkit-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			width: 150px;
		}
			.st-btn-services:hover .title:before {
				left: -webkit-calc(50% - 50px);
				left: -moz-calc(50% - 50px);
				left: -ms-calc(50% - 50px);
				left: calc(50% - 50px);
				width: 100px;
			}

	.st-btn-services p {
		margin: 0px;
	}

	.st-btn-services .description {
		font-size: var(--md-text);
		font-style: italic;
	}




.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #0089c8!important;
	background-color: #0089c8!important;}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #0089c8!important;
    background-color: #0089c8!important;
    color: #fefefe!important;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    
    color: #fff!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    
    color: #fff!important;
}




.colortext{	
	color: #0089c8!important;	
}

.fondolinea{background-color: #0089c8!important;}
	
	

/*** boton whatsapp **/

.wpp-button {
    bottom: 50px;
    position: fixed;
    right: 30px;
    -webkit-transition: top .4s ease;
    -moz-transition: top .4s ease;
    -ms-transition: top .4s ease;
    transition: top .4s ease;
    z-index: 10000;
}
	.wpp-button a {
		color: #FFF;
		text-decoration: none;
	}
	.wpp-button .target {
		background-color: #43c358;
		border-radius: 5px;
		display: inline-block;
		line-height: 100%;
		padding: 10px 15px;
		position: relative;
	}
		.wpp-button .target:before {
			content: '';
			border-left: 10px solid #43c358;
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
			height: 0;
			left: 100%;
			position: absolute;
			top: -webkit-calc(50% - 8px);
			top: -moz-calc(50% - 8px);
			top: calc(50% - 8px);
			width: 0;
		}
	.wpp-button .icon-whatsapp {
		background-color: #43c358;
		border-radius: 50%;
		display: inline-block;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
		text-align: center;
		margin-top: -3px;
		vertical-align: middle;
		width: 40px;
	}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	/* overflow: hidden; */
	margin: 10px 0%;
	/* min-width: 320px; */
	/* max-width: 480px; */
	/* max-height: 360px; */
	width: 33%;
	    background: #000109;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgb(29, 86, 24, 0.19) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(29, 86, 24, 0.19) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	    color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* 
 * Botones inicio
 */

/* Common style */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: 270px;
	width: 100%;
	background: var(--blue);
	text-align: center;
	cursor: pointer;
}
	.grid figure.large {
		max-width: -webkit-calc(50% - 30px);
		max-width: -moz-calc(50% - 30px);
		max-width: -ms-calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.grid figure.small {
		max-width: -webkit-calc(33.33% - 30px);
		max-width: -moz-calc(33.33% - 30px);
		max-width: -ms-calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
	}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-layla {
	background: var(--dark);
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 70px;
	text-shadow: 0px 2px 5px rgba(0,0,0,1);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	text-shadow: 0px 2px 5px rgba(0,0,0,1);
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.wrap-main {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.woocommerce .wrap-main .sidebar-widgets-area {
	margin-top: 50px;
}


h2.widgettitle {
    color: #fff;
    background-color: #000;
    font-size: 19px;
    padding: 0px 10px;
    margin: 0px;
	    width: 96%;
}


ul.product-categories {
    color: #f19e1e;
    background-color: #000;
    font-size: 19px;
    padding: 24px 10px;
    margin: 0px;
	    width: 96%;
}


ul.product-categories li.cat-item > a {
    color: #f19e1e;
}

ul.check-lists li:before {
    content: "\e5ca";
    color: #002a64;
    font-family: 'icomoon' !important;
    font-size: var(--md-text);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    left: 0px;
    position: absolute;
    speak: none;
    top: -2px;
}

ul.check-lists li:before {
    content: "\e5ca";
    color: #FE7E65;
    font-family: 'icomoon' !important;
    font-size: var(--md-text);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    left: 0px;
    position: absolute;
    speak: none;
    top: -2px;
}

ul.check-lists li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
}

ul.check-lists li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
}

ul.check-lists {
    list-style: none;
}

ul.check-lists {
    list-style: none;
}

.abc-buttons {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}
	.abc-buttons .item {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		height: 290px;
		margin: 15px;
		padding: 0px;
		position: relative;
		text-align: center;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.abc-buttons .item:hover {
			padding: 30px;
		}
		.abc-buttons .item.small-item {
			width: -webkit-calc(50% - 30px);
			width: -moz-calc(50% - 30px);
			width: calc(50% - 30px);
		}
		.abc-buttons .item.large-item {
			width: -webkit-calc(100% - 30px);
			width: -moz-calc(100% - 30px);
			width: calc(100% - 30px);
		}
			.abc-buttons #abc-btn-01 {
				background-image: url('/wp-content/uploads/2020/02/1FIJO.jpg');
			}
			.abc-buttons #abc-btn-02 {
				background-image: url('/wp-content/uploads/2020/02/5MOVIL.jpg');
			}
			.abc-buttons #abc-btn-03 {
				background-image: url('/wp-content/uploads/2020/02/5P.jpg');
			}
			.abc-buttons #abc-btn-04 {
				background-image: url('/wp-content/uploads/2020/02/empresarial6.jpg');
			}
			.abc-buttons #abc-btn-05 {
				background-image: url('/wp-content/uploads/2020/02/5R.jpg');
			}
			.abc-buttons #abc-btn-06 {
				background-image: url('/wp-content/uploads/2020/02/3.gif');
			}
			.abc-buttons #abc-btn-07 {
				background-image: url('/wp-content/uploads/2020/02/p6.jpg');
			}
			.abc-buttons #abc-btn-08 {
				background-image: url('/wp-content/uploads/2020/02/r9.jpg');
			}
			.abc-buttons #abc-btn-09 {
				background-image: url('/wp-content/uploads/2020/02/s5.jpg');
			}
            .abc-buttons #abc-btn-10 {
				background-image: url('/wp-content/uploads/2020/02/cel1.jpg');
			}
			.abc-buttons #abc-btn-11 {
				background-image: url('/wp-content/uploads/2020/02/in2.jpg');
			}
			.abc-buttons #abc-btn-12 {
				background-image: url('/wp-content/uploads/2020/02/ban2.png');
			}
			.abc-buttons #abc-btn-13 {
				background-image: url('/wp-content/uploads/2020/02/ho2.jpg');
			}
			 .abc-buttons #abc-btn-14 {
				background-image: url('/wp-content/uploads/2020/02/ver3.png');
			}
			.abc-buttons #abc-btn-15 {
				background-image: url('/wp-content/uploads/2020/02/ma1.jpg');
			}
			.abc-buttons #abc-btn-16 {
				background-image: url('/wp-content/uploads/2020/02/cocina7.jpg');
			}
			.abc-buttons #abc-btn-17 {
				background-image: url('/wp-content/uploads/2020/02/closet01.jpg');
			}
            .abc-buttons #abc-btn-18 {
				background-image: url('/wp-content/uploads/2020/02/c28.jpg');
			}
			.abc-buttons #abc-btn-19 {
				background-image: url('/wp-content/uploads/2020/02/ba7.jpg');
			}
            .abc-buttons #abc-btn-20 {
				background-image: url('/wp-content/uploads/2020/02/biblio01.jpg');
			}
			.abc-buttons #abc-btn-21 {
				background-image: url('/wp-content/uploads/2020/03/b25.jpg');
			}
            .abc-buttons #abc-btn-22 {
				background-image: url('/wp-content/uploads/2020/03/a9.jpg');
			}
             .abc-buttons #abc-btn-23 {
				background-image: url('/wp-content/uploads/2020/03/ES6.jpg');
			}
             .abc-buttons #abc-btn-24 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/02/IMG-20231102-WA0024.jpg');
			}
             .abc-buttons #abc-btn-25 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/02/IMG-20240214-WA0024.jpg');
			}
             .abc-buttons #abc-btn-26 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/07/PHOTO-2024-05-22-14-46-19-1.jpg');
			}
             .abc-buttons #abc-btn-27 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/07/PHOTO-2024-05-22-14-51-12-6-1.jpg');
			}
             .abc-buttons #abc-btn-28 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/05/calefaccion1.jpg');
			}
             .abc-buttons #abc-btn-29 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/06/IMG_0181-1.jpeg');
			}
             .abc-buttons #abc-btn-30 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/07/sauna1.jpg');
			}
             .abc-buttons #abc-btn-31 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2024/07/turco1.jpg');
			}
             .abc-buttons #abc-btn-32 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2020/12/IMG-20190608-WA0015.jpg');
			}
             .abc-buttons #abc-btn-33 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2020/12/IMG-20190608-WA0015.jpg');
			}
             .abc-buttons #abc-btn-34 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2020/12/IMG-20190608-WA0015.jpg');
			}
             .abc-buttons #abc-btn-35 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2020/12/IMG-20190608-WA0015.jpg');
			}
             .abc-buttons #abc-btn-36 {
				background-image: url('https://www.ideasespacios.com/wp-content/uploads/2020/12/IMG-20190608-WA0015.jpg');
			}

		.abc-buttons .item a.abc-link {
			bottom: 0px;
			font-size: 0px;
			left: 0px;
			position: absolute;
			top: 0px;
			width: 100%;
			z-index: 1000;
		}

		.abc-buttons .item .abc-front-cl {
    background-color: #fe7e65ad;
    margin: auto;
    padding: 20px 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
}
			.abc-buttons .item:hover .abc-front-cl {
				background-color: #fe7e65ad;
			}
		.abc-buttons .item .title {
    color: var(--white);
    font-size: 15pt;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 500;
}
		.abc-buttons .item .desc {
color: rgba(255, 255, 255, 0.9);
    font-style: normal;
    font-size: 10pt;
}
		.abc-buttons .item .arrow {
			color: var(--white);
			font-size: var(--xlg-text);
		    height: 0px;
			margin-top: -20px;
			margin-bottom: 20px;
		    -webkit-transition: all 0.4s ease;
		    -o-transition: all 0.4s ease;
		    transition: all 0.4s ease;
		    -webkit-transform: scale(0);
		    -ms-transform: scale(0);
		    transform: scale(0);
		}
			.abc-buttons .item:hover .arrow {
				height: 30px;
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
				transform: scale(1);
			}
		.abc-buttons .item .arrow i {
			display: inline-block;
			height: 30px;
			line-height: 30px;
		}



p.price-product {
    display: none !important;
}

.ver {
    color: #fff;
    font-size: 12pt;
    padding: 10px 35px;
    background-color: #fe7e65;
    font-weight: 500;
}
