@charset "utf-8";
/* CSS Document */


 
/* ===================================================================================

	1 - NORMALIZE

=================================================================================== */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#19181D}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

 

 

/* ===================================================================================

	2 - CUSTOM

=================================================================================== */
  
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
 
html, body{
	height: 100%
}


html{ 
	font-size:62.5%;
} 

body { 
	height:100%;
	font-size:1.5rem;
	color:#333; 
	overflow-x:hidden;
	background-color: #f5f5f5
}

main,
header,
section,
aside,
nav,
article,
address,
footer{
	width:100%;
	float:left;
}

#cont{
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}


/* IE7 */
*:first-child+html body {	
	overflow: visible;
} 

  

/* ===============================================

// CLASES

=================================================*/

[class*=cols-]{
	display:inline-block;
	margin:auto;
	float:left;
	padding:2rem;
} 

[class*=cols-] [class*=cols-]{
	padding:0;
}

.cols-1{width:8.3333%;}
.cols-2{width:16.6666%;}
.cols-2-5{width:19.9999%;}
.cols-3{width:24.9999%;}
.cols-4{width:33.3332%;}
.cols-5{width:41.6665%;}
.cols-6{width:49.9998%;}
.cols-7{width:58.3331%;}
.cols-8{width:66.6664%;}
.cols-9{width:74.9997%;} 
.cols-10{width:83.333%;}
.cols-11{width:91.6663%;}
.cols-12{width:100%;}

/* OFFSET */
.cols-off-1{margin-left:8.3333%;}
.cols-off-2{margin-left:16.6666%;}
.cols-off-2-5{margin-left:19.9999%;}
.cols-off-3{margin-left:24.9999%;}
.cols-off-4{margin-left:33.3332%;}
.cols-off-5{margin-left:41.6665%;}
.cols-off-6{margin-left:49.9998%;}
.cols-off-7{margin-left:58.3331%;}
.cols-off-8{margin-left:66.6664%;}
.cols-off-9{margin-left:74.9997%;} 
.cols-off-10{margin-left:83.333%;} 
.cols-off-11{margin-left:91.6663%;}

/* PADDING */
.p-0{padding:0 !important;}

.pt-0{padding-top:0 !important;}
.pt-10{padding-top:1rem !important;}
.pt-20{padding-top:2rem !important;}
.pt-30{padding-top:3rem !important;}
.pt-40{padding-top:4rem !important;}
.pt-50{padding-top:5rem !important;} 
.pt-60{padding-top:6rem !important;}
.pt-70{padding-top:7rem !important;}
.pt-80{padding-top:8rem !important;}
.pt-90{padding-top:9rem !important;}
.pt-100{padding-top:10rem !important;}

.pb-0{padding-bottom:0 !important;}
.pb-10{padding-bottom:1rem !important;}
.pb-20{padding-bottom:2rem !important;}
.pb-30{padding-bottom:3rem !important;}
.pb-40{padding-bottom:4rem !important;}
.pb-50{padding-bottom:5rem !important;}
.pb-60{padding-bottom:6rem !important;}
.pb-70{padding-bottom:7rem !important;}
.pb-80{padding-bottom:8rem !important;}
.pb-90{padding-bottom:9rem !important;}
.pb-100{padding-bottom:10rem !important;}

.pr-0{padding-right:0 !important;}
.pr-10{padding-right:1rem !important;}
.pr-20{padding-right:2rem !important;}
.pr-30{padding-right:3rem !important;}
.pr-40{padding-right:4rem !important;}
.pr-50{padding-right:5rem !important;}
.pr-60{padding-right:6rem !important;}
.pr-70{padding-right:7rem !important;}
.pr-80{padding-right:8rem !important;}
.pr-90{padding-right:9rem !important;}
.pr-100{padding-right:10rem !important;}

.pl-0{padding-left:0 !important;}
.pl-10{padding-left:1rem !important;}
.pl-20{padding-left:2rem !important;}
.pl-30{padding-left:3rem !important;}
.pl-40{padding-left:4rem !important;}
.pl-50{padding-left:5rem !important;}
.pl-60{padding-left:6rem !important;}
.pl-70{padding-left:7rem !important;}
.pl-80{padding-left:8rem !important;}
.pl-90{padding-left:9rem !important;}
.pl-100{padding-left:10rem !important;}

/* MARGIN */
.m-auto{margin:auto !important;}
.m-0{margin:0 !important;}

.mt-0{margin-top:0 !important;}
.mt-10{margin-top:1rem !important;}
.mt-20{margin-top:2rem !important;}
.mt-30{margin-top:3rem !important;}
.mt-40{margin-top:4rem !important;}
.mt-50{margin-top:5rem !important;}
.mt-60{margin-top:6rem !important;}
.mt-70{margin-top:7rem !important;}
.mt-80{margin-top:8rem !important;}
.mt-90{margin-top:9rem !important;}
.mt-100{margin-top:10rem !important;}

