html {
	scroll-behavior: smooth;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;

}

body {
	background: #EBE7D9;
	overflow-x: hidden;
}

/* header */

.container-menu-mobile {
	display: none;
}

.container-header {
	width: 100%;
	height: 90px;
	background-color: #484F3D;

	display: flex;
	align-items: center;
	justify-content: space-around;
}

#menu-bar {
	display: none;
	cursor: pointer;
}

.container-header {
	width: 100%;
	height: 90px;
	background-color: #484F3D;

	display: flex;
	align-items: center;
	justify-content: space-around;
}

#menu-bar {
	display: none;
	cursor: pointer;
}

.container-logo {
	cursor: pointer;
	background: transparent;
	border: none;
}

.container-logo img {
	width: 227.046px;
	height: 47px;
	display: block;
}


.container-nav-list {
	height: 90px;
	display: flex;
	align-items: center;
}

.container-nav-list li {
	padding-right: 51px;
}

.container-nav-list li:last-child {
	padding-right: 0;
}

.container-nav-list li a {
	background-color: transparent;
	border: none;

	font-family: "Jost";
	font-weight: 700;
	font-size: 16px;
	line-height: 23.12px;
	color: #EBE7D9;
	cursor: pointer;
}


.btn-whatsapp-container {
	height: 56px;
	width: 228px;
	display: flex;
	align-items: center;
	padding-left: 7px;


	font-family: "Jost", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 23.12px;

	background-color: #85CD13;
	border-radius: 13px;
	color:
		#EBE7D9;

}

.btn-whatsapp-container img {
	margin-left: 11px;
}

/* Banner Adv */

#adv-image {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}


/* Nossos serviços */

.section-nossos-servicos {
	overflow: hidden;
	width: 100%;
	position: relative;


}

.container-nossos-servicos {
	display: flex;
	margin-top: 50px;
	width: 100%;
	cursor: pointer;
	z-index: 20;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	background-color: transparent;
}

