/* /////////////////////////////

	1. Basic Styles
	2. Navbar
	3. Buttons
	4. Home
	5. Sobre
	6. Duvidas
	7. Empresa
	8. Call to Action
	9. Footer
	10. Media Queries

   //////////////////////////*/


body {
	font-family: 'Roboto', sans-serif;
	color: #292c31;
}

/* @font-face {
  font-family: 'Cocogoose';
  src: url('fonts/cocogoose/Cocogoose-Pro-Bold-trial.ttf') format('bold');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

h2 {
	font-size: 44px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 700;
}

section {
	padding: 100px 0px;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
	text-align: center;
}

.title-block p {
	font-size: 20px;
	font-weight: 300;
	color: #8da2b5;
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 70px;
	max-height: 70px;
	max-width: 100dvi;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 5px;
}

.navbar a {
	color: #292c31 !important;
}

.nav-right {
	float: right;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
	font-size: 24px;
	font-weight: 600;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-regular {
	background-color: #9e0cf3;
	color: #ffffff;
	padding: 10px 40px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-regular:hover {
	background-color: #9530ac;
	color: #ffffff;
}

.btn-demo {
	color: #ffffff;
	background-color: #9e0cf3;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-demo:hover {
	color: #ebebeb;
	background-color: #9530ac;
}

.btn-demo-small {
	font-size: 14px;
	background-color: #9e0cf3;
	padding: 1px 4px;
	font-weight: 800;
}

.btn-demo-small:hover {
	background-color: #9530ac;
}

.btn-demo-small a {
	color: #ffffff!important;
}

.btn-buy {
	color: #ffffff;
	background-color: #9e0cf3;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-buy:hover {
	background-color: #9530ac;
	color: #ffffff;
}

/* ==============================================
   4. Home
===============================================*/

#home {
	background-color: #d3d3da;
}

#home h1 {
	font-size: 46px;
	font-weight: 600;
}

#home p {
	font-size: 24px;
    font-weight: 500;
    color: #292c31;
    margin-bottom: 5px;
	margin-top: 0px;
    padding: 0px;
	text-align: justify;
}

#home span {
	font-size: 18px;
	font-weight: 600;
    color: #902fc9;
	margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.home-box {
	
	background-color: transparent;
	display:grid;
	place-items: center;
	position: relative;
    overflow: hidden;
  	width: 100%;
  	padding-top: 56.25%;
}

.embed {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    width: 100%;
    height: 100%;
  }

  .home-content .btn-regular{
	display:grid;
	justify-self: center;
  }

  .content-box {
	padding: 0px 20px;
}


/* ==============================================
   5. Sobre
===============================================*/

#sobre {
	background-color: #ffffff;
}

#sobre h1 {
	font-size: 46px;
	font-weight: 600;
}

#sobre p {
	font-size: 24px;
    font-weight: 500;
    color: #292c31;
    margin-bottom: 20px;
	margin-top: 5px;
    padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

#sobre span {
	font-size: 18px;
	font-weight: 600;
	color: #902fc9;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#sobre .text-box {
	padding: 0px 0px;
}

  #sobre .btn-regular{
	display:grid;
	justify-self: center;
  }

/* ==============================================
   6. FAQ
===============================================*/

#faq {
	background-color: #d3d3da;
	border-top: 0px solid #F8F9FB;
	border-bottom: 0px solid #F8F9FB;
}

#faq h1 {
	font-size: 46px;
	font-weight: 600;
}

#faq .image-box{
	background-image: url('images/faq.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;

}

#faq .text-box {
	padding: 0px 10px;
}


