@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

::-webkit-scrollbar {
width:10px;
height: 10px;
}
::-webkit-scrollbar-track {
background:#ffffff;
}
::-webkit-scrollbar-thumb {
background: #666666;
}


body {	
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

a, a:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

a .btn:focus {
	box-shadow: none;
}

/*Menu*/
.sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1000;     
}

.bg-menu {
	background: #666666;
}


.navbar-light .navbar-brand:focus, 
.navbar-light .navbar-brand:hover, 
.navbar-light .navbar-nav .nav-link, 
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link.active{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

.navbar-light .navbar-toggler {
	border: 1px solid #ffffff;
    padding: .25rem .55rem;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.navbar-light .navbar-brand {  
	color: #ffffff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.shrink .navbar-brand {
	padding-left: 15px;
	padding-top: .3125rem;
    padding-bottom: .3125rem;	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.navbar.shrink {
	padding: 0 1rem;
}

.shrink .navbar-brand img{
    width: 150px !important;
	margin-bottom: 5px !important;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

button:focus {
    outline: 0px auto #ffffff;    
}

/* Button Menu*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 1rem;
    margin-left: 1rem;
}

.navbar-light .nav-link {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.active:before {
    width: 100%;
    background: #FC2A1A;
}

.navbar-light .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-light .navbar-nav .nav-link:hover:before {
    width: 100%;
    background: #FC2A1A;
}          

.logo {
	position: absolute;
 	display: inline-block;	
	text-indent: -3000px;
}

#icon-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px 5px;
    z-index: 1040;
	color: #666666; 
}

.video-cda{
	height: 600px;
	margin-top: 160px;
}

/*Home*/

.text-cda {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

/* Tabs */

#content>.container-fluid {
	padding-top: 100px;
	padding-left: 0;
	padding-right: 0;
}

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-weight: 300;
	background: #f1f1f1;
}

/* Nav */
.tabs nav {
	text-align: center;
	background: #ffffff;
	padding-bottom: 5px;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #b3b3b3;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #666666;
    box-shadow: inset 0 2px #666666;
	border-bottom: none;
	/*z-index: 100;*/
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #666666;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #b3b3b3;
	display: block;
	font-size: 1.45em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
    color: #666666;
}

.tabs nav li.tab-current a {
	color: #000000;
}

/* Content */
.content section {
	font-size: 1.25em;
	display: none;
	max-width: 1140px;
	margin: 0 auto;
	background: #f1f1f1;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

.btn-you {    
    font-size: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -34px;
	margin-left: -34px;
}

.btn-play {  
	color: white;  
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
	margin-left: -4px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.box a:hover {
	color: red;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.box a {
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.btn-custom{
	color: white;
	background-color: #404040;
    border: 2px solid transparent;
    border-radius: 0;
}

.btn-custom:hover {
	color: #333;
    background-color: #ccc;
    border: 2px solid #666666;
}

a.btn:focus {
	box-shadow: none;
}

.desc p {
	font-size: 0.9em;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.box {
	width: 440px;
    height: 245px;
    display: inline-block;
}

.content section#section-2 {
    max-width: 100%;
}

.content section#section-3 {
    max-width: 100%;
}

.bg-jam {
	height: 250px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/bg-jam.png);
    background-size: 100% auto;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}
.bg-jam .row{
	height: 250px;	
}
.bg-jam h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	color: #000000;
	font-style: italic;	
}
.bg-jam h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #000000;
	font-style: italic;	
}

.bg-trade {
	height: 250px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/bg-trade.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}
.bg-trade .row{
	height: 250px;	
}
.bg-trade h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	color: #000000;
	font-style: italic;
	background: #d9d9d9;
	padding-right: 25px;
	margin-left: -6px;
}

.bg-trade h2{	
	font-size: 48px;
	background: #d9d9d9;
	margin: 0;
    height: 60px;
}

/* Contact */

#contact {
    border-top: 10px solid #666666;
    border-bottom: 10px solid #666666;
}

.contact {
	padding-top: 7rem;
}

.contact h2 {
	font-family: 'Montserrat', sans-serif;
}


.btn-icons {
	width: 46px;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 5px;
	margin-left: 15px;
}

.fa-2x {
    font-size: 25px;
}

.btn-icons:hover {
	background: #666666;
	color: white;
}

.form-control {
    border: 1px solid #333;
    border-radius: 0;
}

.form-control:focus {
    border-color: #d9d9d9;
    box-shadow: 0 0 0 0.2rem rgba(102,102,102,.25);
}

.btn-sub {
	border: 1px solid #333333;
	background: white;
	border-radius: 0;
}

.btn-sub:hover {
	background: #666666;
	color: white;
}

.btn:focus {
	box-shadow: none;
}


/*// Dispositivos extra small (telefones em modo retrato, com menos de 576px)*/
@media (max-width: 575.98px) {
	.navbar-collapse {
		margin-bottom: 20px;
	}
.navbar-light .navbar-nav .nav-link {
    width: 100%;
	padding-right: 25px;
	text-align: right;
}
.navbar-light .navbar-nav .nav-link:before, .navbar-light .navbar-nav .nav-link.active:before {
    background: none;
}
.type2:after, .type2:before {
	border: 0;
}      
.video-cda {
	height: 210px;
}
.text-cda h1{
	font-size: 18px;
}
.text-cda h2{
	font-size: 15px;
}
.text-cda h3{
	font-size: 14px;
}
#home .container {
	margin: 25px 0px!important;
}
.tabs nav a {
    font-size: 14px;
}
.box {
    width: 100%;
    height: auto;
}
.content section {
    font-size: 16px;
    text-align: center;
}
.tabs .mt-5 {
	margin-top: 20px!important;
}
.tabs .mb-5 {
	margin-bottom: 20px!important;
}
.tabs h3 {
    font-size: 24px;
}
.desc p {
    padding: 0 5px;
}
.box a {
    color: red;
}
.bg-jam, .bg-jam .row, .bg-trade, .bg-trade .row {
    height: 94px;
}
.bg-jam h1, .bg-trade h1 {
	font-size: 40px;
}
.bg-jam h3 {
    font-size: 16px;
}
.bg-trade h2 {
    font-size: 32px;
    height: 40px;
}
	.contact h2 {
		margin-top: 3rem;
	}
}
    
