@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=roboto+condensed:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=roboto:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=open+sans);
@font-face {font-family: 'antonio-bold'; src: url('../_fonts/antonio-bold.woff') format('woff');}

a:link		{text-decoration: none; color:inherit;}
a:active	{text-decoration: none; color:inherit;}
a:visited	{text-decoration: none; color:inherit;}
a:hover		{text-decoration: none; color:inherit;}

::-webkit-scrollbar {display: none;} 

html, body {
	margin: 0;
	width: 100vw;
	height: fit-content;
	text-align: center;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}
.gotop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
    z-index: 1000;
	background-color: transparent;
	box-sizing: border-box;
}
#wrapper {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
  left: 0;
	box-sizing: border-box;
	z-index: 1;
}
.header {
	display: flex;
	background-color: #2986CC;
	position: fixed;
	width: 100vw;
	height: 60px;
	top: 0;
	left :0;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	transition: 1s;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	box-shadow: 0 4px 4px -2px gray;
	z-index: 999999;
}
#header-inn {	
	width: 1200px;
	margin: 0 auto;
}
.top-logo {
	background-image: url(../_imgs/logo altaganga_tienda.png);
	background-repeat: no-repeat;
	margin-top: -5px;
	float: left;
	width: 130px;
	height: 36px;
}
.top-right {
	float: right;
}

#container {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	text-align: center;
}
		#front-container {
			position: relative;
			background-image: url("../_imgs/hero-bg.jpg");
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			/*background-color: rgba(46, 53, 61,0.8);*/
			display: flex;
			z-index: 1;
			margin: 60px auto 0;
			border-radius: 3px;
			box-sizing: border-box;
			overflow: hidden;
			padding: 50px 20px 50px;
}
/*		#front-container::after {
			background-image: url("../_imgs/hero-bg.jpg");
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			content: "";
	 		top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100% !important;
    	height: 100% !important;
			position: absolute;
			z-index: -1;
}*/
		.front-inn {
			display: flex;
			box-sizing: border-box;
			width: 1200px;
			min-height: 100%;
			margin: 0 auto;
		}
		#front-container img {
			max-width: 60%;
			margin: 0 auto;
			opacity: 85%;
		}
		#front-container h1 {
			font-family: 'Open Sans';
			font-weight: 600;
			font-size: 1.95em;
			letter-spacing: 0.03em;
			color: #2986CC;
			text-align: left;
			margin: 30px 0 20px;
			line-height: 1em;
		}
		#front-container p {
		margin: 0;
    font-family: 'Open Sans';
    color: #ccc;
    font-size: 0.85em;
    text-align: left;
 		}
		.front-intro {
			vertical-align: middle;
			float: left;
			padding: 20px 40px 20px 10px;
			display: inline-block;
			box-sizing: border-box;
		}
		.front-intro div {
		}
		
		.front-form {
			float: left;
			padding: 30px;
			display: inline-block;
			text-align: center;
			box-sizing: border-box;
			min-height: 100%;
			width: 100%;
			border: 3px #CCC dashed;
			border-radius: 16px;
		}

		#wellcome {
		margin: 25% auto 0;
		}

		iframe {
		background-color: transparent;
		}
		
		#front-container .front-form h1 {
			font-family: 'Open Sans';
			font-size: 1.25em;
			letter-spacing: 0.03em;
			color: #EFEDEC;
			text-align: left;
			margin: 0 0 10px;
		}
		.ok {
			margin: auto;
			color: #ccc;
			font-family: 'Open Sans';
			font-size: 1em; 
		}

	
/* ---------- contact form ---------- */

#contact {	
	/*background-color: rgba(255,255,255,0.5);*/
	width: 100%;
	height: 260px;
	margin: 0 auto 50px;
	text-align: center;
	font-family: "open sans";
	font-size: 17px;
}

.title-inn {
	color: white;
	font-size: 1.386em;
	font-weight: 600;
	letter-spacing: 0;
}

form {
}

.form-area {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 40px;
	color: #333;
	font-family: "open sans";
	font-size: 16px;
	outline: none;
	padding: 10px 10px;
	margin-bottom: 25px;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	resize: none;

	box-sizing:border-box;
	-moz-box-sizing:border-box; /* firefox */
	-webkit-box-sizing:border-box; /* safari */
}
textarea.form-area {
	padding-top: 9px;
	height: 160px;
}

::placeholder { /* chrome, firefox, opera, safari 10.1+ */
  color: #738591;
  opacity: 1; /* firefox */
}
:-ms-input-placeholder { /* internet explorer 10-11 */
  color: #738591;
}
::-ms-input-placeholder { /* microsoft edge */
  color: #738591;
}

.sendbtn {
	border-radius: 19px;
	border: 1px solid #EFEDEC;
	font-family: roboto condensed;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #EFEDEC;
	height: 38px;
	width: 140px;
	cursor: pointer;
	background-color: #2986CC;
		-webkit-transition: background-color 1s, color 1s;
	    -moz-transition:	background-color 1s, color 1s;
	    -o-transition:		background-color 1s, color 1s;;
	    -ms-transition:		background-color 1s, color 1s;;
	    transition:			background-color 1s, color 1s;;
}
.sendbtn:hover {
	border: 2px solid #EB6847;
	background-color: #EFEDEC;
	color: #EB6847;
}
.sendbtn:active, :focus { outline: none; }

.error, .ok {
	font-size: 17px;
	padding: 60px 0 20px;
	box-sizing: border-box;
	color: lightgray;
}
	
