/*RESET */
.main-header {
  z-index:2000 !important;
}
.dot-style .slick-dots{
    top:-20px !important;
}
.dot-style .slick-active button{
    background: #e2332e !important;
}
#scrollUp{
    background: #e2332e !important;
    border:2px solid #fff !important;
}
.trending-tittle strong{
    background: #e2332e !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .weekly2-pading {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .video-padding {
        padding-top: 50px;
        padding-bottom: 45px;
    }
}
.gray-bg {
    background: #F3F3F3 !important;
}
.recent-articles .recent-wrapper{
    border-bottom:0px !important;
}
.logo a{
    display: block;
    width: 100%;
}
.logo a img{
    display: block;
    width: 100%;
}
.sticky-logo{
        width: 16rem;
}
.sticky-logo a{
display: block;
width: 100%;
}
.sticky-logo a img{
display: block;
width: 100%;
}
/*FIN RESET*/
/*TITULOS */
.title-set-content{
    border-bottom:2px solid #e2332e;
}
.title-set{
    background: #e2332e;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    color: #fff;
    /*BORDER-TOP*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*END BORDER-TOP*/
}
.title-set-sd{
    font-weight: 100;
    font-style: italic;
}
.title-set-content-2{
    text-align: center;
    border-bottom: 2px solid #e2332e;
}
.title-set-2{
    background: #e2332e;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    color: #fff;
    /*BORDER-TOP*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*END BORDER-TOP*/
}
.title-set-sd-2{
    font-weight: 100;
    font-style: italic;
}
.btn-title-set{
    background: #e2332e;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff !important;
    margin-bottom: 0;
}
.btn-title-set-sd-2{
    font-weight: 100;
    font-style: italic;
}
/*FIN TITULOS*/

/*MAGEZINE_NOTICIAS*/
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*FIN MAGAZINE_NOTICIAS*/
/**********************************CSS NOTICIAS***************************/
.container-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin: auto;
  margin-top:3rem;
}
.card {
  background-color: #ecf2ff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /*width: 33%;*/
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  min-height: 250px;
}
.tag {
  background-color: #ccc;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  padding: 2px 10px;
  text-transform: uppercase;
}
.tag-teal {
  background-color: #92d4e4;
}
.tag-purple {
  background-color: #3d1d94;
}
.tag-pink {
  background-color: #c62bcd;
}
.card-body h4 {
  margin: 10px 0;
}
.card-body p {
  font-size: 14px;
  margin: 0 0 40px 0;
  font-weight: 500;
  color: rgb(70, 68, 68);
}
.user {
  display: flex;
  margin-top: auto;
}
.user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #888785;
}
@media (max-width: 940px) {
  .container-post {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/*Una vez alcance los 991px realizas el cambio*/
#menu-filtro-noticia{
  display:block;
}
#menu-toggle,#wrapper{
  display:none;
}
#menu-toggle{
  position:fixed;
  z-index: 1000;
  top:110px;
  background: #e2332e !important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding:6px;
  color:#fff;
  font-size:13px;
  left:0;
}
#wrapper{
  top:85px;
}
@media screen and (max-width: 991px) {
    #menu-filtro-noticia{
      display:none;
    }
    #menu-toggle,#wrapper{
      display:block;
    }
}



#sidebar-wrapper {
  z-index: 1000;
  top:85px;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #fbf9ff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}


#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-right: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}