section{
	padding:30px 0px 0px 0px;
}
a{
    text-decoration: none !important;
}

/*Main Banner*/
  .main-banner{
    width:100%;
    min-height:50vh;
  }
  .main-banner-item{
    align-items:center;
    min-height:50vh;
    display: flex;
    margin-top:30px;
  }
  .main-banner-item-content{
    margin:auto;
  }
  .main-banner-price::after{
    content:"MENSAIS";
    font-size:14px;
    position:absolute;
    margin-left:-75px;
    margin-top:40px;
  }
  .main-banner-item-content img{
    margin-left:20%;
  }
  @media screen and (max-width: 768px){
    .main-banner-item-content img{
      margin-left:10%;
    }
  }
/*End Main Banner*/

/*Banner Slider*/
.carousel-control-next, .carousel-control-prev {
    width:8%;
}
.carousel-caption{
    position: absolute;
    bottom: 20px;
    z-index: 10;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    min-height: 100%;
    display: flex !important;
    align-items: center;
    right: 0;
    left: 0;
}
.carousel-caption-content div{
    margin-left:12%;
}
.carousel-caption-content{
	display:flex;
    align-items:center;
}
.carousel-caption-content p{
	text-align: left;
    font-family: 'Open Sans';

}
.carousel-caption-content h5{
	text-align: left;
	font-size:20pt;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

@media screen and (max-width: 856px){
    .carousel-caption{
        visibility:hidden;
    }
}
/*End Banner Slider*/

/*Noticias*/
  .row-noticias{
    padding-top:30px;
    border-right:1px solid #ccc;
  }
  @media screen and (max-width: 991px){
      .row-noticias{
          border-right:0px solid #ccc;
      }
  }
/*End Noticias*/

/*News*/

.news-banner{
    width:100%;
    padding:15px 0px;
}
.news-data{
    color:#ccc;
}
.product{
  padding-bottom:15px;
  padding-top:15px;
  border-bottom:1px solid #ccc;

}
  .product-image{
    width:100%;
  }
  .product-body{
    padding-top:15px;
    padding-bottom:15px;
  }
.comprar-btn{
  right: 15px;
  margin: 0px 0px 0px 7.5px;
  width: calc(50% - 22.5px);
  color:#fff;
  background: #e4ad26;
  position:absolute;
  bottom:15px;
  border:none;
  padding:5px 10px;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
  cursor:pointer;
  display:inline;
}
.comprar-btn:hover{
  background:#fcb70d;
  transition: 0.25s;
}
.product-btn{
  margin: 0px 7.5px 0px 0px;
  width: 100%;
  bottom:15px;
  border:none;
  color:#fff;
  padding:5px 10px;
  background:#4d759a;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
  cursor:pointer;
  display:inline;
}
.product-btn:hover{
  background:#00509c;
  transition: 0.25s;
}
.div-update{
  margin-top:30px;
}
.update-content{
  margin-bottom: 0;
}
.update-content h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 24px;
    color: #333;
}
.update-content dt{
  font-size: 18px;
  font-weight: 700;
  color:#000;
  width: 85px;
  text-align: left;
  float: left;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.update-content dd{
  margin-left: 70px;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 0;
}
.update-content dd::before{
  position: absolute;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: #3d93a3;
  left: 0;
  top: 0;
  margin-left: -5px;
      display: table;
    content: " ";
}
.update-content dd::after{
clear: both;
}
.update-content dd p{
  margin-bottom:0px;
}
/*End News*/