@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "sharp_sans";
  src: url("../fonts/sharpsans-light.woff2") format("woff2"), url("../fonts/sharpsans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "sharp_sans";
  src: url("../fonts/sharpsans-medium.woff2") format("woff2"), url("../fonts/sharpsans-medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sharp_sans";
  src: url("../fonts/sharpsans-semibold.woff2") format("woff2"), url("../fonts/sharpsans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "sharp_sans";
  src: url("../fonts/sharpsans-bold.woff2") format("woff2"), url("../fonts/sharpsans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "discovery-icon";
  src: url("../fonts/discovery.eot");
  src: url("../fonts/discovery.eot#iefix") format("embedded-opentype"), url("../fonts/discovery.ttf") format("truetype"), url("../fonts/discovery.woff") format("woff"), url("../fonts/discovery.svg#discovery") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "discovery-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-id:before {
  content: "";
}

.icon-mequedo:before {
  content: "";
}

.icon-homeandhealth:before {
  content: "";
}

.icon-HGTV:before {
  content: "";
}

.icon-food:before {
  content: "";
}

.icon-discovery-vertical:before {
  content: "";
}

.icon-kids:before {
  content: "";
}

.icon-discovery:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-animal-planet:before {
  content: "";
}

.icon-next:before {
  content: "";
}

.icon-tlc:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-follow-us:before {
  content: "";
}

.icon-turbo:before {
  content: "";
}

.icon-dots:before {
  content: "";
}

.icon-brush-left:before {
  content: "";
}

.icon-brush-right:before {
  content: "";
}

.icon-hogar:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-familia:before {
  content: "";
}

.icon-denespanol:before {
  content: "";
}

.icon-denespanol:before {
  content: "";
}

.icon-instadesktop:before {
  content: "";
}

body {
  font-family: "sharp_sans";
  padding-top: 56px;
}

nav {
  background: #109AB0;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 10;
  min-height: 59px;
  width: 100%;
}
nav button {
  padding: 0;
}
nav.search-active .main-menu {
  display: none;
}
nav.search-active .search-action {
  display: flex;
  opacity: 1;
  padding-top: 12px;
  padding-bottom: 14px;
  height: auto;
  top: 0px;
}
nav.search-active .search-action input, nav.search-active .search-action .growing-bar {
  width: 100%;
}
nav.follow-active .main-menu {
  display: none;
}
nav.follow-active .growing-bar a {
  display: flex;
  line-height: 1;
  font-size: 18px;
  margin-left: 20px;
}
nav.follow-active .follow-action {
  display: flex;
  opacity: 1;
  padding-top: 16px;
  padding-bottom: 14px;
  height: auto;
  top: 0px;
}
nav.follow-active .follow-action .growing-bar {
  width: 100%;
}
nav .wrap {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
nav .wrap div {
  display: flex;
}
nav .wrap div:nth-child(2) {
  flex: 1;
}
nav .wrap .discovery-block {
  padding-bottom: 0px;
}
nav .icon-discovery {
  font-size: 24px;
  /*margin-left: 16px;*/
  margin-top: 2px;
}
nav .icon-menu {
  font-size: 12px;
}
nav .icon-search {
  font-size: 18px;
  display: inline-block;
}
nav .icon-follow-us {
  font-size: 19px;
  margin-top: -1px;
  border-right: 1px solid #ffffff;
  padding-right: 24px;
}
nav button .icon-follow-us {
  border-right: none;
  padding-right: 0;
}
nav .search-action, nav .follow-action {
  padding-left: 6px;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  padding: 0;
  height: 0;
  position: relative;
  top: -60px;
}
nav .search-action .growing-bar, nav .follow-action .growing-bar {
  width: 0%;
  margin: 0 0 0 auto;
  padding: 0 4px;
  outline: none;
  display: flex;
  background: transparent;
  border: none;
  transition: width 0.5s ease 0s;
}
nav .search-action .growing-bar a, nav .follow-action .growing-bar a {
  color: white;
  text-decoration: none;
}
nav .search-action form, nav .follow-action form {
  flex: 1;
}
nav .search-action form div, nav .follow-action form div {
  max-width: calc(100% - 44px);
  margin: auto;
}
nav .search-action form input, nav .follow-action form input {
  width: 0%;
  margin: 0 0 0 auto;
  padding: 0 4px;
  outline: none;
  display: block;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: white;
  transition: width 0.5s ease 0s;
  border-radius: 0;
}
nav .search-action form input::placeholder, nav .follow-action form input::placeholder {
  color: white;
}
nav .search-action.active input, nav .follow-action.active input {
  width: 100%;
  opacity: 1;
}
nav .menu-block {
  margin-top: -2px;
  margin-right: 16px;
}

.slide {
  width: 100%;
  clear: both;
  background-color: #ace752;
  background-image: url(../images/hogar_landing_mobile_2.jpg);
  background-size: contain;
  color: #007851;
  position: relative;
  overflow: hidden;
  background-position: right;
  background-repeat: no-repeat;
}
.slide .description {
  position: relative;
  font-size: 4vw;
  letter-spacing: 1px;
  max-width: 78%;
  padding: 7% 7% 32%;
}
.slide .description .icon-hogar {
  display: block;
  font-size: 15vw;
}
.slide .description p:first-child, .slide .description p:nth-child(2) {
  margin-bottom: 16px;
}
.slide .floating-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 140%;
}

.four-items {
  display: flex;
  flex-wrap: wrap;
}
.four-items div {
  width: 100%;
  max-width: 50%;
}
.four-items div .mobile {
  display: block;
  margin-top: 12px;
}
.four-items div .desktop {
  display: none;
}

.flex-row {
  max-width: 720px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  padding: 32px 20px;
}
.flex-row .side-image {
  flex: 3;
  text-align: center;
  margin-top: 24px;
}
.flex-row .side-image img {
  margin: auto;
}
.flex-row .info {
  flex: 9;
  flex-flow: column;
  text-align: center;
  justify-content: center;
}
.flex-row .info p {
  margin-bottom: 16px;
}
.flex-row .info .flex-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 20px auto 0;
  font-weight: bold;
}
.flex-row .info .flex-social a {
  display: inline-block;
  margin-right: 16px;
}
.flex-row .info .flex-network {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #525252;
  font-weight: 700;
}
.flex-row .info .flex-network img {
  margin-right: 8px;
}
.flex-row .info .hr, .flex-row .info .guia {
  display: none;
}
.flex-row .hr {
  height: 2px;
  width: 85%;
  margin: 24px auto;
  background-color: #1B99B1;
}
.flex-row .guia {
  font-size: 18px;
  font-weight: bold;
  color: #1B99B1;
}
.flex-row .guia span {
  display: block;
}
.flex-row .side-image .hr, .flex-row .side-image .guia {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.follow-block i {
  display: block;
}
.follow-block span {
  display: none;
}

.search-block {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #fff;
}

.bg-light-blue {
  background-color: #0FCECE;
  padding: 14px 20px;
}

.flex-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  color: white;
  max-width: 260px;
}
.flex-share .share {
  font-weight: bold;
  font-size: 14px;
}
.flex-share a, .flex-share button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #0FCECE;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: white;
}
.flex-share .facebook {
  line-height: 46px;
}
.flex-share .facebook .icon-facebook {
  font-size: 20px;
}
.flex-share .twitter {
  line-height: 42px;
}
.flex-share .twitter .icon-twitter {
  font-size: 15px;
}
.flex-share .instagram {
  line-height: 42px;
}
.flex-share .instagram .icon-instagram {
  font-size: 22px;
}
.flex-share .instagram .icon-instadesktop {
  font-size: 22px;
}
.flex-share .email {
  line-height: 46px;
}
.flex-share .email .icon-email {
  font-size: 20px;
}
.flex-share .link {
  line-height: 36px;
}
.flex-share .link .icon-link {
  font-size: 9px;
}
.flex-share .brush {
  display: none;
  color: #ade752;
  font-size: 28px;
}

.footer {
  background-color: #109AB0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 32px;
  color: white;
}
.footer .icon-discovery {
  font-size: 36px;
}
.footer .channels {
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0%;
  flex-wrap: wrap;
  max-width: 884px;
  width: 100%;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 60px;
}
.footer .channels a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 2px 20px;
}
.footer .channels .mequedo {
  font-size: 40px;
}
.footer .channels .discovery {
  font-size: 40px;
}
.footer .channels .animal-planet {
  font-size: 50px;
}
.footer .channels .id {
  font-size: 50px;
}
.footer .channels .turbo {
  font-size: 20px;
}
.footer .channels .homeandhealth {
  font-size: 32px;
}
.footer .channels .tlc {
  font-size: 34px;
}
.footer .channels .kids {
  font-size: 42px;
}
.footer .channels .food {
  font-size: 36px;
}
.footer .channels .denespanol {
  font-size: 32px;
}
.footer .channels .familia {
  font-size: 46px;
}
.footer .channels .hogar {
  font-size: 38px;
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
}
.footer .copyright span {
  display: inline-block;
}
.footer .terms {
  display: flex;
  flex-direction: row;
  margin: 12px 0;
  text-transform: uppercase;
}
.footer .terms p {
  text-align: center;
}
.footer .terms p a {
  display: inline-block;
}
.footer .terms p a:first-child:after {
  content: " / ";
  margin-right: 5px;
  margin-left: 5px;
}
.footer .terms, .footer .newsletter {
  font-size: 11px;
}
.footer .terms a, .footer .newsletter a {
  text-decoration: none;
  color: white;
}

