/* CSS Reset */

html, body, div, p, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

body { 
	background: none;
}

/* colunas */

.col1170 {
	width: 1170px;
	margin: auto;
}

html { 
	background: #262626  url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#menu {
	
}

#redes-sociais {
	float: right;
}

#redes-sociais ul li {
	float: left;
	padding: 0 10px;
}

#redes-sociais ul li img {
	max-width: 24px;
}

.logo {
	max-width: 376px;
	margin: 80px 0;
}

h1 {
	font-weight: 900;
	color: #fff;
	font-size: 120px;
	line-height: 140px;
	margin-bottom: 80px;
}

h1 span {
	font-size: 80px;
}

.botao {
	background-image: linear-gradient(to right, #af55ce 0%, #4e2975 100%);
	border-radius: 40px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	text-align: center;
	display: inline-block;
	padding: 20px 40px;
}

#cabecalho .botao {
	font-size: 22px;
	float: right;
}

#servicos {
	width: 90%;
	margin: 60px auto;
	padding: 40px 0;
	background: rgb(237,31,132);
	background: linear-gradient(90deg, rgba(237,31,132,1) 0%, rgba(253,118,23,1) 100%);
	border-radius: 0 40px 40px 0;
	border-radius: 40px;
}

.col3 {
	width: 33%;
	float: left;
	padding: 10px;
}

.clear {
	clear: both;
}

#servicos .col3 {
	color: #fff;
	text-align: center;
	letter-spacing: 1.5px;
}

#servicos .col3 img {
	max-width: 65px;
	display: block;
	margin: auto;
}

#servicos .col3 h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 20px 0;
}

#servicos .col3 h2 span {
	font-weight: 900;
	font-size: 28px;
}

#servicos .col3 p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
}

#sobre {
	background: #262626;
	width: 100%;
	margin: 60px auto;
	margin-bottom: 0;
	padding: 40px 0;	
}

#sobre h2 {
	font-weight: 700;
	font-size: 36px;
	margin: 20px 0;
	color: #fff;
}

#sobre p {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
	color: #d1d1d1;
}

.col2 {
	width: 50%;
	float: left;
	padding: 20px;
}

.foraborda120 {
	padding-bottom: 596px;
}

.foraborda120 img {
	position: absolute;
	margin-left: -120px;
	max-width: 665px;
}

.accordion {
	display: flex;
	flex-direction: column;
	margin: 20px auto;
}

.accordion-item {
	margin-bottom: 5px;
}

.accordion-title {
	padding: 20px;
	background: url(../images/info-fechada.png) left center no-repeat;
	padding-left: 80px;
	cursor: pointer;
	font-weight: 700;
	font-size: 30px;
	margin: 20px 0;
	color: #fff;
}

.active {
	background: url(../images/info-aberta.png) left center no-repeat;
}

.accordion-content {
	display: none;
	padding: 30px 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #d1d1d1;
}

#planos {
	width: 90%;
	margin: 60px auto;
	margin-bottom: 0;
	padding: 40px 0;
	background: url(../images/bg-planos.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 0 40px 40px 0;
	border-radius: 40px;
}

.carousel-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.carousel-content {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-item {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 20px;
}

.carousel-arrows {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	position: absolute;
	margin-top: -1015px;
}

.carousel-arrow {
	cursor: pointer;
	width: 60px;
	height: 60px;
	margin-left: -60px;
}

#next {
	margin-left: 1170px !important;
}

.plano {
	border-radius: 40px;
	background: #fff;
	float: left;
	margin: 60px 30px;
	width: 505px;
	padding: 0 50px;
}

.plano h4 {
	background-image: linear-gradient(to right, #af55ce 0%, #4e2975 100%);
	border-radius: 20px;
	font-weight: 700;
	font-size: 26px;
	margin: 15px;
	text-align: center;
	padding: 15px;
	border: 2px solid #653b97;
	color: #fff;
}

.plano h4 span {
	color: #fff;
	font-weight: 900;
	font-size: 30px;
}

.plano h3 {
	color: #653b97;
	font-weight: 900;
	font-size: 40px;
	margin: 30px;
	text-align: center;
}

.plano  p{
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0;
	color: #262626;
}

.plano ul li{
	background: url(../images/info-fechada.png) no-repeat left center;
	padding: 30px;
	padding-left: 80px;
	color: #653b97;
	font-weight: 700;
	font-size: 25px;
}

.empresarial ul li{
	background: url(../images/info-fechada.png) no-repeat left center;
	background-size: 55px 55px;
	padding: 25px 30px;
	padding-left: 80px;
	color: #653b97;
	font-weight: 700;
	font-size: 21px;
}

.preco {
	background: #653b97;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 10px 10px 0 0;
	font-size: 28px;
	margin: auto;
	margin-top: 40px;
	width: 220px;
	padding: 15px;
}

.preco span {
	font-weight: 700;
	font-size: 48px;
}

#planos .botao {
	margin: auto;
	width: 260px;
	display: block;
}

#contrate {
	background: #262626;
	width: 100%;
	margin: 60px auto;
	margin-bottom: 0;
	padding: 40px 0;
	padding-bottom: 0;	
}

#contrate .col2 {
	padding-bottom: 0;	
}

#whatsapp {
	background: url(../images/bg-whats.png) center top no-repeat;
	padding: 80px 60px;
	height: 460px;
}

#whatsapp h4 {
	font-weight: 900;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	padding: 60px 0;	
}

#whatsapp p {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding-bottom: 60px;
}

.botao {
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.botao:hover {
	background-image: linear-gradient(to right, #e8c4f5 0%, #ffffff 100%);
	color: #4e2975;
	cursor: pointer;
}

#whatsapp .botao {
	background-image: linear-gradient(to right, #51a644 0%, #348e26 100%);
	margin: auto;
	width: 260px;
	display: block;
	font-size: 20px;
	border: 2px solid #348e26;
}

#whatsapp .botao:hover {
	background-image: linear-gradient(to right, #e8c4f5 0%, #ffffff 100%);
	color: #348e26;
	cursor: pointer;
}

.logorodape img {
	margin: auto;
	max-width: 460px;
	display: block;
	margin-top: 120px;
}

#rodape { 
	background: #262626  url(../images/bg-rodape.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	padding: 80px 0;
	color: #fff;
}

#rodape h5{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 50px;
}

#rodape ul {
}

#rodape ul li{
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 20px;
}

#rodape ul li a {
	color: #fff;
	text-decoration: none;
}

#rodape p {
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
}

#rodape a {
	color: #fff;
}

.iconewhats {
	background: url(../images/icone-whatsapp.png) left center no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	font-size: 18px !important;
	margin-top: 40px !important;
	font-weight: 700 !important;
}

.iconeendereco {
	background: url(../images/icone-endereco.png) left center no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	font-size: 18px !important;
	margin-top: 20px !important;
	line-height: 22px !important;
}

.instagram {
	background: url(../images/icone-insta.png) left center no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	font-size: 18px !important;
	margin-top: 20px !important;
	font-weight: 700 !important;
}

.iconeemail {
	background: url(../images/icone-email.png) left center no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	font-size: 18px !important;
	margin-top: 20px !important;
	font-weight: 700 !important;
}

/* 1200 */


