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


/*! 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}

/* ROOT */
:root {
	--color-1: #fff;
	--color-2: #00af8d;
	--color-3: #494848;
	--bg-selection: #ccc;
	--tx-selection: #000;
	--font-1: 'Open Sans', sans-serif;
	--font-ico: 'icomoon' !important
}

*,
:before,
:after{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-family: var(--font-1);
}

:focus{
	outline: none
}

/* SELECTION */
::selection{
  background: var(--bg-selection);
  color: var(--tx-selection);
}
::-moz-selection{
 background: var(--bg-selection);
 color: var(--tx-selection);
}
::-o-selection{
  background: var(--bg-selection);
  color: var(--tx-selection);
}
::-ms-selection{
  background: var(--bg-selection);
  color: var(--tx-selection);
}


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

html, body{
	height: 100%
}

html{
	font-size:62.5%;
}

body {
	height:100%;
	overflow-x:hidden;
	font-family: var(--font-1);
}

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

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

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

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

/* COLS */
[class*=cols-]{
	display:inline-block;
	margin:auto;
	float:left;
	padding:1.5rem;
}
/*
[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-5{padding-top:.5rem !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-5{padding-bottom:.5rem !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-5{padding-right:.5rem !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-5{padding-left:.5rem !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-5{margin-top:.5rem !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-5{margin-bottom:.5rem !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-5{margin-right:.5rem !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-5{margin-left:.5rem !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;}

/* 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;
}
.inline-flex{
	display: inline-flex;
}
.none{display:none !important;}
.block{display:block !important;}
.table{display:table !important;}

/* VISIBILITY */
.visible{visibility: visible}
.hidden{visibility: hidden}

/* CLEAR */
.clear{clear: both}

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

/* 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-45{
	padding-top:45% !important;
}
.ratio-32{
	padding-top:32% !important;
}
.ratio-25{
	padding-top:25% !important;
}
.ratio-20{
	padding-top:20% !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;
}

/* BORDER */
.border-none{
	border:none !important
}

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

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

/* 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;
    line-height: 0
}
figcaption{
	width:100%;
	float:left
}

/* 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;
	}

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


/* ICONOS */
.ico,
.ico:before,
.ico:after{
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}


/* EFECTOS */
.transition{
	transition: all .6s ease;
}
.efecto{
	opacity: 0;
	transform: translateY(300px);
}


/* FORM */
form{
	width:100%;
	display:inline-block;
}

	/* 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;
	}
	
	/* textarea */
	textarea{
		height:100px
	}

	/* select */
	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;
		border-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/checkbox.png);
		background-image:url(../img/checkbox.svg);
	}
	input[type='radio']:checked + label {
		background-image:url(../img/checkbox-checked.png) !important;
		background-image:url(../img/checkbox-checked.svg) !important;
	}

	/* submit */
	input[type="submit"]{
		width: auto;
		height:auto;
		background-repeat:no-repeat;
		cursor:pointer;
	}


	.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;
	}
	*/


/* OWL CAROUSEL */
.slider{
	width: 100%;
	float: left;
}

.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 .owl-video{
	position:absolute;
	left:0;
	top:0;
	height: 100%
}
.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;
}

.prev,
.next{
	display: block;
	position:absolute;
	width:50px;
	height: 100%;
	font-size: 0;
	z-index: 907;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center
}
.prev{
	left: 0
}
.next{
	right: 0
}

/* 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 CUSTOM */
.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-custom{
	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: #fff;
	opacity:.95;
}
 
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 40px;
	height: 40px;
	background-image: url('../img/preload.svg');
	margin: -30px 0 0 -30px;
}


