/*
 Theme Name:   Zennio
 Description:  Tema WordPress Zennio
 Author:       Jorge Martínez
 Author URI:   http://playmebit.com
 Template:     Divi
 Version:      1.0.0
 License:      
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ************* TIPOGRAFÍA ************************* */

@font-face {
    font-family: brandon;
    src: url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-regular-webfont.eot);
    src: url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-regular-webfont.ttf) format("truetype"), url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-regular-webfont.eot?#iefix) format("embedded-opentype"),
        url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-regular-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: brandon;
    src: url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-light-webfont.eot);
    src: url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-light-webfont.ttf) format("truetype"), url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-light-webfont.eot?#iefix) format("embedded-opentype"),
        url(/wp-content/themes/zennio/assets/fonts/brandongrotesque-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* **************** GENÉRICO ************************* */

html{
	font-family:brandon,arial;	
}

html, body {
	font-weight: 400;
}

.text-primary {color:#ee8e14;}
.text-strong {font-weight:bold;}
.text-secondary {color:#93551F;}

.text-xl {font-size: 2.828rem;}

[role="button"] {
	cursor:pointer;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight:500;
}

.zennio-title-underline {
	position: relative;
	margin-bottom: 1rem;
}

.zennio-title-underline:after {
    display: block;
    content: attr(data-icon);
    position: absolute;
    bottom: -1rem;
    border-top: 2px solid #001111;
    border-bottom: 0px;
    height: 1px;
    width: 30px;
    margin-bottom: 1rem;	
}

html[lang^="en"] .hide-en,
html[lang^="es"] .hide-es,
html[lang^="fr"] .hide-fr,
html[lang^="de"] .hide-de {
	display: none;
}

.et_pb_scroll_top.et-pb-icon {
	right:4vw;
	bottom:4vw;
	color:#000;
	background-color:#fff;
	border-radius:50%;
	width:4rem;
	height:4rem;
	line-height:3rem;
	font-size:3rem;
	padding-right:0.5rem;
	border:solid 1px #fafafa;
} 

@media only screen and (max-width: 767px) {
	.et_pb_scroll_top.et-pb-icon {
	width:3rem;
	height:3rem;
	line-height:2rem;
	font-size:2rem;
	padding-right:0.5rem;
	}
}

.clickableBlock {cursor:pointer;}

.z35-luminosity {
	height:18rem;
}

.z35-luminosity img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
  top: 50%;
  left: 50%;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	transform: translate(-50%,-50%);
  -o-object-position: bottom;
  object-position: bottom;
	border-radius: 0 0 8px 8px;
}

#z35-timer {
	position:absolute;
	top: 30.6%;
	right: 24.8%;
	transform: translateX(50%) translateY(-50%);
	width: auto;
	text-align: center;
	font-family: Arial,sans-serif;
	color: #fff;
}

.product-section a.product-section-link {
	position: relative;
}

#z35-timer .date {
	
}

#z35-timer .time {
	font-size: 5vw;
	line-height: 1em;
}

#z35-timer .time.even .sep {
	visibility:hidden;
}

.product-section a.product-section-link:before {
	width: 100vw;
	right: 0px;
	content: "";
	position: absolute;
	top: -10px;
	height: 2px;
	background: rgb(0, 17, 17);
}

@media (max-width: 1400px) {
	.product-section a.product-section-link:before {
		width: 100%;
	}
}

.row-btn-inline .et_pb_button_module_wrapper, .row-btn-inline .btn-inline {
	display: inline-block;
}

.zennio-title {
	position:relative;
	line-height: 1.5em;
	padding-bottom: 2rem;
}

.zennio-title::before {
	  content: "";
    display: block;
    background: #011;
    height: 2px;
    position: absolute;
    bottom: 1rem !important;
    width: 2rem;
    left: 0;
    right: 0;			
}

.cta-zennio h2 {
	position:relative;
	line-height: 1.5em;	
}

.cta-zennio h2:before {
	  content: "";
    display: block;
    background: #011;
    height: 2px;
    position: absolute;
    bottom: 0.5rem;
    width: 2rem;
    left: 0;
    right: 0;		
}

.bloque-services {
	position: relative;
}

.bloque-services .et_pb_blurb_container {
	padding-left: 0px;
}

.bloque-services h4 {
	position:relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5em;
}

.bloque-services h4:before {
	  content: "";
    display: block;
    background: #011;
    height: 2px;
    position: absolute;
    bottom: 0.5rem;
    width: 2rem;
    left: 0;
    right: 0;	
}


.bloque-services .et_pb_main_blurb_image img {
	width: 3rem;
}


.zennio_button {
	padding: 1rem 2rem;
	border: 2px solid #e2bbbb;
}

.zennio_button:hover {
	border-color: #000;
}

select.zennio_button {
	font-size: 1.4rem;
}

.zennio-contact-form form {
	border-left: solid 2px #000;
    padding-left: 2em;
    margin-left: -2em;
    padding-top: 2em;
}

.zennio-contact-form .form-field {
	margin-bottom: 15px;
	display:flex;
	align-items:flex-start;
}

.zennio-contact-form .form-field .controls {
	max-width: 400px;	
	flex-grow: 1;
}

@media (max-width: 550px) {
	.zennio-contact-form .form-field {
		flex-direction:column;
		align-items:unset;
	}
}

.zennio-contact-form .form-field label {
	display:inline-block;
	width:140px;
	padding-top:14px;
	padding-bottom:14px;
}

.zennio-contact-form .form-field .controls input[type="text"], .zennio-contact-form .form-field .controls input[type="email"], .zennio-contact-form .form-field .controls input[type="url"], .zennio-contact-form .form-field .controls input[type="tel"], .zennio-contact-form .form-field .controls select, .zennio-contact-form .form-field .controls textarea {
	padding: 14px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc; 
}

.zennio-contact-form .form-field .controls input[type="checkbox"] {
	width:100%;
}

.zennio-contact-form .form-field.form-acceptance label {
	width:100%;
}

.zennio-contact-form .form-field.form-acceptance .wpcf7-list-item {
	margin-left:0px;
}

