/*
 Theme Name:     volcanic
 Author:         Volcanic.Tech
 Author URI:     http://volcanicinternet.com
 Template:       Divi
 Version:        1
 Description:    tema fill de DIVI
*/


/* ----------- a partir d'aquí el teu CSS personalitzat --------------------------- */

body #page-container .button-tax.et_pb_button {
	color: #333333;
    border-color: #333333;
    border-radius: 30px;
    font-size: 14px;
    margin: 0 15px;
	padding: 10px 55px;
	display: inline-block;
    width: 200px;
}

body #page-container .button-tax.et_pb_button.active-product-button,
body #page-container .button-tax.et_pb_button.active-product-button:hover {
	color: #ffffff;
    background-color: #d90000;
    border-color: #d90000;
}

body #page-container .button-tax.et_pb_button:hover {
	color: #ffffff;
	background-color: #333333;
	border-color:#333333;
}

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

.product-container {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 40px;
}

.content-product {
	box-shadow: 0px 0px 7px rgba(72, 73, 73, 0.5);
}

.product {
	margin: 10px;
	min-width: 20%;
	/* -webkit-transition: opacity 2s; /* Safari */
  	/* transition: opacity 2s; */
}

.product .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.product .content a {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.product .content .title {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .content .tags {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product .content .tags .chip {
	background-color: #333;
    border-radius: 48px;
    padding: 0px 20px;
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
}

.button-tax.et_pb_button, .button-tax.et_pb_button:after {
    transition: all 300ms ease 0ms;
}

.button-tax.et_pb_button:after {
	font-size: 1.6em;
    color: #ffffff;
}

.image {
	background: transparent no-repeat center;
 	background-size: cover;
 	height: 450px;
 	width: 100%;
}

.image:hover:after {
    background-color: rgba(255,0,0,0.7);
    content: "";
    width: auto;
    height: 450px;
    display: block;
    background-image: url("/app/uploads/2019/05/climasol_eye.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%;
}

.filter-product-links {
	margin-top: 50px;
	text-align: center;
}

a.filter-link {
	color:#333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	width: 240px;
	border-radius: 30px;
	padding: 5px 30px;
	border: 2px solid;
	margin: 0 15px;
	position: relative;
}

a.filter-link img.information-hover {
	display: none;
}

a.filter-link .tooltip-img {
	width: 20px;
	vertical-align: middle;
}

a.filter-link span.tooltip {
	position: absolute;
    right: 10px;
}

a.filter-link:hover {
	color: #ffffff;
	background-color: #333333;
	border-color:#333333;
}

a.filter-link:hover img.information-hover {
	display: inline;
}

a.filter-link:hover img.information {
	display: inline;
}

a.filter-link.active-product-button,
a.filter-link.active-product-button:hover {
	color: #ffffff;
    background-color: #d90000;
    border-color: #d90000;
}

a.filter-link.active-product-button img.information-hover,
a.filter-link.active-product-button:hover img.information-hover {
	display: inline;
}

a.filter-link.active-product-button img.information,
a.filter-link.active-product-button:hover img.information {
	display: none;
}

/* Catalog download style */
#industrial .download-catalog-hosteleria {
	display: none;
}

.download-catalog-hosteleria {
	margin-top: 50px;
	text-align: center;
}

a.download-punctual, a.download-season, .btn-catalogo {
	color: #ffffff;
	background: #fb4747;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	border-radius: 30px;
	padding: 5px 30px;
	margin: 0 15px 15px 15px;
	position: relative;
	max-width: 330px;
}

a.download-punctual:hover, a.download-season:hover, .btn-catalogo:hover {
	color: #ffffff;
	background-color: #fb010091;
}

@media screen and (max-width: 992px){
	a.download-punctual, a.download-season {
		display: block;
		width: 100%;
		margin: 15px 0;
		max-width: 100%;
	}
}

li#menu-item-1179 {
	display: none !important;
}

body.page-template-default.page.page-id-1052 header#main-header li#menu-item-1179 {
	display: inline-block !important;
}

.download-catalog {
	position: relative;
	top: -10px;
}

.download-catalog-title {
	color: #ffffff;
	background: #49afa6;
	font-weight: 400;
	height: 32px;
	display: flex;
	align-items: center;
	width: 200px;
	padding: 15px;
	border-radius: 50px;
	justify-content: center;
}

@media screen and (max-width: 980px){
	.download-catalog {
		top: 0px;
	}
}

.et-tooltip-box {
	width: 400px !important;
}

a.filter-link:hover .et-tooltip-box {
	left: -112px;
}

a.filter-link .et-tooltip-box,
a.filter-link.active-product-button .et-tooltip-box,
a.filter-link.active-product-button:hover .et-tooltip-box {
	left: -130px;
}

a.filter-link.disabled {
	pointer-events: none;
	cursor: default;
	color: #a7a5a5;
}

.no-product-results {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

/* PRODUCT PAGE */

.single-product #main-content {
	background-color: #f5f5f5;
}

.single-product .product-detail h2,
.single-product .product-detail h3,
.single-product .product-detail h1 {
	font-weight: bold;
	text-transform: uppercase;
}

.single-product .images {
	float:left;
	width: 380px;
	height: 380px;
	padding-right: 15px;
	padding-left: 15px;
}

.single-product .descriptions {
	float: right;
	width: 60%;
	padding-right: 15px;
	padding-left: 15px;
}

.single-product .descriptions a.information-button {
    color: #fff;
    background-color: #ff0000;
    border-radius: 48px;
    padding: 10px 50px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
}

.single-product .descriptions .tech-description,
.single-product .descriptions .main-description {
	border: 1px solid #333;
    padding: 10%;
    margin-bottom: 5%;
    background-color: #ffffff;
}

.single-product .product-detail .images ul {
	list-style: none;
}

.single-product .product-detail .images .flexslider {
	background-color: transparent;
	border: none;
}

.single-product .product-detail .images .flexslider .flex-control-paging li a {
	background: #ffffff;
	width: 12px;
    height: 12px;
    border-color: #333;
}

.single-product .product-detail .images .flexslider .flex-control-paging li a.flex-active {
	background: #ff0000;
}

.single-product .product-detail .images .flexslider .flex-control-nav {
	bottom: -25px;
}

.single-product .product-detail .images .flexslider .flex-nav-next,
.single-product .product-detail .images .flexslider .flex-nav-prev {
	display: none;
}

.single-product .product-detail .images .slides li {
	background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    overflow: hidden;
    height: 380px;
}

.single-product #related-products {
	background-color: #fff;
	margin-bottom: 10%;
}

