
/* Resolucion abajo de 1170px ---------------------------- */
@media screen and (max-width: 1170px){

	/* BARRA HEADER ---------------------------- */

	.header {
		position: fixed;
		z-index: 1;
		/*border: 1px solid #FF0000;*/
	}

	.cajaInfoTelefono {
		margin-right: 15px;
		padding: 0px 0px 0px 25px;
	}

	.cajaInfo {
		margin-left: 0;
		margin-right: 15px;
	}

	/* BANNER ------------------------------------ */

	.banner {
		height: 35vh;
	}

	.slogan {
		font-size: 26px; 
		top: 62%;
	}

	/* MAPA ------------------------------------ */

	.mapa {
		height: 300px;
	}

	/* OFERTAS ------------------------------------ */

	.contOfertas {
		width: 100%;
		/*border: 1px solid #000;*/
	}

	.Ofertas {
		padding: 20px 0px 10px 0px;
		/*border: 1px solid #FF0000;*/
	}

	.contitOferta {
		width: 95%;
		height: auto;
		margin-bottom: 0;
		text-align: center;
		/*border: 1px solid #FF0000;*/
	}

	.icoOferta {
		width: 26px;
		padding: 3px 0px 0px 0px;
	}

	.titOferta { 
		padding: 0;
		margin-left: 15px;
		/*border: 1px solid #FF0000;*/
	}

	#cajaspaceoption {
		display: inherit;
	}

	.openOferta {
		width: 16px;
		height: 16px;

		position: absolute;
		top: 23px;
		right: 20px;
		display: inherit;
		/*border: 1px solid #FF0000;*/
	}

	.openOferta img {
		width: 100%;
		height: auto;
		float: left;
	}

	.rotate {
    	transform: rotate(-135deg);
    	transition: .5s;
	}

	.rotate-reset {
	    transform: rotate(0deg);
	    transition: .5s;
	}

	.contdescOferta {
		width: 95%;
		position: relative;
		top: 0;
		background: #FFF;
		display: none;
		/*border: 1px solid #333;*/
	}

	.contdescbackground {
		background: #FFF;
	}

	.cajatxtOpcion {
		width: 95%;
		padding: 0px 20px 0px 20px;
		/*border: 1px solid #333;*/
	}

	.cajatxtOpcionwidth {
		width: 95%;
		/*border: 1px solid #333;*/
	}

	.cajatxtOpcion span {
		left: 5px;
	}

	/* FORMULARIO ------------------------------ */

	.Formulario {
		margin-top: 0;
		margin-bottom: 0;
		padding: 25px 15px 25px 15px;
	}

	.tit-Formulario {
		margin-bottom: 35px;
		font-size: 32px;
		line-height: 32px;
	}

	.tit-Formulario span {
		font-size: 23px;
	}

	/* GRACIAS ---------------------------------- */

	.contgracias {
		text-align: center;
		/*border: 1px solid #FF0000;*/
	}

	.gracias { 
		width: 100%;
		height: auto;
		position: relative;
		display: inline-block;
		box-sizing: border-box;

		left: inherit;
	    top: 60px;
	    transform: inherit;
	    -webkit-transform: inherit;
	    /*border: 1px solid #FF0000;*/
	}

	.cajagracias_1 { 
		width: 100%;
		height: auto;
		padding: 0px 50px 0px 50px;
		float: left;
		box-sizing: border-box;
	    border-right: 0;
	}

	.cajagracias_2 { 
		width: 100%;
		height: auto;
		padding: 20px 10px 0px 10px;

		font-family: "Scope One Regular";
		font-size: 26px; 
		color: #c2c2c2;
		text-align: center;

		float: left;
		box-sizing: border-box;
	    /*border: 1px solid #000;*/
	}

	/* FOOTER ---------------------------------- */

	.Footer { 
		height: 70px;
		padding: 0px 55px 0px 12px;
	}

	.cajaTexto { 
		display: none;
	}

	.logoFooter { 
		width: 25px;
		top: inherit;
		margin-top: 25px;

		position: inherit;
		left: inherit;
		margin-left: inherit;

		float: left;
		box-sizing: border-box;
		/*background:#666;*/
	}

	.cajaRedes {
		top: inherit;
		margin-top: 25px;

		position: inherit;
		float: right;
		box-sizing: border-box;
		/*background: #FF0000;*/
	}

	.cajaRedes img {
		width: 38px;
	}

	.cajaRedesMenu {
		width: 210px; 
		height: 10px;
		margin: 0 auto; 
		position: relative; 
		top: 70px; 
		box-sizing: border-box;

		/*background: #FF0000;*/
	}

	.cajaRedesMenu img {
		width: 50px;
		height: auto;
		margin-left: 7px;
	    margin-right: 7px;
		float: left;
		box-sizing: border-box;
	}


}