/*
Theme Name: JeffWatch-Original-parallax
Theme URI: https://mycoinpilot.com
Author: MyCoinPilot
Author URI: https://mycoinpilot.com
Description: Bot de operações automáticas em mercado de futuros Binance
Version: 1.0
License: Comercial
License URI: https://mycoinpilot.com
Tags: undefined
Text Domain: mycoinpilot
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
	color:#fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body, .reveal{
	background:#181818;
	font-family: "Open Sans", sans-serif;
	 font-weight: 400;
	 overflow-x:hidden!important;
}

/* .open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
 */


.logo{
	margin-top:1rem;	
	margin-bottom:0rem;
	max-width:220px;
}
.arrow-right {
	position:absolute;
	top:20px;
	right:62px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff; /* Cor da seta */
}





div.section-header {
  background-image: url("img/relojoeiro.png")  ;
}

div.parallax-image3 {
  background-image: url("img/relogio.png");
}

@media only screen and (max-width: 640px) {



.fundo{
	/*  background-image: url("img/jef1.jpg")!important;
	 background-size:100%; */
	 /* background-size:cover!important; */
}




	}


































.logo-tag{
	padding:5px;
	font-size: clamp(2rem,2vw,3rem);
	font-weight: 600;
	font-family: "ivyora-display", serif;
	text-align:center;
	margin: 0;
	margin-top:10px;
	line-height: 0.9;
background: #CCCCCC;
background: #999999;
background: linear-gradient(to top, #fff 30%,  #666 90%, #cccccc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	font-kerning: none; /* Important to avoid jump when changing char structure */
}


.call-action{
		padding:5px;
	font-size: clamp(2.7rem,2vw,3.1rem);
	font-weight: 600;
	font-family: "ivyora-display", serif;
	text-align:center;
	margin: 0;
	width:90%;
	margin:0 auto;
	margin-top:10px;
	line-height: 0.9;
background: #CCCCCC;
background: #999999;
background: linear-gradient(to top, #fff 30%,  #666 90%, #cccccc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	font-kerning: none; /* Important to avoid jump when changing char structure */
}




.funcion{
	padding:5px;
	font-size: clamp(1.9rem,3vw,2rem);
	font-weight: 600;
	font-family: "ivyora-display", serif;
	text-align:center;
	margin: 0;
	width:90%;
	margin:0 auto;
	margin-top:10px;
	line-height: 0.9;
background: #CCCCCC;
background: #999999;
background: linear-gradient(to top, #fff 30%,  #666 90%, #cccccc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	font-kerning: none; /* Important to avoid jump when changing char structure */
	
}



.oportunit{
	padding:5px;
	font-size: clamp(2.2rem,2.2vw,2.4rem);
	font-weight: 600;
	font-family: "ivyora-display", serif;
	text-align:center;
	margin: 0;
	width:90%;
	margin:0 auto;
	margin-top:10px;
	line-height: 0.9;
background: #CCCCCC;
background: #999999;
background: linear-gradient(to top, #fff 30%,  #666 90%, #cccccc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	font-kerning: none; /* Important to avoid jump when changing char structure */
	text-transform:uppercase;
}


.big_title {
	padding:5px;
	font-size: clamp(3rem,4vw,3rem);
	font-weight: 600;
	font-family: "ivyora-display", serif;
	text-align:center;
	margin: 0;
	margin-top:10px;
	line-height: 0.9;
background: #CCCCCC;
background: #999999;
background: linear-gradient(to top, #fff 30%,  #666 90%, #cccccc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	font-kerning: none; /* Important to avoid jump when changing char structure */
}
.big_title.big{
		font-size: clamp(3rem,5.6vw,5.6rem);
}

.big_title.mid{
		font-size: clamp(2rem,3vw,2rem);
}

.small_tilte{
		text-align:center;
		 font-size: clamp(2.0rem,2.0vw,2.0rem);
	
		color:#ffdd00!important;
		
		margin-top:10px;
		font-weight: 600;
	font-family: "ivyora-display", serif;
	text-align:center;
	margin: 0;
	line-height: 0.9;
background: #CCCCCC;
background: #999999;
background: linear-gradient(to top, #fff 30%,  #efefef 50%, #cccccc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	font-kerning: none; /* Important to avoid jump when changing char structure */
}



 


.button{
	border-radius:30px;
	color:#181818!important;
}

.button.primary{
	background:#efefef!important;
	color:#181818!important;
}
.button.primary:hover{
	background:#fff!important;
	color:#181818!important;
}


.button.hollow{
	color:#ffffff!important;
		border:solid 1px #fff!important;
}






a.bt:focus, a.bt:visited{
	color: #eee;
}


a.bt {
	border-radius: 12px;
	border: 3px outset #888;
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 4px;
	overflow: hidden;

	box-shadow: 0 0 10px rgb(0, 0, 0, 1);
	 font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
	font-size: 28px;
	
	text-decoration: none;
	/* background: linear-gradient(160deg, #666, #444); */
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);

	transition: 0.2s;
}
a.bt{
	border: 3px outset #ddd;
	color: #fff;
	background: linear-gradient(160deg, #666, #444);
	text-shadow: 0px 0px 4px #ccc;
	box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
	transition-delay: 1s;
}

a.bt span {
	position: absolute;
	display: block;
}

a.bt span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #eee);
}
a.bt span:nth-child(1) {
	left: 100%;
	transition: 1s;
}
a.bt span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #eee);
}
a.bt span:nth-child(2) {
	top: 100%;
	transition: 1s;
	transition-delay: 0.25s;
}
a.bt span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #eee);
}
a.bt:active span:nth-child(3) {
	right: 100%;
	transition: 1s;
	transition-delay: 0.5s;
}

a.bt span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #eee);
}
a.bt span:nth-child(4) {
	bottom: 100%;
	transition: 1s;
	transition-delay: 0.75s;
}






















.product-card {
  background-color:transparent;
  border: 2px solid #1A3A32;
  padding: 1rem;
  border-radius:10px;
  margin-bottom: 1.5rem;
  
}

.product-card:hover {
	background-color: #1A3A32;
	 border: 0px solid #fff;
}

.product-card  img{
	  border-radius:10px;
}

.product-card:hover > .button{
	background-color: #1A3A32;
	 border: 0px solid #fff;
}

.product-card-thumbnail {
  display: block;
  position: relative;
}

.product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.product-card-title a{
	color:#efefef;
	background: #999999;
background: linear-gradient(to top, #fff 30%,  #efefef 50%, #cccccc 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;	font-kerning: none; /* Important to avoid jump when changing char structure */
}

.product-card-desc {
  color: #ccc;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.product-card-colors a.button{
		border-radius:20px;
		background:#1A3A32;
}

.product-card-colors a.button:hover{
		border-radius:20px;
		background:#1b1b1a;
}

.product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}






















.degrade{
background: rgb(30,30,30);
background: linear-gradient(-180deg, rgba(0,0,0,1) 0%, rgba(45,45,45,1) 50%, rgba(0,0,0,1) 100%);
}