/*
Theme Name: Cactus
Theme URI: http://www.cactussenygrafic.com/
Version: 1.0
Description: Plantilla desenvolupada per Cactus
Author: Cactus Seny Grafic
Author URI: https://www.cactussenygrafic.com/
Template: Divi
*/

:root{
	--offcanvas_up_ini: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	--offcanvas_right_ini: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);;
	--offcanvas_down_ini: polygon(0 0, 100% 0%, 100% -10%, 0 0);
	--offcanvas_left_ini: polygon(0 0, 0 0, 0 100%, 0% 100%);
	--offcanvas_fin: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	--animation_timing:cubic-bezier(.785,.135,.15,.86);
}

/** font custom **/
body, p, h1, h2, h3, h4, h5, h6, a, span:not(.ab-icon), li, div, td, th, label, input, textarea, button, .saes {}

.textAnimation h1>*,
.textAnimation h2>*,
.textAnimation h3>*,
.textAnimation h4>*,
.textAnimation h5>*,
.textAnimation p>*{overflow: hidden;padding-bottom: 10px;margin-top: -10px;}

.et_pb_menu__menu>nav>ul>li.menu_boton{display: flex; align-items: center; justify-content: center;}
.et_pb_menu__menu>nav>ul>li.menu_boton>a{
	height: fit-content;
	padding: var(--menu_button_padding) !important;
	border-radius: var(--menu_button_radius) !important;
	color:var(--menu_boton_link_color) !important;
	background-color: var(--menu_boton_background) !important;
	border:var(--menu_button_border) !important
}
.et_pb_menu__menu>nav>ul>li.menu_boton>a:hover{color:var(--menu_boton_link_color_hover) !important; background-color: var(--menu_boton_background_hover) !important; opacity: 1 !important;border:var(--menu_button_border_hover) !important}

.background-valors:hover *{color:#fff !important;}

.hero_zindex{z-index: 0	!important;}
.et_pb_column .et_pb_blog_grid .et_pb_post{padding:0px !important; margin-bottom: 2em !important;}
.et_pb_blog_grid .et_pb_image_container{margin:0px !important; }

@media (max-width: 767px) {
	.et_pb_menu_0_tb_header{display:flex !important;}
}