@font-face {
	font-family: 'Conv_Uni Sans Bold';
	src: url('fonts/Uni Sans Bold.eot');
	src: local('☺'), url('../fonts/Uni Sans Bold.woff') format('woff'), url('../fonts/Uni Sans Bold.ttf') format('truetype'), url('../fonts/Uni Sans Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Uni Sans Book';
	src: url('../fonts/Uni Sans Book.eot');
	src: local('☺'), url('../fonts/Uni Sans Book.woff') format('woff'), url('../fonts/Uni Sans Book.ttf') format('truetype'), url('../fonts/Uni Sans Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Uni Sans SemiBold';
	src: url('fonts/Uni Sans SemiBold.eot');
	src: local('☺'), url('../fonts/Uni Sans SemiBold.woff') format('woff'), url('../fonts/Uni Sans SemiBold.ttf') format('truetype'), url('../fonts/Uni Sans SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body{
	min-width: 320px;
	width:100%;
	height: auto;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	background:#fff;
	-webkit-font-smoothing: antialiased;
}

main{
	position: relative;
  	display: block;
  	margin: 0px;
	min-width: 320px;
	height: auto;
	display: block;
	z-index: 1;
  	background-color: #fff;
  	overflow: hidden;
}


.imgLiquid{
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}
.imgLiquid img{
	opacity: 0;
	display: none;
}


button:active, button:focus{
	outline: none;
}


/* Header */

header{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 70px;
	background-color: #000;
	overflow: hidden;
}
header a.logo{
	position: relative;
	display: block;
	margin: 25px 0px 0px 0px;
	float: left;
	width: 130px;
	height: 24px;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(../images/logo-chilexpress.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
header nav{
	position: relative;
	display: block;
	float: right;
	list-style: none;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
header nav li{
	position: relative;
	float: left;
	margin: 0px 10px 0px 10px;
}
@media screen and (min-width: 414px){
	header a.logo{
		margin-top: 20px;
		width: 175px;
		height: 33px;
	}
}
@media screen and (min-width: 768px){
	header a.logo{
		margin-top: 12px;
		width: 253px;
		height: 47px;
	}
}


/* Footer */

footer{
	position: relative;
	display: block;
	margin: 50px auto 0px auto;
}
footer:after{
	position: relative;
	display: block;
	content: ' ';
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 18px;
	background-color: #FFFFFF;
}
footer a{
	position: relative;
	float: right;
	margin: 0px 10px 0px 10px;
}
footer a:first-child{
	margin-right: 0px;
}
footer img{
	max-width: 100px;
}
@media screen and (min-width: 414px){
	footer img{
		max-width: 100%;
	}
}


/* Carrusel */

#mainCarrusel{
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	height: 620px;
	overflow: hidden;
}
#mainCarrusel .owl-stage-outer{
	height: 620px;
}
#mainCarrusel .owl-stage, #mainCarrusel .owl-item{
	height: 100%;
}
#mainCarrusel .bg{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 200px;
	z-index: 1;
}
#mainCarrusel .txt{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 420px;
	background-color: #000;
	z-index: 2;
}
#mainCarrusel .txt img{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	width: 100%;
	max-width: 200px;
	height: auto;
}
#mainCarrusel .txt p{
	position: relative;
	display: block;
	margin: 20px auto 0px auto;
	color: #fff;
	text-align: justify;
	font-size: 12px;
	width: 80%;
}
#mainCarrusel .txt h1{
	position: relative;
	/*display: block;*/
	margin: 25px auto 0px auto;
	width: 100%;
	height: 35px;
	/*background-color: #FFFFFF;*/
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	font-family: 'Conv_Uni Sans SemiBold';
}