button {
  background: transparent;
  border: none;
  color: white;
  outline: none;
  user-select: none;
  cursor: pointer;
  line-height: 1;
}

.channels-menu {
  display: block;
  height: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  overflow: hidden;
}
.channels-menu.active {
  display: block;
  height: auto;
  overflow: hidden auto;
}
.channels-menu.active .menu-wrapper {
  left: 0;
}
.channels-menu .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.channels-menu .menu-wrapper {
  position: relative;
  width: 100vw;
  left: -105%;
  height: 100vh;
  overflow: auto;
  transition: left 0.8s ease 0s;
  background-color: #d6dbda;
}
.channels-menu .menu-wrapper .top-bar {
  padding: 16px;
  background-color: #109AB0;
}
.channels-menu .menu-wrapper .top-bar .icon-close {
  font-size: 14px;
}
.channels-menu .card-wrapper {
  width: 30.5%;
  height: 155px;
  margin-bottom: 16px;
  position: relative;
  perspective: 600px;
}
.channels-menu .card-wrapper.active .card {
  transform: rotateY(180deg);
}
.channels-menu .card-wrapper .card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  position: relative;
}
.channels-menu .card-wrapper div {
  width: 100%;
}
.channels-menu .card-wrapper a {
  text-align: center;
  text-decoration: none;
  color: black;
}
.channels-menu .card-wrapper .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: white;
  border-radius: 50%;
  font-size: 42px;
  line-height: 74px;
  margin: 0 auto 8px;
}
.channels-menu .card-wrapper .normal {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  transform: rotateY(0deg);
  background-color: #ececec;
}
.channels-menu .card-wrapper .flipped {
  transform: rotateY(180deg);
}
.channels-menu .card-wrapper .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 8px;
  padding: 8px 4px 4px;
  display: flex;
  flex-direction: column;
}
.channels-menu .mequedo .circle, .channels-menu .mequedo .flipped {
  background-color: #f1534a;
}
.channels-menu .discovery .circle, .channels-menu .discovery .flipped {
  background: #1c6693;
}
.channels-menu .animal-planet .circle, .channels-menu .animal-planet .flipped {
  background: #0073ff;
}
.channels-menu .animal-planet .circle {
  font-size: 50px;
  line-height: 76px;
}
.channels-menu .id .circle, .channels-menu .id .flipped {
  background: #353535;
}
.channels-menu .id .circle {
  font-size: 50px;
  line-height: 76px;
}
.channels-menu .turbo .circle, .channels-menu .turbo .flipped {
  background: #ce001e;
}
.channels-menu .turbo .circle {
  font-size: 19px;
  line-height: 74px;
}
.channels-menu .homeandhealth .circle, .channels-menu .homeandhealth .flipped {
  background: #f24b0e;
}
.channels-menu .homeandhealth .circle {
  font-size: 30px;
  line-height: 82px;
}
.channels-menu .tlc .circle, .channels-menu .tlc .flipped {
  background: #eb122b;
}
.channels-menu .tlc .circle {
  font-size: 34px;
  line-height: 82px;
}
.channels-menu .tlc i {
  margin-top: 6px;
}
.channels-menu .HGTV .circle, .channels-menu .HGTV .flipped {
  background: #11adc4;
}
.channels-menu .HGTV .circle {
  font-size: 32px;
  line-height: 68px;
}
.channels-menu .HGTV i {
  margin-top: -10px;
}
.channels-menu .kids .circle, .channels-menu .kids .flipped {
  background: #03b795;
}
.channels-menu .kids .circle {
  font-size: 40px;
  line-height: 76px;
}
.channels-menu .food .circle, .channels-menu .food .flipped {
  background: #c5093d;
}
.channels-menu .food .circle {
  font-size: 46px;
  line-height: 80px;
}
.channels-menu .channel-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}
.channels-menu .open-card {
  align-self: flex-end;
  color: #d2d2d2;
  font-size: 16px;
  display: block;
  width: 26px;
  padding: 0 8px 0 6px;
  cursor: pointer;
  text-align: right;
}
.channels-menu .open-card.no-pointer {
  cursor: inherit;
}
.channels-menu .go-Back {
  align-self: flex-end;
  padding: 4px 6px;
  margin-bottom: 8px;
  font-size: 16px;
  width: 26px;
}
.channels-menu .button {
  font-size: 2.5vw;
  font-weight: 700;
  padding: 8px 6px;
  background: white;
  margin-bottom: 16px;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
}
.channels-menu .show-info {
  padding: 0 2px;
}

