/*Tipografía*/
@font-face{
  font-family: inter regular;
  src: url("../fonts/inter/Inter-Regular.ttf");
}

@font-face{
  font-family: inter bold;
  src: url("../fonts/inter/Inter-Bold.ttf");
}

@font-face{
  font-family: inter extrabold;
  src: url("../fonts/inter/Inter-ExtraBold.ttf");
}

.inter-regular{
  font-family: inter regular !important;
}

.img-card-gallery{
	background-size: cover;
	background-position: center;
	height: 180px;
}


/*  Home  */
@media(min-width:1919px){

	.contenedor-elementos{
		margin-top: 89px;
		margin-bottom: 144px;
	}
	
	.titulo-slider{
		color: #236092;
		max-width: 1082px;
		margin-top: 89px;
		margin-bottom: 55px;
		margin-right: auto;
		margin-left: auto;
		font-family: inter regular;
		font-size: 34px;
		font-weight: 700;
	}

	.img-card{
		background-size: cover;
		background-position: center;
		height: 218px;
	}

	.titulo-card{
		height: 55px;
		font-family: inter regular;
		color: #236092;
		font-size: 21px;
		font-weight: 700;
		text-align: justify;
	}

	.precio-boton-card{
		margin-top: 22px;
	}

	.precio-card{
		font-size: 21px;
		font-family: inter regular;
		font-weight: 500;
		color: #212125;
	}

	.boton-lo-quiero{
		background-color: #236092;
		color: white;
		width: 100px;
		font-weight: 500;
		font-family: inter regular;
	}

	.banner-footer{
		max-width: 1370px;
		margin-right: auto;
		margin-left: auto;
	}

}

@media(min-width:1200px){

	.titulo-slider{
		color: #236092;
		max-width: 1082px;
		margin-top: 89px;
		margin-bottom: 55px;
		margin-right: auto;
		margin-left: auto;
		font-family: inter regular;
		font-size: 34px;
		font-weight: 700;
	}

	.img-card{
		background-size: cover;
		background-position: center;
		height: 218px;
	}

	.titulo-card{
		height: 55px;
		font-family: inter regular;
		color: #236092;
		font-size: 21px;
		font-weight: 700;
		text-align: justify;
	}

	.precio-boton-card{
		margin-top: 22px;
	}

	.precio-card{
		font-size: 21px;
		font-family: inter regular;
		font-weight: 500;
		color: #212125;
	}

	.boton-lo-quiero{
		background-color: #236092;
		color: white;
		width: 100px;
		font-weight: 500;
		font-family: inter regular;
	}

	.banner-footer{
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media(min-width:834px) and (max-width: 1199px){

	.titulo-slider{
		color: #236092;
		max-width: 1082px;
		margin-top: 89px;
		margin-bottom: 55px;
		margin-right: auto;
		margin-left: auto;
		font-family: inter regular;
		font-size: 34px;
		font-weight: 700;
	}

	.img-card{
		background-size: cover;
		background-position: center;
		height: 218px;
	}

	.titulo-card{
		height: 55px;
		font-family: inter regular;
		color: #236092;
		font-size: 21px;
		font-weight: 700;
		text-align: justify;
	}

	.precio-boton-card{
		margin-top: 22px;
	}

	.precio-card{
		font-size: 21px;
		font-family: inter regular;
		font-weight: 500;
		color: #212125;
	}

	.boton-lo-quiero{
		margin-top: 15px;
		background-color: #236092;
		color: white;
		width: 100%;
		font-weight: 500;
		font-family: inter regular;
	}

	.banner-footer{
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 833px){

	.titulo-slider{
		color: #236092;
		max-width: 1082px;
		margin-top: 89px;
		margin-bottom: 55px;
		margin-right: auto;
		margin-left: auto;
		font-family: inter regular;
		font-size: 34px;
		font-weight: 700;
	}

	.img-card{
		background-size: cover;
		background-position: center;
		height: 218px;
	}

	.titulo-card{
		height: 55px;
		font-family: inter regular;
		color: #236092;
		font-size: 16px;
		font-weight: 700;
		text-align: justify;
	}

	.precio-boton-card{
		margin-top: 22px;
	}

	.precio-card{
		font-size: 16px;
		font-family: inter regular;
		font-weight: 500;
		color: #212125;
	}

	.boton-lo-quiero{
		margin-top: -2px;
		background-color: #236092;
		color: white;
		width: 100%;
		font-weight: 500;
		font-size: 16px;
		font-family: inter regular;
	}

	.banner-footer{
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}