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

:root {

	--light: #fff;
	--light-secondary: #f7f7f7;
	--dark: #777777;

	--primary-color: #35a9fe;
	--secondary-color: #4589FB;
	--tertiary-color: #f7f7f7;

	--success-color: rgb(33, 171, 84);

    --primary-font: 'Roboto', sans-serif;
	--secondary-font: 'Noto Serif', serif;
}

/* SITE **********************
******************************/
body {
	font-family: var(--primary-font);
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 1.6rem;
	-webkit-text-size-adjust: 100% !important;
  	-ms-text-size-adjust: 100% !important;
	background-color: var(--light);
    color: var(--dark);	
}

.hr {
	width: 60% !important;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

h1, h2, h3 {
	font-family: var(--primary-font) !important;
	margin-bottom: 1rem !important;
}
h1 {
	font-size: 2.7rem !important;
}

h4 {
	color: var(--primary-color) !important;
	font-size: 140%;
}
h5 {
	letter-spacing: 0.1rem !important;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: 90%;	
}
h6 {
	font-size: 130%;
}
.linha {
	background-color: var(--primary-color);
	width: 5rem;
    height: 5px;
    margin-top: 10px;	
	border-radius: 5rem;
}
.linha-branca {
	background-color: var(--light);
	width: 5rem;
    height: 5px;
    margin-top: 10px;	
	border-radius: 5rem;
}


.gradient-primary {
	background-image: linear-gradient(var(--primary-color),var(--secondary-color)) !important;
	color: var(--light) !important;
}
.gradient-primary h1 {
	color: var(--light) !important;
}

.btn-primary, .btn-secondary, .btn-success, .btn-danger, .btn-info, .btn-warning, .btn-color {
	border-radius: 5rem !important;
	padding: 0.5rem 1rem !important;	
	margin-right: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	text-transform: uppercase;
}
.btn-lg {
	padding: 0.5rem 2.5rem !important;
}
.btn-sm {
	font-size: 80%;
}
.btn-tertiary {
	background-color: var(--tertiary-color) !important;
}

.btn-primary, .btn-success {
	background-color: var(--primary-color) !important;
	transition:all 0.3s ease;
}
.btn-success {
	background-color: var(--success-color) !important;
	transition:all 0.3s ease;
}
.btn-primary:hover, .btn-success:hover {
	background-color: var(--dark) !important;
	color: var(--light) !important;
	transition:all 0.3s ease;
}
.btn-secondary, .btn-danger, .btn-info, .btn-warning {
	background-color: var(--secondary-color) !important;
}

.cliente-img {
	max-width: 180px !important;
	margin: 0px auto !important;
}



/*************************************/
/* SHOWCOMMERCE
/**************************************/
.sc-topicos {
	margin-top: -30px;
	padding-top: 80px;
	padding-bottom: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -15rem;
	background-image: linear-gradient(var(--primary-color),var(--secondary-color));
	color: var(--light) !important;
}
.sc-topicos h1 {
	color: var(--light) !important;
}

.sc-card {
	background-color: var(--light);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius: 1rem !important;	
	transition:all 0.3s ease;
}
.sc-card-title {
	background-color: var(--primary-color);
	color: var(--light) !important;
	padding: 2rem;
	margin-bottom: -1rem;
	width: 100%;
	border-radius: 1rem 1rem 0 0 !important;

}
.sc-card-price {
	background-color: var(--light-secondary);
	color: var(--dark) !important;
	padding: 1.5rem 1.5rem 1.0rem 1.5rem;
	margin-bottom: -1rem;
	width: 100%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.sc-card-title h1 {
	color: var(--light) !important;
}
.sc-card-body {
	padding: 3rem;
	margin-bottom: 3rem;
}
.sc-card-img {
	margin-bottom: -1rem;
	width: 100%;
	border-radius: 1rem 1rem 0 0 !important;
}

.bg-light-2 {
	background-color: var(--light-secondary) !important;
}

.gradient-primary h5 {
	color: var(--light);
}
.gradient-primary h5:after {
	background-color: var(--light);
}


/*************************************/
/* RODAPÉ
/**************************************/
.rodape {
	font-size: 90%;
}
.rodape ul {
	margin: 0 !important;
	padding: 0 !important;
}
.rodape ul li {
	list-style: none !important;
}
.rodape hr {
	width: 80% !important;
	margin-left: 0 !important;
}


/*************************************/
/* FLUXO DE PAGAMENTO
/**************************************/
.circle {
	padding: 13px 20px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: #fff;
	max-height: 50px;
	z-index: 2;
}

.how-it-works.row .col-2 {
	align-self: stretch;
}
.how-it-works.row .col-2::after {
	content: "";
	position: absolute;
	border-left: 3px solid var(--primary-color);
	z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
	height: 50%;
	left: calc(50% - 3px);
	top: 50%;
}
.how-it-works.row .col-2.full::after {
	height: 100%;
	left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
	height: 50%;
	left: calc(50% - 3px);
	top: 0;
}
.timeline div {
	padding: 0;
	height: 40px;
}
.timeline hr {
	border-top: 3px solid var(--primary-color);
	margin: 0;
	top: 14px;
	position: relative;
}
.timeline .col-2 {
	display: flex;
	overflow: hidden;
}
.timeline .corner {
	border: 3px solid var(--primary-color);
	width: 100%;
	position: relative;
	border-radius: 15px;
}
.timeline .top-right {
	left: calc(50% - 3px);
	top: -50%;
}
.timeline .left-bottom {
	left: -50%;
	top: calc(50% - 3px);
}
.timeline .top-left {
	left: -50%;
	top: -50%;
}
.timeline .right-bottom {
	left: calc(50% - 3px);
	top: calc(50% - 3px);
}


.nav-link.active {
	color: var(--light) !important;
}


/*************************************/
/* MENU
/**************************************/
.dropdown-item {
	font-weight: normal;
	font-size: 75% !important;
	color: var(--dark);
	border-bottom: 1px solid var(--light-secondary);
}
.dropdown-menu {
    margin: .125rem 0 0;
    font-size: 1rem;
    color: var(--dark);
    background-color: var(--light);
    border: none !important;
	padding: 0 !important;
    border-radius: .25rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.dropdown-item:hover {
	background-color: var(--primary-color) !important;
	color: var(--light) !important;	
}

.conteudo {
	margin-top: 6rem !important;
}

.navbar {
	margin-top: 2rem !important;
}
.sc-sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff !important;    
}
.nav-link {
    padding: .5rem 1rem .4rem 1rem !important;
}

.nav-link {
	font-weight: bold !important;
	margin-top: 0.3rem !important;
}

.lgpd {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0px;
	background-color: #4f4f4f;
	color: #fff;
	text-align: center;
	font-size: 15px;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn-lgpd {
	background-color: #4f4f4f;
	border: solid 1px #fff;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	margin-left: 10px
}


.SC-COMPONENTE-SLIDER .carousel-caption {
    top: 10% !important;
}
.SC-COMPONENTE-SLIDER h1 {
	font-size: 220% !important;
}
.SC-COMPONENTE-SLIDER h2 {
	font-size: 90% !important;
	letter-spacing: 1px !important;
	font-weight: lighter !important;
	text-transform: uppercase;
	margin-top: -0.5rem !important;	
}
.SC-COMPONENTE-SLIDER .btn-primary {
	font-size: 70% !important;
}