.mb-0{margin-bottom:0 !important;}
.mb-10{margin-bottom:1rem !important;}
.mb-20{margin-bottom:2rem !important;}
.mb-30{margin-bottom:3rem !important;}
.mb-40{margin-bottom:4rem !important;}
.mb-50{margin-bottom:5rem !important;}
.mb-60{margin-bottom:6rem !important;}
.mb-70{margin-bottom:7rem !important;}
.mb-80{margin-bottom:8rem !important;}
.mb-90{margin-bottom:9rem !important;}
.mb-100{margin-bottom:10rem !important;}

.mr-0{margin-right:0 !important;}
.mr-10{margin-right:1rem !important;}
.mr-20{margin-right:2rem !important;}
.mr-30{margin-right:3rem !important;}
.mr-40{margin-right:4rem !important;}
.mr-50{margin-right:5rem !important;}
.mr-60{margin-right:6rem !important;}
.mr-70{margin-right:7rem !important;}
.mr-80{margin-right:8rem !important;}
.mr-90{margin-right:9rem !important;}
.mr-100{margin-right:10rem !important;}

.ml-0{margin-left:0 !important;}
.ml-10{margin-left:1rem !important;}
.ml-20{margin-left:2rem !important;}
.ml-30{margin-left:3rem !important;}
.ml-40{margin-left:4rem !important;}
.ml-50{margin-left:5rem !important;}
.ml-60{margin-left:6rem !important;}
.ml-70{margin-left:7rem !important;}
.ml-80{margin-left:8rem !important;}
.ml-90{margin-left:9rem !important;}
.ml-100{margin-left:10rem !important;}


/* CONT */
.cont,
.cont-mini,
.cont-mini-2{
	width:100%;
	margin:0 auto;
	padding:0 1rem
}

.cont{
	max-width: 1420px
}
.cont-mini{
    max-width: 1320px;
}

.cont-abs{
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 900;
	height: 100%
}

/* ROW */
.row{
	width:100%;
	float:left;
}	

/* POSITION */
.relative{position: relative !important}
.absolute{position: absolute !important}
.fixed{position: fixed !important}

/* FLOAT */
.f-left{float:left !important;}
.f-right{float:right !important;}
.f-none{float:none !important;}

/* DISPLAY */
.flex{
	display:flex !important; 
	align-items:center;
	display: -webkit-flex;
}
.none{display:none !important;}
.block{display:block !important;}
.table{display:table !important;}

/* OPACITY */
[class*=opacity-]{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left: 0; 
	z-index:700
}

/* ALIGN */
.center{text-align:center !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}