/*// Dispositivos small (telefones em modo paisagem, com 576px ou mais)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar-collapse {
		margin-bottom: 20px;
	}
	.navbar-light .navbar-nav .nav-link:before, .navbar-light .navbar-nav .nav-link.active:before {
		background: none;
	}
	.contact h2 {
		margin-top: 3rem;
	}
}
/*// Dispositivos médios (tablets com 768px ou mais)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar-collapse {
		margin-bottom: 20px;
	}
	.navbar-light .navbar-nav .nav-link {
    width: 90%;
}
.navbar-light .navbar-nav .nav-link:before, .navbar-light .navbar-nav .nav-link.active:before {
    background: none;
}
.type2:after, .type2:before {
	border: 0;
}
	.video-cda {
    height: 400px;
}
#home .container {
	margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.text-cda h1{
	font-size: 35px;
}
.text-cda h2{
	font-size: 22px;
}
.text-cda h3{
	font-size: 25px;
}
#tabs .container {
	padding-right: 0px!important;
}
#tabs .row {
	padding-right: 0px!important;
	align-items: center;
	text-align: center;
}
.tabs .mt-5 {
	margin-top: 30px!important;
}
.tabs .mb-5 {
	margin-bottom: 30px!important;
}
.tabs h3 {
    font-size: 22px;
}
.desc p {
    font-size: 0.7em;
}
.content section {
    font-size: 12px;
}
.box {
    width: 100%;
    height: auto;
}
.box a {
    color: red;
}
	.contact h2 {
		margin-top: 3rem;
	}
}
/*// Dispositivos large (desktops com 992px ou mais)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.navbar-light .navbar-nav .nav-link:before, .navbar-light .navbar-nav .nav-link.active:before {
		background: none;
	}
}

/*// Dispositivos extra large (desktops grandes com 1200px ou mais)*/
@media (min-width: 1200px) {
   
}