@charset "UTF-8";
/*
Theme Name: Canal 8 - Tu Nueva Visión
Author: Canal 8 Ft. Alex P. Montero
Description: Nueva versión 2025 del Sitio Web de Canal 8 - Tu Nueva Visión
Version: 1.0
*/
:root {
  --font-montserrat: "Montserrat", sans-serif;
  --color-black: #333333;
  --color-white: #f5f5f5;
  --color-primary: #003d9d;
  --color-secundary: #55d74d;
  --text-default: 1rem;
  --text-sections: 1.25rem;
  --text-titles: 2.5rem;
}

html,
body {
  font-family: var(--font-montserrat);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: var(--color-black);
  line-height: 1.4;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

.trans {
  -webkit-transition: 0.3s cubic-bezier(0.2, 0.61, 0.41, 0.95);
  transition: 0.3s cubic-bezier(0.2, 0.61, 0.41, 0.95);
}

.ttls_sections {
  font-weight: 800;
  letter-spacing: 2px;
}

.ttls_principal {
  line-height: 1.25;
}

.tag_category {
  background-color: var(--color-secundary);
  text-shadow: 1px 1px 4px #29ff16;
  color: var(--color-black);
  display: inline-block;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  color: #111111;
}
.tag_category.secundary {
  background-color: #ccc;
  text-shadow: none;
}

.color-primary {
  color: var(--color-primary);
}

.color-secundary {
  color: var(--color-secundary);
}

.box_figure_post {
  overflow: hidden;
  margin-bottom: 0;
}
.box_figure_post .figure_post {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s cubic-bezier(0.2, 0.61, 0.41, 0.95);
  transition: 0.3s cubic-bezier(0.2, 0.61, 0.41, 0.95);
}

.item_list_news,
.item__post {
  gap: 14px;
  position: relative;
}
.item_list_news > span,
.item__post > span {
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.5);
}
.item_list_news:hover .box_figure_post .figure_post,
.item__post:hover .box_figure_post .figure_post {
  transform: scale(1.2);
}
.item_list_news:hover .box_info_post .title_post,
.item__post:hover .box_info_post .title_post {
  opacity: 0.7;
}
.item_list_news:hover h2,
.item__post:hover h2 {
  color: var(--color-secundary);
}

.video-responsive {
  position: relative;
  width: 100%;
}

.video-responsive iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

.wrapper_header {
  background-color: var(--color-primary);
  color: var(--color-white);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.wrapper_header .head_center .dropdown-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
}
.wrapper_header .head_center .dropdown-menu li a:hover {
  background: var(--color-secundary);
  color: #f5f5f5;
}
.wrapper_header .head_bottom nav .menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrapper_header .head_bottom nav .menu a {
  text-shadow: 1px 1px 16px #29ff16;
  display: block;
  padding: 0.5rem 0;
}
.wrapper_header .head_bottom nav .menu a:hover {
  color: #f5f5f5;
}

.wrapper_main {
  margin-top: 200px;
}
.wrapper_main.is_page {
  margin-top: 145px;
}

