@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		8;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	background-repeat: no-repeat;
	background-image: url(../imagenes/images_background.jpg);
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	padding-top: 30%;
	padding-bottom: 30%;
}
#div1 {
	width: 23.0769%;
	margin-left: 7%;
	margin-top: 2%;
}
#logo2 {
width: 35.8974%;
margin-left: 2.5641%;
clear: none;
}
#logo3 {
	width: 23.0769%;
	margin-left: 2.5641%;
	margin-top: 2%;
	clear: none;
}
#text1 {
	width: 74.3589%;
	margin-left: 12.8205%;
	text-align: center;
	padding-bottom: 1%;
	color: #3C3C3B;
	border-bottom: 2px solid #3C3C3B;
	font-family: 'Overpass', sans-serif;
	font-size: 1.7em;
	margin-top: 15%;
	margin-bottom: 9%;
}
#tels {
	width: 48.7179%;
	margin-left: 25.641%;
	text-align: center;
}
#adress {
	width: 48.7179%;
	margin-left: 25.641%;
	clear: both;
	margin-top: 5%;
	text-align: center;
}
#ig {
	width: 17.0769%;
	margin-left: 41.2615%;
	margin-top: 5%;
}
#adress2 {
width: 100%;
margin-left: 0;
	margin-top: 4%;
clear: both;
	text-align: center;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#div1 {
	width: 23.7288%;
	margin-left: 4%;
	margin-top: 0%;
}
#logo2 {
width: 40.6779%;
clear: none;
margin-left: 1.6949%;
}
#logo3 {
	width: 23.7288%;
	clear: none;
	margin-left: 1.6949%;
	margin-top: 0%;
}
#text1 {
width: 66.1016%;
margin-left: 16.9491%;
}
#tels {
width: 49.1525%;
margin-left: 25.4237%;
	margin-top:0%;
	text-align: center;
}
#adress {
width: 32.2033%;
clear: both;
margin-left: 16.9491%;
	margin-top:4%;
	text-align:right;
}
#ig {
	width: 6.7796%;
	margin-left: 46.4237%;
	margin-top: 2.32%;
}
#adress2 {
width: 32.2033%;
clear: none;
margin-left: 5.6949%;
	text-align:left;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 2056px;
	clear: none;
	float: none;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../imagenes/images_background.jpg);
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	padding-top: 6%;
	padding-bottom: 9%;
	}
#div1 {
width: 15.9663%;
margin-left: 16.8067%;
}
#logo2 {
width: 24.3697%;
clear: none;
margin-left: 5.042%;
}
#logo3 {
	width: 15.9663%;
	clear: none;
	margin-left: 4.9903%;
}
#text1 {
	width: 32.7731%;
	margin-left: 33.6134%;
	margin-top: 6%;
	text-align: center;
	padding-bottom: 1.2%;
	color: #3C3C3B;
	border-bottom: 2px solid #3C3C3B;
	font-family: 'Overpass', sans-serif;
	font-size: 2.3em;
	margin-bottom: 0%;
}
#tels {
	width: 24.3697%;
	margin-left: 37.8151%;
	margin-top: 3%;
	text-align: center;
}
#adress {
	width: 15.9663%;
	clear: both;
	margin-left: 31.2134%;
	margin-top: 3%;
	text-align: right
}
#ig {
	width: 3.3613%;
	margin-left: 48.2184%;
	margin-top: 1.22%;
}
#adress2 {
	width: 15.9663%;
	clear: none;
	margin-left: 5.042%;
	margin-top: 3%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
