.carousel-item{
	min-height: 90vh;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.carousel-item:before{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 90vh;
	/*background-color: rgba(0,0,0,0.5);*/
	z-index: -1;
}
.carousel-item .container{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	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;
}
.home .carousel-item.active h2{
	animation: fadeInLeft 0.5s ease forwards;
}
.home .carousel-item.active p{
	animation: fadeInRight 0.5s ease forwards;
}

.bg-dark{
	background-color: rgb(230, 230, 230) !important;
}

.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display: flex;
	justify-content:center;
	align-items: center;
	margin-left: 300px;
	margin-right: 300px;
	padding: 50px;
}

.Texto aside{
	text-align:justify;
	padding: 20px;
	width: 500px;
	border-left: solid;
	border-color: #5ca0e0;
	margin-left: 30px;
}

.Texto p{

	font-family: "Calibri";
	text-align:right;
	font-weight:normal;
	font-size: 30px;
	margin-right: 10px;

}

@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%;
	bottom: 40px;
	z-index: 10;
	transform: translateX(-50%);
}

.home .carousel-indicators{
	position: relative;
	margin:0;
}

.home .carousel-indicators li{
	height: 70px;
	width: 70px;
	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: #ffffff;
	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: 60px;
  	width: 60px;
  }
  .home .carousel-item h2{
  	font-size: 45px;
  }
  .home .carousel-item p{
  	font-size: 22px;
  }
}

@media(max-width: 700px){
	header{
		flex-direction: column;
	}

	header img{
	width: 150px;

}

	nav li{
	margin: 0 1px;
}

.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display:block;
	justify-content:center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px;
}

.Texto aside{
	text-align:justify;
	padding: 20px;
	width: 90%;
	border-left: none;
	margin-left: 0px;
}

.Texto p{

	font-family: "Calibri";
	text-align:center;
	font-weight:normal;
	font-size: 25px;
	margin-right: 0px;

}
	.Contato{
	width: 100%;
	height: 440px;
	background-color: #191919;
	color: white;
	justify-content:center;
	align-items:flex-start;
}

	.row_cell{
	width: 250px;
	height: 90px;
	display:block;
	text-align:justify;
	margin: 1em 2em;
	font-family: "Calibri";
	font-size: 18px;

}

	.row_cell img{
	width:149px;
	height: auto;
	margin: 1em 1em 0;
}

	.row2{
	width: 100px;

}

.row_cell2{
	width:46px;
	height: auto;
	display:inline-block;
	text-align:justify;
	margin: 0em 0em;

}

.row_cell2 img{
	width:43px;
	height: auto;
	margin: 0em 0em 0;
}

}



@media (min-width: 701px) and (max-width: 736px){
	header{
		flex-direction: column;
	}

	header img{
	width: 150px;

}

	nav li{
	margin: 0 1px;
}

	.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display:block;
	justify-content:center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px;
}

.Texto aside{
	text-align:justify;
	padding: 20px;
	width: 90%;
	border-left: none;
	margin-left: 0px;
}

.Texto p{

	font-family: "Calibri";
	text-align:center;
	font-weight:normal;
	font-size: 25px;
	margin-right: 0px;

}


	.Contato{
	width: 100%;
	height: 440px;
	background-color: #191919;
	color: white;
	justify-content:center;
	align-items:flex-start;
}

	.row_cell{
	width: 250px;
	height: 90px;
	display:block;
	text-align:justify;
	margin: 1em 2em;
	font-family: "Calibri";
	font-size: 18px;

}

	.row_cell img{
	width:149px;
	height: auto;
	margin: 1em 1em 0;
}

	.row2{
	width: 200px;

}

.row_cell2{
	width:46px;
	height: auto;

	display:inline-block;
	text-align:justify;


}

.row_cell2 img{
	width:49px;
	height: auto;
	margin: 0em 0em 0;
}
}

@media (max-width: 379px){
	nav li{
	margin: 0 1px;
	}

	.Texto{
	font-family: "Calibri";

	font-size: 20px;
	font-weight:lighter;
	display:block;
	justify-content:center;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	padding: 50px;
}

.Texto aside{
	text-align:justify;
	padding: 20px;
	width: 90%;
	border-left: none;
	margin-left: 0px;
}

.Texto p{

	font-family: "Calibri";
	text-align:center;
	font-weight:normal;
	font-size: 25px;
	margin-right: 0px;

}

}
