/* custom style */


.whats{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.my-h1{
	color: #000;
}

.carousel-item {
    height: 24rem;
}

.slidebg {
    height: 384px;
}


.slide_titulo{
	font-weight: 100;
}

.b-color{
	color: #000;
}

.c-parag{
	font-weight: 500; 
	font-size: 18px;
	text-transform: uppercase;
	padding-right: 50%;
}

.c2-parag{
	font-weight: 500; 
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 50%;
}

@media (max-width: 600px) {
  .c2-parag {
    padding-left: 0px;
  }
}



@media (max-width: 600px) {
  .c-parag {
    padding-right: 0px;
  }
}

.item-1{
	background-image: url("../img/slide_01.jpg");
 	background-color: #cccccc;
 	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
 	background-size: cover; /* Resize the background image to cover the entire container */
}

.item-2{
	background-image: url("../img/slide_04.jpg");
 	background-color: #cccccc;
 	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
 	background-size: cover; /* Resize the background image to cover the entire container */
}

.item-3{
	background-image: url("../img/slide_03.jpg");
 	background-color: #cccccc;
 	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
 	background-size: cover; /* Resize the background image to cover the entire container */
}