  @import url(https://fonts.googleapis.com/css?family=Montserrat);
  @font-face {
    font-family: 'metropolismedium';
    src: url('../font/canal_q_font_medium-webfont.woff2') format('woff2'),
         url('../font/canal_q_font_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'metropolissemi_bold';
    src: url('../font/canal_q_font_semi-webfont.woff2') format('woff2'),
         url('../font/canal_q_font_semi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  :root {
    --red: #ee4a43;
    --blue: #2a234f;
    --darkblue: #1a1630;
    --purple: #69419a;
    --white: #ffffff;
    --yellow: #ffe340;
  }
  * {margin: 0; padding: 0;}
  html, body{
    margin: 0;
    padding: 0;
    font-family: 'metropolismedium', 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--white);
    background-color: var(--blue);
  }
  a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: var(--white);
    transition: all 0.1s;
  }
  a:hover{
    text-decoration: none;
    color: var(--red);
  }
  h1, h2, h3, p{
    width: 658px;
    margin: 0 auto;
    font-weight: 100;
  }
  h1{
    margin-bottom: 30px!important;
    font-size: 35.5px;
    text-transform: uppercase;
    line-height: 40px;
  }
  h2{
    margin-bottom: 25px!important;
    font-size: 30px;
    line-height: 35px;
  }
  h3{
    margin-bottom: 40px!important;
    font-family: 'metropolissemi_bold', 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--blue);
  }

/*__________________________________________________________GENERAL_______*/
  
  .gelb{color: var(--yellow);}
  .rot{color: var(--red);}
  .blau{color: var(--blue);}
  .weiss{color: var(--white);}
  .btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    font-family: 'metropolissemi_bold', 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;

    padding: 0 10px;
    height: 36px;
    border-radius: 20px;

    color: var(--blue)!important;
    background-color: var(--yellow);
    cursor: pointer;
    transition: all 0.1s;
  }
  .btn:hover{
    color: var(--blue)!important;
    background-color: var(--purple);
  }
  .container{
    position: relative;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  @media (min-width:1200px){
    .container{
      max-width: 1060px!important;
    }
  }

/*________________________________________________________________________________________________ TOP MENU _*/

  #top_menu{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 75px;
    text-align: left;
    background-color: var(--blue);
    z-index: 100;
  }
  #top_menu .container{
    margin-top: 19px;
    height: 56px;
  }
  #top_menu img{
    position: absolute;
    height: 34px;
  }
  #top_link_box{
    float: right;
  }
  #top_link_box a{
    display: inline-block;
    margin: 4px 0 0 80px;
    font-size: 18px;
  }

/*________________________________________________________________________________________________ TOP MENU MOBILE _*/

  #top_menu_mobile{display: none;}
  #top_menu_mobile, #close{
    position: fixed;
    top: 25px;
    right: 5vw;
    z-index: 1100;
  }
  #open, #close{width: 23px;}
  #mobile_menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--blue);
    z-index: 1100;
  }
  #navmobilelink{
    position: relative;
    top: 50%;
    width: 100vw;
    transform: translateY(-50%);
  }
  #navmobilelink a {
    display: block;
  }

  @media only screen and (max-width: 700px){
    .display{display: none!important;}
    #top_menu_mobile{display: block;}
    #navmobilelink a{
      font-size: 1.3em;
      margin: 10px 0 0 0;
    }
  }

