/* Theme Name: Shantal Marketing Médico IA



Text Domain: Shantal Marketing Médico IA



Version: 1.0 



Description: Tema Criado em parceria com a Shantal Marketing Digital, desenvolvido por Ítalo Albuquerque (italojuan@gmail.com)



Tags: responsive, wordpress theme, ia, bootstrap



Author: Ítalo Albuquerque



Author URI: https://marketingdigitalmedicos.com.br/



heme URI:  https://marketingdigitalmedicos.com.br/ */

/*

|--------------------------------------------------------------------------

| Config. Globais

|--------------------------------------------------------------------------

*/

body {
	font-family: "Poppins" !important;

	color: #3c3c3c;

	background-color: #fff;
}

/* ==========================================================================

   Content Media — Tech Lead

   ========================================================================== */

.tech-lead-info {
	width: fit-content;

	margin: auto;

	font-size: var(--font-size-sm);

	font-weight: 400;

	color: var(--color-secondary);

	font-style: italic;

	line-height: 1.4;

	border: 1px solid var(--color-primary);

	border-radius: 10px;

	padding: 0.85rem 1rem;
}

/***** Internas *****/

.slick-dots {
	bottom: -40px !important;
}

.slick-dots li button:before {
	font-size: 15px !important;

	color: #e39d55 !important;
}

.slick-dots li.slick-active button:before {
	color: #e39d55 !important;
}

.slick-item-blog .cover-img {
	border-radius: 15px 15px 0 0;
}

/****** GLOBALS *****/

.grecaptcha-badge {
	visibility: hidden !important;
}

.slick-3,
.slick_tow,
.slick-3rws {
	& > .slide:not(:first-child) {
		display: none;
	}
}

a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
	outline: 0 !important;

	-moz-outline-style: none !important;

	outline-style: none !important;
}

a {
	text-decoration: none !important;
}

.wp-block-image img {
	height: auto !important;
}

.img-feed img {
	border-radius: 8px;
}

#lgpdModal .modal-dialog {
	max-width: 95% !important;

	position: fixed !important;

	top: auto !important;

	right: 2.5% !important;

	left: 2.5% !important;

	bottom: 0 !important;
}

#lgpdModal small {
	color: #000 !important;
}

.wpcf7-spinner {
	position: absolute !important;
}

.fill-white {
	fill: #fff;
}

.cat {
	list-style: none;
}

/****** GLOBALS ENDS *****/

/***** *BANNERS ********/

#banner {
	position: relative;
}

#banner .banner-img {
	object-fit: cover;

	height: 100%;
}

#banner .caption {
	position: absolute;

	top: 50%;

	text-align: left;

	left: 8%;

	transform: translate(0, -50%);
}

/***** *BANNERS END ********/

.share-links .fa-whatsapp {
	fill: #25d366;
}

.share-links .fa-facebook {
	fill: #3b5998;
}

.share-links .fa-linkedin-in {
	fill: #0072b1;
}

.caption-interna {
	width: 90%;
}

.arrow .next,
.arrow .prev {
	width: 40px;
}

/******** *SLICK ******/

.line-center {
	position: relative;

	height: 65px;
}

.line-center h3 {
	line-height: 22px;

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

	transform: translate3d(-50%, -50%, 0);
}

.lh-resumo {
	line-height: 22px;

	height: 130px;
}

.lh-resumo.sm {
	height: 100px;
}

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

.slick-dots li button:before {
	font-size: 32px !important;

	color: #223c7e !important;
}

.slick-dots li.slick-active button:before {
	color: #223c7e !important;
}

.arrow .next,
.arrow .prev {
	position: absolute;

	top: 50%;

	z-index: 9;

	cursor: pointer;
}

.arrow .prev {
	left: -60px;
}

.arrow .next {
	right: -60px;
}

/*** SLICK ENDS ***/

.video-responsive {
	padding-bottom: 56.25%;

	position: relative;

	height: 0px;

	overflow: hidden;
}

.video-responsive iframe {
	left: 0px;

	top: 0;

	height: 100%;

	width: 100%;

	position: absolute;
}

.map-responsive.bdr-30 {
	padding-bottom: 70%;
}

.tel-footer,
.email-footer,
.wpp-footer,
.tel-icon,
.wpp-icon {
	display: inline-block !important;

	position: relative;

	padding-left: 25px;

	line-height: 30px;
}

.wpp-footer:before,
.tel-footer:before,
.email-footer:before,
.wpp-icon:before,
.tel-icon:before {
	content: "";

	background-repeat: no-repeat;

	background-size: 18px;

	width: 18px;

	height: 18px;

	background-position: center;

	position: absolute;

	left: 0;

	top: 6px;
}

