/**  **/
/** DARK **/
/* surface 95% */
/* surface 93% */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes active {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.focus--1 {
  object-position: left top;
}
.focus--2 {
  object-position: 20% top;
}
.focus--3 {
  object-position: center top;
}
.focus--4 {
  object-position: 80% top;
}
.focus--5 {
  object-position: right top;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
img.lazyloaded[src=""] {
  visibility: hidden;
}
img.lazyloading[src=""] {
  visibility: hidden;
}
.video--preload {
  padding-bottom: 56.2%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .video--preload {
    opacity: 0.8;
    transition: 0.3s ease opacity;
  }
  .video--preload:hover {
    opacity: 1;
  }
}
.video--preload::before {
  position: absolute;
  content: url("https://www-storage.13.cl/t13/_svg/play-circle-solid.svg");
  background-size: 28px 28px;
  height: 80px;
  width: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  opacity: 0.7;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}
/** layout */
.layout-container {
  max-width: calc(768px - 20px);
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .layout-container {
    max-width: calc(1099px - 30px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .layout-container {
    max-width: calc(1366px - 60px);
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .layout-container {
    max-width: calc(1600px - 60px);
    margin: 0 auto;
  }
}
.layout-container--1200 {
  max-width: calc(768px - 20px);
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .layout-container--1200 {
    max-width: calc(1099px - 30px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1100px) {
  .layout-container--1200 {
    max-width: calc(1200px - 60px);
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .layout-container--1200 {
    max-width: calc(1200px - 60px);
    margin: 0 auto;
  }
}
.t13-site__wrapper {
  position: relative;
}
.t13-site__scroll--lock {
  overflow: hidden;
}
.t13-site__header {
  height: 80px;
  background-color: white;
  width: 100%;
  z-index: 50;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header {
    position: sticky;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 30;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header {
    position: sticky;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 30;
  }
}
.t13-site__header .header-container {
  height: inherit;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  grid-template-rows: 50% 50%;
  column-gap: 0px;
  width: 100%;
  min-height: 0;
  min-width: 0;
}
@media only screen and (min-width: 1100px) {
  .t13-site__header .header-container {
    grid-template-columns: 80px minmax(0, 1fr);
    column-gap: 20px;
  }
}
.t13-site__header .header-section-logo {
  grid-row: 1/-1;
  grid-column: 1;
  display: flex;
  background-color: #ff5b22;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-logo {
    grid-row: 1;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-logo {
    grid-row: 1;
  }
}
.t13-site__header .header-section-logo:hover {
  opacity: 0.7;
}
.t13-site__header .header-section-logo .header-logo-image {
  width: 45px;
}
.t13-site__header .header-section-logo .header-logo-image--white {
  filter: brightness(0) invert(1);
}
.t13-site__header .header-section-top {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-top {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-top {
    justify-content: flex-end;
  }
}
.t13-site__header .header-section-top .header-networks {
  display: inline-flex;
  align-items: center;
  height: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-top .header-networks {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-top .header-networks {
    display: none;
  }
}
.t13-site__header .header-section-top .header-networks__item {
  display: flex;
  height: inherit;
  align-items: flex-end;
  justify-content: center;
  transition: opacity 0.3s;
}
.t13-site__header .header-section-top .header-networks__item:hover {
  opacity: 0.7;
}
.t13-site__header .header-section-top .header-networks__logo {
  width: 80px;
  margin-right: 20px;
}
.t13-site__header .header-section-top .header-networks__logo--gray {
  filter: grayscale(1);
}
.t13-site__header .header-section-top .header-networks__logo--en-vivo {
  width: 100px;
}
.t13-site__header .header-section-top .header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.t13-site__header .header-section-top .header-social nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.t13-site__header .header-section-top .header-social nav ul {
  display: inline-flex;
}
.t13-site__header .header-section-top .header-social nav ul li {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-top .header-social nav ul li {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-top .header-social nav ul li {
    display: none;
  }
}
.t13-site__header .header-section-top .header-social nav ul li:first-child {
  margin-left: 0px;
}
.t13-site__header .header-section-top .header-social nav ul li:last-child {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-top .header-social nav ul li:last-child {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-top .header-social nav ul li:last-child {
    display: block;
  }
}
.t13-site__header .header-section-top .header-social nav ul li a.logo {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 30px;
  width: 30px;
  opacity: 0.8;
}
.t13-site__header .header-section-top .header-social nav ul li a.logo i {
  color: #ff5b22;
}
.t13-site__header .header-section-top .header-social nav ul li a.logo img {
  width: 20px;
}
.t13-site__header .header-section-top .header-social nav ul li a.logo--gray {
  filter: grayscale(1);
}
.t13-site__header .header-section-top .header-social nav ul li a.logo--13 img {
  width: 25px;
}
.t13-site__header .header-section-top .header-social nav ul li a.logo:hover {
  opacity: 1;
}
.t13-site__header .header-section-bottom {
  grid-row: 2;
  grid-column: 2;
  height: 40px;
  border-top: 2px solid #e3e3e3;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-bottom {
    grid-row: 2;
    grid-column: 1/-1;
    border: none;
    background-color: #e3e3e3;
    height: 50px;
    position: relative;
    overflow: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-bottom {
    grid-row: 2;
    grid-column: 1/-1;
    border: none;
    background-color: #e3e3e3;
    height: 50px;
    position: relative;
    overflow: scroll;
  }
}
.t13-site__header .header-section-bottom nav {
  height: calc(40px - 2px);
  display: inline-flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-bottom nav {
    height: inherit;
    width: 100%;
    position: relative;
  }
  .t13-site__header .header-section-bottom nav::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #e3e3e3, rgba(255, 255, 255, 0));
  }
  .t13-site__header .header-section-bottom nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #e3e3e3);
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-bottom nav {
    height: inherit;
    width: 100%;
    position: relative;
  }
  .t13-site__header .header-section-bottom nav::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #e3e3e3, rgba(255, 255, 255, 0));
  }
  .t13-site__header .header-section-bottom nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #e3e3e3);
  }
}
.t13-site__header .header-section-bottom nav ul {
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .t13-site__header .header-section-bottom nav ul {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-bottom nav ul {
    width: calc(100% - 40px);
    overflow: auto hidden;
    height: inherit;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-bottom nav ul {
    width: calc(100% - 40px);
    overflow: auto hidden;
    height: inherit;
    padding: 0 20px;
  }
}
.t13-site__header .header-section-bottom nav ul li {
  margin-right: 20px;
}
@media only screen and (min-width: 1100px) {
  .t13-site__header .header-section-bottom nav ul li {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-bottom nav ul li {
    display: flex;
    align-items: center;
  }
  .t13-site__header .header-section-bottom nav ul li:last-child {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-bottom nav ul li {
    display: flex;
    align-items: center;
  }
  .t13-site__header .header-section-bottom nav ul li:last-child {
    margin-right: 10px;
  }
}
.t13-site__header .header-section-bottom nav ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #909090;
  white-space: nowrap;
}
.t13-site__header .header-section-bottom nav ul li a:hover {
  color: #333;
}
.t13-site__header .header-section-bottom nav ul li:first-child a {
  color: black;
}
@media only screen and (max-width: 1100px) {
  .t13-site__header .header-section-bottom div div#input-search-header {
    display: none;
  }
}
.t13-site__header .header-section-bottom div a#btn-en-vivo-bottom {
  display: none;
}
.t13-site__header .header-section-menu-button {
  grid-row: 1/-1;
  grid-column: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header .header-section-menu-button {
    grid-row: 1;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header .header-section-menu-button {
    grid-row: 1;
  }
}
.t13-site__header .header-section-menu-button .header-menu-button {
  height: 50px;
  width: 50px;
  transition: opacity 0.3s;
  border: none;
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.t13-site__header .header-section-menu-button .header-menu-button:hover {
  opacity: 0.7;
}
.t13-site__header .header-section-menu-button .header-menu-button__content {
  width: 25px;
  height: 4px;
  background: #ff5b22;
  position: relative;
}
.t13-site__header .header-section-menu-button .header-menu-button__content::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: #ff5b22;
  height: 100%;
  left: 0;
  top: 8px;
}
.t13-site__header .header-section-menu-button .header-menu-button__content::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: #ff5b22;
  height: 100%;
  left: 0;
  bottom: 8px;
}
@media only screen and (min-width: 1100px) {
  .t13-site__header--minify {
    position: sticky;
    height: 60px;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .t13-site__header--minify .header-container {
    grid-template-rows: 100%;
    grid-template-columns: 60px minmax(0, 1fr) 60px;
  }
  .t13-site__header--minify .header-section-logo .header-logo-image {
    width: 35px;
  }
  .t13-site__header--minify .header-section-top {
    display: none;
  }
  .t13-site__header--minify .header-section-bottom {
    grid-row: 1;
    border: none;
    height: 100%;
    align-items: center;
  }
  .t13-site__header--minify .header-section-bottom nav {
    height: 100%;
  }
  .t13-site__header--minify .header-section-bottom nav ul li a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .t13-site__header--minify .header-section-bottom nav ul li a {
    min-width: 48px;
  }
}
@media only screen and (min-width: 1100px) {
  .t13-site__header--minify .header-section-bottom div {
    display: flex;
  }
  .t13-site__header--minify .header-section-bottom div a#btn-en-vivo-bottom {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header.t13-site__header--alternative {
    height: 60px;
  }
}
.t13-site__header.t13-site__header--alternative .header-container {
  grid-template-columns: 210px minmax(0, 1fr) 80px;
  column-gap: 20px;
  width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header.t13-site__header--alternative .header-container {
    grid-template-columns: 210px minmax(0, 1fr) 100px;
    grid-template-rows: 100px;
    column-gap: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header.t13-site__header--alternative .header-container {
    grid-template-columns: 180px minmax(0, 1fr) 60px;
    grid-template-rows: 60px;
    column-gap: 0px;
    width: 100%;
  }
}
.t13-site__header.t13-site__header--alternative .header-section-logo {
  background-color: transparent;
}
.t13-site__header.t13-site__header--alternative .header-section-mid {
  grid-row: 1/-1;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.t13-site__header.t13-site__header--alternative .header-section-mid .button-w-icon {
  height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header.t13-site__header--alternative .header-section-mid .ui-search-input {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header.t13-site__header--alternative .header-section-mid .ui-search-input {
    display: none;
  }
  .t13-site__header.t13-site__header--alternative .header-section-mid .live__button {
    display: none;
  }
}
.t13-site__header.t13-site__header--alternative.t13-site__header--minify {
  position: sticky;
  height: 60px;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/** EMPRENDEDORES **/
.t13-site__header.t13-site__header--alternative.emprendedores #header-alternative-logo-item {
  background-image: url("https://www-storage.13.cl/t13/2020/landings/emprendedores/WC-a165.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .t13-site__header.t13-site__header--alternative.emprendedores #header-alternative-logo-item {
    background-image: url("https://www-storage.13.cl/t13/2020/landings/emprendedores/logo-emprendedores-mob.jpg");
    margin-left: 10px;
  }
}
.t13-site__header.t13-site__header--alternative.emprendedores .header-container {
  grid-template-columns: 490px minmax(0, 1fr) 80px;
  column-gap: 20px;
  width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__header.t13-site__header--alternative.emprendedores .header-container {
    grid-template-columns: 420px minmax(0, 1fr) 100px;
    grid-template-rows: 100px;
    column-gap: 10px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__header.t13-site__header--alternative.emprendedores .header-container {
    grid-template-columns: 240px minmax(0, 1fr) 60px;
    grid-template-rows: 60px;
    column-gap: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .t13-site__header.t13-site__header--alternative.emprendedores .header-container {
    grid-template-columns: 200px minmax(0, 1fr) 60px;
  }
}
/** EMPRENDEDORES **/
.t13-site__footer {
  background-color: #26272f;
  padding: 30px 0;
  width: 100%;
}
.t13-site__footer .footer-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  padding: 20px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 767px) {
  .t13-site__footer .footer-container {
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
  }
}
.t13-site__footer .footer-links {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__footer .footer-links {
    align-items: flex-start;
  }
}
.t13-site__footer .footer-links__columns {
  padding-right: 40px;
  min-height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__footer .footer-links__columns {
    padding-right: 10px;
  }
}
.t13-site__footer .footer-links__columns ul li {
  padding: 5px 0;
}
.t13-site__footer .footer-links__columns ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #767676;
  text-transform: uppercase;
  transition: 0.3s color;
}
.t13-site__footer .footer-links__columns ul li a:hover {
  color: white;
}
.t13-site__footer .footer-partners {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.t13-site__footer .footer-partners__logo {
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .t13-site__footer .footer-partners {
    grid-column: 1;
    grid-row: 3;
    justify-content: center;
    margin: 20px 0;
  }
}
.t13-site__footer .footer-info {
  grid-row: 2;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.t13-site__footer .footer-info__logo {
  height: 80px;
  width: 80px;
}
.t13-site__footer .footer-info p {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  color: #767676;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .t13-site__footer .footer-info {
    grid-column: 1;
    grid-row: 4;
  }
}
.t13-site__footer .footer-networks {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__footer .footer-networks ul {
    text-align: center;
    margin: 20px 0;
  }
}
.t13-site__footer .footer-networks ul li {
  display: inline-block;
  padding: 4px;
}
.t13-site__footer .footer-networks__logo {
  height: 50px;
  display: block;
}
.t13-site__footer .footer-networks__logo--13 {
  background-position: 45px 0;
  width: 35px;
  left: 387px;
}
.t13-site__footer .footer-networks__logo--13c {
  background-position: -8px 0;
  width: 40px;
}
.t13-site__footer .footer-networks__logo--oasis {
  background-position: -55px 4px;
  width: 50px;
  left: 35px;
}
.t13-site__footer .footer-networks__logo--play {
  background-position: -112px 0;
  width: 45px;
  left: 75px;
}
.t13-site__footer .footer-networks__logo--rec {
  background-position: -168px 0;
  width: 49px;
  left: 120px;
}
.t13-site__footer .footer-networks__logo--sonar {
  background-position: -230px 0;
  width: 63px;
  left: 182px;
}
.t13-site__footer .footer-networks__logo--tele13radio {
  background-position: 295px 0;
  width: 106px;
  left: 240px;
}
.t13-site__footer .footer-networks__logo--mesacentral {
  background-position: 170px 0;
  width: 75px;
  left: 342px;
}
.t13-site__footer .footer-networks__logo--t13 {
  background-position: 86px 1px;
  width: 40px;
  left: 387px;
}
@media only screen and (max-width: 767px) {
  .t13-site__footer .footer-networks {
    grid-column: 1;
    grid-row: 2;
  }
}
.t13-site__menu {
  position: fixed;
  top: 80px;
  z-index: 49;
  height: calc(100vh - 80px);
  background: white;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  transform: translateY(-125%);
  transition: 0.5s ease transform;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu {
    top: 100px;
    height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu {
    top: 100px;
    height: calc(100vh - 100px);
  }
}
.t13-site__menu--open {
  transform: translateY(0%);
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 767px) {
  .t13-site__menu--open {
    height: calc(100vh - 100px);
  }
}
.t13-site__menu .menu__top {
  grid-column: 1;
  grid-row: 1;
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.t13-site__menu .menu__top__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 40px 0px;
  height: 100%;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__top__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__container {
    gap: 40px 0px;
  }
}
.t13-site__menu .menu__top__sections {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__top__sections::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #e6e6e6;
    right: 0;
    top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__sections {
    flex-direction: column;
    grid-row: 4;
  }
}
.t13-site__menu .menu__top__sections__heading {
  color: #909090;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 60px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__top__sections__heading {
    width: calc(40% - 120px);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__sections__heading {
    width: calc(100% - 20px);
    font-size: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__sections__list {
    width: calc(100% - 60px);
    margin: 0 30px;
    margin-bottom: 20px;
  }
}
.t13-site__menu .menu__top__sections__list__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__sections__list__item {
    margin-bottom: 10px;
  }
}
.t13-site__menu .menu__top__sections__list__item__link {
  color: #ff5b22;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  transform: 0.3s ease all;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__top__sections__list__item__link:hover {
    color: rgba(224, 82, 26, 0.877);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__top__sections__list__item__link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__sections__list__item__link {
    font-size: 20px;
  }
}
.t13-site__menu .menu__top__videos {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__videos {
    flex-direction: column;
    grid-row: 5;
  }
}
.t13-site__menu .menu__top__videos__heading {
  color: #909090;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 60px 0 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__top__videos__heading {
    width: calc(40% - 120px);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__videos__heading {
    width: calc(100% - 20px);
    font-size: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__videos__list {
    width: calc(100% - 60px);
    margin: 0 30px;
    margin-bottom: 20px;
  }
}
.t13-site__menu .menu__top__videos__list__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__videos__list__item {
    margin-bottom: 10px;
  }
}
.t13-site__menu .menu__top__videos__list__item__link {
  color: #ff5b22;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__top__videos__list__item__link:hover {
    color: rgba(224, 82, 26, 0.877);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__top__videos__list__item__link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__videos__list__item__link {
    font-size: 20px;
  }
}
.t13-site__menu .menu__top__featured {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__top__featured {
    grid-row: 2;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__featured {
    grid-row: 3;
    flex-direction: column;
    align-items: flex-start;
  }
}
.t13-site__menu .menu__top__featured__heading {
  color: #909090;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 60px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__top__featured__heading {
    width: calc(40% - 120px);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__featured__heading {
    width: calc(100% - 20px);
    font-size: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
.t13-site__menu .menu__top__featured__item {
  margin: 15px;
}
.t13-site__menu .menu__top__featured__item:nth-child(3) {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__featured__item {
    margin-left: 30px;
  }
}
.t13-site__menu .menu__top__featured__item img {
  max-height: 35px;
}
.t13-site__menu .menu__top__social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__social {
    grid-row: 2;
  }
}
.t13-site__menu .menu__top__social__list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__social__list__item:last-child {
    position: absolute;
    margin: 40px 90px;
  }
}
.t13-site__menu .menu__top__social__list__item__link {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  transition: 0.3s ease all;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__top__social__list__item__link:hover {
    filter: none;
  }
}
.t13-site__menu .menu__top__social__list__item__link img {
  width: 25px;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__top__search {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__top__search {
    grid-row: 1;
    width: calc(100% - 120px);
    margin: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__top__search {
    grid-row: 1;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.t13-site__menu .menu__bottom {
  grid-column: 1;
  grid-row: 2;
  background-color: #50555b;
  padding-top: 20px;
  padding-bottom: 20px;
}
.t13-site__menu .menu__bottom__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 40px 0px;
  height: 100%;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__bottom__container {
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: auto;
  }
}
.t13-site__menu .menu__bottom__more {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__bottom__more {
    flex-direction: column;
  }
}
.t13-site__menu .menu__bottom__more__heading {
  color: #e6e6e6;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 60px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__bottom__more__heading {
    width: calc(40% - 120px);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__bottom__more__heading {
    width: calc(100% - 20px);
    font-size: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__bottom__more__list {
    width: calc(100% - 60px);
    margin: 0 30px;
    margin-bottom: 20px;
  }
}
.t13-site__menu .menu__bottom__more__list__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__bottom__more__list__item {
    margin-bottom: 10px;
  }
}
.t13-site__menu .menu__bottom__more__list__item__link {
  color: #ffc200;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  transform: 0.3s ease all;
}
@media only screen and (min-width: 1100px) {
  .t13-site__menu .menu__bottom__more__list__item__link:hover {
    color: #e2ad00;
  }
}
.t13-site__menu .menu__bottom__trendings {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__bottom__trendings {
    flex-direction: column;
  }
}
.t13-site__menu .menu__bottom__trendings__heading {
  color: #e6e6e6;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 60px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .t13-site__menu .menu__bottom__trendings__heading {
    width: calc(40% - 120px);
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__bottom__trendings__heading {
    width: calc(100% - 20px);
    font-size: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu .menu__bottom__trendings__list {
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
.t13-site__menu .menu__bottom__trendings__list__item {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}
.t13-site__menu.t13-site__menu--minify {
  top: 60px;
  height: calc(100vh - 60px);
}
.t13-site__menu.t13-site__menu--minify--open {
  transform: translateY(0%);
  height: calc(100vh - 60px);
}
@media only screen and (max-width: 767px) {
  .t13-site__menu.t13-site__menu--minify--open {
    height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .t13-site__menu.t13-site__menu--alternative {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .t13-site__menu.t13-site__menu--alternative--open {
    transform: translateY(0%);
    height: calc(100vh - 60px);
  }
}
/** components */
.chip {
  display: inline-flex;
  height: 22px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.12);
  padding: 0 10px;
  border-radius: 5px;
  transition: 0.3s all;
}
.chip span {
  color: black;
}
.chip span.chip__text {
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
.chip span:not(:first-child) {
  margin-left: 5px;
}
.chip:hover {
  background-color: rgba(0, 0, 0, 0.18);
}
.chip--outline {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.chip--primary {
  background-color: rgba(255, 91, 34, 0.12);
}
.chip--primary span {
  color: #ff5b22;
}
.chip--primary.chip--outline {
  background-color: transparent;
  border: 1px solid rgba(255, 91, 34, 0.3);
}
.chip--primary.chip--outline span {
  color: #ff5b22;
}
.chip--primary:hover {
  background-color: rgba(255, 91, 34, 0.18);
}
.chip--gray span {
  color: white;
}
.chip--gray.chip--outline {
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.12);
}
.chip--gray.chip--outline span {
  color: gray;
}
.chip--dark.chip--outline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.chip--dark.chip--outline span {
  color: rgba(255, 255, 255, 0.6);
}
.chip--dark.chip--outline:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.ui-input--group {
  width: 100%;
  height: 40px;
  background: white;
  border-radius: 10px;
  display: flex;
}
.ui-input--group button {
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0;
  cursor: pointer;
}
.ui-input--group button img {
  width: 15px;
  height: 15px;
}
.ui-input--group input {
  width: calc(100% - 40px);
  border: none;
  height: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: gray;
}
.ui-input--group label {
  display: none;
}
.ui-search-input {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #eeeeee;
  font-family: "Roboto";
  border-radius: 50px;
  padding: 0 13px;
}
@media only screen and (max-width: 767px) {
  .ui-search-input {
    display: none;
  }
}
.ui-search-input label {
  display: none;
}
.ui-search-input input {
  border: none;
  font-size: 13px;
  height: 20px;
  max-width: 120px;
  background: transparent;
  font-family: "Roboto";
}
.ui-search-input button {
  width: 25px;
  height: 25px;
  background: 0 0;
  border: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ui-search-input button::before {
  width: 41%;
  height: 41%;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #5f5f5f;
  content: "";
}
.ui-search-input button::after {
  width: 3px;
  height: 8px;
  position: absolute;
  background: #5f5f5f;
  content: "";
  bottom: 2px;
  transform: rotate(-44deg);
  right: 3px;
}
.slider-mini {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
.slider-mini__header {
  font-size: 20px;
  font-weight: 700;
  color: white;
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}
.slider-mini__wrapper {
  overflow: hidden;
  display: flex;
  position: relative;
  width: 100%;
}
.slider-mini__wrapper .slider-mini__arrows {
  display: none;
  top: calc(35% - 40px);
  position: absolute;
  background: #ff562263;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s ease all;
  border: none;
}
.slider-mini__wrapper .slider-mini__arrows--left {
  left: 2px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding: 1.3rem 1.3rem 1.3rem 0.5rem;
}
.slider-mini__wrapper .slider-mini__arrows--right {
  right: 2px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding: 1.3rem 0.5rem 1.3rem 1.3rem;
}
.slider-mini__wrapper .slider-mini__arrows img {
  height: 30px;
  color: white;
  opacity: 0.6;
}
.slider-mini__wrapper .slider-mini__arrows:hover {
  background: #ff5622e3;
}
.slider-mini__wrapper .slider-mini__arrows:hover img {
  opacity: 0.9;
}
.slider-mini__wrapper .slider-mini__arrows:disabled {
  background: rgba(0, 0, 0, 0.3);
}
.slider-mini__wrapper .slider-mini__arrows:disabled img {
  opacity: 0.6;
}
@media only screen and (min-width: 1100px) {
  .slider-mini__wrapper:hover .slider-mini__arrows {
    display: block;
  }
  .slider-mini__wrapper:hover .slider-mini__article img {
    opacity: 0.3;
  }
}
.slider-mini__content {
  display: flex;
  width: inherit;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1100px) {
  .slider-mini__content {
    overflow: scroll hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .slider-mini__content::-webkit-scrollbar {
    display: none;
  }
}
.slider-mini__item {
  min-width: 25%;
  max-width: 25%;
  min-height: 200px;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .slider-mini__item {
    min-width: 42.5%;
    max-width: 42.5%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-mini__item {
    min-width: 90%;
    max-width: 90%;
  }
}
.live__button {
  margin-right: 8px;
  margin-left: 20px;
  transition: opacity 0.3s;
  background: #ff5b22;
  border-radius: 50px;
  padding: 0;
  height: 27px;
  position: relative;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .live__button {
    height: 36px;
  }
}
.live__button::after {
  content: "";
  background: url("https://www-storage.13.cl/t13/_svg/t13-logos-t13envivo-animated.svg");
  width: 72px;
  height: 18px;
  position: relative;
  display: block;
  top: initial;
  left: calc(50% - 47px);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position-x: -28px;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 1100px) {
  .live__button:hover {
    opacity: 0.8;
  }
}
.button-w-icon {
  height: inherit;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 11px;
  padding: 0 10px;
  transition: 0.3s ease-in all;
}
.button-w-icon img {
  height: 60%;
}
@media only screen and (min-width: 1100px) {
  .button-w-icon:hover {
    opacity: 0.8;
  }
}
.card-wide {
  display: grid;
  min-height: 380px;
  grid-template-columns: 1fr 400px;
  grid-template-rows: 380px;
  width: 100%;
  border-top: 4px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .card-wide {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
@media only screen and (max-width: 767px) {
  .card-wide {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto;
  }
}
.card-wide > .card-wide__picture {
  overflow: hidden;
  position: relative;
}
.card-wide > .card-wide__picture picture {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  display: flex;
  justify-content: center;
}
.card-wide > .card-wide__picture picture img {
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
  object-position: center top;
  min-height: 100%;
  min-width: 100%;
  transform: none;
  z-index: 1;
}
.card-wide > .card-wide__picture .card-wide__picture-credit {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.87);
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  padding: 7px 14px;
  font-size: 12px;
  text-transform: uppercase;
}
.card-wide > .card-wide__info {
  padding: 30px;
  width: calc(100% - 60px);
  height: calc(380px - 60px);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .card-wide > .card-wide__info {
    padding: 20px;
    width: calc(100% - 40px);
    height: calc(380px - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .card-wide > .card-wide__info {
    height: auto;
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
}
.card-wide > .card-wide__info .card-wide__main-content .card-wide__main-content-title {
  font-size: 2rem;
  line-height: 1.2;
  color: #2a2a2a;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .card-wide > .card-wide__info .card-wide__main-content .card-wide__main-content-title {
    font-size: 1.7rem;
  }
}
.card-wide > .card-wide__info .card-wide__main-content .card-wide__main-content-title:hover {
  opacity: 0.7;
}
.card-wide > .card-wide__info .card-wide__related-content {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .card-wide > .card-wide__info .card-wide__related-content {
    margin-top: 20px;
  }
}
.card-wide > .card-wide__info .card-wide__related-content ul {
  padding-left: 20px;
}
.card-wide > .card-wide__info .card-wide__related-content ul li {
  position: relative;
  margin-bottom: 10px;
}
.card-wide > .card-wide__info .card-wide__related-content ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 5px;
  left: -20px;
  background-color: #2a2a2a;
}
.card-wide > .card-wide__info .card-wide__related-content ul li a {
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: bold;
  transition: opacity 0.3s ease;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .card-wide > .card-wide__info .card-wide__related-content ul li a {
    font-size: 0.9rem;
  }
}
.card-wide > .card-wide__info .card-wide__related-content ul li a:hover {
  opacity: 0.7;
}
.card-normal {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .card-normal {
    min-height: 0px;
  }
}
.card-normal > .card-normal__picture {
  position: relative;
  padding-bottom: 56.2%;
}
.card-normal > .card-normal__picture img {
  position: absolute;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.card-normal > .card-normal__picture .card-normal__picture-credit {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.87);
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  padding: 7px 14px;
  font-size: 12px;
  text-transform: uppercase;
}
.card-normal > .card-normal__info {
  padding: 20px 0;
  width: 98%;
  display: flex;
  flex-direction: column;
}
.card-normal > .card-normal__info .card-normal__content-category {
  font-size: 1rem;
  font-weight: bold;
  color: #ff5b22;
  padding-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-normal > .card-normal__info .card-normal__content-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #26272f;
  padding-top: 10px;
  padding-bottom: 16px;
  transition: opacity 0.3s ease;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .card-normal > .card-normal__info .card-normal__content-title {
    font-size: 1rem;
  }
}
/*ESTILOS PARA COMUNIDADT13*/
.comunidadt13__form {
  background: url("https://www-storage.13.cl/t13/resources/comunidadt13/comunidadt13-fondo2.jpg") no-repeat top center;
  min-height: 678px;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .comunidadt13__form {
    min-height: initial;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form {
    min-height: initial;
  }
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form:before {
    display: block;
    height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form:after {
    content: "";
    background: url("https://www-storage.13.cl/t13/resources/comunidadt13/comunidadt13-bottom.jpg") no-repeat top center;
    display: block;
    height: 70px;
  }
}
.comunidadt13__form__wrapper {
  text-align: center;
  padding: 171px 0px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .comunidadt13__form__wrapper {
    max-width: 396px;
    margin: auto;
    padding: 94px 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper {
    padding: 150px 10px 36px;
    width: calc(100% - 20px);
    display: grid;
    grid-template-columns: auto;
  }
}
.comunidadt13__form__wrapper .logo-image {
  max-width: 434px;
  width: 100%;
  margin: auto;
}
.comunidadt13__form__wrapper p {
  max-width: 612px;
  width: 100%;
  margin: auto;
  color: #39444f;
  font-size: 18px;
  line-height: 24px;
  text-align: initial;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
.comunidadt13__form__wrapper .text_one {
  padding: 50px 0px 28px;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .text_one {
    padding: 45px 0px 30px;
  }
}
.comunidadt13__form__wrapper .text_one span:nth-child(1), .comunidadt13__form__wrapper .text_one span:nth-child(2) {
  font-weight: 900;
}
.comunidadt13__form__wrapper .text_one span:nth-child(3) {
  color: #39444f;
  text-transform: uppercase;
  font-weight: 900;
}
.comunidadt13__form__wrapper .text_two {
  padding-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .text_two {
    padding-bottom: 46px;
  }
}
.comunidadt13__form__wrapper .btn_form,
.comunidadt13__form__wrapper .btn_whatsapp {
  font-size: 20px;
  font-weight: 900;
  color: #e1f4fa;
  background: #ff662d;
  padding: 10px 0px 12px;
  text-transform: uppercase;
  max-width: 190px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.comunidadt13__form__wrapper .btn_form:hover,
.comunidadt13__form__wrapper .btn_whatsapp:hover {
  background: #78bfd4;
  color: #39444f;
}
.comunidadt13__form__wrapper .btn_form {
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .btn_form {
    margin: 0 auto 5px auto;
    display: block;
    max-width: initial;
  }
}
.comunidadt13__form__wrapper .btn_form a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comunidadt13__form__wrapper .btn_form a:before {
  content: "";
  background: url("https://www-storage.13.cl/t13/resources/comunidadt13/Form.svg");
  display: block;
  width: 20px;
  height: 24px;
  margin-right: 10px;
  filter: grayscale(1) brightness(2.5);
}
.comunidadt13__form__wrapper .btnFormulario.boton_activo {
  background: #78bfd4;
  color: #39444f;
}
.comunidadt13__form__wrapper .btn_whatsapp {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .btn_whatsapp {
    margin: 5px auto 0px;
    display: block;
    grid-row: 6;
    max-width: initial;
  }
}
.comunidadt13__form__wrapper .btn_whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comunidadt13__form__wrapper .btn_whatsapp a:before {
  content: "";
  background: url("https://www-storage.13.cl/t13/resources/comunidadt13/whatsapp.svg");
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  filter: grayscale(1) brightness(2.5);
}
.comunidadt13__form__wrapper .btn_group {
  background: #78bfd4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 32px 50px 34px;
  margin-top: 16px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .btn_group {
    padding: 32px 12px 34px;
    grid-row: 5;
    margin: 11px auto;
    width: calc(100% - 24px);
  }
}
.comunidadt13__form__wrapper .btn_group .btn_group_title {
  font-size: 20px;
  font-weight: 900;
  color: #39444f;
  text-transform: uppercase;
  padding-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .btn_group .btn_group_title {
    font-size: 18px;
    padding-bottom: 22px;
  }
}
.comunidadt13__form__wrapper .btn_group .btn_group_wrapper {
  display: flex;
}
.comunidadt13__form__wrapper .btn_group .btn_group_wrapper a {
  color: #e1f4fa;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  background: #39444f;
  min-width: 142px;
  width: 100%;
  padding: 12px 0px;
  display: inline-block;
  margin-right: 10px;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .btn_group .btn_group_wrapper a {
    min-width: 132px;
  }
}
.comunidadt13__form__wrapper .btn_group .btn_group_wrapper a:last-child {
  margin-right: 0px;
}
.comunidadt13__form__wrapper .btn_group .btn_group_wrapper a:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__form__wrapper .btn_group .btn_group_wrapper a:hover {
    opacity: initial;
  }
}
.comunidadt13__form__wrapper .btn_group.btn_active {
  display: block;
}
.comunidadt13__muro_contenido .muro_contenido_wrapper {
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 35px 20px;
  position: relative;
  padding-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .comunidadt13__muro_contenido .muro_contenido_wrapper {
    padding-top: 30px;
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .comunidadt13__muro_contenido .muro_contenido_wrapper {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    padding: 16px 0px;
    grid-gap: 30px;
  }
}
.comunidadt13__muro_contenido .cards_container {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* max-width: 820px; */
  width: 100%;
  grid-gap: 40px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .comunidadt13__muro_contenido .cards_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .comunidadt13__muro_contenido .cards_container {
    grid-template-columns: auto;
    grid-gap: 20px;
    padding: 0px 10px;
    width: calc(100% - 20px);
  }
}
.comunidadt13__muro_contenido .card {
  max-width: 260px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: opacity 0.3s;
}
.comunidadt13__muro_contenido .card:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__muro_contenido .card {
    max-width: initial;
    display: grid;
    grid-template-columns: 94px auto;
    grid-gap: 14px;
    align-items: center;
  }
}
.comunidadt13__muro_contenido .card .imagen {
  height: 154px;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__muro_contenido .card .imagen {
    height: 90px;
  }
}
.comunidadt13__muro_contenido .card .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comunidadt13__muro_contenido .card .titulo {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #39444f;
  line-height: normal;
}
.comunidadt13__muro_contenido .btn_mas_noticias {
  grid-column: 1;
  grid-row: 2;
  margin: auto;
  background: #ff662d;
  color: #e1f4fa;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 14px;
  transition: opacity 0.3s;
}
.comunidadt13__muro_contenido .btn_mas_noticias:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__muro_contenido .btn_mas_noticias {
    grid-row: 3;
  }
}
.comunidadt13__muro_contenido .btn_mas_noticias:before {
  content: "+";
  font-size: 20px;
  font-weight: 700;
  color: #e1f4fa;
  margin-right: 8px;
}
.comunidadt13__muro_contenido .banner_sticky {
  grid-column: 2;
}
.comunidadt13__muro_contenido .banner_sticky > div {
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__muro_contenido .banner_sticky > div {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .comunidadt13__muro_contenido .banner_sticky {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }
}
.comunidadt13__banner_top {
  background: #333333;
  padding: 20px 0px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .comunidadt13__banner_top {
    padding: 10px 0px;
  }
}

/*# sourceMappingURL=styles-comunidadt13-bundle.css.map*/