@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;700;900&display=swap');
@import url('skin.css');

/*
====================================================
* [Master Stylesheet]

  Theme Name :  CLIENTEPREMIUM.COM.BR
  Version    :  1.0
  Author     :  EccoCreative
  Author URI :  https://www.eccocreative.com.br
==================================================== */


/* --------------------------------- */
/* GOOGLE AUTOFILL HACK
 ----------------------------------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px transparent inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow:
    /*your box-shadow*/
    0 0 0 50px transparent inset;
}

.file-field .btn {
  line-height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out;
  background-color: 9999s ease-out;
  background: rgba(255, 255, 255, 0) !important;
}

textarea,
input,
*:focus {
  outline: none !important;
}

.navbar-nav,
header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.navbar-prod{margin: 0; padding: 0;}
.navbar-prod li{
	flex:1;
}

.navbar-prod li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	text-transform: uppercase;
	padding: .8rem .2rem;
	text-align: center;
	height: 100%;
}

.navbar-prod li a:hover, .navbar-prod li a.active{
	background: #e3e4e3;
	color: #54585a;
}

/* --------------------------------- */
/* RESET
 ----------------------------------- */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wow {
  visibility: hidden;
}

/* HTML5 display-role reset for older browsers */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: inherit;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
  border-color: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


/* --------------------------------- */
/* FONT FIX
 ----------------------------------- */

a.link-2x {
  font-size: 1.4rem;
}

i.fal,
i.far,
i.fas,
.svg-inline--fa {
  vertical-align: middle;
  margin-left: 0;
}


/* --------------------------------- */
/* PAGE DEFAULTS
 ----------------------------------- */

body {
  background-color: #fff;
  font-family:var(--fontDefault);
  height: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: #112528;
}

html {
  height: auto;
  min-height: 100%;
}

.txt-err {
  color: var(--errColor);
}

.erro-box {
  background-color: var(--errColor);
  padding: 1rem;
  color: #fff;
  position: absolute;
  width: 40%;
}

a.linkbb:hover {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.btn.btn-custom {
  background-color: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  font-size: 1.3rem;
  &:hover, &:active, &:focus{
    background-color: var(--lightblue);
    color: #fff;
  }
}

  

.btn-outline-light:hover,
.btn-outline-light:active {
  color: var(--blue) !important;
}

.btn-outline-light:focus {
  color: #fff;
}


a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
}


.tit{font-size: 2.4rem;}
.subtit{font-size: 1.8rem;}

.bg-gray{background-color: var(--lightgrey);}
.white-text,.txt-white {color: #fff;}
.text-blue{color: var(--blue);}
.text-green{color: var(--lightgreen);}

.btn-green {
    color: #fff!important;
    background-color: var(--green);
    border-color: var(--green);
  &:hover, &:active, &:focus{
    background-color: var(--lightgreen);
    border-color: var(--lightgreen);
  }
}

.btn-blue {
    color: #fff!important;
    background-color: var(--blue);
    border-color: var(--blue);
   &:hover, &:active, &:focus{
    background-color: var(--lightblue);
    border-color: var(--lightblue);
  }
}


/* --------------------------------- */
/* INDEX
 ----------------------------------- */

body {
  background: #fff;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto;
}

.video-container {

  height: calc(100vh - 160px);
}


/* --------------------------------- */
/* RESPONSIVE
 ----------------------------------- */

/* iphone 5 and smaller */
@media (max-width:320px) {

  h2 {font-size: 2rem;}

	h4, .h4 {letter-spacing: .05rem;}

	h5 {font-size: 1.4rem;}

	.navbar-brand{max-width: 100px;}
	.faixa{max-width: 150px;}

}

/* Extra small devices (phones, less than 768px) */
@media (min-width:321px) and (max-width:575px) {

  h2 {font-size: 2rem;}

	h4, .h4 {letter-spacing: .05rem; font-size: 1.5rem;}

	h5 {font-size: 1.4rem;}

	.navbar-brand{max-width: 150px;}
	.faixa{max-width: 160px;}

}


/* small */
@media (min-width:576px) and (max-width: 767px) {

  h2 {font-size: 2rem;}

	h4, .h4 {letter-spacing: .05rem;}

	h5 {font-size: 1.4rem;}

	.navbar-brand{max-width: 200px;}
	.faixa{max-width: 180px;}

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-brand{max-width: 220px;}
	.faixa{max-width: 194px;}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