#mainCarrusel .txt a{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	width: 80%;
	max-width: 300px;
	height: 45px;
	line-height: 45px;
	font-family: 'Conv_Uni Sans SemiBold';
	color: #000;
	font-size: 16px;
	background-color: #FFFF00;
	text-align: center;
	border: 0px;
	outline: none;
	text-decoration: none;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
}
#mainCarrusel .txt a:before{
	position: absolute;
	display: block;
	top: -20px;
	right: -5px;
	content: ' ';
	width: 20px;
	height: 40px;
	background-color: #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index: 0;
}
#mainCarrusel .txt a:after{
	position: absolute;
	display: block;
	bottom: -20px;
	left: -5px;
	content: ' ';
	width: 20px;
	height: 40px;
	background-color: #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index: 0;
}
#mainCarrusel .txt a:hover{
	background-color: #fff;
}
#mainCarrusel .owl-dots{
	position: absolute;
	top: 160px;
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 50;
}
#mainCarrusel .owl-dots .owl-dot{
	position: relative;
	margin: 0px 10px 0px 10px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 18px;
	-wekit-border-radius: 18px;
	-moz-border-radius: 18px;
}
#mainCarrusel .owl-dots .owl-dot.active{
	background-color: #FFFF00;
}
@media screen and (min-width: 768px){
	#mainCarrusel, #mainCarrusel .owl-stage-outer{
		height: 545px;
	}
	#mainCarrusel .bg{
		height: 545px;
	}
	#mainCarrusel .txt{
		position: absolute;
		left: auto;
		right: 0px;
		top: 0px;
		height: 545px;
		width: 360px;
	}
	#mainCarrusel .txt:before{
		position: absolute;
	    display: block;
	    content: ' ';
	    width: 270px;
	    height: 600px;
	    left: -90px;
	    top: 0px;
	    background-color: #000;
	    transform: rotate(16deg);
	    -webkit-transform: rotate(16deg);
	    -moz-transform: rotate(16deg);
	}
	#mainCarrusel .txt p{
		font-size: 14px;
	}
	#mainCarrusel .owl-dots{
		top: auto;
		bottom: 25px;
	}
}
@media screen and (min-width: 992px){
	#mainCarrusel .txt{
		width: 500px;
	}
	#mainCarrusel .txt img{
		margin-top: 50px;
		max-width: 350px;
	}
	#mainCarrusel .txt p{
		margin-top: 40px;
		font-size: 15px;
	}
	#mainCarrusel .txt a{
		position: absolute;
		left: 50%;
		bottom: 50px;
		margin-left: -150px;
	}
}


/* Info Mod */

#infoMod{
	position: relative;
	display: block;
	margin: 35px auto 0px auto;
	height: auto;
	overflow: hidden;
}
#infoMod h2{
	position: relative;
	margin: 0px auto 0px auto;
	font-family: 'Conv_Uni Sans Bold';
	text-align: center;
	font-size: 26px;
	width: 100%;
	max-width: 500px;
	color: #000000;
	text-transform: uppercase;
}
#infoMod h3{
	position: relative;
	margin: 10px auto 0px auto;
	padding-top: 10px;
	font-family: 'Conv_Uni Sans Book';
	border-top: 1px solid #000;
	text-align: center;
	font-size:20px;
	width: 100%;
	max-width: 500px;
	color: #000000;
}
#infoMod h3 strong{
	font-family: 'Conv_Uni Sans SemiBold';
}
#infoMod .box{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	padding: 35px 0px 50px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFFF00;
}
#infoMod .box h4{
	position: relative;
	display: block;
	margin: 0px;
	text-align: center;
	font-family: 'Conv_Uni Sans SemiBold';
	color: #000;
	font-size: 30px;
}
#infoMod .box ul{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	padding: 0px 20px 0px 20px;
	text-align: left;
	height: auto;
	overflow: hidden;
	list-style: none;
}
#infoMod .box ul li{
	position: relative;
	display: table;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	font-family: 'Conv_Uni Sans SemiBold';
	color: #000;
	width: 100%;
	padding-left: 50px;
	height: 30px;
}
#infoMod .box ul li p{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	line-height: 16px;
	font-size: 14px;
}
#infoMod .box ul li small{
	position: relative;
	display: block;
}
#infoMod .box span{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	font-family: 'Conv_Uni Sans Bold';
	font-style: italic;
	padding: 0px 20px 0px 20px;
	color: #000;
}
#infoMod .box .ico{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -15px;
	left: 0px;
	width: 35px;
	height: 30px;
}
#infoMod .box .ico.ico01{
	background-image: url(../images/ico01.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#infoMod .box .ico.ico02{
	background-image: url(../images/ico02.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#infoMod .box .ico.ico03{
	background-image: url(../images/ico03.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#infoMod .box .ico.ico04{
	background-image: url(../images/ico04.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#infoMod .box .ico.ico05{
	background-image: url(../images/ico05.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#infoMod .box:before{
	position: absolute;
	display: block;
	top: -30px;
	right: -20px;
	content: ' ';
	width: 40px;
	height: 100px;
	background-color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index: 0;
}
#infoMod .box:after{
	position: absolute;
	display: block;
	bottom: -30px;
	left: -20px;
	content: ' ';
	width: 40px;
	height: 100px;
	background-color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index: 0;
}
@media screen and (min-width: 768px){
	#infoMod{
		text-align: center;
	}
	#infoMod .title{
		position: relative;
		display: block;
		margin: 0px auto 0px auto;
		text-align: center;
	}
	#infoMod h2{
		font-size: 44px;
		text-align: center;
	}
	#infoMod h3{
		font-size: 24px;
		text-align: center;
	}
	#infoMod .box h4{
		width: 90%;
		margin: 0px auto 0px auto;
	}
	#infoMod .box{
		position: relative;
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 25px 10px 0px 10px;
		width: 320px;
		height: 490px;
	}
	#infoMod .box span{
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin: 0px 0px 0px -135px;
		width: 270px;
		text-align: center;
	}
}
@media screen and (min-width: 992px){
	#infoMod .title{
		float: left;
	    width: 252px;
	    margin-top: 110px;
	    margin-right: 30px;
	}
	#infoMod h2, #infoMod h3{
		text-align: right;
	}
	#infoMod h2{
		font-size: 32px;
	}
	#infoMod h3{
		font-size: 17px;
	}
	#infoMod .box{
		float: left;
		width: 309px;
		margin-top: 0px;
		margin-left: 20px;
		margin-right: 0px;
		height: 490px;
	}
	#infoMod .box:first-child{
		margin-left: 0px;
	}
}
@media screen and (min-width: 1200px){
	#infoMod .title {
	    margin-right: 30px;
	    width: 347px;
	}
	#infoMod h2 {
	    font-size: 44px;
	    line-height: 44px;
	    text-align: right;
	}
	#infoMod h3{
		margin-top: 20px;
		padding-top: 20px;
		font-size: 24px;
		text-align: right;
	}
	#infoMod .box{
		width: 361px;
	}	
	#infoMod .box h4{
		width: 60%;
	}
	#infoMod .box ul li p{
		font-size: 15px;
	}
}



