@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

:root{
  --cor1: #c6515e;
  --cor2: #cc2952;
}

.banner__headline,
.topo__headline,
#sobre h3,
.bio__topo h2{
	color: #c6515e;
	background-color: rgba(0, 0, 0, .2);
	padding: 10px 20px;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: .8px;
}

.banner__headline,
#contato .topo__headline{
	color: #fcdc08;
}

#sobre{
	background-color: #c6515e;
	color: #fff;
}

#sobre h3{
	margin-bottom: 16px;
}

#sobre h4{
	font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 20px;
	color: #fff;
}

#sobre h3,
#sobre .topo__headline,
#servicos .topo__headline,
#faq .topo__headline,
#posts .topo__headline,
#depoimentos .topo__headline{
	background-color: #f5f8fa;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 24px;
	background-color: #f5f8fa;
	color: #5b4c63;
}

h1{
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #371a45;
}

h2{
	font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #735f7d;
}

h3{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .2px;
    text-transform: none;
    font-weight: 500;
	color: #371a45;
}

#btn-whatsapp{
	position: fixed;
    right: 48px;
    bottom: 48px;
    z-index: 9999;
}

#btn-whatsapp i{
	position: absolute;
	z-index: 99;
	font-size: 28px;
}

.whatsapp-emitter {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 9999px;
	background-color: #7bd550;
}

.whatsapp-wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9999px;
	background-color: #7bd550;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

.whatsapp-wave {
	animation: whatsappWave 2s linear infinite;
}

@keyframes whatsappWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

.btn-primary,
.btn-secondary{
	font-size: 14px !important;
	border: none;
    font-weight: 500;
    letter-spacing: .4px;
    padding: 12px 32px;
    text-align: center;
    transition: 0.5s;
    background-color: #fcdc08;
    color: #6a24f8 !important;
    border-radius: 100px;
}

.btn-primary:hover,
.btn-secondary:hover{
	background-color: #fff;
    color: #6a24f8 !important;
    text-decoration: none;
 	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

.btn-secondary{
	padding: 10px 32px;
	background-color: transparent;
	background: transparent;
	color: #fff !important;
	border: solid 1px #fff;
}

#btn-whatsapp{
	color: #fff !important;
}

#menu .menu__links a,
#menu .menu__social a{
	color: #fff;
	font-size: 16px;
}

#menu .menu__links a:hover, #menu .menu__links a:active, #menu .menu__links a:focus,
#menu .menu__social a:hover, #menu .menu__social a:active, #menu .menu__social a:focus{
	color: #fcdc08;
}

#menu{
	background-color: transparent;
	/*background: rgb(52,38,73);
    background: linear-gradient(90deg, rgba(52,38,73,1) 0%, rgba(35,24,51,1) 100%);
*/	box-shadow: none;
	padding-top: 16px;
	padding-bottom: 16px;
}

.body__posts #menu,
.body__post #menu,
.reduz{
	background-color: #6a24f8 !important;
	-webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1) !important;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%) !important;
   	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

#banner,
.bio__topo{
	color: #fff;
}

#banner .jumbotron,
.body__bio{
	padding-top: 80px;
}

.logotipo__bio{
	height: 56px;
}

.body__bio{
	padding-top: 0;
}

#banner h1,
.bio__topo h1{
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}

.bio__topo h1{
	font-size: 28px;
	line-height: 36px;
}

#banner h1 strong{
	font-weight: 500;
	color: #FF3266;
}

#banner h2{
	font-size: 16px;
	line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 30px;
    color: #fff;
}

#banner .banner__descricao{
	margin-bottom: 24px;
}

#banner .btn-primary,
#banner .btn-outline-primary{
    margin-top: 10px;
}

#banner .swiper-pagination-bullets span{
	background-color: #fff;
}

#sobre{
	padding-top: 60px !important;
}

#sobre .registro{
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 18px;
	line-height: 30px;
}

#sobre .registro__imagem{
    margin-bottom: 0 !important;
}

#sobre .registro:last-of-type{
  padding-bottom: 0 !important;
}

#sobre .registro__direita{
	align-self: center;
	padding-left: 64px;
}

#sobre .media-body{
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

#sobre .registro:nth-of-type(even) .media-img{
	margin-right: 0;
	margin-left: 64px;
}

#sobre .registro:nth-of-type(even) .registro__esquerda{
	order: 2;
	text-align: right;
}

