/*
Theme Name: Sello de Excelencia Artesanía Chile
Description: 
Author: Oficina de proyectos e ingeniería
Author URI: http://www.cultura.gob.cl
Description: Abril 2018
Version: 1.0
*/

@font-face {
  font-family: 'gobCL';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/gobcl_light.eot?") format("eot"), url("fonts/gobcl_light.woff") format("woff"), url("fonts/gobcl_light.ttf") format("truetype");
}

@font-face {
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/gobcl_regular.eot?") format("eot"), url("fonts/gobcl_regular.woff") format("woff"), url("fonts/gobcl_regular.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/gobcl_bold.eot?") format("eot"), url("fonts/gobcl_bold.woff") format("woff"), url("fonts/gobcl_bold.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/gobcl_heavy.eot?") format("eot"), url("fonts/gobcl_heavy.woff") format("woff"), url("fonts/gobcl_heavy.ttf") format("truetype");
}
@font-face {
	font-family: 'Conv_Austr';
	src: url('fonts/Austr.eot');
	src: local('☺'), url('fonts/Austr.woff') format('woff'), url('fonts/Austr.ttf') format('truetype'), url('fonts/Austr.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AustrBol';
	src: url('fonts/AustrBol.eot');
	src: local('☺'), url('fonts/AustrBol.woff') format('woff'), url('fonts/AustrBol.ttf') format('truetype'), url('fonts/AustrBol.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	padding:0;
	margin:0;
}

body {
	background:#FFFFFA;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "gobCL";
	font-weight: 500;
	font-style: normal;
}

header {
	width:100%;
}

header nav {
	background-color: #5a7e96;
	float: right;
}

.menu_bar {
	display:none;
}

header nav ul {
	list-style:none;
	overflow:hidden;
}

header nav ul li {
	float: left;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a{
	display:block;
	padding:23px 20px;
	color:#fff;
	text-decoration:none;
	font-family: 'Conv_Austr';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

header nav ul li a:hover {
	background:#294f69;
}

section {
	padding:20px;
}

.text{
	display: table;
	height:300px;
	width: 500px;
	background-color: #ccc;
	padding: 30px;
}
.centrar{
	display: table-cell;
	vertical-align: middle;
}
.container > .crop {
    
    object-fit: cover;
    width: 500px;
    height: 200px;
}

#top{
	background-color: #5a7e96;
	position: fixed;
	width: 100%;
	height: 66px;
	z-index: 999;
}
.in{
	width: 1114px;
	margin: 0 auto;

}
#logo{
	float: left;
	padding: 10px 0 0 10px;
}
.slide{
	height: 630px;
	padding: 65px 0 0 0;
	display: block;
	position: relative;
	z-index: 9999;
}
.slideimg{
	object-fit: cover;
	width: 100%;
	height: 630px;
}
.slidespan{
	color: #fff;
	background:rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
	font-family: 'Conv_Austr';
	font-weight: normal;
	font-style: normal;
}
.slidespanb{
	font-family: 'Conv_AustrBol';
	display: block;
}

h3{
	text-align: center;
	padding: 50px 0 30px 0;
	font-family: 'Conv_AustrBol';
	font-size: 30px;
	color: #294f69;
}
h3 a{
	font-size: 20px;
	font-weight: normal;
	color: #294f69;
	font-family: 'Conv_Austr';
}
a{
	transition: all 400ms ease-out 20ms;
	text-decoration: none;
}

.cajas{
	width: 940px;
	height: 360px;
	margin: 0 auto;
	display: block;
	background-color: #fff;
	color: #294f69;
}

.cajas:hover {
	background-color: #294f69;
	color: #fff;


}

.cajas{
	position: relative;
}


.cajas:hover p {
	color: #ccc;
}
.cajas:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.cajas:nth-child(even) .cajatextorow {
	float: left;
	width: 470px;
	height: 360px;
	display: table;
}
.cajas:nth-child(odd) .cajatextorow {
	float: right;
	width: 470px;
	height: 360px;
	display: table;
}

.cajas:nth-child(even) .vid {
	left: 470px;
	width: 460px;
	height: 370px;
	position: absolute;
	opacity: 0.4;
    background: url('img/play-button.png') center center no-repeat;
    background-size: 35%;
}
.cajas:nth-child(odd) .vid {
	width: 460px;
	height: 370px;
	position: absolute;
	opacity: 0.4;
    background: url('img/play-button.png') center center no-repeat;
    background-size: 35%;
}

.cajas:nth-child(even) .cajaimg {
	float: right;
	width: 470px;
	height: 360px;
	object-fit: cover;
}
.cajas:nth-child(odd) .cajaimg {
	float: left;
	width: 470px;
	height: 360px;
	object-fit: cover;
}

.cajatexto{
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}
.cajatexto h4{
	text-align: center;
	font-size: 25px;
	margin: 0 0 10px 0;
	font-family: 'Conv_AustrBol';
}
.cajatexto p{
	text-align: justify;
}
.f1{
	background-color: #effcf7;
	padding-bottom: 50px;
}

.f2{
	background-color: #e8f0ed;
	padding-bottom: 50px;
}
#footer{
	background-color: #f7f7f7;
	padding: 40px 0 0 0;
}
#bottom{
	background-color: #5a7e96;
}
#bottom span{
	color: #fff;
	text-align: right;
	display: block;

	font-size: 14px;
}
#logos{
	margin: 0;
	padding:0;
	float: right;
}
#logos li{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#logos li a{
	margin: 0 0 20px 80px;
	display: block;
}
.clear{
	clear: both;
}
.bottomin{
	position: relative;
	padding: 5px 0;
}
#ministerio{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 142px;
	height: 129px;
}
#ministerio img{
	margin: 0;
	padding: 0;
}