/* RATIO */
[class*=ratio-]{
	width:100%;
	float:left; 
	text-align:center;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.ratio-100{
	padding-top:100% !important;
}
.ratio-75{
	padding-top:75% !important;
}
.ratio-66{
	padding-top:66.66% !important;
}
.ratio-56{
	padding-top:56.25% !important;
}
.ratio-36{
	padding-top:36% !important;
}
.ratio-32{
	padding-top:32% !important;
}
.ratio-12{
	padding-top:12% !important;
}

[class*=ratio-] img{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	width:100%;
	height:100%;
	max-width:inherit;
	margin:auto;
	object-fit: cover;
}

/* LINE */
[class*=line-]{
	width:100%;
	float:left;
}

/* MEDIDAS */
.full-width{
	width: 100% !important
}
.full-height{
	height: 100vh !important;
	height: 100% !important
}

/* IMG */
img{
	width:auto;
	max-width:100%;
	height:auto;
}

.foto{
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

figure{
	margin:0
}
figcaption{
	width:100%;
	float:left
}

/* IFRAME */
iframe[name='google_conversion_frame'] {
	position: fixed;
	font-size: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	margin-top: -13px;
	width: 0 !important;
}






/* ===============================================

// TIPOGRAFIA

=================================================*/


h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input,
textarea,
select{
	font-family: 'Roboto', sans-serif;
}

h1{
	font-size:4.2rem
}
h2{
	font-size:3.6rem
}
h3{
	font-size:3.2rem
}
h4{
	font-size:2.8rem
}
h5{
	font-size:2.2rem
}
h6{
	font-size:1.6rem
}

p{
	font-size:1.6rem;
	line-height:1.6;
	color: #373431
}

a{
	cursor: pointer
}



/* COLUMN COUNT */
.column-1,
.column-2, 
.column-3,
.column-4{
	column-gap:30px;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	padding: 1px;
} 

.column-1{
	column-count:1;
	-moz-column-count: 1;
	-webkit-column-count: 1
}
.column-2{
	column-count:2;
	-moz-column-count: 2;
	-webkit-column-count: 2
}
.column-3{
	column-count:3;
	-moz-column-count: 3;
	-webkit-column-count: 3
}
.column-4{
	column-count:4;
	-moz-column-count: 4;
	-webkit-column-count: 4
}

	.column-1 p,
	.column-2 p,
	.column-3 p
	.column-4 p{
		display:block !important;
		margin:0 0 15px 0 !important;
	}



/* UL CUSTOM */
ul.lista li{
	list-style:none;
	background:url(../img/li.png) no-repeat 0px 9px;
	padding-left:18px;
}

li{
	list-style:none;
	color: #373431
}


/* TIT MOD */
.tit-mod{
	background: #19181D;
}
	.tit-mod h6{
		color: #fff;
		text-align: left;
		padding: 10px 20px;
		font-weight: 600
	}







/* ===============================================

// LOADING'S - LIGHTBOX CUSTOM - PRECARGA

=================================================*/


/* LOADING */
.loading{
	position:fixed;
	top:0;
	z-index:9999999999999;
	background-color:rgba(255,255,255,0.9);
	width:100%;
	height:100%;
	background-image:url(../img/preload.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:60px;
	display:none;
}


/* LIGHTBOX */
.lightbox{
	position:fixed;
	top:0;
	z-index:9999999999999;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
	visibility:hidden;
	transition:ease 0.5s
}
.lightbox.visible{
	opacity:1;
	visibility:visible
}

.lightbox .close{
	width:30px;
	height:30px;
	position:absolute;
	top:2rem;
	right:2rem;
	background-repeat:no-repeat;
	cursor:pointer;
}
.lightbox .close:hover{
	opacity:0.7
}

.popup{
	width:100%;
	height:auto;
	max-height:95%;
	overflow:hidden;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}


/* PRECARGA */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0; 
	bottom: 0;
	z-index: 9999999999999999999999;
    background-color: #111;
	opacity:.95;
}
 
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 60px;
	height: 60px;
	background-image: url('../img/preload.gif');
	margin: -30px 0 0 -30px;
}







/* ===============================================

// # HEADER

=================================================*/

#header{
	position:relative;
	top:0;
	left:0;
	z-index:999;
	background-color: #19181D;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
	/*transition: all .4s ease;*/
}

	#header .ratio-36{
		padding-top: 30% !important
			
	}

	/* SCROLL */
	#header.scroll{
		top: 0;
	}


	#header.scroll #logo img{
		width:200px
	}

	#header.scroll strong{
		display: none
	}

	#header.scroll .ratio-36{
		padding-top: 12% !important
	}

	#header.scroll .mod-logos{
		display: none
	}






/* ===============================================

// LOGOs

=================================================*/
#logo{
	float:left; 
	width:auto;
	min-width: 46%;
	padding:0 10px;
	transition:all .4s ease;
	margin: 0;
	top: 15%;
	left: 40px;
	font-family: 'Oswald', sans-serif;
} 
	
	#logo a{
		display:block;
	} 

	#logo img{
		float:left;
		display:block;
		transition:all .4s ease
	}
	
	#logo span{ 
		display:none;
	}

	#logo strong{
		color: #fff;
		background: #000;
		padding: 8px;
		position: absolute;
		bottom: 30px;
		left: 30px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.4;
		font-family: 'Oswald', sans-serif;
	}






/* ===============================================

// MENÚs

=================================================*/
 


/* MAIN MENÚ */
.main-menu{
	position: absolute;
	right:0;
	left:0;
	bottom: -25px;
	margin: auto;
	width: 100%;
	background-color: #000;
	height: 57px;
	padding: 0 80px	
}
.main-menu.scroll{
	position: fixed;
	top: 0;
	bottom: auto;
	width: 100%;
	left: 0
}

