@import url('https://fonts.googleapis.com/css?family=Lato:700,900');

/* Variables */
:root {
  --primary: #E4013A;
  --primary-dark: #9E0028;
  --light: #E0EFF6;
  --warning: #FFB300;
  --success: #00BFA5;
  --white: #ffffff;
  --black: #263238;
  --ghost: transparent;
}

body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
  padding-top: 141px;
}

body::-webkit-scrollbar { width: 0; }

body::-webkit-scrollbar-track { background-color: var(--ghost); }

body::-webkit-scrollbar-thumb {
  background-color: var(--white);
  outline: none;
  border-radius: 1px;
}

.p-rm { padding: 0; }
.-rm { margin: 0; }

nav {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 7999;
  width: 100%;
  background-color: var(--primary);
  border-bottom: 2px solid var(--primary-dark);
  padding: 0 15px;
}

nav .list-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 141px;
  padding: 0;
  margin: 0;
}

#login {
  background-color: var(--primary);
  height: 100vh;
  width: 100%;
  margin-top: -141px;
}

#login .content img {  width: 100%; height: auto; }

#menu { margin-top: -141px;  }

#menu img { width: 100%; height: auto; }

#produtos img { margin: 15px auto; }

#detalhe .image {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

#detalhe .image img { width: 100%; }

#detalhe .top {
  padding: 35px 0;
}

#detalhe .top .icon {
  width: 80px;
  height: 80px;
}

#detalhe .top .icon img {
  width: 80px;
  height: auto;
}

#detalhe .top .text {
  position: relative;
  top: 5px;
  color: var(--black);
  font-size: 34px;
  margin-left: 20px;
}

#detalhe .content {
  margin-bottom: 35px;
}

#detalhe .content .text {
  color: var(--black);
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.4px;
}

#detalhe .video .embed-responsive {
  background-color: var(--white);
  border-radius: 3px;
}

#detalhe .video .btn-contrato {
  background-color: var(--primary);
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  color: var(--white);
  float: right;
  font-size: 30px;
  font-weight: lighter;
  border-radius: 4px;
  padding: 8px 100px;
  margin: 30px 0 0;
}

#area-cliente {
  background: url(../images/bg.jpg) no-repeat;
  background-position: 60% 0;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: calc(1366px - 141px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#area-cliente .login {
  width: 570px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgba(255,255,255,.9);
}

#area-cliente .login .form-group { margin: 0; }

#area-cliente .login .form-group > label {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
}

#area-cliente .login .form-group .form-control {
  color: var(--black);
  border: 1px solid var(--light);
  box-shadow: none;
  height: 60px;
  border-radius: 5px;
}

#area-cliente ::-webkit-input-placeholder,
#area-cliente ::-moz-placeholder,
#area-cliente ::-ms-input-placeholder,
#area-cliente ::-o-placeholder,
#area-cliente ::placeholder { text-align: center !important; }

#area-cliente .login .form-group .list-inline {
  margin: 0;
  padding: 0;
}

#area-cliente .login .form-group .list-inline li button {
  color: var(--black);
  font-size: 18px;
  border-radius: 5px;
  width: 160px;
  height: 50px;
  outline: none;
}

#area-cliente .login .form-group .list-inline li button:hover,
#area-cliente .login .form-group .list-inline li button:focus {
  outline: none;
}

#area-cliente .login .form-group .list-inline li .btn-reset {
  background-color: var(--warning);
}

#area-cliente .login .form-group .list-inline li .btn-entrar {
  background-color: var(--success);
}

#area-cliente .login .numpad {
  background-color: var(--black);
  width: 176px;
  padding: 10px;
  border-radius: 5px;
}

#area-cliente .login .numpad .num {
  background-color: var(--white);
  box-shadow: 0 0 3px rgba(0,0,0,.4);
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  margin: 5px;
}

#area-cliente .login .numpad .num:hover,
#area-cliente .login .numpad .num:focus {
  background-color: var(--light);
  outline: none;
}

#app .h2 {
  font-size: 50px;
  font-weight: bold;
  color: var(--black);
  margin: 10px 0 20px;
}

#app p {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.4px;
  color: var(--black);
  margin: 0 0 20px;
}

#app span {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.4px;
  color: var(--primary);
  margin: 0 0 40px;
}

#app .embed-responsive {
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
}

#canal .fixed-content {
  background-color: var(--white);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  position: fixed;
  z-index: 599;
  width: 100%;
}

#canal .fixed-content .video-label {
  background-color: var(--white);
  height: 100px;
  display: flex;
  align-items: center;
  padding: 15px;
}

#canal .fixed-content .video-label .text {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: var(--black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#canal .wrapper {
  background-color: var(--primary);
  padding-top: 540px;
}

#canal .wrapper .embed-responsive {
  background-color: var(--primary-dark);
  border-radius: 3px;
  margin: 15px auto;
}

#max .max {
  position: relative;
  left: -80px;
  margin: 80px 0 60px;
}    

#max .content .title {
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 15px;
}

#max .content .separator {
  position: relative;
  top: 22px;
  width: 100%;
  height: 6px;
  background-color: var(--primary);
  border-radius: 30px;
}

#max .content p {
  color: var(--black);
  font-weight: 700;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 1.4px;
  margin: 0;
}