@charset "UTF-8";
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-rendering: optimizeLegibility !important;
}

* img {
  border: none;
  max-width: 100%;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  resize: none;
}

html > object {
  display: none;
}

html, body {
  min-height: 100%;
  position: relative;
  float: left;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}

body {
  margin: 0;
  width: 100%;
  font-size: 62.5%;
  font-family: "Google Sans", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: normal;
  font-style: normal;
  height: auto;
  overflow: auto;
}

p a:active, p a:focus, p a:visited {
  color: inherit;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

a, img {
  border: none;
  outline: none;
}

/******************
Configuracoes
*******************/
/******************
Fontes
*******************/
header, section, footer {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: auto;
  font-size: 1.313rem;
  font-family: 'Google Sans Regular';
}

/******************
Cores
*******************/
/******************
HEADER CHROMECAST
*******************/
.container-chromecast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fbfbfb;
}

.container-chromecast__div {
  margin-right: 40px;
  width: 100%;
  position: relative;
}

.container-chromecast__div img {
  position: absolute;
  top: -20vh;
  max-width: 550px;
  width: auto;
}

.container-chromecast__div--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 4.688rem 1vw 0 4.375rem;
}

.container-chromecast__div--column h1 {
  color: #7f8184;
  font-size: 3.125rem;
  margin: 5vh 0 4vh 0;
  max-width: 400px;
  font-family: 'Google Sans Regular';
}

.logo-plataformas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 4.688rem 4.688rem 4.375rem;
}

.logo-plataformas__div {
  display: inline;
  margin: 30px 30px 0 0;
}

.logo-plataformas__div:last-child {
  display: inline;
}

@media only screen and (max-width: 1099px) {
  .container-chromecast__div img {
    right: 20px;
    top: 2vh;
    max-width: 46vw;
    width: auto;
  }
  .logo-plataformas {
    width: 500px;
  }
}

@media only screen and (max-width: 768px) {
  .container-chromecast__div--column {
    width: 100%;
    padding: 1.688rem 1vw 0 1.375rem;
  }
  .container-chromecast__div--column h1 {
    font-size: 6.5vw;
    font-family: 'Google Sans Regular';
  }
  .container-chromecast__div {
    margin-right: 20px;
    width: 100%;
    position: relative;
  }
  .container-chromecast__div img {
    right: -1vw;
    top: 0;
    max-width: 46vw;
    width: auto;
  }
  .logo-plataformas {
    padding: 0 1.688rem 1.688rem 1.375rem;
    width: 400px;
  }
  .logo-plataformas .logo-plataformas__div {
    display: inline;
    margin: 0 30px 30px 0;
  }
}

@media only screen and (max-width: 499px) {
  .container-chromecast__div--column {
    width: 100%;
    padding: 1.688rem 1vw 0 1.375rem;
  }
  .container-chromecast__div--column h1 {
    font-size: 6vw;
    font-family: 'Google Sans Regular';
  }
  .logo-plataformas {
    padding: 1vh 1.688rem 2.688rem 1.375rem;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .logo-plataformas .logo-plataformas__div {
    display: inline;
    margin: 20px;
  }
}

/******************
SECTION FILMES
*******************/
.container-filmes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 4.688rem 4.375rem 4.375rem 1.375rem;
}

.container-filmes .container-filmes__filmes img {
  width: 1000px;
}

.container-filmes__filmes--padding {
  width: 100%;
  color: #7f8184;
  font-size: 1.5rem;
  padding: 30px 0 0 50px;
}

.container-filmes__filmes--padding h2 {
  font-family: 'Google Sans Regular', sans-serif;
}

.container-filmes__filmes--padding p {
  font-family: 'Google Sans Light', sans-serif;
  margin-top: 30px;
}

.container-filmes__filmes--padding p sup {
  font-size: .8rem;
}

@media only screen and (max-width: 768px) {
  .container-filmes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.688rem 2.375rem 4.375rem 2.375rem;
  }
  .container-filmes__filmes--padding {
    width: 100%;
    padding: 30px 0 0 0;
    text-align: center;
  }
}

/******************
SECTION PLUGUE
*******************/
.container-plugue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}

.container-plugue__plugue--padding {
  padding-right: 50px;
  width: 80%;
}

.container-plugue__plugue--padding h1 {
  color: #7f8184;
  line-height: 1.4;
  font-family: 'Google Sans Regular', sans-serif;
}

.container-plugue__plugue--padding sup {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .container-plugue {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 0 0 0;
  }
  .container-plugue__plugue--padding {
    width: 90%;
    padding: 0;
    margin-bottom: 40px;
  }
  .container-plugue__plugue--padding h1 {
    text-align: center;
    font-size: 1.8rem;
    font-family: 'Google Sans Regular';
  }
  .container-plugue__plugue--padding sup {
    font-size: 1rem;
  }
}

.container-plugue__plugue {
  width: 100%;
}

.container-plugue__plugue img {
  width: 100%;
  display: block;
}

/******************
SECTION TRANSMITA
*******************/
.container-transmita {
  padding: 4.688rem 4.375rem 4.688rem 4.375rem;
  background-color: #f5f5f5;
}