.tel-footer:before,
.tel-icon:before {
	mask-image: url("assets/icons/phone.svg");
}

.email-footer:before {
	mask-image: url("assets/images/mail.svg");
}

.wpp-footer:before,
.wpp-icon:before {
	mask-image: url("assets/icons/whatsapp.svg");
}

.icons-footer {
	margin: 0 10px;
}

.screen-darken {
	height: 100% !important;

	width: 0% !important;

	z-index: 30 !important;

	position: fixed !important;

	top: 0 !important;

	right: 0 !important;

	opacity: 0 !important;

	visibility: hidden !important;

	background-color: rgba(255, 255, 255, 0.7) !important;

	transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in !important;
}

.screen-darken.active {
	z-index: 2 !important;

	transition: opacity 0.3s ease, width 0s !important;

	opacity: 1 !important;

	width: 100% !important;

	visibility: visible !important;
}

/* ============ OFFCANVAS END ============ */

.pagination {
	display: flex;

	justify-content: flex-end;

	align-items: center;

	margin-top: 30px;
}

.pagination .page-numbers {
	display: flex;

	align-items: center;

	gap: 8px;

	list-style: none;

	padding: 0;

	margin: 0;
}

.pagination .page-numbers li {
	margin: 0;

	padding: 0;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
	width: 40px;

	height: 40px;

	display: flex;

	align-items: center;

	justify-content: center;

	border: 1px solid #e5e5e5;

	border-radius: 8px;

	background: #fff;

	color: #333;

	font-size: 14px;

	font-weight: 500;

	text-decoration: none;

	transition: background-color 0.2s ease, color 0.2s ease,
		border-color 0.2s ease, transform 0.2s ease;
}

/* Hover */

.pagination .page-numbers a:hover {
	background: #f5f5f5;

	border-color: #ccc;

	color: #000;

	transform: translateY(-2px);
}

/* Página atual */

.pagination .page-numbers .current {
	background: #f28c28;

	border-color: #f28c28;

	color: #fff;

	font-weight: 600;
}

/* Reticências */

.pagination .page-numbers .dots {
	border: 0;

	background: transparent;

	color: #777;
}

/* Anterior / Próximo */

.pagination .page-numbers .prev,
.pagination .page-numbers .next {
	width: auto;

	min-width: 40px;

	padding: 0 15px;
}

/**

 * --------------------------------------------------

 * Responsive

 * --------------------------------------------------

 */

@media (max-width: 1400px) {
	.lh-resumo {
		height: 200px;
	}

	.lh-resumo.sm {
		height: 125px;
	}
}

@media (min-width: 1024px) {
	.fix-br br {
		display: none;
	}

	.caption-interna {
		width: 60%;
	}
}

@media (max-width: 767px) {
	main .first-section-internal .content-media__item,
	article .first-section-internal .content-media__item {
		padding-left: 15px;

		padding-right: 15px;
	}

	.slick-dots {
		bottom: -5px !important;
	}

	.internal .content-media__item {
		padding-left: 15px;

		padding-right: 15px;
	}

	.lh-resumo,
	.lh-resumo.sm {
		height: auto;
	}

	.line-center {
		height: auto;
	}

	.line-center h3 {
		position: initial;

		width: auto;

		transform: inherit;
	}

	.arrow .prev {
		left: 10px;
	}

	.arrow .next {
		right: 10px;
	}

	.arrow .next,
	.arrow .prev {
		width: 25px;
	}

	.slick-prev,
	.slick-next {
		top: 25% !important;
	}

	.slick-prev {
		left: 15px !important;

		z-index: 9999;
	}

	.slick-next {
		right: 50px !important;
	}

	.pagination {
		justify-content: center;

		margin-top: 25px;
	}

	.pagination .page-numbers {
		gap: 5px;
	}

	.pagination .page-numbers a,
	.pagination .page-numbers span {
		width: 36px;

		height: 36px;

		font-size: 13px;

		border-radius: 7px;
	}

	.pagination .page-numbers .prev,
	.pagination .page-numbers .next {
		padding: 0 10px;
	}
}

@media (max-width: 570px) {
	article,
	section,
	footer,
	footer ul {
		text-align: center !important;
	}

	.adress br {
		display: none !important;
	}

	.tel-footer,
	.wpp-footer,
	.email-footer {
		display: block;

		margin: 20px auto 0;

		line-height: 25px;
	}

	.wpp-footer:before,
	.tel-footer:before {
		top: 2px;
	}
}