.zennio-contact-form input[type="submit"] {	    
    display: block;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 18px !important;
    font-weight: 400;
    width: 760px;
		max-width: 540px;
}




/* ************* MENÚS DE NAVEGACIÓN VERTICALES (FOOTER POR EJEMPLO) **************** */

.vertical-menu .et_pb_menu__menu>nav>ul {
  flex-direction: column;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
}
.vertical-menu .et_pb_menu__menu>nav>ul>li {
  margin: 10px 0 !important;
  padding-left: 0px;
}
.vertical-menu .et_pb_menu__menu>nav>ul>li>ul li {
  display:block !important;
  padding: 0px !important;
}
.vertical-menu .et_pb_menu__menu>nav>ul ul {
  padding: 0px !important;
  top: 0px !important;
}
.vertical-menu .et_pb_menu__menu>nav>ul>li>ul {
  left:calc(100% - 1px) !important;
  top:0px !important;
}
.vertical-menu .et-menu .menu-item-has-children>a:first-child:after,
.vertical-menu .et-menu .menu-item-has-children .sub-menu,
.vertical-menu .et-menu .main-search-ajax{
	display: none !important;
}
.wpml-ls-legacy-list-vertical a {
	text-align: left !important;
	padding-left: 0 !important;
}
/*.vertical-menu .et-menu .menu-item-has-children>a:first-child:after {
  content: "5" !important; 
  right: 20px !important;
}
.vertical-menu .nav li ul {
  left: calc(100% - 1px) !important; 
}*/
@media all and (min-width: 981px) {
  .vertical-menu .et_pb_menu__menu, .vertical-menu .et_pb_menu__menu>nav {
    width: 100%; /*width of the vertical navigation menu*/
  }
}
@media (max-width: 980px) {
	.vertical-menu.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

/* ***************** MEGA MENUS ************************** */
.et-menu-nav li.mega-menu>ul>li>a:first-child {
	margin-bottom: 15px !important;
	padding-bottom: 5px !important;
}

/* ***************** MENÚS NO COLLAPSIBLES ************************** */
.menu-no-collapsible.et_pb_menu .et_pb_menu__menu {
	display: inherit;
}

.menu-no-collapsible.et_pb_menu .et_mobile_nav_menu {
	display: none !important;
}

@media (max-width: 980px) {
	.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
		text-align:left !important;	
	}	
	.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer li.wpml-ls-item-legacy-list-vertical a {
		text-align:left !important;
		padding-left: 0px !important;
	}
}

/* ***************** SELECTOR DE IDIOMA CABECERA ******************** */
#section-lang-selector {
	display:none;
}

#section-lang-selector .wpml-ls-legacy-list-horizontal ul {
	padding-bottom: 0px !important;	
}

#menu-superior .et_pb_menu__logo img {
	width:85px;
	max-width:100%;
	height: 20px;
}

#menu-superior .et-menu > li {
	border-top: solid 2px #001111;	
}

#menu-superior .et-menu > li.current-menu-item {
	border-top: solid 2px #fff;	
}

#menu-superior.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
	padding: 15px 0px !important;
}
#menu-superior.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li.menu-item-has-children>a,
#menu-superior.et_pb_menu--with-logo .et_pb_menu__menu .sub-menu>li.menu-item-has-children>a{
    padding-right: 20px !important;
}

/* ***************** STICKY HEADER ***************** */
header {
	transition: all .4s ease-out;
}
header.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

header .et_builder_inner_content {
	z-index: 999 !important;
}
.admin-bar header.sticky-header {
	top: 32px;
}

@media (max-width: 980px) {
	header .mobile_nav .et_mobile_menu{
		overflow-y: scroll;
		max-height: calc(100vh - 47px);
		max-width: 101vw;
		margin-top: 7px;
		width: 101vw;
		left: -15%;
	}
	.admin-bar header .mobile_nav .et_mobile_menu{
		max-height: calc(100vh - 79px) !important;
	}
}
@media screen and (max-width: 782px) {
	.admin-bar header.sticky-header {
		top: 46px;
	}
	.admin-bar header .mobile_nav .et_mobile_menu{
		max-height: calc(100vh - 93px) !important;
	}
}

.main-search-ajax svg {
    width: 16px;
    height: 16px;
}

/* ***************** ESTILOS FOOTER ***************** */

#logos-footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

#logos-footer img {
	margin: 1rem;
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
	display: inline-block;
	text-align: right;
}


/* ***************** 2 COLUMNAS EN TABLET ********************** */

@media (max-width: 900px) {
	.row-md-2 .et_pb_column {
		width: 98%!important;
		margin-left: 1% !important;
		margin-right: 1% !important;
		margin-bottom: 30px !important;
	}
}

@media (min-width: 901px) and (max-width: 1400px){
	
	.row-md-2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;		
	}	
	
	.row-md-2 .et_pb_column {
		width: 48%!important;
		margin-left: 1% !important;
		margin-right: 1% !important;
		margin-bottom: 30px;
	}
}

@media (min-width: 1401px) {
	
	.row-lg-3 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;		
	}
	
	.row-lg-3 .et_pb_column {
		width: 31.3333%!important;
		margin-left: 1% !important;
		margin-right: 1% !important;
		margin-bottom: 30px;
	}
} 



/* ***************** HOME ************************* */