.icons-container {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	-webkit-align-items: center;
	align-items: center;
	
	padding: 0 6%;
	width: 100%;
	height: 70px;
	margin: 40px auto;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba(77, 83, 89,0.15);
}
.icon-box {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	position: relative;
	margin: 16px 5px;
	align-items: center;
	justify-content: center;
}
.icon-box img {
	width: 60px;
	height: auto;
}
.icon-box .txt {
	margin-left: 12px;
}
.icon-box h1 {
	text-align: left;
	font-family: roboto;
	font-weight: 700;
	font-size: 15px;
	color: #222;
}
.icon-box h2 {
	text-align: left;
	font-family: roboto;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	margin-top: -12px;
}
.icon-box span {
white-space: nowrap;
}

			#prod-wrapper{
				background-color: #31363C;
				width: 100%;
				margin: 0 auto;
			}
			#prod {
				padding: 40px;
				margin: 0 auto;
				}
			#prod-featured {
				box-sizing: border-box;
				}
								.prod-pub {
								position: relative;
								width: 250px;
								height: 250px;
								margin-right: 20px;
								border-radius: 10px;
								box-sizing: border-box;
								filter: alpha(opacity=65);
								opacity: 0.65;
								}
								.prod-pub a {
								position: absolute;
								width: 100%;
								height: 100%;
								z-index: 1000;
								top: 0;
								left: 0;
								text-decoration: none;
								}
								#prod-pub-01 {
								background-image: url("../_imgs/prod-pub-01.jpg");
								background-position: center;
								background-repeat: no-repeat;
								background-size: cover;
								box-sizing: border-box;
								}
								#prod-pub-02 {
								background-image: url("../_imgs/prod-pub-02.jpg");
								background-position: center;
								background-repeat: no-repeat;
								background-size: cover;
								box-sizing: border-box;
								}
								#prod-pub-03 {
								background-image: url("../_imgs/prod-pub-03.png");
								background-position: center;
								background-repeat: no-repeat;
								background-size: cover;
								box-sizing: border-box;
								}
								#prod-pub-04 {
								background-image: url("../_imgs/prod-pub-04.jpg");
								background-position: center;
								background-repeat: no-repeat;
								background-size: cover;
								box-sizing: border-box;
								}
								#prod-pub-05 {
								background-image: url("../_imgs/prod-pub-05.jpg");
								background-position: center;
								background-repeat: no-repeat;
								background-size: cover;
								box-sizing: border-box;
								}
								#prod-pub-06 {
								background-image: url("../_imgs/prod-pub-06.jpg");
								background-position: center;
								background-repeat: no-repeat;
								background-size: cover;
								box-sizing: border-box;
								}
								.prod-pub.is-selected {
								opacity: 1;
								}
								/*.prod-pub:before {
									display: block;
									text-align: center;
								}*/
								.prod-pub-desc {
									display: block;
									position: absolute;
									bottom: 0;
									width: 250px;
									height: 60px;
									background-color: rgba(0,0,0,0.35);
									padding: 12px;
									font-family: "open sans";
									text-shadow: 1px 1px 4px #000;
									color: #fff;
									font-size: 15px;
									line-height: 16px;
									border-radius: 0 0 10px 10px;
									box-sizing: border-box;
									overflow: hidden;
									z-index: 998;
									pointer-events: none;
								} 
.title {
	width: 100%;
	margin: 60px auto 0px;
	text-align: left;
	font-family: "open sans";
	font-weight: bold;
	font-size: 28px;
	color: #31393e;
	letter-spacing: -1px;
	box-sizing: border-box;
}

/* ---------- Map ---------- */

#map {
	margin: 0 auto;
	width: 100%;
	height: 320px;
	padding: 0;
	filter: grayscale(0.5);
    -webkit-filter: grayscale(0.5);
    -webkit-filter: grayscale(50%);
}
#map span {
    opacity: 0.85;
    color: #555;
    background-color: white;
    font-family: 'Roboto';
    font-size: 0.7em;
    text-align: left;
    padding: 10px;
    margin: 10px 10px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 4px;
    position: fixed;
    z-index: 999;
}
#foot {
	width: 100%;
	height: 220px;
	background-color: #31363C;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px 0;
	text-align: center;
	font-family: "roboto";
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	box-sizing: border-box;
	border-top: 1px solid #fff;
}
#foot-inn {	
	width: 1200px;
	margin: 0 auto;
}
				#social {
				float: left;

				color: #ccc;
				font-size: 13px;
				text-align: left;
				line-height: 26px;
				filter: brightness(1);
				}
				.social-img {
				width: 28px;
				}
				.social-img-mid {
					width: 28px;
					padding: 0 10px;
				}
				#social > a:nth-child(3) > img {
					padding-left: 13px;
					border-left: #fdfdfd 1px solid;
				}
				#foot-inn #social > a:nth-child(3) > img {
					margin-left: 0;
				}
				#social #phone {
				display: inline-block;
				vertical-align: super;
				margin-left: 5px;
				color: white;
				font-size: 1.5em;
				font-family: "Roboto Condensed";
				letter-spacing: -1px;
				}
				#foot-inn #social #phone {
				display: none;
				}

.loading {
	width: 12px;
	margin-bottom: -2px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%); 
}
#info {
	margin-right: 10px;
	float: right;
	text-align: left;
}
#info .txt {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}
#info .txt a {
	font-weight: 600;
}