/* Preguntas Frecuentes */

#faqs{
	position: relative;
	display: block;
	margin: 40px auto 0px auto;
	height: auto;
	overflow: hidden;
}
#faqs h2{
	position: relative;
	display: block;
	margin: 0px 0px 40px 0px;
	width: 100%;
	height: 75px;
	background-color: #FFFF00;
	text-align: center;
	color: #020202;
	font-size: 24px;
	line-height: 75px;
	font-family: 'Conv_Uni Sans SemiBold';
}

#faqs h1{
	position: relative;
	/*display: block;*/
	margin: 0px 0px 40px 0px;
	width: 100%;
	height: 35px;
	background-color: #FFFFFF;
	text-align: left;
	color: #020202;
	font-size: 22px;
	line-height: 50px;
	font-family: 'Conv_Uni Sans SemiBold';
}

@media screen and (min-width: 768px){
	#faqs h2{
		font-size: 34px;
		text-align: left;
		text-indent: 50px;
	}
}

.acordion {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 60px;
	margin: 0 0 20px 0;
}

.acordion a.header-acordion {
	width: 100%;
	position: relative;
	display: table;
	height: 60px;
	padding-right: 60px;
	line-height: 16px;
	font-size: 14px;
	font-family: 'Conv_Uni Sans SemiBold';
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #8f8f8f;
}
.acordion a.header-acordion span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.acordion a.header-acordion .ico-acordion {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #FFFF00;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 10px;
}

.acordion a.header-acordion .ico-acordion span {
	display: block;
	width: 15px;
	height: 4px;
	background-color: #000;
}

.acordion a.header-acordion .ico-acordion span:nth-child(1) {
	margin-top: 15px;
	margin-left: 3px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.acordion a.header-acordion .ico-acordion span:nth-child(2) {
	opacity: 1;
	margin-left: 12px;
	margin-top: -4px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.acordion a.header-acordion .ico-acordion.active span:nth-child(1) {
	margin-top: 12px;
	margin-left: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.acordion a.header-acordion .ico-acordion.active span:nth-child(2) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);

}

.acordion .info-acordion {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #ececea;
}

.acordion .info-acordion ul {
	position: relative;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}

.acordion .info-acordion ul li {
	position: relative;
	margin: 0;
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-family: 'Conv_Uni Sans Book';
}