.hoverable-zennio {border-left: solid 3px transparent;}
.hoverable-zennio:hover {border-left: solid 3px #001111;}


/* **************** SIDEBAR PRODUCTOS ************** */

.catproduct-title {
	font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
	text-transform:uppercase;	
	font-weight: 500;
	font-size: 30px;
	color: #333;
    padding-bottom: 10px;
    line-height: 1em;
}

.catproduct-title:after {
	display: block;
	content: "";
    position: absolute;
    bottom: -1rem;
	border-top: 2px solid #001111;
    border-bottom: 0px;
    height: 1px;
    width: 30px;
	margin-bottom: 1rem;
}

.menu-productos {
	display:inline-block;
}

.menu-productos .nav_familia_item .seemore {
	display:none;
}

@media all and (max-width: 980px) {
	.menu-productos .nav_familia_item.closed .nav_categorias {
		display:none;
	}	
	.menu-productos .nav_familia_item .seemore {
		display:inline;
	}
}

ul.nav_familias, ul.nav_familias ul.nav_categorias, ul.nav_categorias ul.nav_catproducts {
	list-style: none;
	margin:0;
	padding:0;	
}

ul.nav_familias {}

ul.nav_familias li {
	font-weight: 700;
	margin:0;
	line-height: 18px;
}

ul.nav_familias > li.nav_familia_item {	
	margin-bottom: 15px;
}

ul.nav_familias > li.nav_familia_item > a, ul.nav_familias > li.nav_familia_item > span {
	color: #001111;
	text-transform: uppercase;
	display: block;
	margin-bottom: 9px;
}

ul.nav_familias > li.nav_familia_item.current {}

ul.nav_familias ul.nav_categorias {}

ul.nav_familias ul.nav_categorias > li.nav_categoria_item {
	border-left: solid 1px #001111;
}

ul.nav_familias ul.nav_categorias > li.nav_categoria_item > a, ul.nav_familias ul.nav_categorias > li.nav_categoria_item > span {
	color: #334444;
    padding: 7px 0px 7px 13px;
    display: block;
}

ul.nav_familias ul.nav_categorias > li.nav_categoria_item.current {}

ul.nav_familias.is-category ul.nav_categorias > li.nav_categoria_item.current > a, ul.nav_familias.is-category ul.nav_categorias > li.nav_categoria_item.current > span {
	background-color: #F7EDED;
}

ul.nav_categorias ul.nav_catproducts {
	padding-top:10px;
	padding-bottom:10px;
}

ul.nav_categorias ul.nav_catproducts > li.nav_catproduct_item {
	margin-bottom: 5px;
}

ul.nav_categorias ul.nav_catproducts > li.nav_catproduct_item > a, ul.nav_categorias ul.nav_catproducts > li.nav_catproduct_item > span {
	padding-left: 26px;
	display: block;
	line-height: 2em;
	font-weight: 300;
	color: #334444;
}

ul.nav_categorias ul.nav_catproducts > li.nav_catproduct_item.current {}

ul.nav_categorias ul.nav_catproducts > li.nav_catproduct_item.current > a, ul.nav_categorias ul.nav_catproducts > li.nav_catproduct_item.current > span {
	font-weight: 700;
}


/* *********** NAVEGADOR PRODUCTOS MAIN **************** */

.grid-productos > .min_producto {
	display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 1%;
}

@media all and (max-width: 560px) {
	.grid-productos > .min_producto {
		width: 46%;
		margin: 2%;
	}
}

@media all and (max-width: 350px) {
	.grid-productos > .min_producto {
		width: 98%;
		margin: 1%;
	}
}

.grid-productos > .min_producto h2.prod_title {
	margin:0px;
	padding:0px;
	font-weight:700;
	color:#011;
	font-size:1.3rem;
	line-height:2rem;
}

.grid-productos > .min_producto p.prod_desc {
	font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
	font-weight:300;
	font-size:1rem;
	padding-bottom: 10px;
    line-height: 1em;
	color:#566;
	height:58px;
}

.grid-productos > .min_producto .ref-comercial {
	color: #566;
	font-weight:300;
	display:block;
	line-height:1.5em;
}

.grid-productos > .min_producto .img-wrapper {
	position:relative;
}

.grid-productos > .min_producto .img-wrapper > img {
	max-width:100%;
	height:auto;
}


.ribbon {
    font-family: BrandonRegular,arial;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding: 19px;
    text-transform: uppercase;
}

.ribbon-1 {
    background-color: #D17F7F;
    color: #fff;
}
.ribbon-2 {
    background-color: #EBEBEB;
}
.ribbon-3 {
    background-color: #CDF7F0;
}
.ribbon-4 {
    background-color: #FDEBD0;
}

.grid-productos > .min_producto .ribbon {
  position: absolute;
  width: 100%;
  top: 40px;
  font-size: 12px;
  padding: 1px 0;
}


.grid-categorias > .min_categoria {
	display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 1%;
}

@media all and (max-width: 560px) {
	.grid-categorias > .min_categoria {
		width: 46%;
		margin: 2%;
	}	
}

@media all and (max-width: 350px) {
	.grid-categorias > .min_categoria {
		width: 98%;
		margin: 1%;
	}	
}

.grid-categorias > .min_categoria h2.cat_title {
	margin:0px;
	padding:0px;
	font-weight:400;
	color:#001111;
	font-size:1.3rem;
	line-height:2rem;
	font-family:brandon,arial;
}

.grid-categorias > .min_categoria .img-wrapper {
	
}

.grid-categorias > .min_categoria .img-wrapper > img {
	width:100%;
	height:auto;
}


/* ************** FICHA PRODUCTO ************************ */

.main-content-product h1.entry-title {
	font-size: 60px;
    line-height: 1.2em;
	font-weight: 400;
	font-family: brandon,Helvetica,Arial,Lucida,sans-serif;
	margin-bottom: 0px;
    color: #001111;
}

.main-content-product h2.entry-subtitle {
	font-size: 24px;
    color: #556666;
	font-family: brandon,Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.2em;
	font-weight: 400;
}

.main-content-product .product-ref {
	font-size: 14px;
    color: #001111;
    margin-top: 32px;
}

.main-content-product .product-content a {
	font-weight: bold;
}

.main-content-product sup {
	bottom: 0.4em;
	font-size: 0.7em;
}

.ficha_prod_galeria {
  	background: #fff;
  	width: 370px;
  	float: right;
  	margin-left: 10px;
	text-align:center;
}

.ficha_prod_galeria .bx-viewport {
	cursor: e-resize;	
}

.ficha_prod_galeria .bx-wrapper {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.ficha_prod_galeria .bx-pager {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}

.ficha_prod_galeria .bx-pager .bx-pager-item {
	width: 20%;
}

.ficha_prod_galeria .bx-pager img {
  	width: 100%;
  	height: auto;
	aspect-ratio: 1/1;
}

.ficha_prod_galeria .bx-pager .bx-pager-item .bx-pager-link {
	display: inline-block;	
	width: 100%;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: relative !important;
	bottom: unset !important;
}

.ficha_prod_galeria .bx-pager .bx-pager-item .bx-pager-link.active {  	
	-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;	
}

/* bloques de enlaces en fichas de producto */
.bloque_ico {
	background-position: 0 -2px;
	background-repeat: no-repeat;
	min-height: 84px;
	padding: 0 0 0 80px;
	margin-bottom: 20px;
	overflow:hidden;
}
.ico_folder_open {background-image: url('/wp-content/themes/zennio/imgs/icon/folder_open.png');}
.ico_database_active {background-image: url('/wp-content/themes/zennio/imgs/icon/database_active.png');}
.ico_tools {background-image: url('/wp-content/themes/zennio/imgs/icon/tools.png');}
.ico_warning {background-image: url('/wp-content/themes/zennio/imgs/icon/warning.png');}
.ico_camera {background-image: url('/wp-content/themes/zennio/imgs/icon/camera.png');}
.ico_accesorios {background-image: url('/wp-content/themes/zennio/imgs/icon/accesorios_ico.png');}

.bloque_ico ul {
  	margin-bottom: 0;
	list-style-image: url('/wp-content/themes/zennio/imgs/icon/chevron-right.svg');
}

.ficha_producto_inner a, 
.li-ficha-prod > a, 
.li-ficha-prod-desplegable a.link-ficha-prod-desplegable, 
.li-ficha-prod.accesories, 
.li-ficha-prod.accesories_included {
	font-weight:700;	
	color:#001111;
}

.li-ficha-prod-desplegable a.link-ficha-prod-desplegable .desplind {
    margin-left: 0.75em;
}

.li-ficha-prod-desplegable a.link-ficha-prod-desplegable + ul {
	margin-top: 6px;
	list-style-position: inside;
    list-style-type: disc;
	list-style-image: none;
	padding-bottom: 0px;
}

.bloque_ico ul > li {
	margin-bottom: 6px;
	line-height: 1.3em;
}
.bloque_ico p {
  margin-bottom: 0.5em;
}
.bloque_ico .prod_bloque_title {
	position: relative;
    color: #001111;
    text-transform: uppercase;
    line-height: 1.4em;
    display: block;
	margin: 1em 0px 5px;
	padding-bottom: 1em !important;
	font-weight: 700;
}
.bloque_ico .prod_bloque_title:after {
	display: block;
	content: "";
    position: absolute;
    bottom: -0.5rem;
	border-top: 2px solid #001111;
    border-bottom: 0px;
    height: 1px;
    width: 30px;
	margin-bottom: 1rem;
}


/* ************** REFERENCIAS ************************ */
.header-referencias h2 {
	position: relative;
	margin-bottom: 1rem;
}

.header-referencias h2:after {
    display: block;
    content: attr(data-icon);
    position: absolute;
    bottom: -1rem;
    border-top: 2px solid #001111;
    border-bottom: 0px;
    height: 1px;
    width: 30px;
    margin-bottom: 1rem;	
}

.header-referencias .et_pb_button_wrapper {
	margin: 2rem 0rem;	
}

.header-referencias .et_pb_button, .zenniobutton.et_pb_button {
	color: #000000!important;
    border-color: #f7eded!important;
    border-radius: 0px!important;
    text-transform: uppercase!important;
    background-color: #f7eded!important;
	transition: border 300ms ease 0ms!important;
	padding-right: 2em!important;
    padding-left: 1.3em!important;
}

.header-referencias .et_pb_button:hover, .zenniobutton.et_pb_button:hover {
	border-color: #000000!important;
	background-color: #f7eded!important;
}

.header-referencias .et_pb_button span[data-icon], .zenniobutton.et_pb_button span[data-icon]{
	font-family: ETmodules!important;
	margin-left: 0.5rem!important;
}

.header-referencias .et_pb_button:after, .zenniobutton.et_pb_button:after {
	display:none;
}


.navegador-referencias {
	margin: 1rem 0;
}

.navegador-referencias > a {
	position: relative;
	display: inline-block;
    color: #001111;
	margin: 0 1rem 2rem 0;
    padding: 6px 14px;
    text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #ccc;
    border-top: 1px solid #ECEDF3;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 3px 0 -1px #ffffff, 0 3px 1px 0 rgb(0 0 0 / 11%), 0 6px 0 -2px #ffffff, 0 6px 2px -1px rgb(0 0 0 / 11%), 0px 3px 3px 3px rgb(0 0 0 / 3%);
}

.navegador-referencias > a:hover {
	background-color: #f7eded;
}

.navegador-referencias > a.active {
	background-color: #E6E6E6;
}

.grid-referencias {
	display:flex;
	flex-flow:row wrap;
}

.grid-referencias > .referencia-item {
	width: 220px;
	margin-right: 2rem;
	background-color: #fff;
  border-top: 1px solid #ECEDF3;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 3px 0 -1px #ffffff, 0 3px 1px 0 rgb(0 0 0 / 11%), 0 6px 0 -2px #ffffff, 0 6px 2px -1px rgb(0 0 0 / 11%), 0px 3px 3px 3px rgb(0 0 0 / 3%);
  padding: 4px;
  margin-bottom: 2rem;
  position: relative;
}

.grid-referencias > .referencia-item img {
	margin: 0 auto 5px auto;
	width: 100%;
}

.grid-referencias > .referencia-item a:hover {
	color: blue;
}
.grid-referencias > .referencia-item .ref-pais-info {
	display:flex;
	justify-content: space-between;
}

.grid-referencias > .referencia-item .referencia-title {
	padding: 16px 10px 12px 10px;	
}

.galeria_referencia {
	margin-bottom: 15px;
	border: 1px solid #CCC;
    padding: 2%;
	padding-bottom: 60px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 3px 0 -1px #ffffff, 0 3px 1px 0 rgb(0 0 0 / 11%), 0 6px 0 -2px #ffffff, 0 6px 2px -1px rgb(0 0 0 / 11%), 0px 3px 3px 3px rgb(0 0 0 / 3%);
}

.galeria_referencia > .bx-wrapper {
	margin:0px auto;	
}


.main-content-referencia {padding-top: 1rem;padding-bottom:3rem;}
.main-content-referencia .referencia-title {
	position: relative;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.main-content-referencia .referencia-title:after {
	display: block;
	content: attr(data-icon);
	position: absolute;
	bottom: -1rem;
	border-top: 2px solid #001111;
	border-bottom: 0px;
	height: 1px;
	width: 30px;
	margin-bottom: 1rem;	
}	
.main-content-referencia .row_referencia_title {
	padding-bottom:0px;
}
.main-content-referencia .row_referencia_content {
	padding-top:0px;
}

.referencia-content a {
	font-weight:bold;
}

.related-products-grid {
	display:flex;
	flex-flow: row wrap;
}

.related-products-grid > .product-related {
	width: 150px;	
	margin: 0 2rem 2rem 0;
}


/* ************** FAQS ************************ */
.main-content-faqs {padding-top: 1rem;padding-bottom:3rem;}
.faq-title {
	position: relative;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.faq-title:after {
	display: block;
	content: attr(data-icon);
	position: absolute;
	bottom: -1rem;
	border-top: 2px solid #001111;
	border-bottom: 0px;
	height: 1px;
	width: 30px;
	margin-bottom: 1rem;	
}	


.row_faq_item {
	padding: 16px 0 !important;
}
.row_faq_item .header-faq-item {
	position: relative;
	text-transform: uppercase;
	padding-left: 28px;
    padding-bottom: 20px;
	cursor: pointer;
	line-height: 1.4em;
}
.row_faq_item .header-faq-item:before {
	content: "+";
    position: absolute;
    left: 0px;
}
.row_faq_item .header-faq-item.active:before {
	content: "-";	
}

.row_faq_item .content-faq-item {
	padding-left: 28px;
}


/* ******************** MENÚ SPECIFICACIONS EN PÁGINAS DE DESIGN **************** */
.specifications-menu {
	opacity:.6;
	border-bottom-color: transparent !important;
	transition: opacity .3s;
	cursor:pointer;
}
.specifications-menu.specifications-menu-active {
	opacity:1;
	border-bottom-color: #fff !important;
}
.specifications-menu:hover {
	opacity:1;
	border-bottom-color: rgba(255,255,255,0.6) !important;
}
.specifications-menu.specifications-menu-active:hover {
	border-bottom-color: #fff !important;
}
.specifications-image {
	display:none;
}
.specifications-image-active {
	display:block;
}


/* ******************** BOTONES DAY-NIGHT EN FLAT **************** */
#bnt-day {
    position: absolute;
    top: 0px;
    width: 50%;
    bottom: 0px;
    left: 0px;
    background-position: 50%;
    background-size: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity:0.3;
}

#bnt-night {
    position: absolute;
    top: 0px;
    width: 50%;
    bottom: 0px;
    right: 0px;
    background-position: 50%;
    background-size: 50%;
	background-repeat: no-repeat;
	cursor:pointer;
	opacity:0.3;
}

#bnt-day.active, #bnt-night.active {
	opacity:1;
}


/* ******************* NEWSLETTER *********************** */
#newsmailchim input[type="radio"], #newsmailchim input[type="checkbox"] {
    margin: 4px 0 0 !important;
    line-height: normal;
}

