@font-face {
	font-family: 'Tangerine';
	src: url('./assets/fonts/Tangerine/Tangerine-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('./assets/fonts/Roboto/static/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

/* --------------------------------------------------------------------------- */
/* GENERICAS */
/* --------------------------------------------------------------------------- */
.titulo_home {
	font-family: 'Tangerine', sans-serif;
	font-weight: 700;
	font-size: 8.5rem;
	color: rgba(255, 255, 255, 0.60);
}

.titulo {
	font-family: 'Tangerine', sans-serif;
	font-weight: 700;
	font-size: 4rem;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/* --------------------------------------------------------------------------- */
/* GENERICAS BOOTSTRAP */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* CARRUSEL */
/* --------------------------------------------------------------------------- */
.carousel {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.carousel img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	/* object-position: top; */
}