
.menu{
	width: 1000px;
	margin: 30px auto;
	background: #fff;
}

.menu ul{
	list-style: none;
}

.menu > li{
	position: relative;
	display: inline-block;
  list-style: none;
}

.menu > li > a{
	display: block;
	padding: 15px 20px;
	color: #353535;

	text-decoration: none;
}

.menu li a:hover{
	color: #	20a65a;
	transition: all .3s;
}

/* Submenu*/

.submenu{
	position: absolute;
	background: #333333;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.5s;
}

.submenu li a{
	display: block;
	padding: 15px;
	color: #fff;
	font-family: 'Open sans';
	text-decoration: none;
}

.menu li:hover .submenu{
	visibility: visible;
	opacity: 1;
}



//*silder*//

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.color_button{
background-color: #de2222 !important;
}


/*carrusel*/

.carousel {
  background: #fff;
}

.carousel-cell {
	width: 50%;
  height: 200px;
  margin-right: 10px;
  background: #fff;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.logo_img_footer{
	width: 100px;
}

.sub_menu{
	padding-top: 200px;
}




/*^Whatsapp*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}


.btn-whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.btn-whatsapp {
margin-top:13px;
}


.resaltado{
color: #ffa7ae;

}


/*Segundo menu*/

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
   transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