#newsmailchim input[type="file"], #newsmailchim input[type="image"], #newsmailchim input[type="submit"], #newsmailchim input[type="reset"], #newsmailchim input[type="button"], #newsmailchim input[type="radio"], #newsmailchim input[type="checkbox"] {
    width: auto !important;
}

#newsmailchim #mc_embed_signup {
    margin-top: 3em;
    border-left: solid 2px #000;
    padding-left: 2em;
    margin-left: -2em;
    padding-top: 2em;
}

#newsmailchim .mc-field-group input[type="text"], #newsmailchim .mc-field-group input[type="email"], body.c497 #newsmailchim .mc-field-group select {
    font-size: 20px;
    font-weight: 300;
    color: #001111;
    padding: 14px;
    width: 400px !important;
}


#newsmailchim label, #newsmailchim .mc-field-group strong {
    font-size: 24px;
    font-weight: 300;
    color: #556666;
    display: inline-block;
    width: 330px !important;
    line-height: 34px;
}

#newsmailchim .mc-field-group input, #newsmailchim .mc-field-group select {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
		margin-bottom:10px;
}

#newsmailchim .mc-field-group input[type="text"], #newsmailchim .mc-field-group input[type="email"], #newsmailchim .mc-field-group select {
    font-size: 20px;
    font-weight: 300;
    color: #001111;
    padding: 14px;
    width: 440px !important;
}