/*________________________________________________________________________________________________ VIDEO BANNER _*/

  #video_banner, #video_banner_fallback{position: relative;}
  #video_banner_over{
    position: absolute;
    z-index:1;
  }
  #video_banner, #video_banner_over, #video_banner_fallback{
    top:0;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
  }
  #video_banner iframe, #video_banner video, #video_banner_fallback img{    
    position: absolute;
    width: 100vw;
    height: 56.25vw; /* 16:9 — 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 — 16/9*100 = 177.77 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  #video_banner iframe, #video_banner video{transform: translate(-50%, -50%)!important;}
  #video_banner_fallback{display: none;}
  @media screen and (max-device-width: 1000px){
    #video_banner iframe,  #video_banner video{display: none!important;}
    #video_banner_fallback{display: block!important;}
  }

/*________________________________________________________________________________________________  SECTIONS _*/
  
  section img, section .slider{
    margin: 35px auto;
    width: 1100px;
  }
  #em_todo_o_lado{
    position: relative;
    margin: 0;
    padding: 150px 0 210px 0;
    width: 100vw;
    height: auto;
    background-color: var(--red);
    background-image: radial-gradient(farthest-side at 0% 100%, var(--blue) 0%, transparent 35%);
    -webkit-clip-path: polygon(0 0%, 100% 2.5%, 100% 93%, 0 100%);
    clip-path: polygon(0 0%, 100% 2.5%, 100% 93%, 0 100%);
    z-index: 1;
  }
  #em_todo_o_lado .btn{
    margin: 60px auto 30px auto;
    width: 658px;
    height: 50px;
    border-radius: 30px;
  }
  #em_todo_o_lado .apps img{
    width: 110px!important;
    margin: 0 10px;
    cursor: pointer;
  }
  #appspop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    background-color: var(--blue);
    z-index: 100;
  }
  #notice{
    position: absolute;
    width:100vw;
    height: auto;
    top: 25vh;
  }
  #notice .btn {
    margin: 20px auto;
    max-width: 130px;
  }
  #notice h1{
    text-transform: inherit;
    margin: 20px auto 0 auto !important;
  }
  #canal_q_na_tv{
    position: relative;
    margin: 50px 0;
    width: 100vw;
    height: auto;
    z-index: 0;
  }
  #canal_q_na_tv a:link, #canal_q_na_tv a:visited, #canal_q_na_tv a:active, #canal_q_na_tv a:hover{
    color: var(--red);
    border-bottom: 1px solid var(--red);
    transition: all 0.1s;
  }
  #canal_q_na_tv a:hover{
    color: var(--purple);
    border-color: var(--purple);
  }
  .slider{overflow: hidden;}
  .glide{
    position:relative;
    animation:animateright 0.4s
  }
  @keyframes animateright{
    from{
      right:-300px;
      opacity:0
      }
    to{
      right:0;
      opacity:1
    }
  }
  .canais_flex{
    margin: 0 auto;
    padding: 0;
    width: 658px;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .canal{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 70px 17px 30px 17px;
    width: 175px;
    height: 65px;
    border: 1px solid var(--red);
    border-radius: 20px;
    line-height: 1.5;
    padding-top: 30px;
  }
  .canal h3{
    margin-top: 11px;
    width: 100%;
  }
  .prog {display: inline-block;}
  #quem_somos{
    position: relative;
    margin-top: 70px;
    padding: 70px 0 250px 0;
    width: 100vw;
    height: auto;
    background-color: var(--purple);
    background-image: radial-gradient(farthest-side at 100% 105%, var(--blue) 0%, transparent 70%);
    -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 100%);
    z-index: 1;
  }
  #quem_somos img{
    margin-bottom: 70px;
    padding-top: 70px;
  }
  #newsletter{
    position: relative;
    margin-top: -130px;
    padding: 150px 0 290px 0;
    width: 100vw;
    height: auto;
    background-color: var(--red);
    -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 70%);
    clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 70%);
    z-index: 1;
  }
  #newsletter h2{text-transform: uppercase;}
  #newsletter .indicates-required, #newsletter .fields, #newsletter .clear{
    width: 658px;
    margin: auto;
  }
  #newsletter .fields{
    width: 658px;
    margin-top: 30px;
    height: auto;
    overflow: hidden;
  }
  #newsletter .name input, #newsletter .mail input{
    width: 303px;
    background-color: var(--white);
    text-transform: capitalize;
    cursor: text!important;
  }
  #newsletter .mail input{
    text-transform: lowercase!important;
  }
  #newsletter .btn{
    margin-top: 15px;
    width: 100%;
    border: none;
  }
  #newsletter .clear .btn{
    all: initial;
    margin-top: 15px;
    width: 100%;
    height: 36px;
    border-radius: 20px;
    font-family: 'metropolissemi_bold', 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: var(--blue);
    background-color: var(--yellow);
    cursor: pointer;
    transition: all 0.1s;
  }
  #newsletter .clear .btn:hover{
    color: var(--blue)!important;
    background-color: var(--purple);
  }
  #contactos{
    position: relative;
    margin-top: -100px;
    padding: 130px 0 150px 0;
    width: 100vw;
    height: auto;
    z-index: 1;
  }
  #contactos a:link, #contactos a:visited, #contactos a:active, #contactos a:hover{
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    transition: all 0.1s;
  }
  #contactos a:hover{
    color: var(--purple);
    border-color: var(--purple);
  }
  .social{
    margin: 40px 15px;
    display: inline-block;
    top: 30%;
    width: 100px;
    height: 100px;
    background-color: var(--yellow);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.1s;
  }
  .social:hover{
    background-color: var(--purple);
  }
  .social span i{
    margin-top: 30%;
    font-size: 40px;
  }
  footer{
    position: relative;
    margin-top: -100px;
    padding: 150px 0 50px 0;
    width: 100vw;
    height: auto;
    line-height: 1.4;
  }
  footer .flex{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  footer .flex > div:first-child, footer .flex > div:nth-child(3){
    width: 15%;
    min-width: 130px;
    align-self: center;
  }
  footer .flex > div:nth-child(2){
    width: 70%;
    align-self: center;
  }
  footer p{
    width: 90%;
    font-size: 12px;
    color: var(--purple);
  }
  footer a:link, footer a:visited, footer a:active, footer a:hover{
    display: inline-block;
    margin-top: 10px;
    height: 15px;
    font-size: 12px;
    color: var(--purple);
    border-bottom: 1px solid var(--purple);
    transition: all 0.1s;
  }
  footer a:hover{
    color: var(--red);
    border-color: var(--red);
  }
  footer img{
    height: 34px;
    float: left;
  }

/*________________________________________________________________________________________________ MEDIA QUERIES _*/

  @media (max-width: 1200px){
    section img, section .slider {
      width: 90%!important;
    }
  }

  @media (max-width: 750px){
    h1, h2, h3, p, #em_todo_o_lado .btn, .canais_flex, #newsletter .fields, #newsletter .clear {
      width: 95%!important;
    }
    .canal {
      margin: 40px 10px;
      width: 33.33%;
      height: 55px;
    }
    .canal h3 {
      margin-top: 9px!important;
      font-size: 12px!important;
    }

    #newsletter .name, #newsletter .mail{
      float: none!important;
    }
    #newsletter .name input, #newsletter .mail input{
      width: calc(100% - 20px);
      padding: 0 10px!important;
    }

    .social{
      width: 70px;
      height: 70px;
      border-radius: 35px;
    }
    .social span i{
      margin-top: 30%;
      font-size: 30px;
    }
  }

  @media (max-width:650px){
    p {
      font-size: 14px;
      line-height: 20px;
    }
    h2 {
      font-size: 20px;
      line-height: 25px;
    }
    #em_todo_o_lado {
      padding: 100px 0 110px 0;
      -webkit-clip-path: polygon(0 0%, 100% 2.5%, 100% 97%, 0 100%);
      clip-path: polygon(0 0%, 100% 2.5%, 100% 97%, 0 100%);
    }
    #quem_somos {
      padding: 0 0 200px 0;
      -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);
      clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);
    }
    #quem_somos img {
      margin-bottom: 50px;
    }
    #newsletter {
      padding: 100px 0 200px 0;
      -webkit-clip-path: polygon(0 0%, 100% 5%, 100% 90%, 0 80%);
      clip-path: polygon(0 0%, 100% 5%, 100% 90%, 0 80%);
    }
    #contactos {padding-bottom: 30px;}
    footer .flex {flex-flow: wrap;}
    footer .flex > div {
      margin-top: 25px;
      width: 100%!important;
    }
    footer img {float: none;}
  }

  @media (max-width:500px){
    #em_todo_o_lado .apps img {
      margin: 20px auto;
      display: block;
    }
    #notice{
      top: 15vh;
    }
    #notice img{
      width: 150px;
    }
    #notice h1{
      font-size: 20px;
      line-height: 1.6;
    }
    #canal_q_na_tv a {
      font-size: 14px!important;
    }
    .canais_flex{
     flex-flow: wrap;
     margin: 30px auto;
    }
    .canal{
      width: 100%!important;
      margin: 10px;
    }
    #contactos{padding: 90px 0 10px 0;}
    .social {
      width: 40px;
      height: 40px;
      margin: 40px 7px 0 7px;
    }
    .social span i {
      margin-top: 27%;
      font-size: 20px;
    }
  }