.main-menu.scroll .menu{
	width: 100%;
	max-width: 1260px;
	justify-content: flex-end;
	margin: auto;
	float: none
}
 

	/* MENÚ */
	.menu{ 
		height:100%;
		display:flex; 
		align-items:center;
		width:auto;
		float:right;
		margin:0;
		right:0;
		transition: all 0.6s ease
	} 
	.menu .movil{ 
	 	display:none; 
	}

		.menu li{
			width:auto;
			float:left;
			margin-bottom: 0;
			padding:0 35px
		}
		.menu li:last-child{
			padding-right: 0
		} 

		.menu li a{
			width:100%;
			float:left;
			color:#DD2F34;
			font-size:1.6rem;
			font-weight: 500;
			text-decoration:none;
			text-transform: uppercase;
			padding: 1.5rem 0;
			cursor: pointer;
			text-align:center;
		} 
		 
		/* hover */
		.menu li.activo a,
		.menu li a:hover{
			color: #F7BF34;
		}
		.menu > li:hover a,
		.menu li a.activo{
			color: #F7BF34;
		}
		
 
 	 
 
	 /* BTNs*/ 
 
	 /* abrir menú */
	.btn-menu{
		display: none;
		width:30px;
		height:26px;
		position:absolute;
		right: 3rem;
		top: 45px;
		bottom: 0;
		margin-left: auto;
		background-image:url(../img/btn-menu.png?3);
		background-image:url(../img/btn-menu.svg?3);
		background-size:contain; 
		background-position:center;
		background-repeat:no-repeat;
		cursor:pointer;
		z-index:999
	}

	/* cerrar menú */
	.btn-cerrar-menu{
		display:none; 
		color: #04B49F;
		font-weight: 400;
		font-size: 1.4rem;
		position: absolute;
		font-weight:600;
		top: 15px;
		left: 15px;
		width: 60px;
		height: 20px;
		cursor: pointer;
		padding-left: 28px;
		background: url('../img/close-menu.png') no-repeat;
		background: url('../img/close-menu.svg') no-repeat;
		background-size: contain;
		background-position: left center;	
		line-height: 1.6	
	}


	/* ICONOS */
    .ico-cerrar-menu{
        display: none;
    }

	.ico-drop{
		display: none;
		position: absolute;
		top: .5rem;
		right: .3rem; 
		width: 13px;
		height: 7px;
		background: url('../img/ico-drop.png') no-repeat right;
		float: right;
		margin-left: 5px;
		cursor: pointer;
		margin-right: 0 !important;
	}



/* MENÚ SIDEBAR */
.menu-sidebar{
	margin-bottom: 4rem;
	border-top:1px solid #fff
}

	.menu-sidebar li{
		width:100%;
		float: left;
		background-color: #fff;
	}

	.menu-sidebar li a{
		color: #19181D;
		width: 100%;
		float: left;
		padding: 15px 30px;
		background-color: #fff;
		border-bottom:1px solid #ccc;
		text-decoration: none;
	}
	.menu-sidebar li a:hover{
		background-color: #ddd
	}

	.menu-sidebar li a.activo{
		background-color: #eee;
		font-style: italic;
		font-weight: 600;
	}
	.menu-sidebar li a.activo:before{
		content: '';
		position:absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		background-image: url(../img/ico-flecha-left-gris.png);
		background-position: center;
		background-repeat: no-repeat;
		width: 6px;
		height: 11px;
	}






/* ===============================================

// # MAIN

=================================================*/
#main{
	padding:97px 0 0 0;
	margin:0;
}


#main.main-contacto{
	padding-bottom: 4rem
}





/* ===============================================

// # ELEMENTOS 

===============================================*/



/* =========================
   ADDRESS
========================= */

address a{
	color: #DD2F34;
	text-decoration: none
}
address a:hover{
	text-decoration: underline
}




/* =========================
   SECTIONs
========================= */
section.contenido{
	padding-bottom: 4rem
}

section.pagina{
	border-top:2px solid #FE6342;
	border-bottom:2px solid #19181D;
	background: #fff;
	padding: 2rem 
}








/* =========================
   ASIDE  
========================= */
aside{
	width:90%;
	float: right;
	background: #fff
}

aside .mods{
	margin-bottom: 4rem;
	background-color: #fff
}

aside h4{
	padding:20px;
	font-weight: bold;
	top: 4px
}

	aside ul li{
		width: 100%;
		float: left;
	}

	aside ul li a{
		padding: 20px;
		padding-right: 40px;
		text-decoration: none;
		color: #000;
		float: left;
		width: 100%;
		border-bottom: 1px solid #eee
	}
	aside ul li a:after{
		content: '+';
		width: 20px;
		height: 20px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border:1px solid #000;
		color: #000;
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto
	}
	aside ul li a:hover:after{
		border-color: #DD2F34;
		color: #DD2F34
	}

	aside ul li a:hover,
	aside ul li a.activo{
		background: #000;
		color:#DD2F34;
		font-weight: 600
	}



     




/* =========================
   ARTICLE  
========================= */

/*
.row-article{
	background: #fff;
}
.row-article .cols-6{
	background: #f5f5f5
}
*/

article{
	background-color: #fff;
	padding: 20px
}

article h2,
article h3,
article h4,
article h5,
article h6{
	margin-bottom: 14px;
	text-align:left;
	color: #373431;
	font-weight: 600
}


/* TIT */
header.tit{
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
	margin-bottom:30px;
	background-color: #000
}

header.tit h2{
	color: #fff;
	background-color: #DD2F34;
	padding: 10px 25px;
	font-size: 2rem;
	width:auto;
	float: left
} 


article header h2,
article header h3,
article header h4,
article header h5,
article header h6{
	margin-bottom: 0;
}


article hr{
	width: 100%;
	height: 1px;
	background-color: #999;
	float: left;
	margin: 5px 0 9px 0;
	border: 0;
}