#newsmailchim .mc-field-group select {
    line-height: 50px;
    height: 50px;    
    width: 440px !important;
}

#newsmailchim .mc-field-group input[type="submit"] {
    font-family: BrandonRegular,arial;
    display: block;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 18px !important;
    font-weight: 400;
    width: 760px !important;;
}

/* ************* CONTACTAR ************************* */
.box-contact {
	border-top: 1px solid #ECEDF3;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 3px 0 -1px #ffffff, 0 3px 1px 0 rgb(0 0 0 / 11%), 0 6px 0 -2px #ffffff, 0 6px 2px -1px rgb(0 0 0 / 11%), 0 3px 3px 3px rgb(0 0 0 / 3%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 3px 0 -1px #ffffff, 0 3px 1px 0 rgb(0 0 0 / 11%), 0 6px 0 -2px #ffffff, 0 6px 2px -1px rgb(0 0 0 / 11%), 0 3px 3px 3px rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 3px 0 -1px #FFFFFF, 0 3px 1px 0 rgba(0, 0, 0, 0.11), 0 6px 0 -2px #FFFFFF, 0 6px 2px -1px rgba(0, 0, 0, 0.11), 0 3px 3px 3px rgba(0, 0, 0, 0.03);
}

/* ************* OFERTAS DE TRABAJO ************************* */
.job-offers{
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
  height: auto !important;
}
.job-offers .job-offers-card {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 10px !important;
  width: auto;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.job-offers.columns-2 .grid-entry {
  flex: 0 1 calc(50% - 20px);
}
.job-offers .job-offers-card,
.job-offers.columns-3 .job-offers-card{
  flex: 0 1 calc(33.3% - 30px);
}
.job-offers.columns-4 .job-offers-card {
  flex: 0 1 calc(25% - 40px);
}
.job-offers.columns-5 .job-offers-card {
  flex: 0 1 calc(20% - 50px);
}
.job-offers .job-offers-wrap-image{
	position: relative;
	overflow: hidden;
}
.job-offers-wrap-image:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 600px 80px 0px;
    border-color: transparent transparent #FFFFFF transparent;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.job-offers-wrap-link{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 68%;
}
.job-offers-wrap-link .job-offers-img{
	position: absolute;
    width: auto;
    height: auto;
	max-width: unset;
    min-height: calc(100% + 1px);
    max-height: calc(100% + 1px);
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
    		transform: translate(-50%,-50%);
}
.job-offers .job-offers-category {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 12px;
    background: #000;
    color: #FFF;
    font-weight: 700;
    border-radius: 20px;
    z-index: 9;
}
.job-offers .job-offers-wrap-content {
	padding: 30px;
}
.job-offers .job-offers-title {
	height: 60px;
	margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
	overflow: hidden;
}
.job-offers .job-offers-excerpt {
	height: 150px;
    font-size: 16px;
    line-height: 25px;
	overflow: hidden;
}
.job-offers .job-offers-more {
    margin: 10px 0;
}
.job-offers .job-offers-more a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #111;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
}
.job-offers .job-offers-more a img {
    vertical-align: middle;
    margin: 0 0 5px 10px;
    position: relative;
}
.job-offers .job-offers-tag-wrapper{
	padding: 10px 0 0;
}
.job-offers .job-offers-meta {
    padding: 0 0 5px;
}
.job-offers .job-offers-meta img {
    vertical-align: middle;
    margin: 0 2px 5px 0;
}
.job-offers .job-offers-tag {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 10px;
    border: solid 2px #111;
    border-radius: 20px;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.job-offers .job-offers-line{
	width: 100%;
	height: 1.5px;
	margin: 20px 0;
	background: #F0F0F0;
}
.job-offers-pagination.custom-pagination {
    text-align: center;
}
.job-offers-pagination.custom-pagination a, 
.job-offers-pagination.custom-pagination span {
    margin-left: 5px;
    margin-right: 5px;
}
.job-offers-pagination.custom-pagination a {
    font-weight: bold;
}
.is-ajax-search-posts .is-title a,
.is-ajax-search-posts .is-title a span{
    font-size: 16px !important;
    font-weight: 700;
	color: #111;
}
.meta-job-offers {
	display: flex;
	flex: wrap;
	justify-content: stretch;
	align-items: flex-start;
}
.meta-item-job-offers{
	display: flex;
	align-items: flex-start;
	flex-basis: 50%;
	width: 50%;
}
.meta-item-job-offers .img-meta-job-offers,
.meta-item-job-offers .content-meta-job-offers {
	padding: 5px;
}
.meta-item-job-offers .img-meta-job-offers img{
	margin-right: 10px;
	width: 45px;
}
.meta-item-job-offers .title-meta-job-offers {
	font-weight: 700;
}
.meta-job-offers-tag {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px 10px;
    border: solid 2px #FFF;
    border-radius: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.tech_job_offers {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
	margin-bottom: 10px;
}
.tech_job_offers.skill{
	align-items: center !important;
}
.tech_job_offers .tech_img_job_offers {
    width: 90px;
}
.tech_job_offers .tech_img_job_offers img {
    width: 64px;
	height: 64px;
}
.tech_job_offers .tech_content_job_offers {
    width: calc(100% - 90px);
}
.tech_job_offers .tech_content_job_offers p {
    font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700 !important;
    color: #333;
}
.tech_job_offers .tech_bar_job_offers {
    width: 100%;
    height: 25px;
    background: #DDD;
    position: relative;
    margin: 0;
    padding: 0;
}
.tech_job_offers.skill .tech_bar_job_offers{ display: none; }
.tech_job_offers .tech_bar_in_job_offers {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 25px;
    background: #7CDA24;
    z-index: 9;
}
.tech_job_offers span.tech_percentage_job_offers {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    transform: translateY(-50%);
    display: inline;
    z-index: 99;
}
.tech_bar_levels .levels{
    display: inline-block;
    width: 3.5rem;
    height: 1rem;
    margin-right: 0.5rem;
    clip-path: polygon(0px 100%, 100% 0px, 100% 100%);
}
.tech_bar_levels .level_1 {
    background-image: linear-gradient( to right, #78D549, #78D549 1rem, transparent 1rem, transparent calc(1rem + 0.25rem), #ebe8df calc(1rem + 0.25rem), #ebe8df calc(1rem + 0.25rem + 1rem), transparent calc(1rem + 0.25rem + 1rem), transparent calc( 1rem + 0.25rem + 1rem + 0.25rem ), #ebe8df calc( 1rem + 0.25rem + 1rem + 0.25rem ) );
}
.tech_bar_levels .level_2 {
    background-image: linear-gradient( to right, #78D549, #78D549 1rem, transparent 1rem, transparent calc(1rem + 0.25rem), #78D549 calc(1rem + 0.25rem), #78D549 calc(1rem + 0.25rem + 1rem), transparent calc(1rem + 0.25rem + 1rem), transparent calc( 1rem + 0.25rem + 1rem + 0.25rem ), #ebe8df calc( 1rem + 0.25rem + 1rem + 0.25rem ) );
}
.tech_bar_levels .level_3 {
    background-image: linear-gradient( to right, #78D549, #78D549 1rem, transparent 1rem, transparent calc(1rem + 0.25rem), #78D549 calc(1rem + 0.25rem), #78D549 calc(1rem + 0.25rem + 1rem), transparent calc(1rem + 0.25rem + 1rem), transparent calc( 1rem + 0.25rem + 1rem + 0.25rem ), #78D549 calc( 1rem + 0.25rem + 1rem + 0.25rem ) );
}
.tech_bar_levels figcaption {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

@media only screen and (max-width: 1000px) {
	.job-offers.columns-3 .job-offers-card{
	  flex: 0 1 calc(50% - 20px) !important;
	}
}
@media only screen and (max-width: 768px) {
	.job-offers.columns-3 .job-offers-card{
	  flex: 0 1 calc(100% - 10px) !important;
	}
	.job-offers .job-offers-title,
	.job-offers .job-offers-excerpt {
		height: auto !important;
		overflow: visible !important;
	}
}

.featured-image-job-offers {
	background-blend-mode: multiply;
	background-color: rgba(0,0,0,.5);
}
.list-modern ul li{
	list-style-image: url(/wp-content/uploads/2023/02/list-arrow.png);
}
.list-check-modern ul li{
	list-style-image: url(/wp-content/uploads/2023/02/check-lists.png);
}
.contact-form-cv label,
.contact-form-cv .wpcf7-text,
.contact-form-cv .wpcf7-select,
.contact-form-cv .wpcf7-textarea {
	display: block;
	width: 100%;
}
.contact-form-cv label{
	font-weight: 700;
	color: #000;
}
.contact-form-cv .wpcf7-text,
.contact-form-cv .wpcf7-select,
.contact-form-cv .wpcf7-textarea {
	padding: 10px;
}
.contact-form-cv .wpcf7-submit {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #111;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
}
.contact-form-cv .form-field {
	padding-bottom: 10px;
}
.contact-form-cv .wpcf7-acceptance .wpcf7-list-item-label a{
	text-decoration: underline !important;
}

/* ***************** REFERENCES ************** */
.header-references .introduction-references,
.header-references .btn-wrapper-references {
	margin: auto;
	max-width: 900px;
	text-align: center;
}
.header-references .btn-wrapper-references {
	margin-top: 30px;
}
.header-references .btn-download-references {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #111;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
}
.header-references .subtitle-references {
	margin: 80px auto 30px;
    font-weight: 700;
    text-align: center;
}
.tags-references {
    margin: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
}
.tags-references .tag {
    margin: 5px;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background: none;
    color: #000000;
}
.tags-references .tag.active,
.tags-references .tag:hover {
    background: #000000;
    color: #FFFFFF;
}
.grid-references {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-items: stretch;
}
.grid-references.hidden{
	display: none !important;
}
.grid-references .item-reference {
    width: 31%;
    flex-basis: 31%;
    margin: 0 1% 1% 0;
    padding-top: 300px;
    position: relative;
    overflow: hidden;
}
.grid-references .item-reference .bg-reference {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .4s ease-out;
}
.grid-references .item-reference .content-reference {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    background: rgba(0,0,0,0);
    transition: all .4s ease-out;
}
.grid-references .item-reference .content-inner-reference {
    width: 100%;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transform: translateY(160%);
       -moz-transform: translateY(160%);
    		transform: translateY(160%);
}
.grid-references .item-reference:hover .bg-reference {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
    		transform: scale(1.1);
}
.grid-references .item-reference:hover .content-reference {
    background: rgba(0,0,0,.6);
}
.grid-references .item-reference:hover .content-inner-reference {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
    		transform: translateY(0%);
}
.grid-references .item-reference .content-inner-reference * {
    text-align: center;
    color: #FFFFFF;
}
.grid-references .item-reference .content-inner-reference .title-reference {
    font-size: 22px;
    font-weight: 700;
}
.grid-references .item-reference .content-inner-reference .country-reference {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.grid-references .item-reference {
	    width: 48%;
	    flex-basis: 48%;
	}
}
@media only screen and (max-width: 678px) {
	.grid-references .item-reference {
	    width: 100%;
	    flex-basis: 100%;
	    margin: 0 0 1%;
	    padding-top: 200px;
	}
	.grid-references .item-reference .content-reference {
		padding: 20px;
	}
}
.pagination-references {
    padding: 20px 0;
	text-align: center;
}
.pagination-references .link-page {
    display: inline-block;
    margin: 5px;
    padding: 5px;
	color: #000;
}
.pagination-references .link-page.active{
	opacity: .6;
}
.pagination-references .link-page.link:hover {
	cursor: pointer;
}

/* Sigle Referencias */
.single-referencia .referencia .galeria_referencia {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
	border: none !important;
}
.single-referencia .referencia .galeria_referencia > .bx-wrapper {
    margin: 0px auto !important;
    border: none !important;
    box-shadow: none !important;
	max-width: 100% !important;
}
.single-referencia .referencia .galeria_referencia > .bx-wrapper > .bx-viewport {
	width: 100%;
    height: 400px;
}
.single-referencia .referencia .galeria_referencia .galeria_referencia_item {
    width: 100% !important;
}
.single-referencia .referencia .galeria_referencia .galeria_referencia_item img.gallery-img {
    width: 100%;
}
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-pager {
	display: none !important;
}
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-controls-direction a {
	margin-top: -32px !important;
	width: 64px !important;
	height: 64px !important;
}
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-prev, 
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-prev:hover,
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-prev:focus{
    background: #ffffff url(/wp-content/uploads/2023/06/slider-prev-link.png) no-repeat center / 44px !important;
    opacity: .7;
}
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-next, 
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-next:hover,
.single-referencia .referencia .galeria_referencia .bx-wrapper .bx-next:focus{
    background: #ffffff url(/wp-content/uploads/2023/06/slider-next-link.png) no-repeat center / 44px !important;
    opacity: .7;
}
.single-referencia .referencia .referencia-title {
    position: absolute !important;
    padding: 20px 40px;
    background: #ffffff;
    -webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}
.single-referencia .referencia .zenniobutton,
.single-referencia .referencia .zenniobutton:hover{
	background: #000 !important;
	border-color: #000 !important;
	color: #ffffff !important;
}
.single-referencia .referencia .zenniobutton span{
	position: relative;
	transition: all .5s ease-out;
}
.single-referencia .referencia .zenniobutton:hover span{
	margin-left: 1rem !important;
}
.single-referencia .referencia .referencia-content {
    padding-top: 50px;
}
.single-referencia .related-products-grid > .product-related {
    width: 300px;
    margin: 0 1rem 1rem 0;
    text-align: center;
    padding: 10px 10px 20px;
    box-shadow: 0 24px 30px -25px rgba(0,0,0,.2);
    border: solid 1px #f0f0f0;
}

@media only screen and (max-width: 678px) {
	.single-referencia .referencia .referencia-title {
		position: relative !important;
		padding: 40px 0px 20px !important;
		background: #ffffff;
		-webkit-transform: none !important;
				transform: none !important;
	}
	.single-referencia .referencia .referencia-content{
		padding-top: 0 !important;
	}
}

/* ***************** COOKIE CONSENT ************** */
footer .et_builder_inner_content {
	z-index: 900 !important;
}

#cookie-consent {
	display:none;
	z-index: 900 !important;
	position: fixed !important;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 17px 51px !important;
	background: #f7eded !important;
	font-family: 'Brandon',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 17px !important;
	color: #000 !important;
	line-height: 1.5 !important;
	max-height: 100vh;
	overflow-y: auto;
}

#cookie-consent button {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	appearance: button;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	cursor: default;
	color: #000;
}

#cookie-consent-inner > p > a {
	color: inherit;
	font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
	text-decoration: underline;
}

#cookie-consent-inner .botonera {
	display: flex;
	margin-bottom: 17px;
}

#cookie-consent-inner > label {
	display: none;
	grid-template-columns: -webkit-min-content 1fr;
	grid-template-columns: min-content 1fr;
	grid-template-rows: -webkit-min-content 1fr;
	grid-template-rows: min-content 1fr;
	grid-template-areas:
		"checkbox title"
		". description";
	grid-row-gap: 17px;
	grid-column-gap: .5rem;
	margin-bottom: 17px;
	cursor: pointer;
}

#cookie-consent-inner.sm > label {
	display: grid;
}

