/* RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, thead, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

* {box-sizing:border-box;}


/*ESTILOS GENERALES
****************************************/

::-webkit-scrollbar {
	width: 10px;
	}
	
::-webkit-scrollbar-track { /*fondo-barra-scroll*/
	background-color: #E9E9E9;
	color: #5494fb;
	}

::-webkit-scrollbar-thumb { /*barra-scroll*/
	background-color: #5494fb;
	}
	
::-moz-selection {
	background-color:#E9E9E9;
	color: #5494fb;
	}
	
::selection {
	background-color:#E9E9E9;
	color: #5494fb;
	}
	
a {
	text-decoration:none;	
		
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	}

body {
	font-family: 'Libre Franklin', sans-serif;
	background-image: url(../imagenes/groovepaper.png);
	}

#logo {
  width: 100%;
  height: 200px;
  position: fixed;
  top: 0;
  z-index: 1000;
  text-align: center;
}

#redes {
	width: 150px;
	height: 50px;	
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 100;
	background-color: #5494fb;
	border-radius: 20px 0 0 20px;
}

#redes a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: center center no-repeat;	
}

#redes a:nth-child(1) {
	background: url(../imagenes/instagram.png);
}

#redes a:nth-child(1):hover {
	background: url(../imagenes/instagram-hover.png);	
}

#redes a:nth-child(2) {
	background: url(../imagenes/whatsapp.png);	
}

#redes a:nth-child(2):hover {
	background: url(../imagenes/whatsapp-hover.png);	
}


#uno {
	width: 100%;
	height: 700px;
	background-image: url(../imagenes/servicios.jpg);
	background-attachment: fixed;
	background-position: center center;
	padding-top: 100px;
	border-top: 1px solid #5494fb;
}

#uno h2 {
	text-align: center;
	color:#fff;
	font-size: 70px;
	font-weight: 900;
}

#uno ul {
	width: 1200px;
	height: 230px;
	margin: auto;
	margin-top: 80px;	
	
}

#uno ul li {
	position: relative;
	float: left;
	width: 220px;
	height: 230px;
	margin: 0 9px;
	text-align: center;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.8);
}

#uno ul li img {
	width: 30%;
}

#uno ul li h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-top: 30px;
	
}

#uno ul li:nth-child(even) {
	color: rgb(126, 126, 126);
}

#uno ul li:nth-child(odd) {
	color: #5494fb;
}

/*PORQUE AMALUK*/	 

#amaluk {
	width: 100%;
	height: 700px;
	padding-top: 150px;
	background: #5494fb;
}

#amaluk section {
	width: 1000px;
	height: 400px;
	margin: auto;	
	color: white;
}

#amaluk section h2 {
	position: relative;
	float: left;
	width: 400px;
	height: 400px;
	font-size: 70px;
	line-height: 70px;
	font-weight: 900;
	font-style: italic;
	padding-top: 100px;
}

#amaluk section h2 span {
	padding-left: 40px;
}

#amaluk section p {
	position: relative;
	float: left;
	width: 590px;
	height: 400px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	font-size: 18px;
	line-height: 36px;
	padding: 60px;	
}

#amaluk section p span {
	font-weight: 800;
}

#amaluk section p img {
	position: absolute;
	top: -30px;
	right: 10px;
	width: 60px;
	height: 100px;
}


/*proyectos*/

#proyectos {
	width: 900px;
	height: 850px;
	margin: auto;
	padding-top: 80px;
}

#proyectos section {
	width: 100%;
	height: 400px;
}

#proyectos h2 {
	text-align: center;
	color: #5494fb;
	font-size: 80px;
	font-weight: 900;
	margin-bottom: 30px;
}

#proyectos h3 {
	color: #5494fb;
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;	
	text-align: center;
	padding-bottom: 40px;
}

#proyectos p {	
	color: #2b4e85;
	font-size: 16.5px;
	line-height: 30px;
	font-weight: 400;
	padding-top: 30px;
	width: 450px;
	height: 200px;
	float: left;
}

#formulario {
	width: 400px;
	height: 200px;
	float: right;
}
	
.botones-form {
	width:100%;
	height:30px;
	font-family: 'Libre Franklin', sans-serif;
	font-size:14px;
	color:#5494fb;
	border:none;	
	margin-bottom:10px;
	border-bottom:1px solid #c4c4c4;
	background-color:transparent;
	outline:none;
	
	transition: 0.2s ease;	
	}
	