.slick-prev {
	background-image: url('../images/caret-left.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: -9999px;

}

.slick-next {
	background-image: url('../images/caret-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: -9999px;
}


.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .95;
	color: #000;


	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.slick-prev,
.slick-next {
	line-height: 0;
	top: 50%;
	display: block;
	border-radius: 50%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	position: absolute;
	border: none;
	outline: none;
	height: 35px;
	width: 35px;
	background-color: #EBE7D9;

}

.slick-prev:hover,
.slick-next:hover {
	opacity: 0.7;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
	z-index: 3;
}

.slick-dots {
	display: flex;
	justify-content: center;
	column-gap: 0.5rem;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}

.slick-dots li button {
	color: transparent;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: solid #e1e1e1 1px;
	box-shadow: 0px 1px 4px 0px #0000004f;
}

.slick-dots li.slick-active button {
	border-color: #484F3D;
	background-color: #484F3D;
}

.container-nossos-servicos::-webkit-scrollbar {
	display: none;
}

.title-servico {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.title-servico h4 {
	color: #262D20;

	text-align: center;
	font-family: 'Playfair Display';
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}



.container-servico {
	height: clamp(280px, 2vw, 200px);
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 4;

	margin: 0 10px;
	border-radius: 29px;
	background: linear-gradient(105deg, #262D20 0%, #484F3D 100%);
}

.content-servico {
	padding: 2rem;
	width: 100%;
	max-width: 420px;
}

.sub-title-servico {
	color: #EBE7D9;

	text-align: center;
	font-family: 'Jost';
	font-size: clamp(1.4rem, 2vw, 1.7rem);
	font-style: normal;
	font-weight: 700;
	line-height: 106%;

}

.description-servico {
	color: #EBE7D9;
	font-family: 'Jost';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 131.7%;
	text-align: center;
	margin-top: 15px;
}

.description-servico-big {
	color: #EBE7D9;
	font-family: 'Jost';
	font-size: clamp(1.3rem, 2vw, 0.8rem);
	font-style: normal;
	font-weight: 400;
	line-height: 106%;
	text-align: center;

}

.slick-prev {
	background-image: url('../../caret-left.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: -9999px;

}

.slick-next {
	background-image: url('../../caret-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: -9999px;
}


.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .95;
	color: #000;


	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.slick-prev,
.slick-next {
	line-height: 0;
	top: 50%;
	display: block;
	border-radius: 50%;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	position: absolute;
	border: none;
	outline: none;
	height: 35px;
	width: 35px;
	background-color: #EBE7D9;

}

.slick-prev:hover,
.slick-next:hover {
	opacity: 0.7;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
	z-index: 3;
}



/* Sobre Nós */

.container-title-sobre-nos {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 95px;
}

.container-title-sobre-nos h5 {
	color: #262D20;

	text-align: center;
	font-family: 'Playfair Display';
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
}

.container-accordion {
	display: flex;
	justify-content: center;
	background-size: cover;
	background-position: center;
	min-height: 366px;

	height: auto;
	gap: 20px;
	padding-top: 105px;
	margin-bottom: 20px;
	position: relative;
}

.container-banner-background {
	width: 100%;
}

.img-bc {
	height: 366px;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}

details {
	box-sizing: border-box;
	z-index: 3;
}

summary {
	background: #484F3D;
	width: 470px;
	height: 100px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #EBE7D9;
	font-family: 'Playfair Display';
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 50px;
	padding-right: 42px;
	padding-top: 58px;
	padding-bottom: 59px;
	border-radius: 29px;
}

details[open]>summary {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.content {
	width: 470px;
	height: 366px;
	background: #484F3D;
	border-bottom-left-radius: 29px;
	border-bottom-right-radius: 29px;
	color: #EBE7D9;
	font-family: 'Jost';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 131.7%;
	/* 31.608px */
	padding-left: 50px;
	padding-right: 42px;
	padding-bottom: 23px;
}

details[open]>summary img {
	transform: rotate(-180deg);
}



/* Sobre Dra gabriela */

.container-sobre-dr-bertolini {

	width: 100%;
	min-height: 130vh;
	background-image: url('./assets/background-plant.png');
	background-size: cover;
	background-repeat: no-repeat;


}


.content-sobre-dr-bertolini {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 126px;
	gap: 32px;
}

.content-bertolini {
	max-width: 580px;
	display: flex;

	flex-direction: column;
}

.container-img-bertolini img {
	width: 592px;
	height: 606px;
	object-fit: cover;
	object-position: top;
	border-radius: 1rem;
}

.nome-dr-bertolini {
	color: #262D20;


	font-family: 'Playfair Display';
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 76px;
}

.oab-bertolini {
	color: #262D20;


	font-family: 'Jost';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 18px;
}

.description-sobre-bertolini {
	color: #262D20;

	font-family: 'Jost';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 131.7%;
	/* 26.34px */
	padding-top: 18px;
}

.description-sobre-bertolini-2 {
	padding-top: 25px;

	color: #262D20;

	font-family: 'Jost';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 131.7%;
	/* 26.34px */

}


.btn-especialista {
	display: flex;
	width: 326px;
	padding: 11px 15px;
	align-items: center;
	gap: 102px;


	border-radius: 13px;
	border: 1px solid #85CD13;
	color: #EBE7D9;
	background: #78A235;
	margin-top: 38px;
}

/* Como iniciar o processo */
.container-processo {
	margin-top: -430px;
}

.Container-title-processo {
	display: flex;
	justify-content: center;
}

.Container-title-processo h6 {
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 400;
	line-height: 75px;
	letter-spacing: 0em;
	text-align: center;
	color: #262D20;

}

.container-processos {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 35px;
}

.content-processo {
	background: #484F3D;
	border-radius: 29px;
	width: 455px;
	height: 364px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sub-title-processo {
	color: #EBE7D9;

	text-align: center;
	font-family: 'Playfair Display';
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 43px;
}

.description-processo {
	color: #EBE7D9;

	text-align: center;
	font-family: 'Jost';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	padding-left: 30px;
	padding-right: 34px;
	margin-top: 20px;
}


/* Duvida */

.container-duvida {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 90px;
}

.container-duvida p {
	color: #484F3D;
	font-family: 'Playfair Display';
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 auto;
}

.btn-especialista-duvidas {
	width: 354px;
	height: 66px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 18px;
	padding-right: 13px;

	border-radius: 13px;
	border: 1px solid #85CD13;

	background: #78A235;
	color: #EBE7D9;
	margin: 0 auto;
	margin-top: 40px;


	color: #EBE7D9;
	text-align: center;
	font-family: 'Jost';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/* Footer*/
.footer {

	color: #EBE7D9;
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	margin: auto;
	text-align: justify;
	padding: 30px;
	margin-top: 50px;
	height: 100%;
	background-color: #262D20;

}

.logo_footer img {
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	width: 226px;
}

.descricao {
	display: flex;

	font-family: "Jost", sans-serif;
}

.contatos_itens {
	flex-wrap: wrap;
}

.descricao p {
	margin-bottom: 15px;
	font-weight: 300;
}

.descricao span {
	margin-bottom: -15px;
	font-weight: bold;
	font-size: 15px;
}


.descricao h1 {
	margin-bottom: 20px;
	line-height: 56.54px;
	font-weight: 100;
	font-family: "Playfair Display", sans-serif;
	;
}

.rodape {
	color: #EBE7D9;
	font-family: "Jost", sans-serif;
	text-align: center;
	width: 100%;
	background-color: #B48B5B;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 100%;
}


.contato-email {
	color: #EBE7D9;
	font-family: 'Jost';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.numero-telefone {
	color: #EBE7D9;
	font-family: 'Jost';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.logo_room {

	justify-content: center;
	margin-left: 1px;
	margin-top: 5px;
}




/* responsivo */


@media (max-width: 2400px) {
	.container-sobre-dr-bertolini {
		background-image: none;
		min-height: auto;
	}

	.container-processo {
		margin-top: 70px;
	}
}


@media (max-width: 1370px) {

	/* header */
	.container-nav-list li {
		padding-right: 20px;
	}

	/* Nossos serviços */

	.content-servico {
		padding-top: 28px;
	}

	.sub-title-servico {
		font-size: 25px;
	}

	.description-servico {
		font-size: 17px;

	}

	.description-servico-big {
		font-size: 17px;
	}

	/* Sobre nós */

	details {
		margin: 0 auto;
	}

	.img-bc {
		display: none;
	}

	.content {
		width: 470px;
		height: auto;
	}

	.container-accordion {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		padding-top: 20px;
	}

	details[open]>.content {
		margin-top: -5px;
	}

	/* Sobre a dr */

	.container-sobre-dr-bertolini {
		background-image: none;
		height: auto;
	}

	.content-sobre-dr-bertolini {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		padding-top: 60px;
		gap: 15px;
	}


	.content-bertolini {
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;

	}

	.container-img-bertolini {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.nome-dr-bertolini {
		padding-top: 20px;
		width: 100%;
		margin: 0 auto;
	}

	.oab-bertolini {
		margin: 0 auto;
	}

	.btn-especialista {
		margin: 0 auto;
		margin-top: 25px;
	}

	.container-sobre-dr-bertolini {
		min-height: auto;
	}

	/* como iniciar o processo */

	.container-processos {
		width: 100%;
		flex-direction: column;

	}

	.content-processo {
		margin: 0 auto;
	}

	.container-processo {
		margin-top: 70px;
	}
}



@media (max-width: 850px) {


	/* Header Mobile */

	.container-logo img {
		width: 80%;
	}

	.container-menu-mobile {
		position: relative;
		width: 45px;
		height: 40px;
		background: transparent;
		border: none;
		cursor: pointer;
		display: inline-block;
		z-index: 33;
		margin: 30px 0 20px 20px;
	}

	.bar {
		height: 5px;
		width: 100%;
		background-color: #fff;
		display: block;
		border-radius: 5px;
		transition: 0.3s ease;
	}


	[data-menu="list"] {
		position: absolute;
		top: 90px;
		margin-top: -2px;
		right: 0;
		width: 100vw;
		height: 100vh;
		background-color: #484F3D;
		z-index: 999;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		display: none;

	}

	[data-menu="list"].active {
		display: flex;

	}


	.container-nav-list li {
		padding-right: 0px;
		padding: 20px;
	}

	.container-menu-mobile {
		display: block;
	}

	#bar1 {
		transform: translateY(-4px);
	}

	#bar3 {
		transform: translateY(4px);
	}

	.change .bar {
		background-color: white;
	}

	.change #bar1 {
		transform: translateY(4px) rotateZ(-45deg);
	}

	.change #bar2 {
		opacity: 0;
	}

	.change #bar3 {
		transform: translateY(-6px) rotateZ(45deg);
	}


	[data-menu="list"].active {
		display: flex;
	}

	.title-servico h4 {
		font-size: 40px;
	}

	.container-servico {
		margin-top: 10px;
		width: 350px;
		height: 124px;
	}

	/* nossos servicos */

	.sub-title-servico {
		font-size: 20px;
	}

	.description-servico {
		font-size: 15px;
	}

	.description-servico-big {
		font-size: 14px;
	}

	.content-servico {
		padding: 11px 11px;
	}

	.container-nav-list li {
		padding-right: 0px;
	}

	.container-menu-mobile {
		display: block;
	}


	/* Sobre Nós */

	.container-title-sobre-nos {
		margin-top: 30px;
	}

	.container-title-sobre-nos h5 {
		font-size: 40px;
	}

	.img-bc {
		display: none;
	}

	.container-accordion {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		padding-top: 20px;
	}

	details {
		margin: 0 auto;
	}

	summary {
		width: 300px;
		font-size: 38px;
		padding-right: 12px;
		padding-left: 20px;
		padding-top: 28px;
		padding-bottom: 29px;
	}

	.content {
		width: 300px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		height: auto;
		font-size: 18px;

	}

	.content p {
		text-align: left;
	}

	details[open]>.content {
		margin-top: -5px;
	}

	/* sobre dr Bertolini */





	.container-img-bertolini img {
		width: 80%;
		height: 80%;
	}

	.nome-dr-bertolini {
		padding-top: 0px;
		margin: 0 auto;
		font-size: 38px;
		text-align: center;
	}

	.oab-bertolini {
		margin: 0 auto;
		font-size: 18px;
	}

	.description-sobre-bertolini {
		font-size: 17px;
		margin: 0 auto;

	}


	/* como iniciar o processo */

	.content-processo {
		width: 350px;
	}

	.Container-title-processo h6 {
		font-size: 44px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.sub-title-processo {
		font-size: 44px;
	}

	.description-processo {
		padding-left: 15px;
		padding-right: 19px;
		padding-bottom: 10px;
		font-size: 20px;
		margin-top: 10px;
	}

	/* duvidas */

	.container-duvida p {
		font-size: 38px;
		padding-left: 25px;
		padding-right: 25px;
		text-align: center;
	}

	.container-duvida {
		margin-top: 30px;
	}

	.btn-especialista-duvidas {
		margin-top: 15px;
	}

	/* footer */

	.descricao {
		flex-direction: column;
	}

	.container-unidade {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.container-title-unidades {
		display: flex;
		justify-content: center;

	}

	.container-unidade-2 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.container-title-contatos {
		display: flex;
		justify-content: center;
	}

	.container-telefone {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.numero-telefone {
		display: flex;
		justify-content: center;
		padding-top: 3px;
	}

	.contato-email {
		display: flex;
		justify-content: center;
		padding-top: 3px;
	}

	.container-telefone {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.descricao h1 {
		margin-bottom: 0px;
	}

	.descricao span {
		margin: 0 auto;
	}

	.container-instagram {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.container-site {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.descricao {
		margin: 0 auto;

	}

	.title-unidades {
		margin: 0 auto;
	}

	.logo_footer img {
		justify-content: center;
		margin-top: 1%;
	}

	.footer {
		justify-content: center;
	}


	.open {
		justify-content: center;
		display: flex;
	}

	.brs {
		display: none;
	}


	.logo_room {
		padding-top: 5px;
	}

	.rodape {
		flex-direction: column;
	}

	.copy {
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}


}


/* footer */

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


	/* FOOTER RESPONSIVE*/
	.descricao {
		margin: auto;
		margin-left: 70px;
	}

	.contatos {
		margin: 0px 20px;
	}

	.logo_footer img {
		justify-content: center;
		margin-top: 1%;
		margin-right: 30px;
	}

	.footer {
		justify-content: center;
	}

}


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

	/* FOOTER Responsive*/
	.logo_footer img {
		justify-content: center;
	}

	.descricao {
		margin-left: 70px;
	}

	.footer {
		justify-content: center;
	}

	.contatos {
		margin: 0px 90px;
	}

	.Instagram {
		margin: 0px 15px;
	}

	.logo_footer img {
		margin-top: 1%;
	}

	.contatos_itens {

		display: flex;
	}

}


/****Blog****/

.section-blog {
	max-width: 100vw;
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: 8rem;
}

.section-blog .titles h4 {
	color: #97C4FF;
	font-weight: 400;
	font-size: 1.5rem;
}

.section-blog .titles h3 {
	color: #100A3A;
	font-weight: 500;
	font-size: 3.5rem;
	line-height: 1;
}

.section-blog .wrapper {
	max-width: 100vw;
	width: 100%;
	overflow: hidden;
	margin-top: 4rem;
}

.section-blog .wrapper #blog-carousel {
	position: relative;
	width: 100%;
}

.section-blog .wrapper #blog-carousel .card {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
	overflow: hidden;
	margin: 0 1rem;
}

.section-blog .wrapper #blog-carousel .card .overlay {
	position: relative;
	height: 9rem;
	width: 100%;
	margin: 0;
	background: rgba(38, 45, 32, 0.5647058824);
	background: -moz-linear-gradient(0deg, rgba(38, 45, 32, 0.5647058824) 0%, rgba(72, 79, 61, 0.5647058824) 100%);
	background: -webkit-linear-gradient(0deg, rgba(38, 45, 32, 0.5647058824) 0%, rgba(72, 79, 61, 0.5647058824) 100%);
	background: linear-gradient(0deg, rgba(38, 45, 32, 0.5647058824) 0%, rgba(72, 79, 61, 0.5647058824) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#878EC490", endColorstr="#97C4FF90", GradientType=1);
}

.section-blog .wrapper #blog-carousel .card .overlay .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	padding: 0.5rem;
	border-radius: 1rem;
	background-color: #fff;
	font-size: 0.8rem;
	line-height: 1.25;
}

.section-blog .wrapper #blog-carousel .card .overlay .date .day {
	color: #484F3D;
	font-weight: 600;
}

.month {
	color: #484F3D;
}

.section-blog .wrapper #blog-carousel .card .overlay .info {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	right: 0.5rem;
	line-height: 1.3;
	color: #fff;
}

.section-blog .wrapper #blog-carousel .slick-arrow.slick-prev {
	left: 0.5rem;
}

.section-blog .wrapper #blog-carousel .slick-arrow.slick-next {
	right: 0.5rem;
}

.section-blog .see-more {
	border: 2px solid #97C4FF;
	border-radius: 10rem;
	color: #97C4FF;
	background-color: #fff;
	transition: all 200ms ease-in-out;
	align-self: flex-end;
	padding: 0.5rem 1rem;
	margin: 2rem 1rem 0;
}

.section-blog .see-more:hover {
	color: #fff;
	background-color: #97C4FF;
}

@media screen and (max-width: 425px) {
	.section-blog .content {
		padding: 0 1rem;
	}

	.section-blog .content .titles h3 {
		font-size: 38px;
	}

	.section-blog .slick-arrow {
		display: none !important;
	}
}

#blog-list-page {
	padding: 8rem 1rem 2rem;
}

#blog-list-page .container {
	width: 100%;
}

#blog-list-page h1 {
	font-size: 1rem;
	font-weight: 400;
	color: #97C4FF;
}

#blog-list-page h1 span {
	font-size: 3rem;
	font-weight: 500;
	color: #100A3A;
}