#cookie-consent-inner .checkbox_1aNUj {
	display: none;
}

#cookie-consent-inner .customCheckbox_RmDAT {
	position: relative;
	grid-area: checkbox;
	align-self: center;
	justify-self: center;
	place-self: center;
	margin: 0;
	width: 17px;
	height: 17px;
	border: 2px solid #e2bbbb;
}    

#cookie-consent-inner .checkbox_1aNUj:disabled+.customCheckbox_RmDAT {
	border: 2px solid grey;
	background: grey;
}
#cookie-consent-inner  .checkbox_1aNUj:checked+.customCheckbox_RmDAT {
	border: 2px solid #011;
	background: #011;
}

#cookie-consent-inner .checkbox_1aNUj:checked+.customCheckbox_RmDAT:after,  #cookie-consent-inner .checkbox_1aNUj:disabled+.customCheckbox_RmDAT:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC44IDUwLjgiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxMSIgc3Ryb2tlLXdpZHRoPSI3LjA4NyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNNDcuOCAyLjdMMTcuNiA0NC4xIDMgMjQuMiIvPjwvc3ZnPg==);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC44IDUwLjgiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAxMSIgc3Ryb2tlLXdpZHRoPSI3LjA4NyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNNDcuOCAyLjdMMTcuNiA0NC4xIDMgMjQuMiIvPjwvc3ZnPg==);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}    