.single-product #related-products .related {
	margin-top: 50px;
}

.single-product #related-products .content-product .image {
	height: 350px;
}

.single-product #related-products .content-product .image {
	height: 350px;
}

.single-product #related-products .content-product .image:hover:after {
	height: 350px;
}

.single-product #main-content .container:before {
	display: none;
}

/* PRODUCT FORM STYLE */
.et-learn-more,
.et-learn-more .learn-more-content,
.et-learn-more h3.heading-more {
	border: none !important;
}

#main-content .et-learn-more span.et_learnmore_arrow span {
	background: url('/app/uploads/2019/06/arrow-02.png') no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
}

#main-content .et-learn-more .open span.et_learnmore_arrow span {
	background: url('/app/uploads/2019/06/arrow-01.png') no-repeat;
	background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
}

@media (max-width: 1100px){
	.image {
		height: 350px;
	}

	.image:hover:after{
		height: 350px;
		background-size: 30%;
	}
}

@media (max-width: 992px){
	.product-container {
		/*justify-content: space-around;*/
		grid-template-columns: 50% 50%;
	}

	.product {
		justify-self: center;
		width: 90%;
	}

	.single-product .images {
		float:none;
		width: 100%;
	}

	.single-product .descriptions {
		float: none;
		width: 100%;
		padding-bottom: 10%;
	}

	a.filter-link,
	body #page-container .button-tax.et_pb_button {
		display: block;
		width: 100%;
		margin: 15px 0px;
	}
}

@media (max-width: 768px){
	.product-container {
		grid-template-columns: 100%;	
	}

	.image:hover:after{
		background-size: 15%;
	}
}


@media (max-width: 450px){
	.image:hover:after{
		background-size: 20%;
	}
}


/* Botons contacte mobile i centrar*/
.et_pb_row.et_pb_row_1.contactlayer.et_had_animation{
    top: 50%;
}

@media (max-width: 980px){
.et_pb_row.et_pb_row_1.contactlayer.et_had_animation {
    display: flex!important;
    width: 15%;
    position: fixed;
    left: 16px;
    z-index: 100;
    text-align-last: start;
}
}



/* Fi Botons contacte mobile i centrar*/


/*Landing Pages Buttons*/
.button-group-climasol {
    display:flex;
    flex-wrap:wrap;
}

.button-group-climasol-center {
	justify-content:center
}

.button-group-climasol .btn-group-item {
    color: #ffffff;
    border:none;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    background-color: #dd0f00;
    padding:8px 20px;
    margin:0 10px 10px 0
}

.button-group-climasol-center.button-group-climasol .btn-group-item {
	margin: 5px;
	background-color:#EFE4CD;
	color:#034545;
}

.button-group-climasol .btn-group-item:hover {
    background-color: #666666;  
}

.button-group-climasol-center.button-group-climasol .btn-group-item:hover {
	background-color:#034545;  
	color:#EFE4CD;
}