.sup{
	padding-top: 80px;
}

#entrada{
	background-color: #fff;
	width: 780px;
	margin: 0 auto;
	padding: 0 80px;
}
#entrada p:last-of-type {
	padding-bottom: 30px;
}
p{
	text-align: justify;
	color: #506272;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#entradapie{
	border-top: solid 1px #52c199;
	margin: 40px 0 0 0;
	padding: 40px 0;
	display: block;
}
.imgentrada{
	width: 940px;
	margin: 0 0 -10px -80px;
}
.volver{
	max-width: 350px;
	text-align: center;
	background-color: #52c199;
	color: #fff;
	padding: 20px 25px;
	display: block;
	margin: 0 auto;
	font-family: 'Conv_Austr';
	font-size: 18px;
}
.volverinf{
	margin-top: 100px;
}


#entrada ul{
	margin: 20px;
}
#entrada ul li{
	margin: 20px 0;
}
p{
	margin: 0 0 20px 0;
}

.gallery-icon a img{
	width: 98%;
	height: auto;
}
#gallery-1 img{
	border: solid 3px #fff !important;
}




@media screen and (max-width:1114px) {

	#entrada {
    background-color: #fff;
    width: 600px;
    margin: 0 auto;
    padding: 0 80px;
	}
	.imgentrada {
	    width: 760px;
	    margin: 0 0 -10px -80px;
	}

	.in{
		width: 800px;
	}
	header nav ul li a{
		display:block;
		padding:23px 15px;
		color:#fff;
		text-decoration:none;
		font-family: 'Conv_Austr';
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
	}

	.cajas{
		width: 800px;
	}

	.cajas:nth-child(even) .cajaimg, .cajas:nth-child(odd) .cajaimg {
		width: 400px;
	}
	.cajas:nth-child(even) .cajatextorow, .cajas:nth-child(odd) .cajatextorow {
		width: 400px;
	}
	.cajas:nth-child(even) .vid {
		width: 400px;
		left: 400px;
	}
	.cajas:nth-child(odd) .vid {
		width: 400px;
		left: 0;
	}
	.cajatexto h4{
		font-size: 20px;
	}
	.slide{
		height: 430px;
	}
	.slideimg{
		height: 430px;
	}
	#logos li a {
	    margin: 0 0 20px 10px;
	    display: block;
	}
	.bx-pager {
		display: none;
	}

}