#cookie-consent-inner .optionTitle_2Tzf- {
	position: relative;
	grid-area: title;
	font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
}

#cookie-consent-inner .optionTitle_2Tzf-:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.5em;
	left: 0;
	width: 2rem;
	height: 2px;
	background: #011;
}

#cookie-consent-inner .description_35-PS {
	grid-area: description;
	margin: 0;
}

#cookie-consent-inner .buttonSave_35VGa {
	display:none;
	border: 2px solid #011;
	margin-bottom: 17px;
}

#cookie-consent-inner ._button_31qtF {
	position: relative;
	cursor: pointer;
	padding: 17px 34px !important;
	font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	background: #fff;
}


#cookie-consent-inner .moreOptions_25a-q {
	background: none;
	border: inherit;
	outline: inherit;
	padding: 17px 34px 17px 0 !important;
	font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

#cookie-consent-inner .icon_2VVf8 {
	width: .8rem;
	margin-left: .5rem;
}

#cookie-consent-inner ._button_31qtF {
	position: relative;
	cursor: pointer;
	padding: 17px 34px !important;
	font-family: 'BrandonBold',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	background: #fff;
}


#cookie-consent-inner .buttonReject_2x64v {
	border: 2px solid #e2bbbb;
}

#cookie-consent-inner .buttonReject_2x64v:focus, #cookie-consent-inner .buttonReject_2x64v:hover {
	border-color: #011;
}

#cookie-consent-inner.sm .buttonSave_35VGa {
	display: inline-block;
}

@media (max-width: 900px) {
	#cookie-consent-inner.sm .buttonSave_35VGa {
		display: block;
		width: 100%;
	}
	#cookie-consent-inner .botonera {
		flex-direction:column-reverse;	
	}
	#cookie-consent-inner .botonera > button {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

@media (min-width: 901px) {
	#cookie-consent-inner .buttonReject_2x64v {
		margin-left: auto;
	}	
}

#cookie-consent-inner.sm .buttonReject_2x64v {
	display: none;
}


#cookie-consent-inner .buttonAccept_2mEmZ {
	border: 2px solid #011;
}

@media (min-width: 901px) {
	#cookie-consent-inner .buttonAccept_2mEmZ {
		margin-left: 17px;
	}
}

#cookie-consent-inner.sm .buttonAccept_2mEmZ {
	display: none;
}