#container {
  width: 100%;
  height: auto;
  min-width: 100%;
  margin: 0%;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 65px !important;
  box-sizing: border-box;
}

@media (min-width: 1536px) {
  #container {
    padding-top: 115px;
  }
}

.dp {
  display: block;
}

@media (min-width: 640px) {
  .dp {
    display: flex;
  }
}

#img-cont2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#img-cont2 img {
  width: 100%;
  height: auto;
}
@supports (object-fit: cover) {
  #img-cont2 img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

#movil {
  display: flex;
  min-width: 100%;
}

#desk {
  display: none;
  min-width: 100%;
}

#h-mb1 {
  display: none;
}

#h-mb2 {
  display: flex;
}

#dd-main {
  display: flex;
}

#dd2 {
  display: none;
}

#sect1 {
  width: 100%;
  height: auto;
}

#sect2 {
  width: 100%;
  height: auto;
}

#cd-cd {
  width: 100%;
  min-width: 100%;
  height: auto;
}

#cd-cd2 {
  width: 75%;
  min-width: 75%;
  margin: auto;
  height: auto;
}

#cd-cd3 {
  width: 100%;
  min-width: 100%;
  height: auto;
}

#cd-cd4 {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
}

#cd-cd5 {
  width: 100%;
  min-width: 100%;
  height: auto;
}

#hd-22 {
  display: flex;
}
#hd-223 {
  display: none;
}

@media (min-width: 768px) {
  #hd-22 {
    display: none;
  }
  #hd-223 {
    display: flex;
  }
  #movil {
    display: none;
  }
  #desk {
    display: flex;
  }
  #h-mb1 {
    display: flex;
  }
  #h-mb2 {
    display: none;
  }
  #dd-main {
    display: none;
  }
  #dd2 {
    display: flex;
  }
  #sect1 {
    width: 25%;
    height: auto;
  }
  #sect2 {
    width: 75%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #cd-cd2 {
    width: 100%;
    min-width: 100%;
    margin: 0%;
    height: auto;
  }
  #cd-cd3 {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

#hov-cont {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

#hov-cont img {
  width: 100%;
  min-width: auto;
  height: auto;
}
@supports (object-fit: cover) {
  #hov-cont img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

#hov-cont::before {
  z-index: 4;
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0px;
  opacity: 0.5;
  transition: all 0.2s ease-out 0s;
  background: linear-gradient(transparent 1%, rgb(235, 28, 36) 100%);
}

#hov-cont:hover::before {
  z-index: 4;
  height: 100%;
}
.absolute {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
div#hov-cont:hover .absolute {
  bottom: 3rem;
  z-index: 10;
  opacity: 1;
}
.absolute2 {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
div#hov-cont:hover .absolute2 {
  bottom: 8rem;
  z-index: 10;
  opacity: 1;
}
@media (min-width: 640px) {
  #card-cont {
    width: 32.5%;
  }
}

#carousel {
  z-index: 1;
}
#cont-na {
  z-index: 99;
  opacity: 1;
  bottom: 55px;
}
#cont-na2 {
  z-index: 99;
  opacity: 1;
  bottom: 15px;
}

.slider-main {
  z-index: 9 !important;
}
.owl-nav {
  position: absolute !important;
  z-index: 7;
  top: 33%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

button .slider-main {
  background: #ea212e !important;
  color: inherit;
  border: none;
  display: flex;
  align-items: center;
  padding: 30px 9px !important;
}

.cutblog {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

button.owl-next {
  position: absolute;
  right: 0;
}

button.owl-prev {
  position: absolute;
  left: 0;
}