@media screen and (max-width:800px) {

	.sep2{
		margin: 30px auto !important;
	}

	header nav ul li a{
		font-size: 18px;
	}
	h3{
		text-align: center;
		padding: 50px 0 30px 0;
		font-family: 'Conv_AustrBol';
		font-size: 20px;
		color: #374653;
	}
	h3 a{
		font-size: 16px;
		font-weight: normal;
		color: #374653;
		font-family: 'Conv_Austr';
	}
	.sup{
	padding-top: 80px;
	}

	#entrada{
		background-color: #fff;
		width: 80%;
		margin: 0 auto;
		padding: 0 5%;
	}
	.imgentrada{
		width: 114%;
		margin: 0 -7% -10px -7%; 
	}

	#bottom span{
		color: #fff;
		text-align: left;
		display: block;
		font-size: 13px;
		margin: 0 0 0 140px
	}
	#bottom span span{
		display: block;
		margin: 0;
		float: none;
	}
		
	.bottomin{
		position: relative;
		padding: 20px 0;
	}
	#ministerio{
		left: 10px;
		width: 120px;
		height: 109px;
	}
	#ministerio img{
		width: 120px;
		height: 109px;
	}


	#logos{
		float: none;
		margin-bottom: 50px;
	}
	#logos li{
		float: none;
	}
	#logos li a{
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.cajas {
		width: 90%;
		height: auto;
		margin: 15px auto;

	}
	.cajas:nth-child(even) .cajaimg, .cajas:nth-child(odd) .cajaimg {
		float: none;
		width: 100%;
		height: 200px;

	}
	.cajas:nth-child(even) .cajatextorow, .cajas:nth-child(odd) .cajatextorow {
		float: none;
		width: 100%;
		height: auto;
		display: block;
	}
	.cajas:nth-child(even) .vid, .cajas:nth-child(odd) .vid {
		float: none;
		width: 100%;
		height: 200px;
		left: 0;
	}

	.cajatexto{
		padding: 30px;
	}

	.slide{
		height: 300px;

		display: block;
		position: relative;
	}
	.slideimg{
		object-fit: cover; width: 100%; height: 300px;
	}
	.slidespan{
		color: #fff;
		background:rgba(0,0,0,0.5);
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding: 10px 0;
		font-size: 16px;

	}

	.in{
		width: 100%;
	}
	header nav {
		width:80%;
		height:100%;
		margin:0;
		position: fixed;
		left:-100%;
		/*top:0px;*/
		overflow:auto;
		top: 65px !important;
	}
	#top{
		background-color: #5a7e96;
		position: fixed;
		width: 100%;
	}

	.menu_bar {
		display: block;
		width: 100%;
	
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 8px 20px 0 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255,.3);
	}

	.bx-pager {
		display: none;
	}

	.gallery-item {
		float: none !important;
		width: 100% !important;
	}
}






/* Remover borde gris a link activado */

a {
	outline: 0;
}

/* Paginador */

.pagination {
	
margin: 0 auto;
	clear:both;
	padding:20px 0;
	position:relative;
	display:table;

	vertical-align: middle;
}
.pagination .info {
	display:block;
}
.pagination .box, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding: 8px 12px;
	text-decoration:none;
	width:auto;
	color:#374653;
}
.pagination a:hover {
	background: #fff;
	}

.pagination .current {
	float: left;
	padding: 8px 12px;
	margin: 2px 2px 2px 0;
	font-weight: bold;
}


/* Media */

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}


/* blockquote citar */

blockquote {
	font-size: 18px;
	font-style: italic;
	max-width: 600px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
}

blockquote:before {
	display: block;
	font-family: Conv_Austr;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	font-family: Conv_Austr;
	content: "\2014 \2009";
}

/* Alignments */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/* Botones redes sociales */

.redes {
	display: inline-block;
	margin: 10px 0 40px 0;
	position: relative;
}
.fb_iframe_widget span {
        vertical-align: baseline !important;
}


/* Fix anchor con cabecera fija */

.header_anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}


.fb-like, .fb-like span, .fb-like iframe{
	width: 180px !important;
}
.twitter-share-button{
	position: absolute !important;
	top: 0;
	left: 215px;
}

.fb-like, .fb-like span, .fb-like iframe {
    width: 250px !important;
}