.botones-form:hover {
	color: black;
	border-bottom:1px solid #c4c4c4;
	}
	
.botones-form::-webkit-input-placeholder {
	color:#5494fb;
	}
	
.botones-form::-moz-input-placeholder {
	color:#5494fb;
	}
	
.botones-form:hover::-webkit-input-placeholder {
	color:#5494fb;
	}
	
.botones-form:hover::-moz-input-placeholder {
	color:#5494fb;
	}
	
.mensaje {
	height:50px;
	}
	
#enviar {
	width:100%;
	background-color:#5494fb;
	height:30px;	
	border:none;
	outline:none;
	color:#fff;
	font-family: 'Libre Franklin', sans-serif;
	font-size:16px;	
	font-weight: 700;
	letter-spacing: 1px;
	padding-right: 20px;
	cursor:pointer;
	text-align: right;
	
	transition: 0.2s ease;
	
	}
	
#enviar:hover {
	background-color: black;
	}

/*footer*/

footer {
	width: 100%;
	height: 500px;
	background: url(../imagenes/footer.jpg) center center no-repeat;
	padding-top: 160px;
}

footer section {
	width: 800px;
	height: 140px;
	margin: auto;	
}

footer section aside {
	width: 45%;
	height: 140px;
	position: relative;
	float: left;	
}

footer section aside:nth-child(1) {
	margin-right: 10%;
}

footer section aside span {
	font-weight: 700;
}

footer section aside h2,
footer section aside h3 {
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;

	border-bottom: 1px solid #5494fb;
}

.scrollup {    
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 120px;
  right: 30px;
  display: none;
  background-image:url(../imagenes/go-to-top.png);  
      animation-name: animation-scale-xy;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/*FIRMA KOI*/

#firma-koi {
	width: 100%;
	height: 100px;
	padding-top: 40px;
	background: #5494fb url(../imagenes/icon-amaluk.png) center center no-repeat;
}

#firma-koi h5 {
	position: relative;
	float: left;
	width: 370px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;	
	color: white;
	margin-left: 50px;		
}

#firma-koi h4 {
	position: relative;
	float: right;
	width: 200px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;	
	color: white;
	margin-right: 50px;		
}

#firma-koi h4 a {
	color: white;
}

#firma-koi h4 a:hover {
	color:#102649;	
}

#confirma {
	background: url(../imagenes/confirma.jpg) center center fixed;
	width: 100%;
	height: 1080px;
	color: white;
	text-align: center;
	padding-top: 30%;
}

#confirma h2 {
	font-weight: 800;
	font-size: 50px;
	margin-bottom: 20px;
}

#confirma p {
	font-weight: 400;
	font-size: 30px;
}

/*RESPONSIVE************************************************************************************************************************/

/* 1600*/
@media screen and (max-width:1600px) {

#logo {
  left: 0px;
}

#redes {
	right: 0px;
}


/*Nuestra Labor*/

#uno ul {
	width: 1100px;
}

#uno ul li {
	width: 200px;	
	margin: 0 10px;
}

#uno ul li h3 {
	font-size: 16px;	
}


/*porque amaluk*/

#amaluk section p {
	
}

}

/* 1024*/
@media screen and (max-width:1100px) {

/*Nuestra Labor*/

#uno h2 {
	font-size: 60px;
}

#uno ul {
	width: 800px;
	height: 420px;
	margin-top: 50px;	
}

#uno ul li {
	width: 255px;	
	height: 200px;
	margin: 0 5px;
}

#uno ul li img {
	width: 25%;
}

#uno ul li h3 {
	margin-top: 20px;
	
}

#uno ul li:nth-child(4) {
	margin-top: 20px;
	margin-left: 150px;
}

#uno ul li:nth-child(5) {
	margin-top: 20px;
}

/*porque amaluk*/
	
#amaluk section {
	width: 800px;
}

#amaluk section p {
	width: 390px;
	height: 400px;
	font-size: 16px;
	line-height: 30px;
	padding: 40px;
}

/*footer*/

#firma-koi h5 {
	margin-left: 20px;		
}

#firma-koi h4 {
	margin-right: 20px;		
}

}

/*900*/
@media screen and (max-width:900px) {

/*proyectos*/

#proyectos {
	width: 600px;
}

