@font-face {
	font-family: 'Berlin Sans FB Demi Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Berlin Sans FB Demi Bold'), url('fonts/BRLNSDB.woff') format('woff');
}

:root{
	--baseUno: #222c35;
	--baseDos: #1b232a;
	--amarillo: #fec002;
	--gris:#EFEFEF;
	--blanco: #e4e4e4;}
*{
	box-sizing:border-box;
	outline:none !important;
	text-decoration:none !important;}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;}
body.site.fluid {
    background-color: #fafafa;}
img{
	mix-blend-mode: multiply;}
h1, h2, h3, h4, h5, h6{
	color:var(--baseUno);}
.limite{
	max-width:1200px;
	padding:0px 15px;
	margin:auto;}
header{
	background:var(--baseUno);
	position: sticky;
    top: 0;
	z-index:1000;}
header .header-inner .limite{
	display: flex;
    align-items: center;
    justify-content: space-between;
	position:relative;
}

figure{
  margin-left: 0;
    margin-right: 0;
}

#userForm{
  max-width:750px;
  margin:auto;
}

div.tagItemImageBlock{
  float:none;
}

.formResponsive .formHorizontal .formControlLabel{
  float: none;
  width: 100%;
  padding: 0;
  text-align: left;
}
.formResponsive .formHorizontal .formControls{
 margin:0;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
  height: auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px;
}

html .formValidation{
  display: block !important;
}
#rsfp-counter-25{
  font-size: 12px;
    color: #bdbdbd;
}

header nav{}
header nav ul{
	margin-bottom:0 !important;}
header nav ul li{}
header nav ul li a{}
header nav ul > li{
	display:inline-block;}
header nav ul > li a, header nav ul > li span{
	color: var(--blanco);
    text-transform: uppercase;
    font-size: 17px;
    line-height: normal;
    padding: 30px 15px;
	transition: color, box-shadow .3s ease-in;}
header nav ul > li a:hover, header nav ul > li.active a{
	color:var(--amarillo);}
header nav ul > li .small{
	transition: all .4s ease-in-out 0s;
    border: solid 1px #efefef;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    background: #ffffff;
    padding: 0px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 2px rgb(34 44 53 / 10%);}
header nav ul > li > .small:before{
	content: "";
    width: 10px;
    height: 10px;
    bottom: 100%;
    margin-top: -10px;
    margin-left: 10px;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all .4s ease-in-out 0s;}
header nav ul > li:hover .small{
	opacity:1;
	visibility:visible;}
header nav ul > li .small > li{
	position:relative;}
header nav ul > li .small > li > .small{
	position: absolute;
    top: 0;
    left: 100%;
	opacity: 0;
    visibility: hidden;}
header nav ul > li .small > li > .small li{}
header nav ul > li .small > li > .small li a{
	font-size:12px;}
header nav ul > li .small > li:hover > .small{
	opacity:1;
	visibility:visible}
header nav ul > li .small > li > .small:before{
	display:none;}
header nav ul > li:hover .small > li{}
header nav ul > li .small > li a, header nav ul > li .small > li span{
    line-height: normal;
    font-weight: 500;
    display: block;
    padding: 15px 35px 15px 20px;
    font-size: 1.2em;
    color: black;
	}
header nav ul > li .small > li > a, header nav ul > li .small > li > span{
	position:relative;}
header nav ul > li .small > li.parent > a:after{
	content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border-left: solid 6px;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    right: 7px;}
header nav ul > li .small > li > a:hover{
	background:var(--amarillo);
	color:white;}
header div.k2SearchBlock form{
	margin:0;}
header input.inputbox{
	border-radius: 0;
    border: none;
    background: #3d4c5a;
    padding: 10px;
    height: auto;
    margin: 0;
    color: white;}
html .favslider-caption-effect{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items: flex-end;
	}
html .favth-carousel-caption{
	position:initial;
	}
html .favslider-carousel .favth-carousel-caption {
    }
.identidad{
	text-align: center;
    padding: 5px 0;}
.brand{
	display:block;
	text-align:center;}
