/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  font-family: 12pt;
  background-color: #B22020;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

#primary-menu .nav-item .nav-link{
  font-size: 20px !important;
  font-weight: bold;
  color: black;
}

.content-round{
  background: #D57D31;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.content-round .btn-link,.content-round-top-right .btn-link{
  color: white;
  text-decoration: none;
  font-size: 19px;
}

.card-round{

  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.2);
}

.content-round-top-right{
  border:none;
  border-top-right-radius: 50%;
  overflow: hidden;
  border-bottom-left-radius: 50%;
  box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.2);
}

.buscar{
  margin-left: 25px;
  margin-top: 10px;
}

.buscar .input-group .form-control, .buscar .input-group .input-group-text{
  border-radius: 2rem;
}
.container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-brand img{
  height: 109px;
}
.menu{
  background-color: #efefef;
}
.navbar{
  padding: 0px;
}

.title-premium{

}

.negocios{
  background-color: rgba(0,0,0,0.6);
}
.negocios a {
  color:white;  
}
.title-destacados{
  color:white;
}
.destacados {
  background-color: #DEAE05;
  margin-top: 70px;
  padding: 30px;
}
.kupones{
  margin-top: 70px;
    padding: 30px;
}

.splide__slide img{
    display: block;
    width: 100%;
    transition: transform 400ms;
    transform: scale(.9);
    transform-origin: center center;
}

.splide__slide.is-active img{
    transform: scale(1);
}
.card:hover .card-hover{
  opacity: 1;
  bottom: 0;
}

.card-hover{
  position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -1%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: white;
}
#premium-slider{
  height: 560px;
}


#splide-business{
  padding:30px;
  background-color:#f2d994;
}

#splide-business .splide__slide{
background-color: #f2d994;
padding: 30px;
}

#content-list-category .list-group-item{
  background-color: #DB0E0E;
  color: #fff;
}

#content-list-category .list-group-item a{
  text-decoration: none;
  color: #fff;
}
#content-list-category .list-group-item a:hover{
  text-decoration: none;
  color: #fff;
  background-color: #DB0E0E;
}
@media screen and (max-width: 360px) {
 #premium-slider{
  height: 220px;
 }
 
}

.box{
  display: flex;
  align-items:center;
  background-color: #D57D31;
  height: 150px;
}

.box .discount{
  transform:rotate(-90deg);
  background-color: #DEAE05;
  width: 150px;
  text-align: center;
  margin-left: -34px;
  height: 70px;
  padding: 22px;
}

.box::before{
  content:' ';
  width: 40px; 
  height: 20px; 
  /*border: 1px solid #555;*/ 
  background: white;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
  z-index: 1;
}

.box::after{
  content:' ';
  width: 40px; 
  height: 20px; 
  /*border: 1px solid #555;*/ 
  background: white;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
  z-index: 1;
  transform: rotate(180deg);
}

.fondo{
  background-image: url('../../bo/assets/img/fondo.jpg');
  height: 250px;
  background-size: cover;
}