#proyectos section {
	height: 550px;
}

#proyectos h2 {
	font-size: 60px;
}

#proyectos h3 {
	text-align: center;
	
}

#proyectos p {	
	text-align: left;	
	padding-top: 5px;		
	background: url(../imagenes/logo-san-miguel.png) top left no-repeat ;
	background-size: 20%;
	padding-left: 150px;	
	width: 100%;
	height: 100px;
	margin-bottom: 50px;	
}

#formulario {
	width: 100%;
	}


}





/* 724*/
@media screen and (max-width:800px) {

#logo {
	width: 300px;
	height: auto;
}

#logo img {
	width: 100%;
	text-align: center;
}

/*Nuestra Labor*/

#uno ul {
	width: 600px;	
}

#uno ul li {
	width: 190px;	
}

#uno ul li:nth-child(4) {
	margin-top: 10px;
	margin-left: 108px;
}

#uno ul li:nth-child(5) {
	margin-top: 10px;
}


/*porque amaluk*/
	
#amaluk section {
	width: 90%;
	height: auto;
	background-color: red;
}


#amaluk section h2 {
	width: 100%;
	height: auto;	
	font-size: 40px;
	line-height: 40px;
	padding-top: 0px;
	text-align: center;
	
}

#amaluk section p {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	padding: 30px;
	margin-top: 20px;
}	

#firma-koi h5 {
	margin-left: 0px;		
}

#firma-koi h4 {
	margin-right: 0px;		
}

/*footer*/


footer section {
	width: 90%;
}

footer section aside h2,
footer section aside h3 {
	padding-left: 60px;
	background-size: 20%;
}

footer section aside {
	width: 48%;
}

footer section aside:nth-child(1) {
	margin-right: 4%;
}

#firma-koi {
	height: 240px;
	padding-top: 60px;
	border-top: 50px solid black;
	background-position: top center;
}

#firma-koi h5 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;	
}

#firma-koi h4 {
	float: left;
	width: 100%;
	text-align: center;	
}



}

/* 500*/
@media screen and (max-width:600px) {


#logo {
	width: 300px;
}

#redes {
	width: 60px;
	height: 100px;
	top: 70%;
}

.scrollup {    
	bottom: 20px;
	right: 15px;
  }

/*proyectos*/

#proyectos {
	width: 360px;
}

#proyectos section {
	height: 550px;
}

#proyectos h2 {
	font-size: 40px;
	margin-bottom: 0px;
}

#proyectos h3 {
	font-size: 20px;	
}

#proyectos p {	
	padding-top: 90px;		
	background: url(../imagenes/logo-san-miguel.png) top center no-repeat ;
	background-size: 25%;
	padding-left: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	height: 130px;

}

/*Nuestra Labor*/

#uno h2 {
	font-size: 40px;
}

#uno ul {
	width: 360px;	
}

#uno ul li {
	width: 100%;
	height: 80px;	
	margin: 5px 0 0 0;
	padding: 5px 30px 0 80px;
	text-align: left;
}

#uno ul li img {
	width: 11%;
	position: absolute;
	top: 15px;
	left: 20px;
}

#uno ul li h3 {
	margin-top: 8px;
}

#uno ul li:nth-child(4) {
	margin-top: 5px;
	margin-left: 0px;
}

#uno ul li:nth-child(5) {
	margin-top: 5px;
}

/*porque amaluk*/

/*
#amaluk section {
	width: 360px;
}

#amaluk section h2 {
	width: 200px;
	height: 120px;
	padding-top: 0px;
}

#amaluk section p {
	width: 100%;
	height: 280px;
	font-size: 16px;
	line-height: 36px;
	padding: 50px 30px 0 30px;
}

#amaluk section p img {
	top: -20px;
	width: 40px;
	height: 67px;
}

/*footer*/

footer {
	padding-top: 80px;
}

footer section {
	width: 300px;
	height: 300px;
}

footer section aside {
	width: 100%;
	padding: 0;
}

footer section aside h2 {
	padding: 0;
	text-align: center;
	font-size: 15px;
}

#firma-koi h5 {
	letter-spacing: normal;
	display: none;
}

/*confirma*/

#confirma {
	padding: 400px 40px 0 40px;
}

#confirma h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

#confirma p {
	font-size: 20px;
	line-height: 25px;
}

}
	  
	  
