@charset "utf-8";
@import "reset.css";
@import "fonts/stylesheet.css";

body { margin: 0 auto; font-family: 'Swis721 BT'; font-size: 18px; color: black; -webkit-font-smoothing: antialiased; text-align: center;  }

/* links  */ 

a { color: white; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; }
a:hover { color: black;  -webkit-transition: all 0.2s ease; }

.link_main { color: black; } .link_main:hover { text-decoration: line-through; }

/* títulos y texto */ 

h1 { width: 100%; margin: 40px 0; }

/* colores  */ 

.clr_black { color: black; }

/* arreglos  */ 

.flex { -ms-display: flex; display: -webkit-flex; display: flex; align-items:center; justify-content:space-between; } 
.padding { padding: 40px; }

/* estructura  */ 

.main { position: absolute; width: 100%; text-align: center; }

.header { position: absolute; position: fixed; background-color: white; left: 0; top: 0; width: 100%; z-index: 2000; padding-top: 30px; }
.logo { font-size: 24px; }
.link_work { position: absolute; left: 40px; }
.link_about { position: absolute; right: 40px; }
.submenu { width: 100%; margin-top: 25px; }
.submenu li { display: inline-block; margin: 0 30px; }

.listado { float: left; width: 100%; margin-top: 170px; -ms-display: flex; display: -webkit-flex; display: flex; align-items:center; justify-content:space-between; flex-wrap: wrap; }
.item { display: inline-block; width: 23%; height: 23vw; font-size: 14px; }
.item_img { float: left; width: 100%; overflow: hidden; margin-bottom: 20px; }
.item_img img { width: 100%; }

.footer { position: relative; float: left; width: 100%; font-size: 14px; }
.lan { position: absolute; right: 40px; bottom: 40px; }
.lan_select { text-decoration: line-through; }

.slider { float: left; width: 100%; margin-top: 100px; text-align: center; }
.slider .slick, .slider .slick div { height: 80vh; text-align: center; }
.slick div img { height: 100%; display: inline-block; }

.close { position: fixed; right: 40px; z-index: 1500; }
.image:hover { opacity: 0.7; }

.texto { display: inline-block; width: 59vw; text-align: center; margin: auto 0; padding: 40px 0; }
.info { position: absolute; top: -60px; left: 40px; }

.about { float: left; width: 100%; margin-top: 170px; padding: 0 25%; font-size: 24px; }
.about p { margin-bottom: 40px; }
.social { float: left; width: 100%; margin-top: -20px; }
.social li { display: inline-block; margin: 0 5px; }

@media (max-width: 900px) {

	body { font-size: 12px; }

	.padding { padding: 20px; }
	.logo { font-size: 15px; margin-top: -4px; }
	.header { padding-top: 30px; }
	.submenu { margin-top: 20px;  } 
	.submenu li { margin: 0 5px; }

	.link_work { left: 20px; }
	.link_about { right: 20px; }
	.listado { margin-top: 120px; }
	.item { width: 100%; height: auto; margin-bottom: 20px; font-size: 12px; }
	.item_img { height: 58vw; margin-bottom: 10px; }
	.item_img img { width: 100%; height: auto; }
	.footer { font-size: 12px; } 
	
	.lan { position: absolute; right: 0; width: 100%; bottom: 50px; }

	.close { right: 20px; margin-top: 20px; }
	.close img { width: 50%; }
	.slider { margin-top: 85px; }

	.slider .slick, .slider .slick div { height: auto; text-align: center; }
	.slick div img { width: 100%; height: auto; }

	.texto { width: 100%; padding: 20px; }
	.info { display: none; }
	h1 { margin: 20px 0; }

	.about { margin-top: 80px; padding: 20px; font-size: 16px; }
	.about p { margin-bottom: 20px; }
	.social { margin-top: -40px; margin-bottom: 40px; }
	.social li { margin: 0; margin-bottom: 5px; }

	.slick-next { right: 10px; left: auto; }
	.slick-prev { left: 10px; right: auto; }


}
