html {
  box-sizing: border-box;
  font-size: 100%;
}
h1 {font-size: 1.5em;  text-transform: uppercase; color: #fff;}
*,
:after,
:before {
  box-sizing: inherit;
}
.fa-1x {
    font-size: 1em;}
.svg-inline--fa.fa-w-16 {
    width: 1em;}
.link-verified {
    color: #3897f0;}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;}
.id {display: flex !important; align-items: center !important; text-align: center !important; margin:auto; width: fit-content; max-width: 100%; margin-bottom:15px;
}

body {
  background-color:#3accc8;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  min-height: 100vh;
  height: auto;
}

.logo {
  width: 300px;
}

h2 {
  color: #2fb8eb;
}

.grid-container {
  display: block;
  grid-template-columns: auto auto;
  padding: 10px;
  max-width: 550px;
	margin: auto;
}
.grid-item {

  text-align: center;
	padding: 8px;
}

.links {width:50%; box-sizing: border-box; float: left;}
.links__item {
  display: block;
  max-width: 550px;
  width: 100% !important;
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: black;
}
.links__item a {text-align: center!important; height:55px; padding-top: 5px; }
.links__item img { height:50px;  display: inline-block;  margin-right: 3px;
    height: 2.5em;
    overflow: visible;
    vertical-align: -0.825em; }


.links__item .links__item--promo:hover {
  background-color: #ce0a6c;
}

.links__item .links__item--promo {
  box-shadow: 1px 1px 4px #000;
  border-radius: 20px;
  background-color: #e81880;
  color:#FFF;
  /*font-family: "Bebas Neue", sans-serif;*/
	font-size: 0.95em;
  border: 2px #e81880 solid;
}

.btn_destacado{  border: 2px #f5fd51 solid!important;   }


.franquias {
	max-width:100%;
	text-align: center;
}
.franquias a{
	text-align: center;
	text-decoration: none;
	color: #000;
	margin:auto;
	font-size: 0.9em;
}
.franquias span {color:#f5fd51;}

.channels {
  display: flex;
  max-width: 250px;
  margin: 20px auto 15px auto;
}

.channels .channels__item {
  flex: 1;
  margin-right: 5px;
  transition: transform 0.2s;
}

.channels__item:hover {
  transform: scale(1.5);
}