
body {
	margin: 0;
    background-image: linear-gradient(rgb(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
    url('/assets/images/page_background.jpg');
}

.headlogo {
    width: auto;
    height: 48px;
}

.bg-tabaco {
    background-image: linear-gradient(#c329d1, #8D1F96);
}

.featuredimg1 img {
	width: 100%;
	height: auto;
    max-height: 90px;
    max-width: 418px;
}

.featuredimg2 img {
    max-height: 160px;
    width: auto;
}

.custom-contain {
	max-width: 800px;
	max-height: 800px;
	margin: auto;
}

.btn-size {
	width: 300px;
}

.p-content {
	font-size: 16pt;
}

.p-content-fil {
	font-size: 14pt;
}

/* CUSTOM */

.navbar {
    top: 0;
    z-index: 11;
    position: fixed;
    height: 72px;
    width: 100%;
    transition: all 0.4s ease;
}
.home .carousel-item {
	max-width: 800px;
	max-height: 600px;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.home .carousel-item:before {
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}

.home .carousel-item .container {
	position: absolute;
	text-align: center;
}

.home .carousel-item h2 {
	font-size: 80px;
	color: #ffffff;
	margin:0 0 10px;
	opacity: 0;
}

.home .carousel-item p {
	font-size: 30px;
	margin:0;
	color: #eeeeee;
	opacity:0;
}

@keyframes fadeInLeft {
	0%{
		opacity: 0;
		transform: translateX(-30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes fadeInRight {
	0%{
		opacity: 0;
		transform: translateX(30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

.home .carousel-controls {
	/* position: absolute; */
	left: 50%;
	z-index: 10;
}

.home .carousel-indicators {
	position: relative;
	margin:0;
}

.home .carousel-indicators li {
	height: 60px;
	width: 60px;
	margin:0 5px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border:3px solid transparent;
	transition: all 0.3s ease;
}

.home .carousel-indicators li.active {
	border-color: #fcff44;
	transform: scale(1.2);
}

.home .carousel-control-next, 
.home .carousel-control-prev {
	height: 60px;
	width: 60px;
	opacity: 1;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.home .carousel-control-next:hover, 
.home .carousel-control-prev:hover {
   box-shadow: 0 0 10px #ffffff;
}

.home .carousel-control-next img, 
.home .carousel-control-prev img {
   width: 30px;
}

.home .carousel-control-next {
	right: -90px;
}

.home .carousel-control-prev {
	left: -90px;
}

/* RESPONSIVE */

@media(max-width: 767px) {
	.home .carousel-control-next, 
	.home .carousel-control-prev {
		display: none;
	}
	.home .carousel-indicators li {
		height: 30px;
		width: 30px;
		margin: 0 2px;
	}
	.home .carousel-item h2 {
		font-size: 45px;
	}
	.home .carousel-item p {
		font-size: 22px;
	}
}