.body-lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-height: 732px) {
  .channels-menu .channel-wrapper {
    padding-bottom: 84px;
  }
}
@media (max-width: 359px) {
  .flex-row .info .flex-social {
    width: 100%;
  }

  .flex-row {
    padding: 32px 16px;
  }
  .flex-row .side-image .hr, .flex-row .side-image .guia {
    font-size: 12px;
  }
}
@media (min-width: 440px) {
  .channels-menu .show-info {
    padding: 0 4px;
  }
  .channels-menu .button {
    font-size: 10px;
  }

  .flex-row .info .flex-social {
    width: 86%;
  }

  .follow-block span {
    display: block;
  }
  .follow-block i {
    display: none;
  }

  .channels-menu .menu-wrapper {
    width: 416px;
  }
  .channels-menu .card {
    width: 31%;
  }
  .channels-menu .channel-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-block {
    margin-right: 16px;
    padding-right: 16px;
  }

  .flex-share {
    max-width: 440px;
  }
  .flex-share .brush {
    display: flex;
  }
}
@media (min-width: 448px) {
  .flex-row .side-image .hr, .flex-row .side-image .guia {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  .slide .description {
    /*font-size: 28px;
    line-height: 36px;
    padding: 11% 9% 34%;
    max-width: 72%;*/
  }
  .slide .description .icon-hogar {
    font-size: 100px;
  }
}
@media (min-width: 720px) {
  .four-items {
    margin-top: 16px;
  }
  .four-items div {
    width: 25%;
  }
  .four-items div .mobile {
    display: none;
  }
  .four-items div .desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .slide {
    background-image: url("../images/hogar_landing.jpg");
    background-size: cover;
    background-position: 30%;
  }
  .slide .floating-image {
    display: none;
  }
  .slide .description {
    font-size: 26px;
    font-size: 26px;
    line-height: 33px;
    max-width: 75%;
    padding: 7% 9% 14%;
  }
  .slide .description p:first-child {
    margin-bottom: 54px;
  }
  .slide .description p:last-child {
    margin-top: 38px;
  }

  .flex-row {
    flex-direction: row;
    padding: 32px 16px;
  }
  .flex-row .side-image {
    margin-top: auto;
  }
  .flex-row .info .flex-social {
    margin-top: 32px;
    width: 60%;
  }

  .flex-row .info .hr, .flex-row .info .guia {
    display: block;
  }
  .flex-row .side-image .hr, .flex-row .side-image .guia {
    display: none;
  }
}
@media (min-width: 796px) {
  .slide .description {
    max-width: 66%;
  }
}
@media (min-width: 1024px) {
  nav {
    padding: 4px 8px;
  }

  .wrap {
    max-width: 85%;
    margin: auto;
  }

  .slide {
    background-position: center;
  }
  .slide .description {
    max-width: 58%;
  }
}

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