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

body { margin: 0 auto; font-family: 'Raleway'; font-size: 14px; color: black; -webkit-font-smoothing: antialiased;  }

/* 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: #ffea5a; -webkit-transition: all 0.2s ease; }
.link_main { color: black; }
.link_main:hover { color: gray; }

/* títulos y texto */ 

h1 { font-family: 'Raleway ExtraBold'; font-size: 30px; letter-spacing: 4px; margin-bottom: 10px; }
h2 { font-family: 'Raleway ExtraLight'; font-size: 23px; -webkit-font-smoothing: subpixel-antialiased; text-transform: uppercase; }
h3 { font-family: 'Raleway Bold'; font-size: 17px; letter-spacing: 2px; }
h4 { font-family: 'Raleway ExtraLight'; font-size: 14px; letter-spacing: 4px; }
.text_big { font-size: 17px; line-height: 27px; } 
.text_italic { font-size: 17px; font-family: 'Raleway Italic'; font-style: italic; }

hr { border-bottom: 1px solid black; width: 100%; margin: 5px 0; }

/* colores  */ 

.bg_black { background-color: black; color: white; }
.bg_gray { background-color: #303030; }
.clr_white { color: white; }
.clr_yellow { color: #ffea5a; }

/* arreglos  */ 

.pre-load-web { width:100%; height: 100%; width: 100vw; height: 100vh; position:absolute; position:fixed; left:0; top:0; z-index:100000; }
.pre-load-web .imagen-load { left:50%; margin-left: -15px; position:absolute; top: 50%; margin-top: -30px; }


.listado { float: left; width: 100%; -ms-display: flex; display: -webkit-flex; display: flex; align-items: flex-start; justify-content:space-between; flex-wrap: wrap; } 
.center { text-align: center; }
.padding { padding: 50px 30px; }
.fullscreen { height: 100vh; }
.margin_bottom { margin-bottom: 30px; }
.margin_bottom_2 { margin-bottom: 50px; }
.ancho { display: block; width: 100%; }
.image:hover { opacity: 0.7; }
.top { padding-top: 160px; }

/* estructura  */ 

.main { position: absolute; width: 100%; }
.section { position: relative; float: left; width: 100%; background-repeat: no-repeat; background-position: center top; background-size: 100% auto; }
.fila { float: left; width: 100%; }
.cont { margin: 0 auto; width: 750px; }
.cont_2 { margin: 0 auto; width: 355px; }

.col1 { float: left; width: 25%; padding-right: 50px; }
.col2 { float: left; width: 65%; }

/* secciones  */ 

.logo { position: fixed; top: 30px; left: 30px; background-color: rgba(0,0,0,0.8); padding: 20px; z-index: 4000; }
.logo:hover { background-color: #ffea5a;  } 
.menu { position: fixed; top: 30px; right: 30px; background-color: rgba(0,0,0,0.8); padding: 20px; border-radius: 50%; z-index: 2000; }
.menu:hover { background-color: #ffea5a; }

#home { background-image: url("imgs/bg_home.jpg"); }
.presentacion { position: absolute; top: 35%; left: 50px; }
.down { position: absolute; bottom: 30px; left: 50%; margin-left: -30px; }
.down:hover { bottom: 25px; }
.lan { position: absolute; top: 35px; right: 120px; background-color: rgba(0,0,0,0.8); padding: 20px; font-family: 'Raleway ExtraLight'; -webkit-font-smoothing: subpixel-antialiased; }
.lan li { display: inline-block; margin: 0 10px; }
.lan li hr { display: block; width: 18px; border-bottom: 1px solid white; margin-top: 10px; }

.nav { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); z-index: 3000; display: none; }
.nav div { width: 100%; height: 100%; -ms-display: flex; display: -webkit-flex; display: flex; align-items: center; justify-content: center;  }
.nav div ul li { display: block; margin-bottom: 30px; font-size: 20px; font-family: 'Raleway ExtraLight'; -webkit-font-smoothing: subpixel-antialiased; letter-spacing: 4px; }

.icono, .icono2 { display: inline-block; padding: 0; background-color: white; color: black; height: 30px; width: 30px; border-radius: 50%; padding-top: 8px; text-align: center; font-size: 11px; letter-spacing: normal; }
.icono:hover { color: black; background-color: #ffea5a; }

.icono2 { background-color: black; color: #ffea5a; vertical-align: top; margin-top: 5px; }
.icono2:hover { color: black; background-color: #ffea5a; }

.icono3 { display: inline-block; border: 1px solid white; background-color: transparent;  color: white; width: 48px; height: 48px; border-radius: 50%;  padding-top: 8px;  }
.icono3:hover { color: #ffea5a; border: 1px solid #ffea5a; }

.close { position: absolute; top: 42px; right: 43px; letter-spacing: normal; }

#wedo { background-image: url("imgs/bg_wedo.jpg"); }
.listado_wedo { float: left; width: 100%; -ms-display: flex; display: -webkit-flex; display: flex; align-items: flex-start; justify-content:space-between; background-color: black; padding: 50px; } 
.item { width: 33%;  }
.separa { width: 1px; height: 50px; border-left: 1px solid white; margin-top: 30px; }

#contact { background-image: url("imgs/bg_contact.jpg"); }

input, textarea { border: 0; margin: 0; margin-top: 10px; width: 100%; height: 34px; padding: 0 10px; font-size: 17px; background-color: white; color: black; }
textarea { padding: 10px; height: 110px; }
button { float: right; margin: 0; border: 0; cursor: pointer; color: white; background-color: black; height: 34px; text-align: center; font-family: 'Raleway Bold'; margin-top: 10px; font-size: 14px; padding: 0 20px; }
button:hover { color: black; background-color: #ffea5a;  }

.social { display: inline-block; vertical-align: middle; text-align: left; width: 250px;  }
.social li { display: inline-block; vertical-align: middle; font-family: 'Raleway Bold'; }
.social li h1 { display: inline-block; font-family: 'Raleway ExtraLight'; margin-left: 10px;  }

.social_footer { display: inline-block; }
.social_footer li { display: inline-block; margin: 0 30px; }

.item_work { position: relative; width: 32%; height: 31vw; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; margin-bottom: 20px; overflow: hidden; }
.item_work .tapa { position: absolute; bottom: -150px; left: 0; width: 100%; height: 140px; overflow: hidden; background-color: rgba(0,0,0,0.8); color: white; padding: 20px 30px; padding-top: 50px; }
.item_work .tapa hr { border-bottom: 1px solid white; }

.no_mobile { display: block; }
.si_mobile { display: none; }

@media (max-width: 900px) {

	.no_mobile { display: none; }
	.si_mobile { display: block; }
	

	.margin_bottom { margin-bottom: 20px; }
	.margin_bottom_2 { margin-bottom: 30px; }

	h1 { font-size: 25px; } 
	h4 { font-size: 12px; letter-spacing: 2px; }

	.text_big { font-size: 15px; line-height: 20px; } 

	.lan { display: none; }
	.section { background-size: auto 100%; } 
	.presentacion { left: 30px; top: 43%; }
	.presentaciones { display: block; width: 80vw; }
	.cont, .cont_2 { float: left; width: 100%; padding: 0 30px; }
	.cont_2 { padding: 0; }
 
	.listado_wedo { display: block; } 
	.item { float: left; width: 100%;  }
	.separa { float: left; width: 20vw; margin: 30px 0; margin-left: 26vw; height: 1px; border: 0; border-bottom: 1px solid white; }

	.social, .social li { }
	
	.social_footer li { margin: 0 15px; }

	.icono3 { width: 40px; height: 40px; padding-top: 8px; font-size: 11px; }

	.nav div ul li { margin-bottom: 20px; font-size: 16px; letter-spacing: 3px; }
	input, textarea { font-size: 14px; } 
	
	.col1, .col2 { width: 100%; padding: 0; }
	.col1 { margin-bottom: 15px; }

	.item_work { width: 49%; height: 47vw; font-size: 11px; margin-bottom: 10px; }
	.item_work .tapa { padding: 15px; }
	.item_work .tapa h2 { font-size: 14px; }
	
}
