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

@media screen and (max-width:800px){
	*{
	font-family: 'Dancing Script', cursive;
	margin: 0px;
	padding: 0px;
}

body{

}

.clear{
	clear: both;
}
.go-top{
	display:none;
	padding:0px;
	background:#222;
	font-size:0px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:0px;
	right:0px;
	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-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

/*header*/

header{

}

header .logo{
	width:100%;
	text-align: center;
	margin: auto;
	font-size: 5em;
	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: 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;
	border-bottom: solid 1px #CCC;
}

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

/*wellcome*/

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

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

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

/*Nosotros*/

#nosotros{
	width: 95%;
	padding:18% 2.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: 95%;
	padding: 4% 2.5%;
	text-align: center;
	background-image: url(../images/bg-sections.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #444;
}

#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:45%;
	height:150px;
	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(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
	box-shadow: 0px 0px 0px 10px #FFF;
}


/*contacto*/

#contacto{
	width: 95%;
	padding: 2.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: 100%;
	margin: auto;
}

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

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

.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: 80%;
	padding: 3% 10%;
	background-color: #222;
	color: #888;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

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