/* 
Theme Name: AticSoft's Hello elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: forcol
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/** CUSTOM CS **/

h1.slider{
	color: white !important;
	font-size: 45px !important;
	line-height: 60px !important;
}
.page-content a{
	text-decoration: none;
}
.categorias_home {
    background: transparent;
    width: 100vw;
    min-height: 500px;
    display: flex;
    padding: 0px;
    width: 100%;
}
.categorias_home .item{
	background-color: rgba(0, 0, 0, .5);
    min-height: 500px;
    border: 1px solid white;
    flex: 1;
    transition: all .7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.categorias_home .item a{
	z-index: 9;
	color: white;
}
.categorias_home .item:hover {
    background-color: transparent;
    flex: 1.2;
    cursor: pointer;
}
.categorias_home .item:hover:before{
	opacity: .8;
}
.categorias_home .item:before{
	content: '';
    position: absolute;
    left: 0px;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .4;
    transition: all .7s ease-in-out;
    background-position: center;
}
.categorias_home .item.adhesivos,
.categorias_home .item.adhesivos .oculto .ver span{
	background-color: #0095d4;
}
.categorias_home .item.adhesivos:before{
    background-image: url(/wp-content/uploads/2025/04/adhesivos-cementosos.jpg);
}
.categorias_home .item.albanileria,
.categorias_home .item.albanileria .oculto .ver span{
	background-color: #d09ebc;
}
.categorias_home .item.albanileria:before{
    background-image: url(/wp-content/uploads/2025/04/ALBANILERIA.jpg);
}
.categorias_home .item.morteros,
.categorias_home .item.morteros .oculto .ver span{
	background-color: #f7ab59;
}
.categorias_home .item.morteros:before{
	background-image: url(/wp-content/uploads/2025/04/AUTONIVELANTES.jpg);
}
.categorias_home .item.rejuntado,
.categorias_home .item.rejuntado .oculto .ver span{
	background-color: #76b82a;
}
.categorias_home .item.rejuntado:before{
 	background-image: url(/wp-content/uploads/2025/04/REJUNTADO.jpg);
}
.categorias_home .item:hover{
	background-color: black;
}
.categorias_home .item h2{
	text-align: center;
	font-size: 25px;
	color: white;
	margin-top: 40px;
	transition: all .7s ease-in-out;
}
.categorias_home .item .oculto{
	text-align: center;
	transition: all .7s ease-in-out;
	opacity: 0;
}
.categorias_home .item .oculto .ver{
	display: block;
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 100%;
	transition: all .7s ease-in-out;
}
.categorias_home .item:hover .oculto .ver{
	bottom: 30px;
}
.categorias_home .item .oculto .ver span {
    font-size: 14px;
    background: #0095d4;
    padding: 10px 20px;
}
.categorias_home .item:hover .oculto{
	opacity: 1;
}
.ubicaciones{
	background: white;
    padding: 20px;
    border-radius: 10px;
    max-height: 370px;
    overflow-y: scroll;
}
.ubicaciones::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: white;
}

.ubicaciones::-webkit-scrollbar
{
	width: 5px;
	background-color: white;
}

.ubicaciones::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff6f00;
}
.item_ubicacion {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.item_ubicacion .titulo{
	color: black;
	font-weight: bold;
}
.item_ubicacion a{
	color: #ff6f00;
}
.ubicaciones input{
    border: 0px;
    
    padding: 10px 0px;
    flex: 1;
}
.ubicaciones .buscador{
	margin-bottom: 20px;
	display: flex;
	border-bottom: 1px solid #ccc;
}
.ubicaciones .buscador button{
	flex: 0 40px;
    padding: 0;
    background: transparent;
    color: black;
    border: 0;
    font-size: 20px;
}
.slider_empresa .slick-list{
	padding: 0px 300px;
}
.item_slider_empresa {
    margin: 0px 10px;
    height: 700px !important;
    overflow: hidden;
}
.item_slider_empresa img{
	height: 700px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.quienes-somos:before{
	background-size: 30% !important;
}
.atributos_ficha{
	display: flex;
	gap: 10px;
	align-items:  center;
		margin-bottom: 22px;
}
.atributos_ficha .colores{
	display: flex;
	gap: 10px;

}
.atributos_ficha .colores span{
	border: 1px solid;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    text-transform: uppercase;
    color: black;
    background: white;
}

.atributos_ficha  .uso img{
	width: 50px;
}
.atributos_ficha .peso{
	    font-size: 20px;
    font-weight: bold;
    color: black;
}
.descargas_ficha{
	background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}
.descargas_ficha h4{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.descargas_ficha ul{
	margin: 0px;
	padding: 0px;
}
.descargas_ficha ul li{
	list-style: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px;
    padding-bottom: 10px;
    list-style-type: none;
}
.descargas_ficha ul li a{
	color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.descargas_ficha ul li:hover a{
	color: #ff6f00;
} 
.descargas_ficha ul li a img{
	width: 23px;
}
.producto-listado img {
    mix-blend-mode: multiply;
}
.producto-listado .sku_wrapper,
.producto-listado .detail-label {
	display: none !important;
}
.product_cat-productos-de-rejuntado .elementor-widget-theme-post-featured-image,
.product_cat-produits-de-jointoiement .elementor-widget-theme-post-featured-image{
	border-top: 5px solid #76b82a;
	margin-bottom: 10px !important;
}

.product_cat-adhesivos-cementosos .elementor-widget-theme-post-featured-image,
.product_cat-adhesifs-cementaires .elementor-widget-theme-post-featured-image{
	border-top: 5px solid #0095d4;
	margin-bottom: 10px !important;
}

.product_cat-albanileria .elementor-widget-theme-post-featured-image,
.product_cat-maconnerie .elementor-widget-theme-post-featured-image{
	border-top: 5px solid #d09ebc;
	margin-bottom: 10px !important;
}

.product_cat-morteros-autonivelantes .elementor-widget-theme-post-featured-image,
.product_cat-mortiers-autonivelants .elementor-widget-theme-post-featured-image{
	border-top: 5px solid #f7ab59;
	margin-bottom: 10px !important;
}
.product_cat-productos-de-rejuntado .detail-content a,
.product_cat-produits-de-jointoiement .detail-content a{
	color: #76b82a !important;
}
.product_cat-adhesivos-cementosos .detail-content a,
.product_cat-adhesifs-cementaires .detail-content a{
	color: #0095d4 !important;
}
.product_cat-albanileria .detail-content a,
.product_cat-maconnerie .detail-content a{
	color: #d09ebc !important;
}
.product_cat-morteros-autonivelantes .detail-content a,
.product_cat-mortiers-autonivelants .detail-content a{
	color: #f7ab59 !important;
}
.wpml-ls-legacy-dropdown-click{
	width: auto;
}

.single-product.woocommerce div.product div.images img {
    display: table;
    width: auto;
    max-height: 80vh;
    box-shadow: none;
    margin: 0 auto;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #ff6f00 !important;
    border: 1px solid #ff6f00 !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
	font-size: 14px !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
    color: #8c8c8c !important;
}