.container-transmita .container-transmita__text {
  width: 400px;
  color: #7f8184;
  position: relative;
}

.container-transmita .container-transmita__text div {
  position: absolute;
  left: 0;
}

.container-transmita .container-transmita__text h2 {
  max-width: 300px;
  padding-bottom: 20px;
  font-family: 'Google Sans Regular', sans-serif;
}

.container-transmita .container-transmita__text h2 sup {
  font-size: 1.2rem;
}

.container-transmita .container-transmita__text p {
  font-family: 'Google Sans Light', sans-serif;
}

.container-transmita .container-transmita__img img {
  margin: 0;
  width: auto;
  max-width: 100%;
  height: auto !important;
  clear: both;
  float: none !important;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 990px) {
  .container-transmita {
    padding: 4.688rem 2.375rem 4.688rem 2.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-transmita .container-transmita__text {
    width: 100% !important;
    height: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .container-transmita .container-transmita__text div {
    position: relative;
    width: 100%;
  }
  .container-transmita .container-transmita__text div h2 {
    max-width: 100%;
    width: auto;
    font-family: 'Google Sans Regular', sans-serif;
  }
}

/******************
SECTION SALA TV
*******************/
.container-salatv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.container-salatv .container-salatv__salatv {
  display: inline;
  width: 100%;
}

.container-salatv .container-salatv__salatv img {
  width: 100%;
  display: block;
}

.container-salatv .container-salatv__sala-cortina {
  margin-left: 54%;
  padding-top: 100px;
  position: absolute;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #535353;
}

.container-salatv .container-salatv__sala-cortina h2 {
  font-size: 2rem;
  margin: 3.125rem 0 1.563rem 0;
  font-family: 'Google Sans Regular', sans-serif;
}

.container-salatv .container-salatv__sala-cortina p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: 'Google Sans Light', sans-serif;
}

.container-salatv .container-salatv__sala-cortina p sup {
  font-size: .8rem;
}

.container-salatv .container-salatv__sala-cortina .controle-tv {
  padding: 0 2.813rem;
  width: 100%;
}

.container-salatv .container-salatv__sala-cortina .controle-tv img {
  width: 15vw;
  min-width: 200px;
}

@media (max-width: 950px) {
  .container-salatv__sala-cortina {
    padding-top: 20px !important;
  }
  .container-salatv__sala-cortina h2 {
    margin: 1rem 0 1rem 0 !important;
    font-family: 'Google Sans Regular', sans-serif;
  }
}

@media only screen and (max-width: 768px) {
  .container-salatv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .container-salatv .bg-sala {
    width: 188% !important;
    background-size: cover !important;
    max-width: none;
  }
  .container-salatv .container-salatv__sala-cortina {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 !important;
    background-color: #E5DFD8;
    max-width: none;
  }
  .container-salatv .container-salatv__sala-cortina h2 {
    font-size: 2.25rem;
    margin: 3.125rem 0 1.563rem 0;
    font-family: 'Google Sans Regular', sans-serif;
  }
  .container-salatv .container-salatv__sala-cortina p {
    font-size: 1.5rem;
    font-family: 'Google Sans Light', sans-serif;
  }
  .container-salatv .container-salatv__sala-cortina .controle-tv {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/******************
SECTION CONFIGURAÇÃO
*******************/
.container-configuracao {
  background-color: #f5f5f5;
  text-align: center;
  color: #7f8184;
  padding: 3.438rem 3.125rem;
}

.container-configuracao h2 {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  font-family: 'Google Sans Regular', sans-serif;
}

.container-configuracao p {
  font-size: 1.375rem;
  color: #7f8184;
  margin-bottom: 5rem;
  font-family: 'Google Sans Light', sans-serif;
  line-height: 1.4;
}

.container-configuracao p span {
  font-family: 'Google Sans Regular', sans-serif;
  display: block;
  margin-bottom: .575rem;
}

.container-configuracao .types-configuration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-configuracao .types-configuration div {
  max-width: 320px;
  min-width: 200px;
}

.container-configuracao .types-configuration div p {
  width: 100%;
  margin-top: 0.575rem;
  word-wrap: break-word;
  font-family: 'Google Sans Light', sans-serif;
}

/******************
FOOTER
*******************/
footer img {
  max-width: 100%;
  display: block;
}

footer .footer-referencias {
  padding: 1.875rem 1.25rem;
}

footer .footer-referencias p {
  font-size: .813rem;
  color: #7f8184;
  text-align: justify;
  font-family: 'Google Sans Light', sans-serif;
}

@font-face {
  font-family: 'Google Sans';
  src: url(../fonts/ProductSans-Bold.ttf);
}

@font-face {
  font-family: 'Google Sans Medium';
  src: url(../fonts/ProductSans-Medium.ttf);
}

@font-face {
  font-family: 'Google Sans Regular';
  src: url(../fonts/ProductSans-Regular.ttf);
}

@font-face {
  font-family: 'Google Sans Light';
  src: url(../fonts/ProductSans-Light-300.ttf);
}
/*# sourceMappingURL=styles.css.map */