.wrapper_programas {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.wrapper_programas .programas {
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.wrapper_programas .programas .content_programas {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.85rem 1rem 1rem 0;
  height: 100%;
}

.wrapper_min_to_min {
  padding: 1rem 0;
}
.wrapper_min_to_min .carousel_min_to_min {
  margin-top: 0.75rem;
}

.wrapper_note_principal .sec_note_principal:hover .box_figure_post .figure_post {
  transform: scale(1.08);
}
.wrapper_note_principal .aside_note_principal {
  position: sticky;
  top: 200px;
}

.wrapper_destacada {
  max-width: 1900px;
  margin: 5.25rem auto 0;
}
.wrapper_destacada .carousel_destacadas .item_slide_thumbs {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.wrapper_destacada .carousel_destacadas .item_slide_thumbs:hover .tag_category {
  background-color: var(--color-white);
  text-shadow: none;
}
.wrapper_destacada .carousel_destacadas .item_slide_thumbs .item_slide_content {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(3, 3, 3, 0.9) 90%);
  color: var(--color-white);
  text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.5);
  padding: 5rem 1rem 1.25rem;
}
.wrapper_destacada .carousel_destacadas .item_slide_thumbs .item_slide_content .font_titles {
  font-weight: 700;
  margin-top: 0.5rem;
}

.wrapper_multimedia {
  background-color: #062454;
  color: var(--color-white);
  padding: 3rem 0;
}
.wrapper_multimedia .aside_multimedia .item__multimedia {
  display: flex;
  gap: 1rem;
}
.wrapper_multimedia .aside_multimedia .item__multimedia:hover h2 {
  color: var(--color-secundary);
}
.wrapper_multimedia .aside_multimedia .item__multimedia h2 {
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

.sec_list_news {
  width: 100%;
}
.sec_list_news .drawer_list_news {
  margin-bottom: 4rem;
}
.sec_list_news .drawer_list_news .box_list_news .item_list_news {
  margin-bottom: 1.25rem;
}
.sec_list_news .drawer_list_news .box_list_news .item_list_news:hover .box_figure_post .figure_post {
  transform: scale(1.2);
}
.sec_list_news .drawer_list_news .box_list_news .item_list_news:hover h3 {
  color: var(--color-secundary);
}

.wrapper_grid_general .item_list_news:hover .box_figure_post .figure_post {
  transform: scale(1.2);
}
.wrapper_grid_general .item_list_news:hover h3 {
  color: var(--color-secundary);
}

.aside_list_news {
  width: 100%;
  max-width: 450px;
  min-width: 425px;
}
.aside_list_news .drawer_top_read {
  position: sticky;
  top: 35px;
}
.aside_list_news .drawer_top_read .item_round_post {
  margin-bottom: 1.5rem;
}
.aside_list_news .drawer_top_read .item_round_post .post_picture {
  min-width: 110px;
  border-radius: 0.75rem;
}
.aside_list_news .drawer_top_read .item_round_post .post_picture img {
  height: 110px;
  border-radius: 0.75rem;
  width: 100%;
}

.wrapper_grid_news {
  margin-bottom: 7rem;
}
.wrapper_grid_news .item_list_news:hover .box_figure_post .figure_post {
  transform: scale(1.1);
}

.wrapper_hero_page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);
}

.wrapper_nosotros .is_valores p {
  background: #d8e0ef;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
}

.wrapper_spotlight .box_spotlight {
  box-shadow: -5px -5px 45px rgba(0, 0, 0, 0.25);
}

.wrapper_footer {
  margin-top: 5rem;
  background-color: #062454;
  color: var(--color-white);
  width: 100%;
}
.wrapper_footer .content_footer {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  grid-gap: 2.5rem 5rem;
}
.wrapper_footer .content_footer a:hover {
  color: var(--color-secundary);
}

.share-btn {
  @apply flex items-center gap-2
    px-4
    py-3
    rounded-xl
    border
    border-gray-200
    transition-all
    duration-300
    hover:-translate-y-1
    hover:shadow-lg;
}

.share-facebook {
  @apply hover:bg-blue-600 hover:text-white;
}

.share-x {
  @apply hover:bg-black hover:text-white;
}

.share-whatsapp {
  @apply hover:bg-green-500 hover:text-white;
}

.share-copy {
  @apply hover:bg-gray-700 hover:text-white;
}

/* ================================
   SISTEMA DE CONTAINERS PROFESIONAL
   ================================ */
.container_main {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container_main {
    max-width: 768px;
  }
}
@media (min-width: 810px) {
  .container_main {
    max-width: 810px;
  }
}
@media (min-width: 920px) {
  .container_main {
    max-width: 920px;
  }
}
@media (min-width: 1024px) {
  .container_main {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container_main {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container_main {
    max-width: 1380px;
  }
}
@media (min-width: 1520px) {
  .container_main {
    max-width: 1520px;
  }
}
/* ================================
                 RWD
   ================================ */
@media screen and (max-width: 1280px) {
  .aside_list_news {
    max-width: 400px;
    min-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .aside_list_news {
    max-width: 100%;
    min-width: auto;
  }
  .carousel_feature_slot_vertical {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_main {
    margin-top: 165px;
  }
  .sec_list_news .drawer_list_news {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_main {
    margin-top: 125px;
  }
  .wrapper_main.is_page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 460px) {
  .wrapper_header .head_center .item_dropdown .label_cat {
    display: none;
  }
  .wrapper_hero_page {
    min-height: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