#blog-list-page .divider {
	display: flex;
	align-items: center;
	margin: 1em 0;
}

#blog-list-page .divider .line {
	flex: 1;
	height: 2px;
	background-color: #100A3A;
}

#blog-list-page .divider .text {
	color: #100A3A;
	font-size: 2em;
	margin: 0 1em;
}

#blog-list-page .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}

#blog-list-page .card {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
	overflow: hidden;
	margin: 0 1rem;
}

#blog-list-page .card .overlay {
	position: relative;
	height: 9rem;
	width: 100%;
	margin: 0;
	background: rgba(38, 45, 32, 0.5647058824);
	background: -moz-linear-gradient(0deg, rgba(38, 45, 32, 0.5647058824) 0%, rgba(72, 79, 61, 0.5647058824) 100%);
	background: -webkit-linear-gradient(0deg, rgba(38, 45, 32, 0.5647058824) 0%, rgba(72, 79, 61, 0.5647058824) 100%);
	background: linear-gradient(0deg, rgba(38, 45, 32, 0.5647058824) 0%, rgba(72, 79, 61, 0.5647058824) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#878EC490", endColorstr="#97C4FF90", GradientType=1);
}

#blog-list-page .card .overlay .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	padding: 0.5rem;
	border-radius: 1rem;
	background-color: #fff;
	font-size: 0.8rem;
	line-height: 1.25;
}

#blog-list-page .card .overlay .date .day {
	font-weight: 600;
	color: #484F3D;
}

#blog-list-page .card .overlay .info {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	right: 0.5rem;
	line-height: 1.3;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#blog-list-page .grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 425px) {
	#blog-list-page .grid {
		grid-template-columns: 1fr;
	}
}

#blog-detail-page {
	padding: 8rem 1rem 2rem;
}

#blog-detail-page .container {
	width: 100%;
}

#blog-detail-page .header {
	display: block;
	margin: 0 5rem;
}

#blog-detail-page .header h1 {
	font-weight: 500;
	color: #100A3A;
	line-height: 1;
}

#blog-detail-page .header img {
	max-height: 400px;
	width: 100%;
	border-radius: 0.5rem;
	object-fit: cover;
	margin-bottom: 1rem;
}

.blog-content {
	margin: 3rem 5rem;
	font-size: 1rem;
	text-align: justify;
}

#blog-detail-page .blog-content p {
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	#blog-detail-page {
		padding-top: 3rem;
	}

	#blog-detail-page .header {
		grid-template-columns: 1fr;
		margin: 0 0 1rem 0;
	}

	#blog-detail-page .blog-content {
		margin: 0;
	}
}