.blog{
	background:#eeeeee;}
.blog-dos{
	display:flex;
	column-gap: 20px;
	}
.blog-inner{
	    padding: 0px 10px;
	}
.blog-inner h3{
    font-size: 17px;
    line-height: normal;
    color: var(--baseUno);
    min-height: 60px;}
.blog button{
	border:none;
	cursor: pointer;
    background-color: var(--amarillo);
    color: #fff!important;
    padding: 7pt 0;
    display: inline-block;
    width: 70%;
	margin: 30px 15%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	}
.blog button a{
	color:white;}
.blog .moduletable{
	padding:50px 0;}
.blog section{
	border-right: solid 1px #d6d6d6;
	width: calc(100%/3);}
.blog .moduletable > h3{
	    border-bottom: 2px solid var(--amarillo);
    margin: 0 0 1em;
    padding: 0 0 .8em .5em;
    color: var(--baseUno);
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;}
a.boton{
	border: none;
    cursor: pointer;
    background-color: var(--amarillo) !important;
    color: #fff!important;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 30px;}
.moduletable.mod-slider{
	overflow:hidden;
    background: #eeeeee;
    box-shadow: 500px 0 #eeeeee, -500px 0 #eeeeee;
}
.manuel{
	display:flex;
	padding-top:30px;}
.manuel .span9{
	width:70%;}
.manuel .span3{
	width:30%;}
.manuel .itemTitle{
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px !important;}
.manuel .itemHeader{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: solid 1px #dfdfdf;}
.manuel div.itemToolbar{
	background:none;}
.manuel .productos .itemTitle{
	font-size:28px;}
#content .itemFullText ::marker {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea32";
	color:var(--amarillo);
}
#content ul li{
	padding-left:8px;}
div.itemAttachmentsBlock ul.itemAttachments{
	display:block;
	padding:0px 30px;}
#content div.itemExtraFields ul li{
	padding:0;}
.span3 .moduleItemTitle{
	color: #343430;
	font-size:9pt;}
.span3 div.k2ItemsBlock ul li, .span3 ul.nav li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;}
.span3 div.k2ItemsBlock ul li.lastItem {
    margin: 0;
    padding: 0;
    border: none;
}
.span3 .mod-blog .moduleItemIntrotext{
	display:none;}
li.clearlist{
	display:none !important;
	}
div.itemHeader span.itemDateCreated, span.moduleItemDateCreated{
	color: lightslategrey;
	font-size:12px;
	font-style:italic;}
div.itemFullText h3 {
    margin: 0;
    padding: 16px 0 4px 0;
    line-height: 120%;
    margin-bottom: 1em;
}
.cuadro-blog{
	display:flex;
	align-items:center;
	column-gap:25px;;}
.cuadro-blog > div{}
.cuadro-blog > div:nth-child(1){
	width:40%;}
.cuadro-blog > div:nth-child(2){
	width:60%;}
.favslider-carousel .favth-carousel-inner{
    position: relative;
    margin-bottom: 0 !important;}
#favslider-indicators {
	position: absolute;
    bottom: 0;
    width: 100%;}
.site-title{
	color:var(--amarillo);
	font-size:42px;
    font-family: 'Berlin Sans FB Demi Bold';}
.site-description{
	color: #7d858c;
	font-family: 'Berlin Sans FB Demi Bold';}
div.k2BreadcrumbsBlock {
    border-bottom: 2px solid #bfbfbf73;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cabecera{
	display: flex;
    justify-content: space-between;
    align-items: center;}
.bloque-principal{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background-color: var(--gris);
    border: 1px solid #e3e3e3;
	    padding: 15px;}
.bloque-principal > div:nth-child(1){
	width:40%;}
.bloque-principal > div:nth-child(2){
	width:60%;
	padding-right: 30px;
    text-align: justify;}

.bloque-principal .itemTitle{
	border-bottom: solid 1px #bfbfbf;
    padding-bottom: 16px;}
.itemIntroText.caption{
	font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dfdfdf;}
.itemIntroText.caption p{
	margin:0;}
div.itemTwitterButton{
	margin:0;}
.info{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	padding:50px 0;}
.info > div{
	width:calc(100%/2);}
.info > div:nth-child(2){
	text-align:right;}
.info-a{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;}
.info-a > div{
	width:calc(100%/2);
	}
.info-a > div p{
	margin:0;}
#k2Container{
	margin:0;
	padding:0;}
a.subCategoryMore{
	display:none;}
.formularioItems button, div.catItemReadMore a, a.itemRelbtn, .mod-productos a.moduleItemReadMore, html form button.boton_envio, div.tagItemReadMore a{
    cursor: pointer;
	border:none;
    background-color: var(--amarillo);
    color: #fff!important;
    padding: 7pt 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	transition: background .3s;
}
.formularioItems button:hover, div.catItemReadMore a:hover, a.itemRelbtn:hover, .mod-productos a.moduleItemReadMore:hover{
	background:var(--baseDos);
	}
#k2Container.productos{
	display:flex;}

h3.catItemTitle a, div.tagItemHeader .tagItemTitle a {
    color: inherit;
}
div.catItemIntroText, .producto-caption {
    font-weight: normal;
    padding: 4px 0 12px 0;
    min-height: 60px;
}
div.itemListCategoriesBlock {
    margin-bottom: 50px;
}

