/*
Desarrollado por SA Publicidad
Version 1.2.3
Date September 29, 2015
*/

*{
	font-family: 'Dancing Script', cursive;
	margin: 0px;
	padding: 0px;
}

body{

}

.clear{
	clear: both;
}
.go-top{
	display:none;
	padding:25px;
	background:#222;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	background-image: url(../images/go-top.png);
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
}

/*home*/
#home{
	width: 90%;
	padding: 8.5% 5%;
	min-height: 450px;
	background-image: url(../images/bg-body.png);
	background-attachment: fixed;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;

}

/*header*/

header{

}

header .logo{
	width:600px;
	text-align: center;
	margin: auto;
	font-size: 80px;
	font-weight: bold;
	margin-bottom:40px;
}

header .logo a{
	color:#222;
	text-decoration: none;
	display: block;
	border-bottom:solid 5px #222;
}

header .logo span{
	font-size: 18px;
	margin-top: -20px;
	font-weight: normal;
	font-style: italic;
}

/*nav*/

nav{
	text-align: center;
	margin-top: 20px;
}

nav ul{
	
}

nav ul li{
	display: inline-block;
}

nav ul li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
	background-color: rgba(0,0,0,.8);
	padding: 30px 40px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

nav ul li a:hover{
	background-color: rgba(153,51,255,0.8);
}

/*wellcome*/

.wellcome{
	text-align: center;
	color: #FFF;
	margin-top: 80px;
}

.wellcome h1{
	font-size: 70px;
	font-weight:normal;
	text-shadow:1px 1px 1px #222;
}

.wellcome h2{
	font-size: 30px;
	font-weight: normal;
}

/*Nosotros*/

#nosotros{
	width: 90%;
	padding:18% 5%;
	text-align: center;
	background-color: #f7f7f7;
}

#nosotros h1{
	font-size: 60px;
}

#nosotros p{
	font-size: 35px;
	font-weight: normal;
	padding: 5px 30px;
}

/*galeria*/

#galeria{
	width: 90%;
	padding: 4% 5%;
	text-align: center;
	background-image: url(../images/bg-sections.png);
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}

#galeria h1{
	font-size: 60px;
	margin:20px 0px;
}

#galeria p{
	font-size: 22px;
	font-weight: normal;
	padding: 5px 30px;
}

#galeria .imagenes{
	text-align:center;
}

#galeria .imagenes img{
	width:100px;
	height:100px;
	display:inline-block;
	cursor:pointer;
	margin:5px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#galeria .imagenes img:hover{
	-moz-transform: scale(2.5);
	-webkit-transform: scale(2.5);
	-o-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);	
	box-shadow: 0px 0px 0px 10px #FFF;
}


/*contacto*/

#contacto{
	width: 90%;
	padding: 5%;
	text-align: center;
	background-color:#444;
	color: #FFF;
}

#contacto h1{
	font-size: 60px;
}

#contacto h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

.contact-form{
	width: 90%;
	margin: auto;
}

.cell-1{
	padding: 10px;
	width: 40.3%;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,.3);
	border: solid 1px #888;
	font-size:22px;
	outline: none;
	color: #FFF;
}

.cell-2{
	padding: 10px;
	width: 83%;
	margin-bottom: 5px;
	font-size:22px;
	background-color: rgba(0,0,0,.3);
	border: solid 1px #888;
	outline: none;
	color: #FFF;
	max-width: 83%;
}

.btn-1{
	padding: 15px 65px;
	border: none;
	outline: none;
	font-size:22px;
	cursor: pointer;
	color: #FFF;
	background-color: #222;
}

.info-contact{
	background-color: rgba(0,0,0,.4);
	margin-top: 20px;
}

.info-contact ul{

}

.info-contact ul li{
	display: inline-block;
	padding-left: 30px;
	margin-left: 10px;
	line-height: 35px;
}

.info-contact ul li a{
	color: #FFF;
	text-decoration: none;
}

.tel{
	background-image: url(../images/phone.png);
	background-repeat: 	no-repeat;	
	background-position: center left;
	background-size: 25px;
}

.wapp{
	background-image: url(../images/whatsapp.png);
	background-repeat: 	no-repeat;	
	background-position: center left;
	background-size: 25px;
}

.mail{
	background-image: url(../images/mail.png);
	background-repeat: 	no-repeat;	
	background-position: center left;
	background-size: 25px;
	font-size:22px;
}

.facebook{
	background-image: url(../images/facebook.png);
	background-repeat: 	no-repeat;	
	background-position: center left;
	background-size: 25px;
	font-size:22px;
}

/*footer*/

footer{
	width: 90%;
	padding: 3% 5%;
	background-color: #222;
	color: #888;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

footer a{
	color: #CCC;
	text-decoration: none;
}