@CHARSET "utf-8";

@font-face {
	font-family: NeutraTextDemi;
	src: url("fonts/NeutraText-Demi.ttf") format('truetype');
}

@font-face {
	font-family: NeutraTextLight;
	src: url("fonts/NeutraText-Light.ttf") format('truetype');
	/*src: url("fonts/Lobster_1.3.otf") format("opentype");*/
}

#burbujasCont {
	width: 100%;
	height: 100%;
	position: absolute;
}

#otraCap {
	font-size: 13px;
}

#mudoImgSplash {
	width: 100%;
	max-width: 443px;
}

#mapSitioGrid {
	font-style: italic;
	text-align: center;
	min-width: 300px;
}

#mapSitioGrid a {
	display: inline-block;
	white-space: nowrap;
}

.padding5 {
	padding: 5px;
}

#phone {
	background-image: url('../images/gral/phone.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 496px;
	height: 910px;
	box-sizing: border-box;
	padding: 95px 64px 156px 58px;
}

#phone>* {
	border-radius: 4px;
	width: 100%;
	height: 100%;
}

@media all and (min-width:768px) {
	#contacto-popup, #nosotros-popup {
		width: 60%;
	}
}

@media all and (max-width:767px) {
	#contacto-popup {
		width: 80%;
	}
}