@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/*-----------------------------------------------------------------------------------

	Theme Name: Vero
	Theme URI: http://themeforest.net/user/zytheme
	Description: Vero is a pixel perfect creative html5 app landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Blockquotes
 7.	 Background
 8.	 Buttons
 9.	 Forms
 10. Heading
 11. Loading
 12. Header
 13. Menu
 14. hero
 15. testimonial
 16. feature
 17. action
 18. pricing
 19. footer
 20. carousel
 21. landing
 22. Video
 23. Clients

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html {
	font-size: initial;
	background-color: #000;
}

body {
	background-color: #000;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: initial;
	font-weight: 400;
	color: #aaaaaa;
	line-height: 1.5;
	margin: 0;
}

.wrapper {
	background-color: #000;
}

* {
	outline: none;
}
::-moz-selection {
 text-shadow: none;
}

::selection {
	background-color: #ffa40c;
	color: #ffffff;
	text-shadow: none;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #ffa40c;
}

a:hover {
	color: #d88700;
	text-decoration: none;
}

a:focus {
	color: #d88700;
	outline: none;
	text-decoration: none;
}

a:active {
	color: #d88700;
	outline: none;
	text-decoration: none;
}

textarea {
	resize: none;
}

button.btn {
	margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
}

.modal-backdrop {
	z-index: 1020;
	background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
	height: 100vh !important;
}

/* Custom, iPhone Retina */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

.fullscreen {
	height: auto !important;
}
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #363636;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0 0 28px;
	line-height: 1;
}

.h1,
h1 {
	font-size: 52px;
}

.h2,
h2 {
	font-size: 42px;
}

.h3,
h3 {
	font-size: 38px;
}

.h4,
h4 {
	font-size: 32px;
}

.h5,
h5 {
	font-size: 24px;
}

.h6,
h6 {
	font-size: 18px;
}

