@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat');

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html,body{
	height:100%;	
}

p{
font-family:Arial, Helvetica, sans-serif;
}

#logo{

width: 600px;
}

body{
	margin:0;
	padding:0;
	
}

.background-image{background: linear-gradient( rgba(250, 250, 250, 0.2), rgba(120, 120, 120, 0.2) ),url(instalica_BG01.jpg);background-size: cover;background-repeat:no-repeat;position: fixed;left: 0px;right: 0px;z-index: 1;display: block;width: 100%;height: 100%;z-index: -5;}
.filas{
	margin:auto;
	width: 800px;
}


#contenedor {
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: top center;
}
a{
}
a:hover{
	color: #ffc900;
}
#boxnewsletter{
	margin-top: -135px;
	position: relative;
	top: 35%;
	text-align: center;
	height: 500px;
}

input, textarea{
border: 1px solid #CCC;
margin: 0px;
font-size: 11px;
width: 244px;
padding: 4px;
text-align: center;
}

textarea{
	width: 284px;
}
#datosContacto{
	/* margin-top: -40px; */

	height: 350px;
line-height: 20px;
text-align: right;
font-size:15px;
padding-right:6px;
}

#textonews{
	letter-spacing:0px;
	padding-left:30px;
	padding-top:20px;
	color:#000;
	font-size:16px;
}

#campoform{
	padding-top:13px;
	
}



#boxnewsletter form{
	text-align: center;
}


#boxnewsletter form textarea{
	height: 90px;	
}



.email{
	font-size: 44px;
	color: #F50;
	/* font-style: italic; */
	/* background: rgba(161, 68, 38, 0.46); */
	padding: 9px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
	top: -20px;
}
a{
	color: #FFF;
	text-decoration:none;
	text-shadow: 1px 1px 3px #000; */
}

a:hover{
	opacity:0.8;	
}

.datos{
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}
#div_social{

display: block;

margin-top: 12px;
}

#div_social .icon{

}

#div_social .icon img{

width: 40px;

margin-right: 15px;

margin-left: 15px;

border-radius: 10px;

-webkit-border-radius: 10px;

-moz-border-radius: 10px;

border-radius: 10px;
}

@media screen and (max-width: 800px) { 

#datosTiendas .tienda{
	width: 100%;
}

#contenedor {
	background-size: 400px;
}

#datosContacto {
height: 450px;
}

.filas {
    margin: auto;
    width: 98%;
    top: 0px!important;
    margin-top: 0px!important;
}

.datos{
    padding: 1%;
    width: 98%;
    position: relative;
    bottom: 0px;
}

.email{

padding: 2px;

font-size: 20px;
}


.tel{
    display: block;
}
}