article h1 strong,
article h2 strong,
article h3 strong,
article h4 strong,
article h5 strong,
article h6 strong{
	font-weight:600
}


/* TEXTO */
article p{
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 15px
}

article em,
article em strong{
	font-style: italic !important
}

article p + h1,
article p + h2,
article p + h3,
article p + h4,
article p + h5,
article p + h6{
	margin-top:20px
}

article strong{
	
}

/* LISTAS */
article ul{
	width:100%;
	float:left;
	margin-bottom:20px;
	padding-left:18px;
}

article ul li{
	color:#373431;
	font-size:1.6rem;
	width: 100%;
	float: left;
	line-height:1.5;
	list-style:inherit !important;
}







/* =========================
   FORM 
========================= */

form{
	width:100%;
	display:inline-block;
}
	
	label{
		width:100%;
		float:left;
		margin-bottom:2px;
	}
	
	/* caja contenedora de input - select- textarea */
	.caja-form{
		width: 100%;
		float: left;
		margin-bottom:10px
	}

	.caja-form.required:after{
		content: '*';
		position: absolute;
		margin: auto;
	}
	
	.caja-form.required:after{
		position: absolute;
		margin: auto;
		top: 1rem;
		right: 1rem;
		display:none
	}

	
	
	/* IOS */ 
	select,
	textarea,
	input,
	input[type="text"],
	input[type="button"],
	input[type="submit"]{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		-op-appearance: none;
		border-radius: 0;
		-webkit-border-radius:0;
	}

	input, 
	textarea,
	select{
		width:100%;
		float:left;
		border:1px solid #ddd;
		padding:15px;
		color:#000;
	}
	
	textarea{
		height:109px
	}
	
	select{
		cursor:pointer;
		appearance:none; 
		-webkit-appearance:none;
		-moz-appearance:none;
		-op-appearance:none;
		background-image:url(../img/flecha-select.png);
		background-repeat:no-repeat;
		background-position:95%;
		background-color:transparent;
	}

	/* focus */
	select:focus{
		background-image:url(../img/flecha-select-active.png);
		border:1px solid #666;
	}
	input:focus,
	textarea:focus{
		outline:0;
		background-color:#fff;
	}
	
	/* checkbox - radio custom */
	input[type="checkbox"],
	input[type="radio"]{
		display:none;
	}
	
	label.check,
	label.radio{
		width:auto;
		margin-right:35px;
		background-repeat:no-repeat;
		padding-left:22px;
		background-size: 16px;
		cursor:pointer;
		margin: 5px 0 10px 0;
		font-size: 1.4rem
	}
	
	
	label.check{
		background-image:url(../img/checkbox.png);
		background-image:url(../img/checkbox.svg);
	}
	input[type='checkbox']:checked + label {
		background-image:url(../img/checkbox-checked.png) !important;
		background-image:url(../img/checkbox-checked.svg) !important;
	}

	label.radio{
		background-image:url(../img/radio.png);
		background-image:url(../img/radio.svg);
	}
	input[type='radio']:checked + label {
		background-image:url(../img/radio-checked.png) !important;
		background-image:url(../img/radio-checked.svg) !important;
	}
	
	
	/* submit */
	input[type="submit"]{
		height:auto;
		background-repeat:no-repeat;
		cursor:pointer;
	}
	
	input[type="submit"]{
		background-color: #000;
		color: #DD2F34;
		border-color:#000;
		font-weight:600;
		transition:all .5s ease;
		text-transform: uppercase
	}
	
	input[type="submit"]:hover{
		background-color:#DD2F34;
		color:#fff
	}
	
	.verif{display:none;}

	/*
	form input:focus:invalid,
	form textarea:focus:invalid{
		border:1px solid #eee;
	}
	
	.required input:focus:valid,
	.required input:valid,
	.required textarea:focus:valid,
	.required textarea:valid{
		border:1px solid #eee;
		background:#E7F3DD
	}
		
	/* autocompletar 
    input:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
        -webkit-text-fill-color: #19181D;
	}
	*/	


	/* placeholder */
	input::-webkit-input-placeholder {color: #666;font-weight:600}
	input::-moz-placeholder {color: #666;font-weight:600}
	input:-ms-input-placeholder {color:#666;font-weight:600}
	input:-moz-placeholder {color: #666;font-weight:600}
		
	textarea::-webkit-input-placeholder {color: #666;font-weight:600}
	textarea::-moz-placeholder {color: #666;font-weight:600}
	textarea:-ms-input-placeholder {color:#666;font-weight:600}
	textarea:-moz-placeholder {color: #666; font-weight:600}
	
	

	/* MENSAJES */
	.msj-ok,
	.msj-error{
		width:100%;
		float:left;
		padding:15px 5px;
		margin:10px 0 20px 0;
		display:flex;
		align-items:center;
		justify-content:center;
		font-weight:600;
	}
	.msj-ok{
		background-color:#e2f2d5;
		color:#81B753;
        border:1px solid #81B753
	}
	.msj-error{
		background-color:#ffd6d6;
		color:#F00
	}

	.msj-ok:before,
	.msj-error:before{
		content:'';
		background-size:contain;
		background-repeat: no-repeat;
		float:left;
        margin-right:15px
	}

    .msj-ok:before{
        content: '';
        background-image: url(../img/ico-ok.svg) ;
        width: 15px;
        height: 15px;
    }
    .msj-error:before{
        content: '';
        background-image: url(../img/warning.svg) ;
        width: 15px;
        height: 15px;
    }



 




/* =========================
// TABLAS 
========================= */


/* TABLE DIVs */
.table .tr .td p{
	margin-bottom: 0 !important
}


/* TABLE HTML RESPONSIVE */
.row-table{
	width:100%;
	max-width:100%;
	float:left;
	overflow-x:auto
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
	table caption {
	  margin: .5rem 0 .75rem;
	}
	table tr {
	  background: #fff;
	  border: 1px solid #ddd;
	  padding: .35rem;
	}
	table th,
	table td {
	  padding: .625em;
	  text-align: center;
	}
	table th {
	  text-transform: uppercase;
	}

@media screen and (max-width: 500px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 1rem;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
 





/* =========================
// BTNs
========================= */


.btn{
	width:auto;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}

	.btn:before,
	.btn:after{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat
	}



/* BTN TX SLIDER */
.btn-leer{
	display: block;
	color: #fff;
	font-weight: 400;
	float: left;
	background-color: rgba(210,0,0,.8);
	text-align: left;
	border-radius: 18px;
	padding:10px 30px;
	margin-top: 15px
}

	.btn-leer:after{
		content: '+';
		float: right;
		color: #fff;
		font-weight: 500;
		margin-left: 30px
	}

	.btn-leer:hover{
		background-color: #fff;
		color: #D20000
	}
	.btn-leer:hover:after{
		color: #D20000
	}



/* BTN VOLVER */
.btn-volver{
	font-size:1.6rem;
	font-weight:300;
	margin:0 0 40px 0;
	float:left;
	color:#19181D;
	text-decoration:none;
	text-transform:uppercase
}
	.btn-volver:before{
		content:'';
		background-image:url(../img/ico-volver.png);
		width:25px;
		height:20px;
		float:left;
		margin-right:5px;
	}



/* btn mas info */
.btn-info{
	float: left;
	border:1px solid #fff;
	color: #fff;
	padding: 1em 5rem
}
	.btn-info:after{
		position: relative;
		content: '';
		width: 8px;
		height: 13px;
		float: right;
		top: 3px;
		margin-left: 40px;
		background-image: url(../img/ico-flecha-right-blanca.png);
	}









/* =========================
// ICONOS 
========================= */

.ico,
.ico:before,
.ico:after{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}


.ico-profesional{
	background-image:url(../img/ico-profesional.png)
}
.ico-preparados{
	background-image:url(../img/ico-preparados.png)
}
.ico-integrados{
	background-image:url(../img/ico-integracion.png)
}
.ico-independientes{
	background-image:url(../img/ico-independientes.png)
}


.ico-contabilidad{
	background-image:url(../img/ico-contabilidad.png)
}
.ico-impuestos{
	background-image:url(../img/ico-impuestos.png)
}
.ico-auditoria{
	background-image:url(../img/ico-auditoria.png)
}
.ico-legal{
	background-image:url(../img/ico-legal.png)
}
.ico-precios-trans{
	background-image:url(../img/ico-precios-trans.png)
}
.ico-consultoria{
	background-image:url(../img/ico-consultoria.png)
}



.ico-calidad{
	background-image:url(../img/ico-calidad.png)
}
.ico-atencion{
	background-image:url(../img/ico-atencion.png)
}
.ico-servicio{
	background-image:url(../img/ico-servicio.png)
}
.ico-tiempo{
	background-image:url(../img/ico-tiempo.png)
}
.ico-asistencia{
	background-image:url(../img/ico-asistencia.png)
}
.ico-respuesta{
	background-image:url(../img/ico-respuesta.png)
}


.ico-fb{
	background-image: url(../img/ico-fb.png)
}
.ico-yt{
	background-image: url(../img/ico-yt.png)
}






/* =========================
// VIDEO 
========================= */
.mod-video{
	margin-top: 20px
}

.video {
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	clear:both;
	width:100%;
}

.video a.play{
	position:absolute;
	width:100%;
	height:100%;
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.video a.play:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	background:url(../img/btn-play.png) no-repeat center;
	background:url(../img/btn-play.svg) no-repeat center;
}

.video iframe,
.video embed,
.video objet{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}









/* =========================
// ADJUNTOS 
========================= */

.row-adjuntos{
    margin: 20px 0
}

.row-adjuntos h6{
	margin-bottom: 15px
}

.adjunto{
	float:left;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left;
    color: #19181D;
    margin-right: 20px;
	border:1px solid #19181D;
	padding: 10px 20px;
	line-height: 1.4
} 
.adjunto:hover{
	background: #19181D;
	color: #fff
}

.adjunto:before{
    content: '';
    float: left; 
	margin-right: 10px;
    width: 20px;
    height: 20px;
    background-size:contain;
	background-image: url(../img/ico-descargar.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat
} 
.adjunto:hover:before{
	background-image: url(../img/ico-descargar-hover.svg);
}


	/*
	.adjunto[href$=".doc"], .adjunto[href$=".docx"]{
		background-image:url(../img/doc.png?4);
		background-image:url(../img/doc.svg?4);
	}
	.adjunto[href$=".pdf"]:before{
		background-image:url(../img/pdf.png?4);
		background-image:url(../img/pdf.svg?4);
	}
	.adjunto[href$=".zip"]{
		background-image:url(../img/zip.png?4);
		background-image:url(../img/zip.svg?4);
	}
	.adjunto[href$=".xls"], .adjunto[href$=".xlsx"]{
		background-image:url(../img/xls.png?4);
		background-image:url(../img/xls.svg?4);
	}
	.adjunto.doc{
		background-image:url(../img/doc.png?4);
		background-image:url(../img/doc.svg?4);
	}
	.adjunto.pdf{
		background-image:url(../img/pdf.png?4);
		background-image:url(../img/pdf.svg?4);
	}
	.adjunto.zip{ 
		background-image:url(../img/zip.png?4);
		background-image:url(../img/zip.svg?4);
	}
	.adjunto.xls{
		background-image:url(../img/xls.png?4);
		background-image:url(../img/xls.svg?4);
	}
	*/

 




/* =========================
   MODULOS
========================= */

/* gral modulos */
.cont-mods{
	padding: 20px
}



/* MOD-LOGOS */
.mod-logos{
	width: 185px;
	padding: 35px 20px;
	background: rgba(255,255,255,.6);
	position: absolute;
	right: 80px;
	top: 0;
	text-align: center;
} 

	.mod-logos a{
		display: block;
	}

	.mod-logos img{
		margin-bottom: 20px
	}
	.mod-logos a:last-child img{
		margin-bottom: 0
	}




/* NOTICIAS */
.noticia{
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px;
	text-decoration: none
}

	.noticia .row-img{
		margin-bottom: 10px
	}
	.noticia img{
		transition: all .4s ease
	}


	.noticia h5{
		font-size:1.6rem;
		width: 100%;
		float: left;
		font-weight: 600;
		color: #000
	}

	.noticia span.fecha{
		width: auto;
		float: left;
		font-size: 1.2rem;
		position: absolute;
		top: 0;
		left: 0;
		background: #000;
		color: #fff;
		padding: 8px 10px;
		z-index: 900
	}

	.noticia p{
		font-size: 1.4rem;
		float: left;
		width: 100%;
		height: 66px;
		overflow: hidden
	}
	  
	.noticia .btn{
		background:#000;
		color: #DD2F34;
		font-size: 1.2rem;
		margin-top: 15px;
		padding: 8px 25px;
		text-transform: uppercase
	}

	.noticia:hover span.btn{
		color: #fff;
		background:#DD2f34;
	}

	.noticia:hover img{
		transform: scale(1.2)
	}



	
/* NOTICIA */
.noticia-gr{
	background:#fff;
	padding: 20px;
}

	.noticia-gr article{
		padding: 0
	}

	.noticia-gr .copete p{
		font-weight: 500
	}

	.noticia-gr .row-img{
		margin-bottom: 20px
	}

	.noticia-gr header.tit{
		background: transparent
	}

		.noticia-gr header.tit h3{
			margin-bottom: 3px
		}




/* MOD APOYA */
.mod-apoya{
	left: 15%
}
	

 

/* MOD REDES */
.mod-redes{
	width: auto !important;
	max-width: 150px;
	float: right
}

	.mod-redes .ico{
		float: left
	}
	.mod-redes .ico-fb{
		width:36px;
		height: 36px;
		margin-right: 20px;
		top: 15px
	}
	.mod-redes .ico-yt{
		width:40px;
		height: 32px;
		top: 18px
	}








/* ===============================================

// # FOOTER

=================================================*/	
#footer{
	padding: 4rem 0;
	background-color: #000
} 

#footer span{
	color: #DD2F34;
	width: 100%;
	float: left;
	margin-bottom: 10px
}








/* ===============================================

// # PLUIGIN'S

=================================================*/




/* =========================
// FANCYBOX 
========================= */

.fancybox-bg{
	background:#333;
}
.fancybox-navigation{
	position:initial !important
}
.fancybox-button, 
.fancybox-infobar__body,
.fancybox-arrow:after{
	background-color:rgba(0,0,0,.8)
}
.fancybox-arrow:hover{
	opacity:1 !important;
}

.fancybox-image-wrap{
	max-width:90%;
	margin:auto !important
}







/* =========================
// OWL CAROUSEL 
========================= */

.owl-carousel, 
.owl-carousel .owl-stage-outer, 
.owl-carousel .owl-stage, 
.owl-carousel .owl-item,
.owl-carousel .item,
.owl-carousel .item-video{
	height:100%;
}
.owl-carousel .item-video{
	height:auto
}
.owl-carousel .owl-video{
	position:absolute;
	left:0;
	top:0;
}
.owl-carousel .owl-video-wrapper{
	position:absolute;
	width:100%;
	top:0
}

.owl-controls,
.owl-nav,
.owl-dots{
	display:none;
}

.owl-carousel{
	width:100%;
	float:left;
}

	/* DOTS */
	.owl-dots{
		display:inline-table;
		position:absolute;
		width:auto;
		height:20px;
		bottom: 20px;
		right: 20px;
		margin:auto;
		text-align:center;
	}
	.slider .owl-dots{
		width: 100%;
		text-align: center
	}


		.owl-dot{
			width:13px;
			height:13px;
			clear: both;
			float:left;
			margin:0 6px;
			border-radius:50%;
			background:#fff;
			opacity: .6;
			transition:ease-in 0.4s;
			float:none;
			display:inline-block
		}
		.owl-dot.active{
			opacity:1
		}



	/* NAV */
	.prev,
	.next{
		display: block;
		position:absolute;
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		width:80px;
		height: 100%;
		font-size: 0;
		z-index: 907;
		cursor: pointer
	}
	.prev{
		background-image:url(../img/prev.png);
		left: 0;
	}
	.next{
		background-image:url(../img/next.png);
		right: 0;
		display:block !important
	}
	
	
	.slider{
		width: 100%;
		float: left;
	}


	/* slider noticias */
	.row-img img{
		transition: all .4s ease
	}
	.row-img img:hover{
		 filter: gray; /* IE6-9 */
		  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
		  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	}




/* =========================
// TABS 
========================= */

.tab-link{
	float:left;
	text-align:center;
	list-style:none;
	color:#333;
	padding:10px 5px;
	cursor:pointer;
    background: #ddd;
    padding: 10px;
	text-transform:uppercase;
}

	.tab-content{
		width:100%;
		visibility:hidden;
		opacity:0;
		height:0;
		padding:0 5px;
		margin:0;
		float:left;
	}
	.tab-content.current{
		opacity:1;
		visibility:visible;
		height:auto;
	}
	.tab-content.current .woo{
		height:auto;
	}








/* =========================
// ACORDEON 
========================= */

.acordeon{
	padding-left:0;
	margin:30px 0;
}

	.item-acordeon{
		width:100%;
		float:left;
		cursor:pointer;
		font-size:1.6rem;
		list-style:none;
		margin-bottom:5px;
        border: 1px solid #eee;
        padding: 10px;
	}

	.item-acordeon:after{
		position:absolute;
		top:0;
		bottom:0;
		margin:auto;
		background-size: contain;
		background-repeat:no-repeat;
		background-position:right;
	}


		.acordeon .info{
            display: none;
			width:100%;
			float:left;
			padding:5px 0;
			display:none;
		}







/* =========================
// PARALLAX 
========================= */

.cont-px{
	overflow: hidden
}

	.parallax{
		width:100%;
		height: 150%;
	    background-position: center top;
	    background-repeat: no-repeat;
	    background-attachment: fixed;
		background-size:cover;
		left:0; 
		width:100%;
		float:left;
		top:0;
		z-index:-10;
	}





/* =========================
// MAPA 
========================= */

.mapa{
	right: 0;
	width:100%;
	padding: 0;
	height: 500px
}







/* =========================
// INFOBUBBLE 
========================= */

.cont-bubble{
	width: auto !important;
	height:auto !important;
}

	.info_window{
		float:left;
		width:100%;
	}
		
		.info_window p{
			margin-bottom:0 !important;
		}

		.bubbles{
			width:100%;
			float:left;
			height:auto;
			padding-bottom:0;
		}
		
		img.js-info-bubble-close{
			width: 10px;
			height: 10px;
			right: 3px !important;
			top: 3px !important;
			content:url('../img/close-black.png') !important;
		}







/* =========================
// MASONRY 
========================= */

.grid-item { 
	width: 24.9998%;
	float: left;
	padding: 10px
}

	.grid-item img{
		width:100%
	}

 




















