﻿
#ubicacion{
	width:80%;
	min-height:560px;
	margin-left:10%;
	clear:left;
	margin-bottom:60px;
	padding-top:38px;
	float: left;
	font-family: 'Noticia Text', sans-serif;
	
}

#ubicacion-datos{
	width:25%;
	color:#333; /*Personalizado*/
	margin-bottom:30px;
	background-image:url(../jpg/ubicacion-negro.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:25px;
	line-height:20px;
	padding-left:0px;
	float:left;
	clear:left;
	padding-top:30px;

}
#ubicacion-datos2{
	width:100%;
	color:#fff; /*Personalizado*/
	margin-bottom:30px;
	background-image:url(../jpg/ubicacion-negro.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:25px;
	line-height:25px;
	padding-left:30px;
	float:left;
	clear:left;
	margin-top:30px;

}
#enviar-consulta{
	width:30%;
	font-family: 'Hind', sans-serif; /*Personalizado*/
	height:50px;
	line-height:52px;
	font-size: 16px;
	color: #FFFFFF; /*Personalizado*/
	font-weight:bold;
	text-align:center;
	background-color:#00ae8b; /*Personalizado*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000000; /*Personalizado*/
	-webkit-box-shadow: 0px 2px 0px 0px rgb(204,202,202);
	-moz-box-shadow: 0px 2px 0px 0px rgb(204,202,202);
	box-shadow: 0px 2px 0px 0px rgb(204,202,202);
	outline: none;
	margin-top:5px;
	float:left;
	margin-bottom:10px;
	cursor:pointer;
}
#enviar-consulta:hover{
	background-color:#1dc1a0; /*Personalizado*/

}
.google-maps {
	width:70%;
	position: relative;
	padding-bottom: 40%; // Altura del mapa 
	height: 0;
	overflow: hidden;
	float:right;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.google-maps2 {
	width:48%;
	position: relative;
	padding-bottom: 40%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	float:left;
}
.google-maps2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.street-view {
	width:48%;
	position: relative;
	padding-bottom: 40%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	float:left;
	margin-left:2%;
}
.street-view iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 1200px) {
#ubicacion{
	width:86%;
	height:560px;
	margin-left:7%;
	
}
}
@media only screen and (max-width: 768px) {
	
#ubicacion{
	width:90%;
	margin-left:5%;
	padding-top:30px;
}
#ubicacion-datos{
	width:100%;
	margin-bottom:20px;
	background-image:url(../jpg/ubicacion-negro.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:25px;
	line-height:20px;
	padding-left:0px;
	float:left;
	padding-top:30px;

}
#ubicacion-datos2{
	width:90%;
	margin-bottom:30px;
	background-image:url(../jpg/ubicacion-negro.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:25px;
	line-height:25px;
	padding-left:30px;

}
.google-maps {
	width:100%;
	position: relative;
	padding-bottom: 70%; // Altura del mapa
	height: 0;
	overflow: hidden;
	float:left;
}
.google-maps2 {
	width:90%;
	position: relative;
	padding-bottom: 50%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	float:left;
	margin-bottom:20px;
}
.street-view {
	width:90%;
	position: relative;
	padding-bottom: 50%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	float:left;
	margin-left:0%;
}

}
@media (max-width: 420px) {
	
#ubicacion{
	width:90%;
	height:560px;
	margin-left:5%;
	padding-top:30px;
}
.google-maps {
	width:100%;
	position: relative;
	padding-bottom: 100%; // Altura del mapa
	height: 0;
	overflow: hidden;
	float:left;
}
#ubicacion-datos2{
	width:90%;
	margin-bottom:30px;
	background-image:url(../jpg/ubicacion-negro.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:25px;
	line-height:20px;
	padding-left:30px;

}
.google-maps2 {
	width:95%;
	position: relative;
	padding-bottom: 100%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	float:left;
	margin-bottom:20px;
}
.street-view {
	width:95%;
	position: relative;
	padding-bottom: 100%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	float:left;
	margin-left:0%;
}

}