.accordion       { width:100%; float:left; position:relative; }
.accordion input { position:absolute; left:0; top:0; height:100%; width:100%; opacity:0; visibility:0; }
.accordion h3    { background:transparent; color:#2d2d2d; font-family: 'Roboto', sans-serif; font-size:1.5em; padding:0.8em 0em; border-bottom: 2px #e6e6e6 solid; margin-bottom:0px; position:relative; transition:0.3s; }
.accordion h3:hover      { color:#902fc9; }
.accordion label::before { transform: rotate(0deg); transition: .5s; content: ""; display: inline-block; border: 7px solid transparent; border-left-width: 7px; border-left-style: solid; border-left-color: transparent; border-left: 8px solid #9f9fa1; margin-right: 7px; }
.accordion label         { cursor:pointer; position:relative; display:flex; align-items:center; }
.accordion div.texto     { max-height:0px; overflow:hidden; transition:max-height 0.7s; background-color:#d3d3da;}
.accordion div.texto p   { padding:1em; position: relative; z-index: 1; font-family: 'Roboto', sans-serif; font-size: 1.3em; color: #292c31;}
.accordion input:checked ~ h3 label::before { transform: rotate(90deg); transition: .5s; border: 7px solid transparent; border-left-width: 7px; border-left-style: solid; border-left-color: transparent; border-left: 8px solid #1774ba; margin-right: 7px; }
.accordion input:checked ~ h3 ~ div.texto   { max-height:500px; }
.accordion a { color:#902fc9; }

/* ==============================================
   7. Empresa
===============================================*/

#empresa {
	background-color: #d3d3da;
}

#empresa h1 {
	font-size: 46px;
	font-weight: 600;
}

#empresa p {
	font-size: 24px;
    font-weight: 500;
    color: #292c31;
    margin-bottom: 20px;
	margin-top: 15px;
    padding: 0px;
	text-align: justify;
}

#empresa span {
	font-size: 18px;
	font-weight: 600;
	color: #902fc9;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#empresa .text-box {
	padding: 20px 30px;
}

#empresa .image-box{
	padding: 0px 20px;
	margin-top: 130px;
}



/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action {
	background-image: url('images/cta.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	
}

#call-to-action h2 {
	color: #ffffff;
}

#call-to-action p {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 40px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

#call-to-action .btn-regular {
	padding: 15px 45px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
	background-color: #292c31;
    padding: 60px 0;
    color: #62656a;
}

footer h5 {
	color: #dfdfec;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #cbcdcf;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

footer a {
	color: #cbcdcf;
}

footer a:hover {
	color: #902fc9;
	text-decoration: none;
}

footer i {
	font-size: 25px;
	color: #cbcdcf;
	margin-right: 10px;
}

footer i:hover {
	color: #9e0cf3;
}

footer small {
	color: #cbcdcf;
	float: right;
}

.external-links {
	color: #9e0cf3;
}

.external-links:hover {
	color: #9530ac;
}

/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	h2 {
		font-size: 34px!important;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.title-block h2, p {
		text-align: left;
		padding: 0px 20px;
	}

	#call-to-action h2, p {
		text-align: left!important;
		padding: 0 20px;
	}


	#call-to-action {
		background-image: none;
		background-color: #9e0cf3;
	}

	#call-to-action .btn-regular {
		background-color: #ffffff!important;
		color: #902fc9!important;
		padding: 15px 45px;
}

	footer {
		padding: 60px 25px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 16px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
}


/* Smartphone Max 768px */

@media (max-width: 768px) { 
	#home h1 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	#home p {
		font-size: 20px;
	}

	#home span {
		font-size: 0px;
	}

	#home .btn-regular{
		display: none;
	}

	#sobre h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}

	#sobre p {
		font-size: 20px;
	}

	#sobre span {
		font-size: 0px;
	}

	#sobre .btn-regular {
		display: none;
	}

	#faq h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}

	#faq .image-box .img-faq {
		height: 0px;
	}

	#empresa h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}

	#empresa p {
		font-size: 20px;
	}

	#empresa span {
		font-size: 0px;
	}

	#call-to-action .btn-regular {
		display: none;
	}



}

/* Tablet Max 991px */

@media (max-width: 991px) { 
	.nav-right {
		float: left;
	}
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav .nav-link {
		padding: 20px 0;
		text-align: left;
	}

	.btn-demo-small {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small:hover {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small a {
		color: #53627C!important;
	}
	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		font-size: 18px;
		float: right;
	}

	.navbar-collapse {
		border-bottom: 1px solid #efefef;
	}

	.nav-logo-mobile {
		margin: auto;
		padding-right: 50px;
	}

	.nav-logo-desktop {
		display: none;
	}

	#empresa .image-box{
		margin-top: 0px;
	}
	
}

/* Desktop Min 992px */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
}

/* Desktop Min 1200 */
@media (min-width: 1200px) { 
	.home-content {
		margin-top: 0px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.empresa-box h3 {
		font-size: 17px;
	}
	.empresa-box p {
		font-size: 14px;
	}
	.empresa-box li {
		font-size: 12px;
	}
	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}

}