#sobre .registro:nth-of-type(even) .media-body{
	order: 1;
	padding-left: 12px;
	padding-right: 88px;
}

#sobre h3,
#sobre .topo__headline,
#equipe .topo__headline,
#faq .topo__headline{
	background-color: #fff;
}

#faq .accordion-item:last-of-type,
#depoimentos h6{
	margin-bottom: 0;
}

#equipe h4{
	font-size: 14px;
	color: #371a45;
}

#recursos h3:before{
    content: "⦾ ";
    margin: 0 5px 0 0;
    color: #c6515e;
}

#servicos{
	background-color: #fff;
	margin-bottom: 0 !important;
	padding-bottom: 100px !important;
}

#servicos .registro__imagem{
	background-size: cover !important;
	border-radius: 8px;
	height: 280px !important;
	box-shadow: 0 8px 16px 0 rgb(32 32 32 / 6%);
}

#equipe a,
#servicos a{
	color: #c6515e;
}

#equipe a:hover, #equipe a:active, #equipe a:focus,
#servicos a:hover, #servicos a:active, #servicos a:focus{
	color: #e38b37;
}

#equipe .registro{
	padding: 0 24px;
}

#equipe .registro__imagem{
	border-radius: 24px !important;
	margin-bottom: 16px !important;
	background-size: cover !important;
	height: 172px !important;
}

#equipe .social{
	margin-bottom: 0;
}

#servicos .btn-primary{
	color: #6a24f8 !important;
	background-color: #fcdc08;
	border: none;
	padding: 10px 32px;
}

#servicos .btn-primary:hover{
	color: #6a24f8 !important;
	background-color: #fcdc08;
}

#depoimentos{
	background-color: #fff;
	font-size: 16px;
	line-height: 26px;
}

/*#depoimentos span p:before{
	content: '"';
	margin-right: 2px;
}

#depoimentos span p:after{
	content: '"';
	margin-left: 2px;
}*/

#depoimentos .card{
	padding: 30px;
	border-radius: 10px;
}

#depoimentos h5{
	font-size: 14px;
	margin-bottom: 6px;
	color: #371a45;
}

#depoimentos h6{
	font-size: 13px;
}

#depoimentos img{
	height: 14px;
	margin-bottom: 16px !important;
}

#faq .bloco__topo{
	text-align: center;
}

#faq h3{
	margin-bottom: 0;
	cursor: pointer;
	opacity: 1;
	font-size: 15px;
	font-weight: 400;
}

#faq h3:hover{
	opacity: .8;
}

#faq .accordion-item{
	background-color: #fff;	
	border: none;
	margin-bottom: 15px;
	box-shadow: 0 8px 16px 0 rgb(32 32 32 / 6%);
	border-radius: 8px;
	padding: 8px 10px;
}

#faq .accordion-header{
	border-bottom: none;
	background-color: transparent;
}

#faq .accordion-body{
	color: #5b4c63;
}

#faq .accordion-body p{
	margin-bottom: 0;
}

#faq .accordion-button:not(.collapsed){
	background-color: #60aee0;
	box-shadow: none;
	color: #fff;
	border-radius: 8px;
}

#faq a{
	color: #c6515e;
}

#faq a:hover, #faq a:active, #faq a:focus{
	color: #c6515e;
}

.bloco__busca .btn-secondary{
	background-color: #6a24f8;
    border-color: #6a24f8;
    color: #fcdc08 !important;
}

#posts{
	background-color: #fff;
}

#posts .bloco__topo{
	text-align: center;
}

#posts img,
#post img{
	border-radius: 16px;
	width: 100%;
}

#posts .bloco__categoria h5,
#post .bloco__categoria h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

#posts img.img-fluid{
	height: auto !important;
}

#posts .bloco__categorias .list-group-item,
#post .bloco__categorias .list-group-item{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    padding: 12px 32px;
    text-transform: uppercase;
}

#posts .list-group-item.active,
#post .list-group-item.active{
	background-color: #6a24f8;
    border-color: #6a24f8;
    color: #fcdc08 !important;
}

#posts .badge,
#post .badge{
	color: #c6515e;
}

#posts .registro__imagem{
	background-size: cover !important;
	border-radius: 12px;
	height: 320px !important;
}

#posts .list-group-item.active .badge,
#post .list-group-item.active .badge{
    color: #fff;
}

#posts .link__registro,
#post .link__registro{;
	font-size: 14px;
	line-height: 21px;
    float: right;
    color: #c6515e;
    font-weight: 500;
}