p {
	/*color: #aaaaaa;*/
	color: white;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.lead {
	font-size: 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text--left {
	text-align: left !important;
}

.text--right {
	text-align: right !important;
}

.text--center {
	text-align: center !important;
}

.text--just {
	text-align: justify !important;
}

.align--top {
	vertical-align: top;
}

.align--bottom {
	vertical-align: bottom;
}

.align--middle {
	vertical-align: middle;
}

.align--baseline {
	vertical-align: baseline;
}

/* Weight Text */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #ffffff !important;
}

.text-gray {
	color: #f6f7fb !important;
}

.text-black {
	color: #363636;
}

.text-theme {
	color: #ffa40c;
}

.text--capitalize {
	text-transform: capitalize !important;
}

.text--uppercase {
	text-transform: uppercase !important;
}

.font-heading {
	font-family: 'Poppins', 'Roboto', sans-serif;
}

.font-body {
	font-family: 'Poppins', 'Roboto', sans-serif;
}

.font-18 {
	font-size: 24px;
}

.font-16 {
	font-size: 16px;
}

.font-20 {
	font-size: 20px;
}

.font-40 {
	font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

text-center-xs {
	text-align: center !important;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

text-center-sm {
	text-align: center !important;
}
}

.higlighted-style1 {
	background-color: #ffa40c;
	color: #fff;
	padding: 5px 0;
}

.higlighted-style2 {
	background-color: #363636;
	color: #fff;
	padding: 5px 0;
}

.higlighted-style3 {
	background-color: #f6f7fb;
	color: #ffa40c;
	padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
	color: #363636 !important;
}

.color-theme {
	color: #ffa40c !important;
}

.color-white {
	color: #ffffff !important;
}

.color-gray {
	color: #f6f7fb !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 20px;
}

section {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* All margin */
.m-0 {
	margin: 0 !important;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

/* top margin */
.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

/* All padding */
.p-0 {
	padding: 0 !important;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

/* top padding */
.pt-0 {
	padding-top: 0 !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-100 {
	padding-right: 100px !important;
}

.pr-150 {
	padding-right: 150px;
}

/* left padding */
.pl-0 {
	padding-left: 0 !important;
}

.pl-30 {
	padding-left: 30px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-100 {
	padding-left: 100px !important;
}

.pl-150 {
	padding-left: 150px;
}

/* Postions */
.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

/* Zindex*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

/* Borders */
.border-all {
	border: 1px solid #ffa40c;
}

.border-top {
	border-top: 1px solid #ffa40c;
}

.border-bottom {
	border-bottom: 1px solid #ffa40c;
}

.border-right {
	border-right: 1px solid #ffa40c;
}

.border-left {
	border-left: 1px solid #ffa40c;
}

/* Display */
.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.flex {
	display: flex;
}

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

section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.text-center-xs {
	text-align: center !important;
}

.pull-none-xs {
	float: none !important;
	text-align: center !important;
}

.mb-15-xs {
	margin-bottom: 15px;
}

.mb-30-xs {
	margin-bottom: 30px !important;
}

.mb-50-xs {
	margin-bottom: 50px;
}

.mb-60-xs {
	margin-bottom: 60px !important;
}

.p-none-xs {
	padding-right: 0;
	padding-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.text-center-sm {
	text-align: center !important;
}

.mb-0-sm {
	margin-bottom: 0;
}

.mb-15-sm {
	margin-bottom: 15px;
}

.mb-30-sm {
	margin-bottom: 30px !important;
}

.mb-50-sm {
	margin-bottom: 50px;
}

.mb-60-sm {
	margin-bottom: 60px;
}

.pb-15-sm {
	padding-bottom: 15px;
}

.pb-30-sm {
	padding-bottom: 30px;
}

.pb-50-sm {
	padding-bottom: 50px;
}

.pb-60-sm {
	padding-bottom: 60px;
}

.p-none-sm {
	padding-right: 0;
	padding-left: 0;
}

.pull-none-sm {
	float: none !important;
	text-align: center !important;
}
}

.border-b {
	border-bottom: 1px solid #f6f7fb;
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {

.col-sm-5ths {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {

.col-md-5ths {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {

.col-lg-5ths {
	width: 20%;
	float: left;
}
}

.col-content {
	padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.col-content {
	padding: 40px !important;
}
}

/* Small Devices, Tablets */
.col-img {
	height: 600px !important;
	padding: 60px;
	overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.col-img {
	height: auto;
	min-height: 600px;
}
}

/* Postion Helpers */
.pos-fixed {
	position: fixed;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.pos-static {
	position: static;
}

.pos-top {
	top: 0;
}

.pos-bottom {
	bottom: 0;
}

.pos-right {
	right: 0;
}

.pos-left {
	left: 0;
}

.pos-vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-moz-transform: perspective(1px) translateY(-50%);
	-o-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}

.height-700 {
	height: 700px !important;
}

.height-500 {
	height: 500px !important;
}

.height-800 {
	height: 800px !important;
}

@media only screen and (min-width: 992px) {

.hidden-lg,
 .hidden-md {
	display: none;
}
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #ffa40c !important;
}

.bg-gray {
	background-color: #f6f7fb !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #363636 !important;
}

/* Background Image */
.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-overlay-light:before {
	background-color: #ffffff;
	opacity: 0.8;
}

.bg-overlay-dark:before {
	background-color: #363636;
	opacity: 0.3;
}

.bg-overlay-theme:before {
	background-color: #ffa40c;
	opacity: 0.7;
}

.bg-parallex {
	background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
	z-index: 1;
	opacity: .7;
}

/* Background Video */
.bg-ytvideo {
	position: absolute !important;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 0 !important;
}

.bg-video {
	width: 100%;
	overflow: hidden;
	behavior: url(/PIE.htc);
	transform: translateZ(0);
	display: block;
	border-radius: 0;
}

.bg-video iframe {
	display: block;
	position: absolute;
	z-index: -2;
}

.bg-video .bg-player {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: url(polina.jpg) no-repeat;
	min-height: 500px;
}

.bg-video .vidbg {
	min-width: 100%;
	min-height: 100%;
}

.bg-vyoutube {
	z-index: 550;
	text-align: center;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	padding: 0;
	width: 230px;
	height: 60px;
	line-height: 60px;
}

.btn.active,
.btn:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Button Primary */
.btn--primary {
	color: #ffffff;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	background-color: #ffad24;
	border-color: #ffad24;
	color: #ffffff;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
	background-color: #ffad24;
	color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
	background-color: #363636;
	color: #ffffff;
	border: 2px solid #363636;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	background-color: #ffa40c;
	color: #ffffff;
	border-color: #ffa40c;
}

/* Button White */
.btn--white {
	background-color: #ffffff;
	color: #363636;
	border: 1px solid #ffffff;
	border-radius: 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #ffa40c;
	color: #ffffff;
	border-color: #ffa40c;
}

/* Button Block */
.btn--block {
	width: 100%;
}

.btn--auto {
	width: auto;
}

/* Button Rounded */
.btn--rounded {
	border-radius: 26px;
}

/* Button Bordered */
.btn--bordered {
	background-color: transparent;
}

.btn--bordered.btn--primary {
	color: #ffa40c;
	border-color: #ffa40c;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color: #ffffff;
	background-color: #ffa40c;
	border-color: #ffa40c;
}

.btn--bordered.btn--secondary {
	color: #2c303d;
	border-color: #e0e0e0;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
	color: #ffffff;
	background-color: #363636;
	border-color: #363636;
}

.btn--bordered.btn--white {
	color: #ffffff;
	border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color: #ffa40c;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn--white.btn--secondary {
	color: #363636;
	border-color: #ffffff;
	background-color: #ffffff;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
	color: #ffffff;
	background-color: #ffa40c;
	border-color: #ffa40c;
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
	background-color: #363636;
	color: #ffffff;
	border: none;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
	color: #ffa40c;
}

.navbar-toggle {
	border-color: #ffa40c;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
label {
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.form-control {
	color: #aaaaaa;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	height: 45px;
	border: 1px solid e0e0e0;
	background: transparent;
	padding-left: 24px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	border-color: #ffa40c;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Placeholder */
.form-control::-webkit-input-placeholder {
 color: #aaaaaa;
}
.form-control:-moz-placeholder {
 color: #aaaaaa;
}
.form-control::-moz-placeholder {
 color: #aaaaaa;
}
.form-control:-ms-input-placeholder {
 color: #aaaaaa;
}

.input-group {
	border-radius: 25px;
	border: 1px solid #e0e0e0;
	background-color: transparent;
	overflow: hidden;
	padding: 0;
}

.input-group .btn {
	border-radius: 0 25px 25px 0;
}

.input-group .input-group-btn {
	overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.input-group .btn {
	width: 120px;
}
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--title {
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.heading .heading--desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	padding: 0 30px;
}

.divider--line {
	position: relative;
	height: 2px;
}

.divider--line:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background-color: #ffa40c;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.divider--center:after {
	left: 50%;
	margin-left: -25px;
}

.heading .divider--line + .heading--desc {
	margin-top: 30px;
}

.heading .heading--desc + .divider--line {
	margin-top: 37px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.heading .heading--title {
	font-size: 30px;
}
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #ffffff;
	overflow: hidden;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
	height: 100px;
}

.header-transparent {
	background-color: transparent;
}

.header-transparent + .mtop-100,
.header-transparent + .page-title {
	position: relative;
	margin-top: -100px;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.header .navbar {
	margin-bottom: 0;
	border-radius: 0;
	min-height: 100px;
	border: none;
}

.header .navbar.affix {
	top: 0;
}

.header .navbar-nav {
	display: none;
}

.header .navbar.affix .navbar-nav {
	display: block;
}

.header-bordered .navbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header .navbar .logo {
	max-width: 100%;
	height: auto;
	line-height: 100px;
}

.navbar-nav:not(.nav-pos-right) {
	margin-right: 200px;
}

.nav-bordered-right {
	margin-right: 30px;
}

.nav-bordered-right + .module:first-of-type:before {
	position: relative;
	margin-left: 12px;
}

.nav-bordered-right + .module:first-of-type:before {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: -46px;
	content: "";
	width: 2px;
	height: 26px;
	background-color: #c9c9c9;
}

.affix .nav-bordered-right + .module:first-of-type:before {
	background-color: #c9c9c9;
}

.navbar-nav > li {
	margin-right: 32px;
}

.navbar-nav > li > a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 100px;
	color: #ffffff;
	padding: 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
	border: none;
}

.navbar-nav > li.active > ul {
	margin-top: 0;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
	background-color: transparent;
	color: #ffffff;
}

/* Menu Level #1 */
.navbar-nav > li > a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: transparent;
	content: '';
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar-nav > li > a:hover::before,
.navbar-nav > li.active > a:before {
	background-color: #ffffff;
	width: 100%;
}

.transparent-header .navbar {
	background-color: transparent;
	height: 101px;
}

/* Header Light */
.header-light {
	background-color: #ffffff;
}

.header-light .navbar .logo-dark {
	display: inline-block;
}

.header-light .navbar .logo-light {
	display: none;
}

.header-light .navbar .navbar-nav > li > a:hover::before,
.header-light .navbar .navbar-nav > li.active > a:before {
	background-color: #222222;
}

/* Header Fixed */
.header-fixed .affix {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	display: block;
}

.header-fixed:not(.header-light) .navbar .logo-dark {
	display: none;
}

.header-fixed .navbar.affix .logo-dark {
	display: inline-block;
}

.header-fixed .navbar.affix .logo-light {
	display: none;
}

.header-fixed .navbar.affix .module .module-icon i,
.header-fixed .navbar.affix .navbar-nav > li > a {
	color: #222222;
}

.header-fixed .navbar.affix .navbar-nav > li > a:hover::before,
.header-fixed .navbar.affix .navbar-nav > li.active > a:before {
	background-color: #222222;
}

/* Header Centered */
.header-centered {
	height: 255px;
}

.header-centered .navbar-collapse {
	padding-right: 260px;
	padding-left: 260px;
}

.header-centered .navbar {
	top: 155px;
}

.header-centered .navbar.affix {
	top: 0;
}

.header-centered .logo-centered {
	padding-top: 50px;
	padding-bottom: 25px;
}

/* Header With Top Bar */
.header-topbar {
	height: 155px;
}

.header-topbar .navbar {
	top: 55px;
}

.header-topbar .navbar.affix {
	top: 0;
}

/* Header #3 */
.header-3 .navbar-nav {
	margin-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.header-3 .navbar + .module:first-of-type:before {
	position: relative;
	margin-left: 12px;
}

/* Header #5 */
.header-5 .container-fluid {
	padding-right: 0;
}

.header-5 .module {
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.header-5 .module .module-icon {
	margin-left: 25px;
	margin-right: 25px;
}

/* Header #5 */
.header-6 .container-fluid {
	padding-right: 0;
}

.header-6 .navbar {
	min-height: 79px;
}

.header-6 .navbar .logo {
	height: 79px;
	line-height: 79px;
}

.header-6 .module .module-icon {
	line-height: 79px;
}

.header-6 .module .module-label {
	top: 24px;
	right: 17px;
	left: auto;
}

.header-6 .navbar-nav > li {
	margin-right: 0;
}

.header-6 .navbar-nav > li > a {
	padding-right: 32px;
	padding-left: 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	line-height: 79px;
}

.header-6 .navbar-nav > li > .menu-item:before {
	display: none;
}

.header-6 .navbar-nav > li.active,
.header-6 .navbar-nav > li:hover {
	background-color: rgba(34, 34, 34, 0.5);
}

.header-6 .module {
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.header-6 .module .module-icon {
	margin-left: 32px;
	margin-right: 32px;
}

/* Header Centered */
.header-7 {
	height: 305px;
}

.header-7 .navbar {
	top: 205px;
}

.header-7 .navbar.affix {
	top: 0;
}

/* Header #13 */
.header-13 .logo {
	position: absolute;
	left: 50%;
	margin-left: -51px;
}

/* Header #10 */
.header-10 .nav-bordered-right + .module:first-of-type:before {
	background-color: #464d52;
}

/* Header #16 */
.header-16 .navbar {
	top: 30px;
}

.header-16 .navbar.affix {
	top: 0;
}

/* Header #17 */
.header-centered.header-17 {
	height: 265px;
}

.header-centered.header-17 .navbar {
	top: 165px;
}

.header-17 .navbar.affix {
	top: 0;
}

/* Header Half */
.header-half .navbar-nav > li > .menu-item:before {
	bottom: 36px;
}

/* Container Bordered */
.container-bordered {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	height: 100px;
}

/* Navbar Dark */
.header-transparent.header-light .navbar.affix {
	background-color: transparent;
}

.navbar.navbar--dark .logo-dark {
	display: inline-block !important;
}

.navbar.navbar--dark .logo-light {
	display: none;
}

.navbar.navbar--dark .module .module-icon,
.navbar.navbar--dark .module .module-icon i,
.navbar.navbar--dark .navbar-nav > li > a {
	color: #222222;
}

.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before,
.header-8 .navbar.navbar--dark .module-menu .module-icon:after {
	background-color: #222222;
}

/* Header Split */
.header-split .logo-dark {
	display: none;
}

.header-split .logo-light {
	display: inline-block;
}

.header-split .module .module-icon i,
.header-split .navbar-nav > li > a {
	color: #222222;
}

.header-split .navbar-nav > li > .menu-item:hover::before,
.header-split .navbar-nav > li.active > .menu-item:before {
	background-color: #222222;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {

.header .navbar {
	top: 0;
}

.navbar-toggle .icon-bar {
	background-color: #ffa40c;
}

.header-fixed .navbar.affix .navbar-nav > li > a {
	color: #ffffff;
}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.header .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggle {
	border-color: #ffa40c;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
	display: none;
}

.header .navbar .logo {
	margin: 0 auto;
	display: block;
	text-align: CENTER;
}

.affix .navbar-toggle {
	display: block;
}

.affix.navbar .logo {
	margin: 0;
	text-align: left;
}

.container > .navbar-header {
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #ffffff;
	margin-right: 0;
	margin-left: 0;
}

.navbar-toggle .icon-bar {
	background-color: #ffa40c;
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0;
}

.navbar-nav > li.pull-left {
	float: none !important;
}

.navbar-nav li a {
	line-height: 36px;
	color: #ffffff;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 0;
}

.navbar-nav > li > a:before {
	display: none;
}

.navbar-nav:not(.nav-pos-right) {
	margin-right: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.header .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-header {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.header .navbar .logo {
	float: left;
}

.navbar-toggle {
	border-color: #ffa40c;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
	display: block;
}

.navbar-toggle .icon-bar {
	background-color: #ffa40c;
}

.navbar-fixed-top .navbar-collapse {
	overflow: scroll !important;
}

.navbar-collapse.collapse {
	display: none!important;
}

.collapse.in {
	display: block !important;
}

.navbar-nav {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-nav > li {
	float: none;
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #ffffff;
	margin-right: 0;
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0;
}

.navbar-nav > li.pull-left {
	float: none !important;
}

.navbar-nav > li > a {
	line-height: 36px !important;
	color: #363636 !important;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

.navbar-toggle .icon-bar {
	background-color: #ffa40c;
}

.navbar-nav > li:after {
	display: none;
}

.navbar-nav > li.active {
	border-bottom: none;
}

li a:hover,
 li.open > a:focus {
	color: #ffffff;
}

.nav > li > a:focus,
 .nav > li > a:hover {
	background-color: transparent;
}

.navbar-nav > li > a:before {
	display: none;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {

.navbar.navbar--dark .navbar-nav > li > a {
	color: #ffffff;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.navbar-nav > li {
	margin-right: 16px;
}
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.header-transparent + .slider {
	margin-top: -100px;
}

.slider {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.slide--item > .container > .row {
	padding-top: 20px;
}

.slider .slide--item .col-lg-7 picture {
	display: block;
	width: 100%;
}

.slider .slide--item .slide--headline {
	color: #ddd;
}

.slider .slide--item .person-img {
	width: 100%;
	max-width: 285px;
}

.slider .slide--item .text-highlight {
	display: inline-block;
	background: #FEFF00;
	color: #000;
	padding: 5px;
	border-radius: 10px;
	font-weight: 700;
}

.slider .slide--item {
	background-size: 100vw, auto;
	background-position: top, auto;
	background-repeat: no-repeat;
}

.slider .slider-light {
	position: absolute;
	width: 263px;
	height: 263px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 80%);
}

.slider .slider-red-light-1 {
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
}

.slider .slider-red-light-2 {
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
}

.slider .slider-red-light-3 {
	left: -50px;
	top: 73%;
	transform: translate(-50%, -50%);
}

.slider .slider-red-light-4 {
	right: -50px;
	top: 73%;
	transform: translate(50%, -50%);
}

.slider .row-content {
	padding-top: 180px;
}

.slider .slide--bio {
	color: #ffffff;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 50px;
}

.slider .slide--holder {
	position: relative;
}

.slider .input-group {
	border: none;
}

.slider .input-group .form-control {
	background-color: #ffffff;
}

/* Slider Form */
.slider .btn {
	font: 700 19px 'Poppins', 'Roboto', sans-serif;
	font-size: 1.1875rem;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	height: auto;
	line-height: 0;
	color: #fff;
	background-color: #FB0303;
	line-height: 1.5;
	white-space: wrap !important;
}

.slider .arrow-icon {
	height: 25px;
	transform: rotate(180deg);
}

.slider form .loader + input {
	margin-top: 20px;
}

.slider form .form-control {
	background: #fff;
	color: #000;
	font: 20px 'Poppins', 'Roboto', sans-serif;
	padding: 10px 15px;
	border-radius: 10px;
}

.slider form .form-terms {
	margin-bottom: 10px;
	font-size: 7.5px;
	line-height: 10px;
	text-align: center;
	color: #fff;
}

.slider-form .row-content {
	padding-top: 120px;
}

.slider-form .slide--bio {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 32px;
}

.slider-form .slide--action {
	background: #ffffff;
	padding: 50px;
}

.slider-form .slide--action h6 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
	text-transform: capitalize;
}

.slider-form .slide--action p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 50px;
	text-align: center;
}

.btn--video {
	line-height: 55px;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
}

.btn--video i {
	width: 55px;
	height: 55px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	color: #363636;
	margin-right: 15px;
}

.btn--video:hover {
	color: #363636;
}

.btn--video:hover i {
	background: #363636;
	color: #ffffff;
}

.slider .bg-ytvideo {
	min-height: 800px;
}

@media (max-width: 534px) {
	.slider .slide--item .text-highlight + .text-highlight {
		margin-top: -2px;
	}
}

@media(min-width: 992px) {
	.slider .slide--item {
		padding: 50px 0;
	}

	.slider .slide--item .person-img {
		max-width: none;
		background: black;
	}

	.slider .slide--item .row {
		display: flex;
		align-items: center;
	}

	.slider form .form-terms {
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 16px;
		line-height: 1rem;
	}

	.slider .slide--item .slide--headline {
		font-size: 20px;
		font-size: 1.5rem;
		margin-top: -30px;
	}

	.slider .slide--item .slide--headline .text-highlight + .text-highlight {
		margin-top: 10px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.slider .row-content {
	padding-top: 60px;
}

.slider .slide--headline {
	font-size: 19px;
	line-height: 1.2;
	text-align: center;
	margin-top: 0;
}

.slider .slide--bio {
	font-size: 14px;
	line-height: 1.5;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}

.slider,
 .slider .slide--item {
	height: 500px;
}

.slider-form,
 .slider .slide--item {
	height: auto;
}

.slide--video {
	margin-bottom: 30px;
	text-align: center;
}

.slider-form .slide--action {
	padding: 20px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.slider,
 .slider .slide--item {
	height: 600px;
}

.slider .row-content {
	padding-top: 80px;
}

.slider .slide--headline {
	font-size: 30px;
	line-height: 1.2;
}

.slider .slide--bio {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.slider-form,
 .slider .slide--item {
	height: auto;
}

.slider-form .slide--action {
	padding: 30px;
}
}

@media(max-width: 400px) {
	.slider form .btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media(max-width: 350px) {
	.slider form .btn {
		font-size: 13.6px;
		font-size: 0.85rem;
	}
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
	padding: 50px 80px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.testimonial-panel:hover {
	background-color: #f8f8f8;
}

.testimonial-panel .testimonial--img {
	margin: 0 auto 25px auto;
}

.testimonial-panel .testimonial--body p {
	color: #999999;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 0;
}

.testimonial-panel .testimonial--author h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
	text-align: center;
}

.testimonial-panel .testimonial--job {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: 12px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.testimonial-panel {
	padding: 30px;
}

.testimonial-panel .testimonial--img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto 20px auto;
	text-align: center;
}

.testimonial-panel .testimonial--body {
	padding-left: 0;
	text-align: center;
}

.testimonial-panel .testimonial--author h5 {
	text-align: center;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.testimonial-panel {
	padding: 40px;
}
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
	position: relative;
}

.feature-panel .feature--icon {
	color: #ffa40c;
	font-size: 55px;
	line-height: 1;
	margin-bottom: 35px;
}

.feature-panel .feature--icon i {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	display: inline-block;
}

.feature-panel .feature--icon:hover i {
	-webkit-animation: pulse 0.9s infinite;
	-moz-animation: pulse 0.9s infinite;
	-ms-animation: pulse 0.9s infinite;
	-o-animation: pulse 0.9s infinite;
	animation: pulse 0.9s infinite;
}

.feature-panel .feature--content h3 {
	font-family: 'Poppins', 'Roboto', sans-serif;
	color: #333333;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 16px;
	text-transform: capitalize;
}

.feature-panel .feature--content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.feature-left .feature-panel {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.feature-left .feature-panel:hover {
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	transform: translateY(-4px);
}

.feature-left .feature-panel .feature--icon {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 0;
}

.feature-left .feature-panel .feature--content {
	padding-left: 68px;
}

.feature-left .feature-panel {
	margin-bottom: 0;
}

/* feature left circle  */
.feature-left-circle .feature--content h3 {
	font-size: 22px;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 15px;
}

.feature-left-circle .feature--content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	padding: 0;
}

.feature-left-circle .feature--icon {
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	color: #ffa40c;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 24px;
	border: 2px solid #ffa40c;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.feature-left-circle .feature-panel:hover .feature--icon {
	background: #ffa40c;
	border-color: #ffa40c;
	color: #ffffff;
}

.feature-divider {
	margin-top: 0;
	margin-bottom: 0;
	border-top-color: #e0e0e0;
}

.feature-2 h3 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 35px;
	padding-top: 80px;
	text-transform: capitalize;
}

.feature-2 p {
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.feature-panel,
 .feature-left .feature-panel {
	margin-bottom: 30px;
}

.feature-panel .feature--icon {
	margin-bottom: 10px;
}

.feature img {
	max-width: 100%;
	height: auto;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.feature-panel {
	margin-bottom: 20px;
}

.feature-2 i {
	font-size: 35px;
}

.feature-2 .divider--line {
	margin-top: 20px;
	margin-bottom: 15px;
}

.feature-2 h2 {
	font-size: 25px;
}

.feature-2 p {
	font-size: 15px;
	line-height: 20px;
}
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta h3 {
	font-size: 45px;
	font-weight: 400;
	line-height: 58px;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.cta p {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 48px;
}

.cta .btn {
	height: 70px;
	width: 300px;
	font-size: 24px;
	line-height: 70px;
}

/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing-panel {
	padding: 50px 88px;
	position: relative;
}

.pricing-panel .pricing--heading h4 {
	color: #2c303d;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 27px;
	text-transform: uppercase;
}

.pricing-panel .pricing--heading p {
	font-family: 'Poppins', 'Roboto', sans-serif;
	color: #363636;
	font-size: 70px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.pricing-panel .pricing--heading .pricing--desc {
	color: #aaaaaa;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 23px;
}

.pricing-panel .pricing--body {
	color: #2c303d;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
}

.pricing-panel .pricing--body ul {
	margin-bottom: 33px;
}

.pricing-panel.pricing-active,
.pricing-panel:hover {
	background-color: #f6f7fb;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.price-table {
	margin-bottom: 30px;
}

.pricing-panel {
	padding: 30px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.pricing-panel {
	padding: 20px;
}
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
	background-color: #fff;
	padding-top: 47px;
	padding-bottom: 47px;
}

.footer--copyright,
.footer--copyright a {
	color: #999999;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
}

.footer--copyright i {
	color: red;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.footer--copyright {
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-controls {
	margin-top: 50px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid rgba(100, 100, 100, 0.5);
	margin: 0 4px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
	background-color: #646464;
	border-color: #646464;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
	border-color: rgba(255, 255, 255, 0.5);
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
	background-color: #ffffff;
	border-color: #ffffff;
}

.carousel-navs .owl-controls .owl-nav {
	position: relative;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	color: #363636;
	font-size: 0;
	font-weight: 400;
	text-align: center;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	margin-top: -250px;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color: #ffa40c;
	background-color: transparent;
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
	font-family: 'Linearicons-Free';
	content: "\e875";
	font-size: 40px;
}

.carousel-navs .owl-controls .owl-nav .owl-next {
	right: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
	font-family: 'Linearicons-Free';
	content: "\e876";
	font-size: 40px;
}

.carousel-navs .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.carousel-navs .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

/**/
.slider-dots .owl-controls {
	margin-top: 0;
}

.slider-dots .owl-controls .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.slider-dots .owl-controls .owl-dots .owl-dot span {
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid rgba(0, 0, 0, 0.6);
	margin: 0 4px;
}

.slider-dots .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow: 0 0 0 2px #363636;
	-webkit-box-shadow: 0 0 0 2px #363636;
	box-shadow: 0 0 0 2px #ffffff;
}

.slider-navs .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin-top: -30px;
	color: #ffffff;
	font-size: 0;
	font-weight: 400;
	background-color: rgba(27, 26, 26, 0.5);
	text-align: center;
	padding: 0;
	border-radius: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color: #999999;
	background-color: #ffffff;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
	left: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before,
.slider-navs .owl-controls .owl-nav .owl-next:before {
	font-family: fontawesome;
	font-size: 25px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before {
	content: "\f104";
}

.slider-navs .owl-controls .owl-nav .owl-next {
	right: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-next:before {
	content: "\f105";
}

.slider-navs .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.slider-navs .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
}

.slider-navs .owl-dots .owl-dot.active span,
.slider-navs .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-next {
	right: 0;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
	background-color: #363636;
	border: 2px solid #ffffff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow: 0 0 0 2px #363636;
	-webkit-box-shadow: 0 0 0 2px #363636;
	box-shadow: 0 0 0 2px #363636;
}

.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color: #363636;
}

.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
	border-color: #ffa40c;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.carousel-dots .owl-controls {
	margin-top: 20px;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.slider-navs .owl-controls .owl-nav .owl-next {
	right: 0;
}

.slider-navs .owl-controls .owl-nav .owl-next:before,
 .slider-navs .owl-controls .owl-nav .owl-prev:before {
	font-size: 20px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.slider-navs .owl-controls .owl-nav .owl-next:before,
 .slider-navs .owl-controls .owl-nav .owl-prev:before {
	font-size: 30px;
}
}

/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
	height: 100vh;
	padding-top: 200px;
}

.landing-hero h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
}

.landing-hero p {
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 27px;
}

.landing-demos .portfolio-filter li a {
	font-weight: 600;
}

.landing-demos .portfolio-item {
	margin-bottom: 50px;
}

.landing-demos .portfolio-title h4 {
	color: #363636;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
}

.landing-demos .portfolio-title:hover h4 {
	color: #ffa40c;
}

.landing-demos .portfolio-img {
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
	box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
	background-color: #c0c0c0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.landing-demos .portfolio-img img {
	max-width: 100%;
	height: auto;
}

.landing-demos .portfolio-item:hover .portfolio-img {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}

.landing-demos .portfolio-item:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.landing-demos .portfolio-bio {
	padding-top: 23px;
}

.landing-action {
	padding-top: 200px;
}

.landing-action img {
	margin-bottom: 50px;
}

.landing-action h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
}

.landing-featues {
	padding-bottom: 50px;
}

.landing-featues .feature-box {
	margin-bottom: 50px;
}

/* Portfolio Filter */
.portfolio-filter {
	text-align: center;
	margin-bottom: 36px;
}

.portfolio-filter li a {
	color: #363636;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-right: 29px;
	text-transform: capitalize;
}

.portfolio-filter li:last-child a {
	margin-right: 0;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
	color: #ffa40c;
}

/* Portfolio Item */
.portfolio-item .portfolio--img {
	position: relative;
}

.portfolio-item .portfolio--img img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------*\
    #COLOR-SWITCHER
\*------------------------------------*/
.switcher-box {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #222222;
	left: 0px;
	overflow: inherit;
	padding: 0px;
	position: fixed;
	text-align: center;
	top: 200px;
	z-index: 999;
}

.switcher-box .gear-check {
	background-color: #ffffff;
	border-radius: 0 5px 5px 0;
	border: 1px solid #dddddd;
	border-left-color: transparent;
	color: #222222;
	cursor: pointer;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding-top: 4px;
	position: absolute;
	right: -39px;
	text-align: center;
	top: -1px;
	width: 40px;
}

.switcher-box .gear-check i {
	font-size: 30px;
}

.switcher-box .color-options {
	display: none;
	float: left;
	padding: 5px 16px;
	width: 200px;
}

.switcher-box ul {
	margin-bottom: 0;
}

.switcher-box ul li {
	border-radius: 5px;
	cursor: pointer;
	height: 30px;
	margin: 0 10px 10px 0;
	width: 30px;
}

.color-options h4 {
	border-bottom: 3px solid #eeeeee;
	font-size: 18px;
	font-weight: 700;
	line-height: 46px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.landing-hero {
	height: auto;
	padding-top: 60px;
}

.landing-hero h1 {
	font-size: 34px;
	line-height: 50px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.landing-hero {
	height: auto;
	padding-top: 100px;
}

.landing-hero h1 {
	font-size: 50px;
	line-height: 55px;
}
}

/*------------------------------------*\
	#Video
\*------------------------------------*/
.video-button .video--content {
	width: 100%;
	height: 460px;
	border-radius: 10px;
	overflow: hidden;
}

.video-button .video--button {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.video-button .video--button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5584ff;
	opacity: 0.1;
}

.video--content .video--button .popup-video {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	color: #ffffff;
	font-family: 'Poppins', 'Roboto', sans-serif;
	background-color: #ffa40c;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	display: block;
	position: relative;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
}

.video--content .video--button .popup-video:hover {
	background-color: #363636;
}

.video {
	/* background: url('/assets/images/background/02.webp') no-repeat center / cover; */
}

.video video {
	width: 100%;
}

.video h2 {
	margin: 15px 0;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
}

.video .social-media {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 7px 15px;
}

.video .social-media picture {
	display: block;
	width: 10%;
	height: auto;
}

.video .social-media picture img {
	width: 100%;
	height: auto;
}

.video .arrow-icon {
	display: block;
	width: 40px;
	height: auto;
	margin: 15px auto;
}

.video .arrow-icon img {
	width: 100%;
	transform: rotate(-90deg);
	filter: drop-shadow(0 0 0 #fff);
}

.video .call-to-action-section {
	padding: 15px 0px;
	background: linear-gradient(90deg, #008000 30%, #00b800);
	border-radius: 8px; /*20px*/
	transition: 1s;
}

.call-to-action-section:hover {
	scale: 1.03;
}

.video .call-to-action-section h2 {
	text-align: center;
	font-size: 22px;
	font-size: 1.375rem;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #fff;
}

.video .call-to-action-section p {
	margin: 0 15px 12px;
	font-size: 14px;
	font-size: 0.95rem;
	line-height: 18px;
	line-height: 1.125rem;
	font-family: 'Poppins', 'Roboto', sans-serif;
	text-align: center;
	color: #fff;
}

.video .call-to-action-section button {
	margin: 0 auto;
	padding: 0 15px;
	display: block;
	color: #ffffff;
	background-color: #00000000;
	border: none;
	outline: none;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	font-size: 28px;
	font-size: 1.65rem;
	border-radius: 5px;
}

.video .call-to-action-section button img {
	height: 40px;
	width: auto;
	transform: rotate(180deg);
}

.methodology {
	padding: 15px 0;
	background: #CE112C;
}

.methodology .section-title {
	background: #fff;
	margin-bottom: 20px;
	padding: 32px 18px;
	border-radius: 20px;
	text-align: center;
}

.methodology .section-title h2 {
	color: #CE112C;
	font: 600 30px 'Nunito Sans', 'Roboto', sans-serif;
	font-size: 1.875rem;
	margin: 0;
}

.methodology .section-title p {
	font: 400 16px 'Nunito Sans', 'Roboto', sans-serif;
	font-size: 1rem;
	color: #141414;
	margin: 0;
}

.methodology .content :is(p, h3) {
	color: #EBEBEB !important;
	font-family: 'Nunito Sans', 'Roboto', sans-serif;
}

.methodology .content .item {
	margin: 40px 0;
}

.methodology .content .item h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 28px;
	line-height: 1.75rem;
	font-weight: 700;
	margin: 5px 0;
}

.methodology .content p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 500;
}

.methodology .content .item img {
	width: 40px;
	height: 40px;
}

.methodology .content button {
	margin: 0 auto;
	padding: 15px 20px;
	width: 100%;
	max-width: 450px;
	outline: none;
	border: none;
	border-radius: 100px;
	color: #CE112C;
	font: 900 16px 'Nunito Sans', 'Poppins', 'Roboto', sans-serif;
	font-size: 1rem;
	text-align: center;
	background: #FFFFFF;
}

@media(max-width: 755px) {
	.video {
		padding: 10px;
	}
}

@media(min-width: 992px) {
	.video {
		padding: 50px;
		background-position-y: 95%;
	}

	.video h2 {
		font-size: 56px;
		font-size: 3.5rem;
		margin: 70px 0;
	}

	.video .row {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.video .social-media {
		margin-top: 50px;
	}

	.video .arrow-icon img {
		width: auto;
		height: 70px;
	}

	.video .call-to-action-section {
		max-width: 700px;
		padding: 25px 15px;
	}

	.video .call-to-action-section h2 {
		font-size: 40px;
		font-size: 2.5rem;
		letter-spacing: 2px;
		margin: 15px 0;
	}

	.video .call-to-action-section p {
		font-size: 22px;
		font-size: 1.25rem;
		line-height: 22px;
		line-height: 1.55rem;
		margin-bottom: 20px;
	}

	.video .call-to-action-section button {
		font-size: 30px;
		font-size: 2.175rem;
	}

	.methodology .content .item {
		display: inline-block;
		width: 36%;
		margin: 0;
	}

	.methodology .content .col-12 {
		margin: 40px 0;
	}
}

@media(min-width: 1200px) {
	.video h2 {
		font-size: 80px;
		font-size: 5rem;
	}

	.methodology .section-title p {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.methodology .content p {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.video-button .video--content {
	height: 260px;
}
}

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients {
	padding-top: 60px;
	padding-bottom: 60px;
}

.client img {
	max-width: 100%;
	width: auto !important;
}

.clients-carousel [class*="col-"] {
	max-height: 80px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.client img {
	margin-bottom: 20px;
}
}

.loader {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 3px solid #fff;
	border-top: 2px solid transparent;
	margin: 20px auto 0 auto;
	animation: spin 1s infinite linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.lead-error {
	display: block;
	margin-bottom: 15px;
	padding: 8px;
	color: #ffda6a;
	background: #332701;
	border: 2px solid #ffda6a;
	border-radius: 8px;
	text-align: center;
}

button + .lead-error {
	margin: 20px 0 0 0;
}

.d-none {
	display: none;
}

.img-fluid {
	width: 100%;
}

/* Person section */
.person-section {
	background: linear-gradient(0deg, #00000090, #00000090), url("/assets/images/background/bg-person.webp") center / cover;
	padding: 0;
}

.person-section h2 {
	padding: 0 10px;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	margin-top: -60px;
	text-transform: uppercase;
}

.person-section p {
	margin: 15px 10px;
	padding: 12px;
	font-size: 12px;
	font-size: 0.75rem;
	font-family: 'Poppins', 'Roboto', sans-serif;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 8px;
}

.person-section picture img {
	width: 100%;
}

@media(min-width: 992px) {
	.person-section {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 50px;
		padding-bottom: 50px;
	}

	.person-section > div {
		width: 35%;
	}

	.person-section h2 {
		font-size: 48px;
		font-size: 3rem;
		margin-top: -25%;
	}

	.person-section p {
		font-size: 16px;
		font-size: 1rem;
		padding: 30px 20px;
		margin: 20px 10px;
	}
}

/* Terms */

.terms {
	background:#000;
	padding: 0;
}

.terms h2 {
	font-size: 36px;
	font-size: 2.25rem;
	letter-spacing: 2px;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
}

.terms ol {
	color: #fff;
	margin-right: 10px;
}

@media(min-width: 700px) {
	.terms {
		padding: 70px;
	}

	.terms > div {
		width: 80%;
		max-width: 700px;
		margin: 0 auto;
	}

	.terms h2 {
		font-size: 40px;
		font-size: 3.875rem;
		letter-spacing: 2px;
	}
}

.authors-signature {
	margin: 0;
	padding: 0 0 50px 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	background: #000;
	text-align: center;
}

.authors-signature a {
	color: #fb4803;
	text-decoration: underline;
	font-weight: 700;
}

@media(min-width: 992px) {
	.container {
		width: 100%;
		max-width: 970px;
	}
}

@media(min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}


/*  AJUSTE FILIPE */

@media (max-width: 1599px) and (min-width: 1217px) {
	.person-section div:nth-child(2) h2 {
		font-size: 2.5rem;
		line-height: 0.8;
	  }
  }
  @media (max-width: 1599px) and (min-width: 1370px) {
	.person-section div:nth-child(2) h2 {
	  line-height: 1.1;
	}
  }
  @media (max-width: 1369px) and (min-width: 1217px) {
	.person-section div:nth-child(2) h2 {
	  font-size: 2.6rem;
	}
  }


  @media (max-width: 1162px) and (min-width: 1147px) {
	.person-section div:nth-child(2) h2 {
	  font-size: 2.9rem;
	}
  }
  
  /*ajuste imagem person*/

.slider .slide--headline {
	font-size: 25px;
	font-size: 1.56rem;
	font-weight: 500;
}
  
.slide--headline .d-block {
	font-size: 20px;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 22.8px;
	line-height: 1.5rem;
	margin: 14px 0;
}

.slider .slide--headline > span:nth-child(3) {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	padding: 0 15px;
}

.who-is-it-for {
	background: #000;
	padding: 15px 0;
}

.who-is-it-for h2 p {
	text-align: center;
	font-family: 'Poppins', 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 57.6px;
	line-height: 3.6rem;
	margin: 0;
}

.who-is-it-for h2 p:nth-child(1) {
	font-size: 60px;
	font-size: 3.75rem;
	color: #fff;
}

.who-is-it-for h2 p:nth-child(2) {
	font-size: 46.4px;
	font-size: 2.9rem;
	color: #FEF600;
}

.who-is-it-for .item {
	width: 85%;
	background: #fff;
	border-radius: 8px;
	/*padding: 15px 10px 15px 0;*/
}

.who-is-it-for .item .item-icon img {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-right: 15px;
}

.who-is-it-for .item p {
	font: 17px 'Inter', 'Poppins', sans-serif;
	color: #000;
	margin: 0;
}

.feedbacks {
	background: #000;
	padding: 15px;
}

.feedbacks h2 {
	color: #fff;
	text-align: center;
	/*font: 900 26px 'Poppins', 'Roboto', sans-serif;*/
	font: 900 26px 'Bebas Neue', 'Roboto', sans-serif;
	font-size: 35px; /*1.625rem*/
	line-height: 28.6px;
	line-height: 1.7875rem;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.feedbacks img {
	width: 100%;
	height: auto;
	border-radius: 8px; /*20px*/
}

.feedbacks .feedbacks-light {
	position: absolute;
	margin: auto;
	top: 50px;
	width: 263px;
	height: 263px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 80%);
}

.feedbacks .feedbacks-red-light-1 {
	left: -50px;
	transform: translate(-50%, -50%);
}

.feedbacks .feedbacks-red-light-2 {
	right: -50px;
	transform: translate(50%, -50%);
}

  /*Carina Sessao de mentor ===========================================================================*/
  
#mentor {
	background-color: #371013;
	padding: 20px;
	color: white;
	padding-top: 70px;
	position: relative;
	overflow: hidden;
  }
/* Luz Vermelha (esquerda e direita) */
.luz-vermelha {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 600px;
    height: auto;
    z-index: 0;
}

.luz-vermelha.esquerda {
    left: -300px;
}

.luz-vermelha.direita {
    right: -300px;
}



  
  .mentor-section h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 36px;
	color: white;
	letter-spacing: 3px;
	font-weight: 400;
  }
  
  .mentor-image img {
	width: 100%;
	max-width: 380px;
	border-radius: 8px; /*10*/
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
  }
  
  .mentor-info {
	margin: 20px 0;
  }
  
  .mentor-info h3 {
	font-size: 32px !important;
	font-weight: bold !important;
	color: white;
	text-align: center !important;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
  }
  @media (max-width: 428px) {
	.mentor-info h3 {
		font-size:28px !important ;
	}
}
@media (max-width: 385px) {
	.mentor-info h3 {
		font-size:25px !important ;
	}
}
@media (max-width: 352px) {
	.mentor-info h3 {
		font-size:22px !important ;
	}
}




  
  .mentor-info p {
	font-size: 16px !important;
	line-height: 1.5 !important;
	text-align: center !important;
	color: #000;
  }
  
  .cta-button-mentor button {
	font-family: 'Inter', sans-serif;
	background: linear-gradient(180deg, #ffdd00 0%, #e6a100 100%);	color: black;
	border: none;
	padding: 15px 30px;
	font-size: 28px;
	border-radius: 8px; /*13px*/
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	line-height: 1.2;
	max-width: 90%;
	position: relative;
	z-index: 3;
	margin-bottom: 40px;
  }
  
  .cta-button-mentor button:hover {
	background-color: #e6c200;
  }
  

@media (max-width: 452px) {
	.cta-button-mentor button {
		font-size: 25px;
	}
}
@media (max-width: 415px) {
	.cta-button-mentor button {
		font-size:22px ;
	}
}
@media (max-width: 378px) {
	.cta-button-mentor button {
		font-size:18px ;
	}
}


  .yes-credit {
	margin-top: 0;
	font-size: 14px;
	color: white;
	margin-bottom: 0;
  }
  
  .heart {
	color: red;
  }
  .yes-credit .yesdev {
    color: #FB4803;
    text-decoration: underline;
    font-weight: bold;
}


  .mentor-title-box {
    background-color: rgb(14, 14, 14);
    padding: 20px 20px;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 0;
	position: relative;
	
}



/*SETA*/
.mentor-title-box .seta {
	position: absolute;
	top: -70px;
	left: -60px;
	width: 150px;
	height: auto;
	z-index: 2;
  }
  @media (max-width: 459px) {
	.mentor-title-box .seta {
		width: 130px;
		left: -50px;
		top: -60px;
	}
}
@media (max-width: 447px) {
	.mentor-title-box .seta {
		width: 120px;
		left: -40px;
		top: -50px;
	}
}




.mentor-title-box h3 {
    margin: 0;
    text-align: center;
}

.mentor-description-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}

.mentor-description-box .alvo {
	position: absolute;
	bottom: -50px;
	right: -40px;
	width: 140px !important;
	height: auto;
	z-index: 0; 
  }

.mentor-description-box p {
    margin: 0;
    line-height: 1.6;
    font-size: 40px;
	font-weight: bold;
	font-family: 'Nunito Sans', sans-serif;
	position: relative;
	z-index: 2;
	padding: 13px;
}

  
  /* Responsividade */
  @media (min-width: 768px) {
	#mentor {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  padding: 50px;
	}
  
	.mentor-image img {
	  max-width: 500px;
	}
  
	.mentor-info {
	  max-width: 600px;
	}
  
	.cta-button button {
	  font-size: 20px;
	  padding: 20px 40px;
	}
  }


/*Desktop para sessão mentor*/

@media (min-width: 1200px) {
    .mentor-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mentor-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1100px;
        max-width: 100%;
        margin: 0 auto;
        background-color: transparent;
    }

    .mentor-image {
        flex: 0 0 auto;
        margin-right: 20px;
		width: 100%;
		max-width: 450px;
		height: auto;
		padding-bottom: 30px;
    }

    .mentor-info {
        padding: 20px;
        flex: 1;
        text-align: center;
		max-width: 100%;
    }

    .mentor-title-box h3 {
        text-align: center;
        margin: 0;
    }

    .cta-button-mentor {
        margin-top: 20px;
    }
	.mentor-description-box .alvo {
		position: absolute;
		bottom: -60px;
		right: -60px;
		width: 140px !important;
		height: auto;
		z-index: 0; 
	  }

	  .luz-vermelha {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 1000px;
		height: auto;
		z-index: 0;
	}
	.luz-vermelha.esquerda {
		left: -500px;
	}
	
	.luz-vermelha.direita {
		right: -500px;
	}
	
	
}




  /*Seção Preços Carina Mass ==========================================================*/


  .pricing-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('/assets/images/Carina/FundoPreços.JPG') no-repeat center center/cover; 
    color: #fff;
    padding: 20px;
    /*border: 8px dashed red;*/
    text-align: center;
    font-family: Arial, sans-serif;
    width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
	font-family: 'Inter', sans-serif;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}


.pricing-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
	color: white;
	font-family: 'Inter', sans-serif;
	
}
@media (max-width: 398px) {
    .pricing-section h2 {
        font-size: 26px;
    }
}
@media (max-width: 352px) {
    .pricing-section h2 {
        font-size: 22px;
    }
}

.pricing-section ul {
    list-style-type: none;
    padding: 0;
}

.pricing-section ul li {
    font-size: 1.2rem;
    margin: 10px 0;
    text-align: left;
    padding-left: 1.5em;
    background: url('check-icon.png') no-repeat left center;
    background-size: 1.2em;
}

.price {
    margin: 20px 0;
}

.old-price {
    text-decoration: line-through;
    font-size: 1.3rem;
    color: #ff4c4c;
}

.discount-price {
    font-size: 2rem;
    font-weight: bold;
    color: #ffcc00;
}

.cta-button {
	background: linear-gradient(180deg, #ffdd00 0%, #e6a100 100%);	color: black;
    color: #000;
    padding: 10px 20px;
	font-size: 28px;
	border-radius: 8px; /*10px*/
    font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	line-height: 1.2;
	max-width: 100%;
	border: none;
    align-self: center;
	max-width: 400px;
    width: 100%;
}

.cta-button:hover {
    background-color: #e6b800;
}

.guarantee {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

.guarantee img {
	width: 300px;
    max-width: 100%;
    height: auto;
}





.pricing-details {
    text-align: center;
    color: #fff;
    margin-top: 20px;
	font-family: 'Inter', sans-serif;

}

/*SOMENTE NESSA OFERTA
COM UM INVESTIMENTO DE*/
.highlight-text {
    color: #D42126;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 10px;
	line-height: 1.2;
}
@media (max-width: 352px) {
    .highlight-text {
        font-size: 20px;
    }
}
/*R$ 1.297,00*/
.old-price {
    color: #D42126;
    font-size: 30px;
    text-decoration: line-through;
    font-weight: 800;
    margin-bottom: 10px;
	margin-top: 15px;
}

/*Por:*/
.text-small {
    font-size: 25px;
    margin-bottom: 4px;
	margin-top: 20px;
	font-weight: 800;
	color: white;
}

.price-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 5px;
	margin-bottom: 0;
}

/*12x*/
.installment-text {
    font-size: 30px;
    margin-right: 5px;
	color:#ffcc00;
	font-weight: 800;
}

/*35,50*/
.price-large {
    font-size: 60px;
    font-weight: bold;
    color: #ffcc00;
	font-weight: 800;
	padding-bottom: 0;
}

/*ou R$355,00*/
.text-small:last-of-type {
    font-size: 20px;
	font-weight: 800;
	margin-top: -9px;
padding-bottom: 30px;
	
}

/*Ícone*/

.check-list {
    list-style: none;
    padding: 0;
	max-width: 100%; 
}

.check-list li {
    font-size: 1.2rem;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.check-list i {
    color: #FEF600;
    margin-right: 15px;
    font-size: 1.5rem;
	margin-left: -25px;

}

/* Desktop */

@media (min-width: 700px) {
    .pricing-section {
     /*   max-width: 1200px;*/
        height: auto;
        margin: 0 auto;
        padding: 40px;
    }

    .pricing-section h2 {
        font-size: 2rem;
    }

    .pricing-section ul li {
        font-size: 1.5rem;
        padding-left: 2em;
        background-size: 1.5em;
    }

    .price {
        margin: 30px 0;
    }

    .old-price {
        font-size: 1.6rem;
    }

    .discount-price {
        font-size: 2.5rem;
    }

    .cta-button {
        font-size: 1.8rem; /*1.5rem*/
        padding: 20px 30px;
        max-width: 550px;
    }

    .guarantee img {
        width: 300px;
    }

	.pricing-section ul {
        max-width: 800px;
        margin: 0 auto;
        text-align: left;
    }

    .pricing-section ul li {
        font-size: 1.5rem;
        padding-left: 2em;
        background-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    .pricing-section {
        background-position: center 30%;
        background-size: cover;
        padding: 40px;
    }
}

/*Sessão Bônus Carina Massa ============================================*/

.bonus-section {
	/*background-color: #141414;*/
	background-color: #CE112C;
	color: white;
	padding: 40px;
	position: relative;
	overflow: hidden;
  }
  
  .bonus-container .section-title {
	background: #fff;
	margin-bottom: 20px;
	padding: 22px 8px 8px;
	border-radius: 5px; /*20px*/
	text-align: center;
}

  .bonus-title {
	text-align: center;
	font-size: 28px;
	font-family: 'Nunito Sans', sans-serif;
	color: rgb(255, 0, 0);
	line-height: 1.2;
  }
  
  .bonus-title .highlight {
	color: rgb(21, 21, 21);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 28px;
  }

  .guarantia {
    font-size: 14px ;
    color: #fff;
    text-align: center ;
    margin-top: 10px ;
    margin-bottom: 20px ;
	padding: 10px; 
    border: 2px solid #fff; 
    border-radius: 8px;
    display: inline-block;
}



  @media (max-width: 434px) {
	.bonus-title {
	  /*font-size: 24px;*/
	  font-size: 22px;
	}
	
	.bonus-title .highlight {
	  font-size: 20px;
	}
  }




  .subtitle-text{
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
  }

  .bonus-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
  }
  
  .bonus-item {
	margin-bottom: 30px;
  }
  .bonus-item:first-of-type {
	margin-bottom: 40px;
  }
  .bonus-content {
	margin-bottom: 30px;
  }
  .bonus-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }
  
  .bonus-icon {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	margin-left: -10px; /*de -15px para:*/
  }
  
  .bonus-header h3 {
	font-size: 16px;
	margin: 0;
	color: white;
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
  }
  
  .bonus-item p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding-left: 40px;
	font-family: 'Poppins', sans-serif;
  }
  /*
  
  .bonus-button {
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 40px auto 0;
	padding: 15px 30px;
	background-color: #CE112C;
	box-shadow: 0 0 40px rgba(206, 17, 44, 0.9);
	color: white;
	font-size: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	text-align: center;
	border-radius: 45px;
  }
	*/
  
	.bonus-button {
		display: block;
		width: 100%;
		max-width: 550px;
		margin: 40px auto 0;
		padding: 15px 30px;
		background-color: white;
		/*box-shadow: 0 0 40px rgba(255, 255, 255, 0.9);*/
		color: #CE112C;
		font-size: 20px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 800;
		letter-spacing: 1px;
		border: none;
		cursor: pointer;
		text-align: center;
		border-radius: 5px; /*45px*/
	  }

  .bonus-button:hover {
	background-color: #a8a8a8;
  }

  @media (max-width: 435px) {
	.bonus-button {
	  font-size: 16px;
	}
  }



  .trainer-image {
	width: 100%;
	max-width: 250px;
	margin: 20px auto; 
	display: block;
	text-align: center; 
  }

  .luz-vermelhaa {
    position: absolute;
    transform: translateY(-50%);
    width: 800px;
    height: auto;
    z-index: 0;
	pointer-events: none;
}

.luz-vermelhaa.esquerda {
    left: -400px;
	top: 62%;
	opacity: 0.6;
}

.luz-vermelhaa.direita {
    right: -400px;
	top: 11%;
	opacity: 0.6;
}
.luz-vermelhaa.centro {
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	width: 1000px;
	height: auto;
	z-index: 0;
	pointer-events: none;
	opacity: 0.6;
  }



/*Desktop*/

.bonus-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.bonus-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}


/* Ajustes para telas maiores que 1000 pixels */
@media (min-width: 1000px) {
    .bonus-columns {
        flex-direction: row;
    }

    .special-header {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 10px;
    }

    .bonus-icon {
        margin-right: 10px;
        width: 40px;
        height: auto;
    }

	.center-item {
		text-align: center;
		margin: 0 auto;
		max-width: 600px;
	}

	.subtitle-text{
		font-size: 15px;
		font-family: 'Poppins', sans-serif;
		line-height: 1.6;
		text-align: center;
		padding-left: 100px;
		padding-right: 100px;
	  }
}


@media (max-width: 999px) {
    .bonus-columns {
        flex-direction: column;
    }

    .bonus-item {
        width: 100%;
    }
}



/*Sessão Curso Carina Massa==================================================*/

.curso-metodologia {
    background-color: #141414;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    margin: 20px 0;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;

}


.curso-titulo-geral {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	line-height: 1.3;
}
.curso-conteudo {
    max-width: 600px;
    margin: 0 auto;
}

.curso-titulo {
    font-weight: bold;
    color: #ffffff;
	text-decoration: underline;
}

@media (max-width: 488px) {
    .curso-titulo-geral {
        font-size: 26px;
    }
}
@media (max-width: 456px) {
    .curso-titulo-geral {
        font-size: 23px;
    }
}
@media (max-width: 408px) {
    .curso-titulo-geral {
        font-size: 20px;
    }
}


.curso-lista {
    text-align: left;
    list-style-position: outside;
    padding-left: 20px;
    margin: 20px 0;
	color: #DEDEDE;
	position: relative;
}

.curso-lista li {
    margin-bottom: 10px;
	margin-left: 15px;
    text-align: left;
    line-height: 1.6;
}


.curso-imagem-container {
    margin: 30px 0;
}

.curso-imagem {
    max-width: 100%;
    border-radius: 8px;
	width: 400px;
	height: auto;
	position: relative;
	/*padding-bottom: 30px;*/
}

.curso-subtitulo {
    margin: 20px 0;
}

.curso-subtitulo h3 {
    font-size: 26px;
	line-height: 1.2;
    font-weight: bold;
	color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	position: relative;
}

.curso-treinos-provas {
    color: #FEFF00;
    font-weight: bold;
}
@media (max-width: 405px) {
    .curso-subtitulo h3 {
        font-size: 23px;
    }
}
@media (max-width: 363px) {
    .curso-subtitulo h3 {
        font-size: 20px;
    }
}

.curso-destaque {
    color: #ffffff;
	font-weight: bold;
}

.curso-texto {
    margin: 10px 0;
	margin-left: 15px;
    line-height: 1.6;
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	position: relative;

}


.curso-botao {
	display: block;
	width: 95%;
	max-width: 550px;
	margin: 40px auto 0;
	padding: 15px 30px;
	background-color: #FEFF00;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	text-align: center;
	border-radius: 5px; /*45px*/
	margin-bottom: 20px;
  }
  

.curso-botao:hover {
    background-color: #b89701;
	color: #000;
}

@media (max-width: 473px) {
	.curso-botao {
	  font-size: 18px;
	}
  }
  @media (max-width: 418px) {
	.curso-botao {
		font-size: 15px;
	  }
}

.luz-vermelha3 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 1800px;
    height: auto;
    z-index: 0;
    pointer-events: none;

}

@media(min-width: 768px) {
	.feedbacks h2 {
		line-height: 1.1;
		font-size: 32px;
		font-size: 45px;/*2rem*/
		margin: 0 30px 38px 30px;
	}

	.feedbacks picture {
		width: auto;
	}

	.feedbacks img {
		max-width: 400px;
	}
}


/*Adicionei pela mudança de texto Sugerida*/
@media (min-width: 1200px) {
	.slider .slide--headline > span:nth-child(3) {
	  padding-bottom: 20px;
	}
  }




@media(min-width: 992px) {
	.slide--headline .d-block {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.slider .slide--item .slide--headline {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.slider .slide--headline > span:nth-child(3) {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 30px;
		line-height: 1.875rem;
	}

	.who-is-it-for {
		padding: 55px 0;
	}

	.who-is-it-for .item {
		width: 35%;
	}

	.feedbacks {
		padding: 55px 0;
	}
}

@media(min-width: 1200px) {
	.slider .slide--item .ms-md-auto {
		margin-top: -35px;
	}

	.feedbacks picture {
		width: 30%;
	}

	.curso-conteudo {
		max-width: none;
	}

	.curso-texto {
		padding: 0 !important;
	}

	.curso-imagem-container {
		margin-top: 0;
	}
}

@media(min-width: 1400px) {
	.who-is-it-for .item {
		width: 30%;
		max-width: 380px;
		margin: 0 20px;
	}
}
/*Desktop Parte do Curso*/

@media (min-width: 900px) {
	.curso-texto {
	  max-width: 1000px;
	  margin-left: auto;
	  margin-right: auto;;
	  text-align: left; 
	  padding-left: 100px;
	  padding-right: 100px;
	}
}

@media (min-width: 1367px) {
    .curso-metodologia {
        display: flex;
        align-items: flex-start;
        padding: 75px 0 30px 0;
    }

    .curso-container {
        display: flex;
        flex: 1;
        justify-content: space-between;
        margin: 0 50px
    }

    .curso-imagem-container {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .curso-imagem {
        max-width: 100%;
        height: auto;
    }

    .curso-texto-container {
        flex: 1;
        margin-left: 0px;
		padding-top: 16px;
    }

    .curso-subtitulo, .curso-texto, .curso-botao {
        margin-top: 20px;
    }
}

@media (min-width: 631px) and (max-width: 1366px) {
    .curso-texto {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; 
        padding-left: 100px;
        padding-right: 100px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .curso-imagem-container {
        margin-right: 20px;
    }

    .curso-metodologia {
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (max-width: 630px) {
    .curso-texto {
        max-width: 90%;
        padding: 10px;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .desktop-size {
		font-size: 30px !important;
    }
}


/*Titulo principal Carina*/
.titulo-principal{
	font-size: 36px;
	padding-left: 5px;
	font-weight: 400;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	line-height: 1;
	
}

.pre-botao{
	font-weight: 300;
	padding: 0 23px !important;
}


@media (min-width: 992px) {
	.titulo-principal{
		font-size: 52px !important;
    }
}

.subtitulo-1{
	font-size: 22px;
	font-family: 'Nunito Sans', sans-serif;
	padding: 8px;
	font-weight: 700;
	z-index: 3;
	position: relative;
}

@media (min-width: 992px) {
	.subtitulo-1{
		font-size: 30px !important;
	}
	
}
.slide--headline {
    line-height: 1.2;
}


.pdf {
    background-color: black;
    color: white;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 3px;
	line-height: 1.2;
}



@media screen and (max-width: 991px) {
	.pdf{
		font-size: 30px !important;
	}
}


/*icone pdf carina*/

.icone-pdf {
    vertical-align: middle;
    width: 25px;
    height: auto;
    margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.icone-pdf {
		width: 50px;
	}
	
}
@media (min-width: 1200px) {
	.icone-pdf {
		width: 70px;
	}
	
}




/*========== Nova Grid para Bonus ==========*/


@media (max-width: 1000px) {
	.bonus-section .row {
	  flex-direction: column;
	}
  }
  @media (min-width: 1000px) {
	.trainer-image-new {
		max-width: 35% !important;
	  }
	  
  }
  
  .bonus-section {
	background-color: #c20c2e;
	color: #fff;
	padding: 20px 0;
  }
  
  .bonus-header .bonus-icon {
	width: 40px;
  }
  

  .garantia {
	font-style: italic;
	margin-bottom: 10px;
  }
  .bonus-item-new p {
	max-width: 90%; 
	/*margin: 0 auto;*/
	margin: 0 auto 0 30px;
	padding: 0 20px;
	line-height: 1.6;
  }
.bonus-item-new{
	width: calc(100% - 10px) !important;
}



.trainer-image-new {
	width: 100%;
	border-radius: 8px;
	max-width: 250px;
	margin: 20px auto; 
	display: block;
	text-align: center; 
  }
  /*========== Fim Nova Grid para Bonus ==========*/


  /*====================Novas mudanças textos=========*/


  .texto-video{
	letter-spacing: 0;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
  }
	


  @media (min-width: 992px) {
	.texto-video{
		letter-spacing: 0;
		font-weight: 300;
		font-size: 50px;
	  }
	  
  }
  .who-is-it-for h2{
	color: #fff;
    text-align: center;
    /* font: 900 26px 'Poppins', 'Roboto', sans-serif; */
    font: 900 26px 'Bebas Neue', 'Roboto', sans-serif;
    font-size: 35px;
    line-height: 28.6px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.check-icon {
    color: green;
    font-weight: bold;
    margin-right: 8px;
}
.check-icon {
    position: relative;
}

.check-icon::before {
    content: "✔";
    color: #00b700;
    font-weight: bold;
    left: 0;
    top: 0;
}

/*.lista-somatoria{
	font-size: 28px;
    font-weight: bold;
    color: #FFD700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    border: 3px solid #FFD700;
    border-radius: 10px;
    display: inline-block;

}*/
/*.lista-somatoria {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}*/

.lista-somatoria::before {
    content: "✘";
    font-size: 28px;
    font-weight: bold;
    color: #FF0000;
}



.investimento{
	font-size: 20px;
}
.investimento-tit{
	color: white;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: 800;
	margin-bottom: 8px;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	/*text-shadow: 2px 2px 5px rgba(255, 0, 0, 0.8);*/
}
.investimento-bg{
	background-color: #000000;
	padding: 13px;
	max-width: 600px;
	margin: 0 auto;
	border: 5px solid #FF0000;
	/*box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);*/

}





/*NOVA SESSÂO*/
.motivos-container {
    padding: 40px 20px;
    background-color: #5e0d0f;
    text-align: center;
}

.motivos-title {
    font-size: 42px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 20px;
	font-family: 'Bebas Neue', 'Roboto', sans-serif;
	letter-spacing: 2px;
	display: inline-block;
    border-bottom: 4px solid red; 
	text-shadow: 2px 2px 10px rgba(255, 0, 0, 0.8);
}



.motivos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.motivos-item {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ff0000;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.motivos-item p {
    margin: 0;
    font-size: 16px;
    color: #6a181b;
    transition: color 0.3s ease;
	font-family: 'Nunito Sans', sans-serif;
}
.motivos-item:hover p {
    color: white;
}

.motivos-item:hover {
    background-color: red;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .motivos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 342px) {
	.motivos-title {
		font-size: 35px;
    }
}

@media (min-width: 992px) {
    .motivos-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .motivos-title {
        font-size: 52px;
    }

    .motivos-item p {
        font-size: 18px;
    }
}
/*NOVA SESSÂO Fim*/

.who-is-down{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    background-color: #FF0000;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
    display: inline-block;
    margin-top: 15px;
    letter-spacing: 2px;


}

.corte{
	text-decoration: line-through;

}

#o-que-voce-pode-esperar h3{
	font-size: 18px;
	color: white;
	line-height: 1.2;
	font-weight: 600;
}

#o-que-voce-pode-esperar ul{
	padding-left: 0;
}

.motivos-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.motivos-icon {
    width: 74px;
    height: 74px;
}

.max-potencial {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 24px;
	color: red;
	text-decoration: underline;
}

.maior {
	font-size: 20px;
}

.potencia-section {
	background-color: #1a1a1a;
	color: #e6e6e6;
	border-radius: 20px;
	padding: 40px;
	max-width: 900px;
	width: 100%;
	margin: 40px auto;
	border: 1px solid #333;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.potencia-section .titulo-principal {
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(90deg, red, rgb(184, 0, 0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	padding-top: 3px;
	letter-spacing: 2px;
}

.potencia-section .subtitulo {
	text-align: center;
	font-size: 1.5rem;
	color: #ccc;
	margin-bottom: 40px;
	font-weight: 400;
}

.modulos-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
}

.modulo-card {
	background-color: #242424;
	border-radius: 15px;
	padding: 25px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-left: 5px solid red;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modulo-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(255, 0, 0, 0.1);
}

.modulo-icon {
	font-size: 3rem;
	color: red;
}

.modulo-content h4 {
	font-size: 1.8rem;
	margin: 0 0 5px 0;
	color: #ffffff;
	letter-spacing: 1px;
}

.modulo-content p {
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
	color: #c0c0c0;
}

.modulo-content strong {
	color: rgb(255, 0, 0);
	font-weight: 700;
}

@media (max-width: 768px) {
	.potencia-section {
		padding: 25px;
	}

	.potencia-section .titulo-principal {
		font-size: 2.5rem;
	}

	.potencia-section .subtitulo {
		font-size: 1.2rem;
	}

	.modulo-card {
		flex-direction: column;
		text-align: center;
		gap: 15px;
		border-left: none;
		border-top: 4px solid red;
	}
}

.potencial-section-list {
	color: #e6e6e6;
	border-radius: 20px;
	padding: 40px;
	max-width: 900px;
	width: 100%;
	margin: 40px auto;
}

.potencial-section-list .titulo-principal {
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 10px;
	background: white;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	letter-spacing: 2px;
}

.potencial-section-list .subtitulo {
	text-align: center;
	font-size: 1.2rem;
	color: #ccc;
	margin-bottom: 40px;
	font-weight: 400;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.todolist-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.todo-item {
	background-color: #242424;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	border-left: 4px solid #008000;
	transition: transform 0.2s ease-in-out;
}

.todo-item:hover {
	transform: scale(1.02);
}

.todo-icon {
	font-size: 1.6rem;
	color: #008000;
	margin-top: 1px;
}

.todo-item p {
	font-size: 1.05rem;
	line-height: 1.6;
	color: #c0c0c0;
	margin: 0;
}

.todo-item strong {
	color: #00b900;
	font-weight: 700;
}

@media (max-width: 768px) {
	.todo-icon {
		display: none;
	}

	.potencial-section-list {
		padding: 25px;
	}

	.potencial-section-list .titulo-principal {
		font-size: 2.5rem;
	}
}

.texto-destaque{
	color: red;
}

.modulo-bottom{
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-decoration: underline;
}

section .video{
	padding-top: 20px;
}