@charset "utf-8";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.ancla {
	position: absolute;
}
.nomob {
	display: none;
}
.main-wrap {
	padding: 0 20px;
	max-width: 540px;
	margin: 0 auto;
	font-family: 'Nunito', sans-serif;
}
section {
	margin-bottom: 40px;
}
.section-title {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	background-color: #006f80;
	color: #fff;
	text-transform: uppercase;
	border-right: 40px solid #847671;
	font-size: 1em;
	line-height: 2em;
	padding-left: 10px;
}
.section-subtitle {
	font-size: 1em;
	line-height: 2em;
	border-left: .5em solid #006f80;
	padding-left: .5em;
	margin-bottom: .5em;
}
footer {
	background: #006f80;
	font-size: .7em;
	text-align: center;
	color: #fff;
	font-family: 'Nunito';
	padding: 15px;
}
footer a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
.live-chat-link, .live-phone a {
	display: block;
	background-color: #ffc627;
	text-decoration: none;
	text-align: center;
	color: #000;
	line-height: 40px;
}
.live-phone a {
	background-color: #fff;
	color: #000;
}
.live-date p {
	text-align: center;
	line-height: 2em;
}
#TT_RwhwbhYhYcUaa9NUKfqjzjDzzWaUTzaDzgcxaCitCv4 {
	margin: 7px auto;
}



@media screen and (min-width:768px) {
	
	.nomob {
		display: block;
	}
	.main-wrap {
		max-width: 720px;
		padding: 0;
		overflow: auto;
	}
	.empresas {
		width: 400px;
		margin: 0 auto;
	}
	.empresas a {
		display: inline-block;
		height: 90px;
		background-repeat: no-repeat;
	}
	.live-phone a {
		background-color: #006f80;
		color: #fff;
		font-size: 1.1em;
	}
	.live-chat-link p {
		display: none;
	}
	.live-chat-link {
		height: 100px;
		background-image: url(../h5img/chat-box.jpg);
		background-size: 100%;
	}
	.live-chat-link-en {
		background-image: url(../h5img/chat-box-en.jpg);
	}
	.logomunicipio {
		background: url(../h5img/logomunicipio.svg);
		width: 150px;
		background-size: auto 100%;
	}
	.logotagsav {
		background: url(../h5img/logotagsa.svg);
		width: 250px;
		background-size: 90% auto;
		background-position: right;
	}
	
}

@media screen and (min-width:1100px) {
	
	.main-wrap {
		max-width: 1080px;
	}
	.live-chat-link {
		height: 150px;
	}
	
}