#posts .link__registro:hover, #posts .link__registro:active, #posts .link__registro:focus,
#post .link__registro:hover, #post .link__registro:active, #post .link__registro:focus{
	color: #e38b37;
}

#posts .bloco__recentes p, #posts .bloco__visitados p,
#post .bloco__recentes p, #post .bloco__visitados p{
	font-size: 14px;
	line-height: 21px;
	color: #c6515e;
}

.body__posts #posts,
.body__posts #post{
	padding-top: 160px !important;
	padding-bottom: 60px !important;
}

.body__posts #posts,
.body__posts #post{
	padding-bottom: 80px !important;
}


#contato,
#copyright{
	background-color: #6a24f8;
	color: #fff;
}

#contato h1{
	color: #fff;
}

#contato ::-webkit-input-placeholder{
	color: #fff !important;
}

#contato :-moz-placeholder{ /* Firefox 18- */
	color: rgba(255,255,255,0.8);
	font-weight:300;
}

#contato ::-moz-placeholder {  /* Firefox 19+ */
	color: #fff !important;
}

#contato :-ms-input-placeholder{  
	color: #fff !important;
}

#contato a,
#copyright a,
.bio__social a,
.bio__rodape a{
	color: #fcdc08;
	font-weight: 500;
}

#contato a:hover, #contato a:active, #contato a:focus,
#copyright a:hover, #copyright a:active, #copyright a:focus,
.bio__social a:hover, .bio__social a:active, .bio__social a:focus,
.bio__rodape a:hover, .bio__rodape a:active, .bio__rodape a:focus{
	color: #fff;
	text-decoration: none;
}

.bio__rodape{
	color: #fff;
}

#contato{
    padding-bottom: 48px !important;
}

.invalid-feedback {
    color: #fcdc08;
}

#contato .form-control.is-invalid, #contato .was-validated .form-control:invalid {
    border-color: #fcdc08;
}	

#contato .form-control{
	border: none;
	background-color: rgba(0,0,0,0.2);
	color: #fff !important;
}

#contato .form-control:focus, #contato .form-control:hover{
    background-color: rgba(0,0,0,0.3);
	box-shadow: none;
}

#copyright{
	padding-top: 32px !important;
    padding-bottom: 32px !important;
}

#copyright .small{
	font-weight:500 !important;
}

#obrigado{
    background-color: #281a39;
    color: #fff;
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

#obrigado .container{
	max-width: 700px;
}

#obrigado h1{
	color: #fff;
}

#obrigado a{
	border: none;
    font-weight: 500;
    letter-spacing: .6px;
 	background-image: linear-gradient(to right, #25D366 0%, #20BD5B  51%, #25D366  100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff !important;
    border-radius: 10px;
}

#obrigado a:hover, #obrigado a:active, #obrigado a:focus{
    background-position: right center;
    color: #fff;
    text-decoration: none;
 	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

#menu .navbar-toggler{
	border:none;
	font-size:14px;
}

#menu .navbar-toggler .icon-bar{
	background-color: #fff;
}

#toTop{
	display: none !important;
}

@media (max-width: 767.98px){
	h1{
	    font-size: 26px;
	    line-height: 32px;
	}

	#menu{
		background-color: #6a24f8;
		-webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 10%) !important;
	    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1) !important;
	    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%) !important;
	    padding-top: 8px;
	    padding-bottom: 8px;
	}

	#menu img{
		height: 32px;
	}

	#menu .btn{
		margin-top: 16px;
	}

	#banner .jumbotron{
		height: 620px !important;
		background-color: #6a24f8;
		background-image: none !important;
	}

	#banner h1{
	    font-size: 32px;
	    font-weight: 400;
	    line-height: 1;
	}

	#banner h2{
		font-size: 16px;
		line-height: 24px;
	}

	#sobre .registro {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}

	#sobre .registro:nth-of-type(even) .registro__esquerda{
		order: initial;
	}

	#sobre .registro:nth-of-type(even) .media-body{
		order: initial;
		padding-right: 12px;
	}

	#sobre .registro__imagem{
		margin-bottom: 32px !important;
	}

	#sobre .registro__direita{
		padding-left: 12px;
	}

	#sobre .registro__esquerda{
		padding-right: 12px;
	}

	#equipe .registro__imagem{
		height: 320px !important;
		margin-bottom: 32px !important;
	}

	#servicos .registro,
	#posts .registro{
		margin-bottom: 40px !important;
	}

}