@charset "UTF-8";

/*
Theme Name: Gastelac 
Theme URI: 
Author: the Gastelac
Author URI: 
Description: Gastelac Theme
Version: 1.0
License: 
License URI: 
Text Domain: gastelacgs
Tags: 
*/

/*** FONTS ***/
@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('fonts/ClashDisplay-Regular.otf');
}
@font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('fonts/ClashDisplay-Variable.otf');
}
@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('fonts/ClashDisplay-Medium.otf');
}
@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('fonts/ClashDisplay-Semibold.otf');
}
@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('fonts/ClashDisplay-Bold.otf');
}
@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('fonts/ClashDisplay-Light.otf');
}
@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('fonts/ClashDisplay-Extralight.otf');
}

/*** COLORES ***/
.negro{color:#333333!important;}
.marron-claro{color:#F4E9D3!important;}
.marron-oscuro{color:#CD9245!important;}

/*** ENLACES ***/
.enlace-negro{color:#333333!important;}
.enlace-negro:hover{color:#CD9245!important;}
.enlace-marron-claro{color:#F4E9D3!important;}
.enlace-marron-claro:hover{color:#CD9245!important;}
.enlace-marron-oscuro{color:#CD9245!important;}
.enlace-marron-oscuro:hover{color:#333333!important;}

/*** GENERAL ***/
body{margin:0!important; background-color:#F4E9D3!important;}
.word-break{word-wrap:break-word!important; overflow-wrap:break-word!important; white-space:normal!important;}

/*** LANDING ***/
.container-vinos, .contenedor-vinos-interno, .container-delicatessen .columna-delicatessen-gr{align-items:stretch!important;}
.container-vinos .columna-vinos-gr .elementor-widget-image, .container-vinos-interno .columna-vinos-pq .elementor-widget-image,
.container-delicatessen .columna-delicatessen-gr .elementor-widget-image, .container-delicatessen .columna-delicatessen-gr .elementor-widget-image img{height:100%!important;}

/*** CONTACTO ***/
.icono-enlace:hover{cursor:pointer!important;}
.icono-enlace:hover .e-font-icon-svg path{fill:#CD9245!important;}
.icono-enlace:hover .elementor-icon-box-title a{color:#CD9245!important;}
.icono-enlace.correo .elementor-icon-box-icon{margin-bottom:0!important;}
.icono-enlace.correo .elementor-icon-box-content{margin-top:-10px!important;}

/*** COOKIES ***/
.cky-consent-container, .cky-modal{
	font-family: 'SourceCodePro-Regular'!important;
}
.cky-consent-container .cky-title, .cky-consent-container .cky-preference-title, .cky-consent-container .cky-accordion-btn{
	font-family: 'SourceCodePro-Bold'!important;
}
#cn-close-notice{
	display:none!important;
}
.cookiestop {
	z-index: 9998;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	position: absolute;				
	background-color: #000000;
	color: #aaaaaa;
	opacity: .5;
	filter: alpha(opacity = 50);
}
#cookie-notice, #cky-consent{
	z-index: 9999;
}
.cky-notice-des a.cky-policy{
	text-decoration: none!important;
}

/*** RESPONSIVE ***/
@media (max-width: 850px){	
	.menu-gastelac a{padding-left:10px!important; padding-right:10px!important;}
}
@media (max-width: 500px){	
	.texto-cabecera-gr h1, .texto-cabecera-gr h2{font-size:2.5rem!important; line-height:2.75rem!important;}
	.texto-cabecera-pq h2, .subtitulo-slider{font-size:2rem!important; line-height:2.25rem!important;}
	.texto-cabecera-pq h3{font-size:1.8rem!important; line-height:2.05rem!important;}
	.texto-subtitulo-lopd{font-size:1.2rem!important; line-height:1.45rem!important;}
}
@media (max-width: 350px){	
	.texto-cabecera-gr h1, .texto-cabecera-gr h2{font-size:2.3rem!important; line-height:2.55rem!important;}
	.texto-cabecera-pq h2, .subtitulo-slider{font-size:1.8rem!important; line-height:2.05rem!important;}
	.texto-cabecera-pq h3{font-size:1.65rem!important; line-height:1.9rem!important;}
	.bloque-header{width:70%!important;}
	.header-encargos{width:59%!important; padding-left:0!important;}
	.header-encargos a{font-size:0.875rem!important;}
	.logo-gastelac{width:30%!important;}
	.header-menu{width:16%!important;}
}



