@media only screen and (max-width: 1000px) {
	/* mobile: */
	.f-mobil-1{
		font-size:1rem !important;
	}
	.f-mobil-1-1{
		font-size: 1.1rem;
	}
	.f-mobil-1-6{
		font-size: 1.6rem;
	}
	.f-mobil-1-4{
		font-size: 1.4rem;
	}
	.f-mobil-1-2{
		font-size: 1.2rem !important;
	}
	.f-mobil-2{
		font-size:2rem !important;
	}
	.f-mobil-3{
		font-size:3rem;
	}
	.f-mobil-18px {
		font-size: 18px!important;
	}
	.fw-mobil-400{
		font-weight: 400;
	}
	.fw-mobil-500{
		font-weight: 500;
	}
	.fw-mobil-600{
		font-weight: 600;
	}
	.P-mobil-2{
		padding: 2rem !important;
	}
	.bannerAjuste{
		height: auto;
	}
	.bannerAjuste-80{
		height: 80vh;
		max-height: 500px;
	}
	.bannerAjuste-550{
		height: 80vh;
		max-height: 550px;
	}
	.bannerAjuste-100{
		height: 110vh;
		max-height: 550px;
	}
	.alineadoIzq{
		text-align: left !important;
	}
	.alineadocentro{
		text-align: center !important;
	}
	.alineadocontentcentro{
		text-align-last: center;
	}
	.contenedor-faq{
		min-height: 85px;
	}

	.fz-mobil-140{
		font-size: 140%;
	}
	.fz-mobil-125{
		font-size: 125%;
	}
	.fz-mobil-115{
		font-size: 115%;
	}
	.fz-mobil-100{
		font-size: 100%;
	}
	.fz-mobil-90{
		font-size: 90%;
	}
	.fzpx-mobil-30{
		font-size: 30px;
	}
	.fzpx-mobil-35{
		font-size: 35px;
	}
	
  }
  @media (max-width: 768px) {

    .desktop-only {
        display: none;
    }
	.width-100{
		width: 100% !important;
	}
	.width-30{
		width: 30% !important;
	}
	.EstiloPiePagina {
		font-size: 16px;
		justify-items: center;
	}
	.contenidoCenter {
		place-content:center;
	}
	.itemCenter {
		place-items:center;
	}
	.margin-btn {
		margin: 0 5%;
	}
	.fz-mobil-18px {
		font-size: 18px !important;
	}
	.fz-mobil-28px {
		font-size: 28px !important;
	}
}