.categoria-blog div.itemListCategoriesBlock {
    margin-bottom: 0px;
}

.categoria-blog div.itemContainer{
  border-bottom: solid #e3e3e3;
  margin-bottom: 20px;
}

.categoria-blog div.catItemReadMore a{
  width: auto;
    box-sizing: border-box;
    padding: 15px 50px;
}

div.itemBackToTop{
	display:none;}

.cat-productos .clr.aaa{
	border-top: solid 1px #e5e5e5;
    display: block;
    width: 100%;
    margin: 50px 0;
	}
.cat-productos #itemListLeading, div.tagItemList{
	display:flex;
	flex-wrap:wrap;}
.cat-productos div.itemContainer, div.tagItemView{
	text-align:center;
	border-right: solid 1px #e5e5e5;
    padding: 0px 10px;
	margin-bottom:0px;}
div.tagItemView{
  width: calc(100%/4)
}
.cat-productos h3.catItemTitle, .tagItemTitle a{
	font-size:15px;}
div.subCategory{
	padding: 0;
    position: relative;}
div.subCategory a.subCategoryImage{
	display:block;}
div.subCategory h2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
div.subCategory h2 a {
    display: block;
    width: 100%;
    text-align: center;
    background: #222c35d1;
    padding: 20px 10px;
    font-weight: 300;
}

.cat-productos div.catItemView{
	margin:0;
	padding:0;}
.productos ul.itemAttachments i{
	background: var(--amarillo);
    padding: 8px;
    height: auto;
    width: auto;
    border-radius: 50%;
    color: var(--baseUno);
    font-size: 20px;}
.productos .itemSocialSharing{
    display: flex;
    justify-content: center;
}
.productos span.itemImage img{
	max-width: 500px;
    width: 100% !important;}
.productos div.itemExtraFields {
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
    border-top: 0px dotted #ddd;
}
.productos div.itemFullText{
	margin-bottom:50px;
	text-align:justify;}
.productos .pdfs{
	display:flex;
	column-gap:35px;}
.productos .tools{
	text-align:right;
	font-size:20px;}
.productos .tools .icon{
	width: auto;
    height: auto;
    margin: 0 0 0 7px;}
