@charset "UTF-8";
/* CSS Document TECOZAUTLA TRAVEL */

body {
	background-color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:20px;
}
/* POLITICA COOKIES */
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    box-shadow: 0px -1px 3px black;
    padding: 13px;
    text-align: center;
    z-index: 99;
}
.color1
{
    background-color: #000;
}

.container{
	max-width: 1366px;
}
/* CABECERA */
.navbar{
	background-color: #DAD81C;
	box-shadow: 0 1px 3px #111;
	border-bottom: 2px solid #fff;
}

/* SLIDER */
.bd-example{
	background-color: #fff;
	box-shadow: 0 1px 3px #111;
	border-bottom: 2px solid #fff;
}
.bd-example img{
	padding: 200px 0 0 0;
}
.bd-example .textos{
	padding-top: 2rem;	
}
.bd-example .textos .titulo_1{
	color: white;
	text-shadow: 1.5px 1.5px 2px #000;
	font-size: 2.45rem;	
}
.bd-example .textos .subtitulo_1{
	color: white;
	text-shadow: 1.5px 1.5px 2px #000;
	font-size: 1.3rem;	
}

.banner_01 {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_geiser/banner_el_geiser.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_02 {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_arenal/banner_el_arenal.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_03 {
	
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_04 {
	background-image: url("https://www.tecozautla.travel/venta_de_terrenos/imagenes/paraiso_tecozautla/banner_paraiso_tecozautla.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
/* TITULO */
.titulo{
	margin:auto;
	text-align: center;
	font-family: 'Rock Salt', cursive;
	color: tomato;
	padding-top: 50px;
}


/* CONTENIDO MAIN */
.main-content{
	margin:auto;
	text-align: center;
	font-size: 1rem;
	padding: 80px 0 20px 0 ;
}
.main-content h2 {
    font-family: 'Rock Salt', cursive;
	color:coral;
}
/* CONTENIDO SECCIONES */
.secciones{
	background-color: #EDEDED;
	margin:auto;
	text-align: center;
	font-size: 1rem;
	padding: 80px 0 80px 0 ;
}
.secciones-content h2{
    font-family: 'Rock Salt', cursive;
	color:coral;
}
.secciones-content h5 {
    font-family: 'Rock Salt', cursive;
	color:coral;
}
.secciones-content .card-padding{
	padding-bottom: 20px;
}
.secciones-content .card-text{
	font-size: 12px;
}
/* CONTENIDO SECCIONES FONDO BLANCO */
.secciones_blanco{
	margin:auto;
	text-align: center;
	font-size: 1rem;
	padding: 80px 10px 40px 10px ;
}
.secciones_blanco h2 {
    font-family: 'Rock Salt', cursive;
	color:coral;
}
.secciones_blanco img {
    margin: 5px 5px 5px 5px;
}

/* ICONOS */
.iconos{
	background-color: #728ba3;
	margin:auto;
	text-align: center;
	padding: 80px 30px ;
	border-bottom: 2px solid #DCAA14;
}
.iconos h2{
	font-family: 'Rock Salt', cursive;
	color: #F64740;
}
.iconos h5{
	font-family: 'Rock Salt', cursive;
	color: #F64740;
}
.iconos img{
	border: 4px solid #FFFFFF;
}

/* GALERÍA */
.galeria{
	text-align: center;
	padding: 80px 0 80px 0 ;
	border-bottom: 2px solid #FFA400;
}
.galeria h2{
	font-family: 'Rock Salt', cursive;
	color:coral;
}
.galeria .imagen {
	padding: 10px;
}

.galeria .imagen a {
	background: #3da5e2;
	display: inline-block;
}

.galeria .imagen:hover img {
	opacity: .5;
}

/* MAPA */
.mapa{
	background-color: #ECEAE4;
	margin:auto;
	padding-top: 80px;
	text-align: center;
	border-bottom: 2px solid #EBDA47;
}
.mapa h2 {
	color: #F64740;
	font-family: 'Rock Salt', cursive;
	
}
.mapa hr {
	background:#F64740;
	width: 90%;
	height:3px;
	border:none;
}

/* CONTENIDO RELACIONADO */
.relacionado{
	margin:auto;
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}
.relacionado h2 {
	color: #F64740;
	font-family: 'Rock Salt', cursive;
	
}
.relacionado hr {
	background:#F64740;
	width: 90%;
	height:3px;
	border:none;
}


/* FOOTER */
.footer{
	background-image: url("");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #3B1D3E;
	min-height: auto;
	box-shadow: 0 0 4px #111;
	border-top: 2px solid #fff;
}
.footer-content{
	text-align: center;
	padding:50PX 20px;
}
.footer-content h3 {
	font-family: 'Fjalla One', sans-serif;
	color:#DAD81C;
}.footer-content h5 {
	font-family: 'Fjalla One', sans-serif;
	color:#7B7A09;
}

.footer-content hr {
	background-color: #fff;
	height:1px;
	width: 90%;
	border:none;
}

.footer-content p {
	line-height: 25px;
	color:#fff;
}

.footer-content h2, .footer-content p, .footer-content hr {
	margin-bottom: 20px;
}

/* SUBIR */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: url(../img/icono_subir.png) no-repeat;
	
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* BANNERS */

/* Ixmiquilpan-Tasquillo */
.banner_bidho {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_bidho/banner_bidho.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_dios_padre {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_dios_padre/banner_dios_padre.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_doxey {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_doxey/banner_doxey.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_ecoalberto {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_ecoalberto/banner_ecoalberto.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_renacimiento {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_el_renacimiento/banner_renacimiento.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tephe {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_el_tephe/banner_tephe.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_humedades {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_humedades/banner_humedades.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_maguey_blanco {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_maguey_blanco/banner_maguey_blanco.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_pueblo_nuevo {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_pueblo_nuevo/banner_pueblo_nuevo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_puerta_oeste {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_puerta_oeste/banner_puerta_oeste.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_te-pathe {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_te-pathe/banner_te-pathe.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tlaco {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_tlaco/banner_tlaco.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tollan {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_tollan/banner_tollan.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tzindejeh {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_tzindejeh/banner_tzindejeh.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_valle_paraiso {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_valle_paraiso/banner_valle_paraiso.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tolantongo {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/grutas_tolantongo/banner_grutas_tolantongo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
/* Huichapan-Tecozautla */
.banner_agua_linda {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_agua_linda/banner_agua_linda.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_camino_real {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_camino_real/banner_camino_real.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_carrizal {
	background-image: url("https://www.tecozautla.travel/hoteles/imagenes/carrizal_del_lago/banner_carrizal_del_lago.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_chichimequillas {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_chichimequillas/banner_chichimequillas.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_arenal {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_arenal/banner_el_arenal.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_geiser {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_geiser/banner_el_geiser.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_oasis {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_oasis/banner_oasis.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_paraiso {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_el_paraiso/banner_paraiso.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_pathecito {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_el_pathecito/banner_pathecito.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tabacal {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_el_tabacal/banner_tabacal.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_gandho {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_gandho/banner_gandho.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_cruz {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_la_cruz/banner_la_cruz.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_fuente {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_la_fuente/banner_la_fuente.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_animas {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_las_animas/banner_las_animas.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_pinos {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_los_pinos/banner_los_pinos.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tagui {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_tagui/banner_tagui.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
/* Ajacuba-Tula */
.banner_ajacuba {
	background-image: url("..//ajacuba-tula/imagenes/balneario_ajacuba/banner_ajacuba.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_banogrande {
	background-image: url("..//ajacuba-tula/imagenes/balneario_bano_grande/banner_bano_grande.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_huemac {
	background-image: url("..//ajacuba-tula/imagenes/balneario_el_huemac/banner_huemac.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_cantera {
	background-image: url("..//ajacuba-tula/imagenes/balneario_la_cantera/banner_cantera.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_carreta {
	background-image: url("..//ajacuba-tula/imagenes/balneario_la_carreta/banner_carreta.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_lumbreras {
	background-image: url("..//ajacuba-tula/imagenes/balneario_las_lumbreras/banner_lumbreras.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_vito {
	background-image: url("..//ajacuba-tula/imagenes/balneario_vito/banner_vito.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
/* Apan-Cuautepec */
.banner_molino {
	background-image: url("..//apan-cuautepec/imagenes/balneario_el_molino/banner_molino.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_maguey-inn {
	background-image: url("..//apan-cuautepec/imagenes/balneario_maguey_inn/banner_maguey_inn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
/* Huasca */
.banner_amajac {
	background-image: url("..//huasca/imagenes/balneario_amajac/banner_amajac.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_barranca-honda {
	background-image: url("..//huasca/imagenes/balneario_barranca_honda/banner_barranca_honda.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_sierra-verde {
	background-image: url("..//huasca/imagenes/balneario_huasca_sierra_verde/banner_sierra_verde.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_terranova {
	background-image: url("..//huasca/imagenes/balneario_terranova/banner_terranova.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
/* Tizayuca */
.banner_albatros {
	background-image: url("..//tizayuca/imagenes/balneario_albatros/banner_albatros.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_flamingos {
	background-image: url("..//tizayuca/imagenes/balneario_flamingos/banner_flamingos.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_brisas {
	background-image: url("..//tizayuca/imagenes/Balneario_las_brisas/banner_brisas.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}

/* --- MEDIAQUERIES ---  */

/* Dispositivo xl */
@media screen and (max-width:1199px) {}

/* Dispositivo lg */
@media screen and (max-width:991px) {

	.modal .modal-dialog {
		width: 95%;
	}

	.modal .modal-dialog .modal-content img {
		width: 100%;
	}
	
}

/* Dispositivo md */
@media screen and (max-width:767px) {
	
	/* BANNER CABECERA */
.banner_01 {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_geiser/banner_el_geiser_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_02 {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_arenal/banner_el_arenal_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_03 {
	
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_04 {
	background-image: url("https://www.tecozautla.travel/venta_de_terrenos/imagenes/paraiso_tecozautla/banner_paraiso_tecozautla_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
	
/* BANNERS */

/* Ixmiquilpan */
.banner_bidho {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_bidho/banner_bidho_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_dios_padre {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_dios_padre/banner_dios_padre_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_doxey {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_doxey/banner_doxey_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_ecoalberto {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_ecoalberto/banner_ecoalberto_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_renacimiento {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_el_renacimiento/banner_renacimiento_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tephe {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_el_tephe/banner_tephe_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_humedades {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_humedades/banner_humedades_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_maguey_blanco {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_maguey_blanco/banner_maguey_blanco_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_pueblo_nuevo {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_pueblo_nuevo/banner_pueblo_nuevo_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_puerta_oeste {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_puerta_oeste/banner_puerta_oeste_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_te-pathe {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_te-pathe/banner_te-pathe_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tlaco {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_tlaco/banner_tlaco_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tollan {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_tollan/banner_tollan_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tzindejeh {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_tzindejeh/banner_tzindejeh_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_valle_paraiso {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/balneario_valle_paraiso/banner_valle_paraiso_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tolantongo {
	background-image: url("..//ixmiquilpan-tasquillo/imagenes/grutas_tolantongo/banner_grutas_tolantongo_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
	/* Huichapan-Tecozautla */
.banner_agua_linda {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_agua_linda/banner_agua_linda_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_camino_real {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_camino_real/banner_camino_real_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_carrizal {
	background-image: url("https://www.tecozautla.travel/hoteles/imagenes/carrizal_del_lago/banner_carrizal_del_lago_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_chichimequillas {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_chichimequillas/banner_chichimequillas_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_arenal {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_arenal/banner_el_arenal_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_geiser {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_geiser/banner_el_geiser_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_oasis {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_el_oasis/banner_oasis_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_paraiso {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_el_paraiso/banner_paraiso_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_pathecito {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_el_pathecito/banner_pathecito_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tabacal {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_el_tabacal/banner_tabacal_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_gandho {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_gandho/banner_gandho_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_cruz {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_la_cruz/banner_la_cruz_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_fuente {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_la_fuente/banner_la_fuente_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_animas {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_las_animas/banner_las_animas_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_pinos {
	background-image: url("https://www.tecozautla.travel/balnearios/imagenes/balneario_los_pinos/banner_los_pinos_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_tagui {
	background-image: url("..//huichapan-tecozautla/imagenes/balneario_tagui/banner_tagui_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
	/* Ajacuba-Tula */
.banner_ajacuba {
	background-image: url("..//ajacuba-tula/imagenes/balneario_ajacuba/banner_ajacuba_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_banogrande {
	background-image: url("..//ajacuba-tula/imagenes/balneario_bano_grande/banner_bano_grande_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_huemac {
	background-image: url("..//ajacuba-tula/imagenes/balneario_el_huemac/banner_huemac_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_cantera {
	background-image: url("..//ajacuba-tula/imagenes/balneario_la_cantera/banner_cantera_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_carreta {
	background-image: url("..//ajacuba-tula/imagenes/balneario_la_carreta/banner_carreta_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_lumbreras {
	background-image: url("..//ajacuba-tula/imagenes/balneario_las_lumbreras/banner_lumbreras_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_vito {
	background-image: url("..//ajacuba-tula/imagenes/balneario_vito/banner_vito_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
	/* Apan-Cuautepec */
.banner_molino {
	background-image: url("..//apan-cuautepec/imagenes/balneario_el_molino/banner_molino_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_maguey-inn {
	background-image: url("..//apan-cuautepec/imagenes/balneario_maguey_inn/banner_maguey_inn_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
	/* Huasca */
.banner_amajac {
	background-image: url("..//huasca/imagenes/balneario_amajac/banner_amajac_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_barranca-honda {
	background-image: url("..//huasca/imagenes/balneario_barranca_honda/banner_barranca_honda_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_sierra-verde {
	background-image: url("..//huasca/imagenes/balneario_huasca_sierra_verde/banner_sierra_verde_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_terranova {
	background-image: url("..//huasca/imagenes/balneario_terranova/banner_terranova_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
	/* Tizayuca */
.banner_albatros {
	background-image: url("..//tizayuca/imagenes/balneario_albatros/banner_albatros_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_flamingos {
	background-image: url("..//tizayuca/imagenes/balneario_flamingos/banner_flamingos_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
.banner_brisas {
	background-image: url("..//tizayuca/imagenes/Balneario_las_brisas/banner_brisas_movil.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100vh;
	text-align: center;
}
	
	
}

/* Dispositivo sm */
@media screen and (max-width:575px) {
	
	.titulo{
	font-size : 2rem ;
}
	
}