.productos .itemAttachments a {
    display: block;
    text-align: left;
    color: #222c35;}
.productos div.itemFullText p {
    padding: 0 30px;
}
div.catItemAttachmentsBlock ul.catItemAttachments, div.catItemAttachmentsBlock ul.catItemAttachments li{
	display:block;
	padding:0;
	text-align:left;}
div.catItemAttachmentsBlock ul.catItemAttachments li a{
	font-size: 13px;
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px;
    color: #8e8e8e}
div.catItemAttachmentsBlock {
    padding: 0;
    border-bottom: none;
}
.productos div.itemAttachmentsBlock{
	padding:0;
	border:none;}
.productos div.itemAttachmentsBlock > p{
	border-bottom: solid 1px #bfbfbf;
    padding-bottom: 16px;
	margin-top:30px;}
div.itemVideoBlock{
	padding: 0;
    margin: 0;
    background: none;}
div.itemRelated{}
.itemIntroTextOriginal p{
	text-align:justify;}
div.itemRelated h3, .productos h3.itemInfo, div.itemVideoBlock h3, .mod-productos h3, .productos div.itemFullText h3, .itemAttachmentsBlock h3{
    border-bottom: 2px solid var(--amarillo);
    margin: 3.5em 0 1em;
    padding: 0 0 .8em .5em;
    color: var(--baseUno);
	font-size: 18px;
	font-weight:bold;
    line-height: 20px;}
div.itemRelated ul, .mod-productos ul{
    margin: 0;
    text-align: center;
    list-style: none;
    display: flex;}
.mod-productos div.k2ItemsBlock ul{
	padding:0;}
.mod-slider h3{
	margin-top: 30px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0;}
div.itemRelated ul li, .mod-productos ul li{
	width: calc(100%/5);
    border-right: solid 1px #e5e5e5;
    padding: 5px 20px !important;}
div.itemRelated ul li{
	width: calc(100%/3);
}
.formularioItems label{
	font-weight:bold;}
.formularioItems input{
	border-radius: 0;
    border: 1px solid #d3d3d3 !important;
    padding: 8px 10px;
    height: auto;
    width: 100%;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
    margin-bottom: 15px;}
div.itemRelIntrotext, .mod-productos div.caption, div.itemReCaption{
	font-weight: normal;
    padding: 4px 0 12px 0;
    min-height: 60px;
    color: #8e8e8e;
    font-size: 14px;
    line-height: normal;}
div.itemRelated ul li.clr{
	display:none;}
img.itemRelImg {
    mix-blend-mode: multiply;
}
a.itemRelTitle, .mod-productos .moduleItemTitle {
    display: block;
    font-size: 15px;
    color: var(--baseUno);
    font-weight: 600;
    text-transform: uppercase;
    margin: 12px 0;
    min-height: 36px;
}
.itemAttachmentsBlock, .catItemAttachmentsBlock{
	position:relative;}
i.habilitarDescarga{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:transparent;
	cursor:pointer;}
.pantallaDescargas{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999 !important;
    display: flex;
    justify-content: center;
    align-items: center;}
.formularioDescargas{
	position:relative;
	width: 90%;
    background: white;
    box-sizing: border-box;
    padding: 40px;
    max-width: 750px;
	color: var(--baseDos);}
.formularioDescargas form{
	margin:0;}
.formularioDescargas .datos{
	display:flex;
	gap:20px;
	}
.formularioDescargas .datos .form-data{
	width:50%;}
.formularioDescargas input, .formularioDescargas select, .formularioDescargas textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #c3c3c3;
    border-radius: 2px;
    height: auto;
    resize: none;
    margin-bottom: 20px;
    background: whitesmoke;
    box-shadow: none;
	}
.formularioDescargas input[type="checkbox"]{
	width:auto;}
.formularioDescargas input[type="submit"]{
	margin-top:20px;}
.form-data.form-alinear{
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}
.form-data.form-alinear input{
    margin: 0;
}
.form-data.form-alinear label{
    margin: 0 0 0 5px;
}
.cerrar-formulario{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #b7b7b7;
    font-size: 17px;}
.footer{
	background:var(--baseUno);
	color:var(--blanco);
	margin-top:50px;}
.footer h3{
	color:var(--amarillo);
	margin-bottom:43px;
	font-size: 18px;
    font-weight: bold;}
.footer-a .limite{
	text-align:center;}
.footer-a .limite .brand{
	display:inline-block;
	padding:50px;}
.footer a{
	color:var(--blanco);
	transition: color .3s ease-in;}
.footer a:hover{
	color:var(--amarillo);}
.footer-b .limite.inner{
    border-top: solid 1px #ddd8d0;
    border-bottom: solid 1px #ddd8d0;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 15px;}
.footer-b a{
	line-height:23px;}
.footer .info-b.redes-sociales a{
	display:inline-block;}
.footer .info-b.redes-sociales a .icon{
	background: var(--baseDos);
    line-height: normal;
    padding: 8px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;}
.footer-b .limite .moduletable{
	width:calc(100%/4);}
.footer-c{
	background:var(--baseDos);
	}
.footer-c{
	padding: 55px 0;}
.footer hr{
	border-top:solid 1px #ddd8d0;
	border-bottom:none;}
.ruta .moduletable{
	margin: 50px 0 0;}
div.itemListCategory{
    padding: 0;
    border: 0;
}
.principal.extend .span9{
    width: 100%;
}
.principal.extend .span3{
    display: none;
}
.rojo{
    border-color: red !important;
    background-color: #ffd9d9 !important;
}
.verde{
    border-color: #93c893 !important;
    background-color: #cbe6bd !important;
}
#captcha-box{
    display: flex;
    justify-content: space-between;
}
#captcha{
    width: 80px;
    text-align: center;
    font-weight: bolder;
    border: none;
    border-bottom: solid 2px #0a0d10;
    background: #0a0d10;
    color: white;
}
#recaptcha{
    width: 80%;
    border: none;
    border-bottom: solid;
}
.hide{
    display: none;
}

.moduletable.blog{}

.moduletable.blog ul{
    padding: 0;
    display: flex;
    column-gap: 20px;
}
.moduletable.blog ul li{
    width: calc(100%/3);
    border-right: solid 1px #d6d6d6;
}
.moduletable.blog ul li .moduleItemImage{
    
}
.moduletable.blog ul li .moduleItemImage img{}
.moduletable.blog ul li .moduleItemDateCreated{
    display: block;
}
.moduletable.blog ul li .moduleItemTitle{
    font-size: 15px;
    line-height: normal;
    min-height: 60px;
    display: block;
    margin-top: 10px;
}
.moduletable.blog ul li .moduleItemIntrotext{}
.moduletable.blog ul li .moduleItemReadMore{
    border: none;
    cursor: pointer;
    background-color: var(--amarillo);
    color: #fff !important;
    padding: 7pt 0;
    display: inline-block;
    width: 70%;
    margin: 30px 15%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

@media screen and (max-width: 600px){
  
  div.tagItemView{
    width:100%;
  }
  
  
}