/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.poppins {
	font-family: "Poppins", serif;
}

.topoPage {
	background: url(../images/bg-topo.jpeg) no-repeat left top;
	background-size: cover;
	padding: 40px 15px 80px;
	margin-bottom: 70px;
	border-radius: 0 0 80px 80px;
}

.topoPage:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 20;
	left: 50px;
	bottom: -30px;
	width: 93px;
	height: 85px;
	background: url(../images/icone-topo.png) no-repeat 0 0;
}

.topoPage a.lkMenu img {
	border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
	transition: all 0.2s linear;
}

.topoPage a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	transition: all 0.2s linear;
}

.topoPage a.lkND {
	font-size: 15px;
	font-weight: 600;
	color: var(--bs-black);
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: var(--bs-white);
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
}

.topoPage a.lkND:hover {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}

.topoPage a.lkND img {
	margin-right: 8px;
}

.topoPage .logo {
	margin: 40px 0 25px;
}

.topoPage h1 {
	font-size: 30px;
	font-weight: 700;
	color: var(--bs-white);
}

.topoPage p {
	font-size: 18px;
	color: var(--bs-white);
	line-height: 28px;
	margin-top: 20px;
}

.titleSection {
	margin-bottom: 30px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: #1E88E5;
}

.titleSection p {
	font-size: 18px;
	color: #78909C;
	line-height: 24px;
	margin-top: 10px;
}

.cidades {
	margin-bottom: 60px;
}

.cidades ul li {
	width: 48%;
	margin-bottom: 15px;
}

.cidades ul a {
	font-size: 14px;
	font-weight: 500;
	color: #798890;
	text-decoration: none;
	background-color: #ECEFF1;
	border-radius: 8px;
	width: 100%;
	line-height: 48px;
	padding: 0 10px;
}

.cidades ul a:hover {
	color: var(--bs-white);
	background-color: #F9931F;
}

.cidades ul a.active {
	font-weight: 700;
	color: var(--bs-white);
	background-color: #F9931F;
}

.arrowLeft {
    flex-wrap: wrap;
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
    background-image: none;
	font-size: 22px;
	color: #003873;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 5px 20px 0px rgba(133, 145, 176, 0.2);
}

.arrowRight {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #003873;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 5px 20px 0px rgba(133, 145, 176, 0.2);
}

.arrowLeft::after,
.arrowRight::after {
    content: none;
}

.arrowLeft:hover,
.arrowRight:hover {
	background-color: #F9931F;
	color: var(--bs-white);
}


.dicas,
.conteudos,
.tv,
.profissionais {
	margin-bottom: 60px;
}

.dicas .bg {
	z-index: 0;
	left: 10px;
	top: 0;
	right: 10px;
	height: 195px;
	border-radius: 20px;
	background: url(../images/bg-dicas.jpg);
}

.dicas .baseSlide {
	padding-top: 30px;
}

.dicas .baseSlide:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 45px;
	width: 61px;
	height: 55px;
	background: url(../images/dicas-before.png);
}

.dicas .baseSlide:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	right: 35px;
	top: -20px;
	width: 54px;
	height: 55px;
	background: url(../images/dicas-after.png);
}

.dicas .arrowLeft {
	left: 15px;
}

.dicas .arrowRight {
	right: 15px;
}

.slideDicas {
	width: 78%;
	margin: 0 auto;
}

.slideDicas .swiper-slide {
	height: auto !important;
	padding: 15px 15px 30px;
}

.slideDicas .swiper-slide .tag {
	background: #F9931F;
	border-radius: 10px;
	padding: 6px 15px;
	z-index: 10;
	top: 0;
	left: 30px;
	font-size: 13px;
	font-weight: 700;
	color: var(--bs-white);
}

.slideDicas .swiper-slide .box {
	background: var(--bs-white);
	border-radius: 12px;
	padding: 30px 25px 80px;
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.07);
}

.slideDicas .swiper-slide .autor {
	left: 25px;
	right: 25px;
	bottom: 25px;
}

.slideDicas .swiper-slide h3 {
	font-size: 18px;
	font-weight: 400;
	color: #5A6777;
	line-height: 28px;
}

.slideDicas .swiper-slide h4 {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-top: 15px;
}

.slideDicas .swiper-slide h5 {
	font-size: 13px;
	font-weight: 600;
	color: #F9931F;
	margin-top: 5px;
}

.slidePosts,
.slideTV,
.slideProf {
	width: 84%;
	margin: 0 auto;
}

.slidePosts .swiper-slide,
.slideTV .swiper-slide,
.slideProf .swiper-slide {
	height: auto;
	padding: 0 15px 30px;
}

.slidePosts article {
	overflow: hidden;
	border-radius: 8px;
	max-width: 327px;
	margin: 0 auto;
	background-color: var(--bs-white);
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.07);
	padding-bottom: 90px;
}

.slidePosts article .data {
	margin: 15px 25px 0;
	font-size: 13px;
	font-weight: 600;
	color: #F9931F;
}

.slidePosts article h3 {
	margin: 5px 25px 0;
	font-size: 16px;
	font-weight: 600;
	color: #5A6777;
	line-height: 26px;
}

.slidePosts article h3 a {
	color: #5A6777;
	text-decoration: none;
}

.slidePosts article img{
    object-fit: cover;
}

.slidePosts article h3 a:hover {
	color: #F9931F;
}

.slidePosts article .lkMore {
	left: 25px;
	bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-white);
	padding: 10px 18px;
	background: #00AAE3;
	border-radius: 4px;
}

.slidePosts article .lkMore:hover {
	background: #F9931F;
}

.slideTV article {
	overflow: hidden;
	border-radius: 15px;
	max-width: 325px;
	margin: 0 auto;
	background-color: var(--bs-white);
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.07);
	padding-bottom: 70px;
}

.slideTV article .data {
	margin: 15px 20px 0;
	font-size: 14px;
	font-weight: 600;
	color: #F9931F;
}

.slideTV article h3,
.slideProf .perfil h3 {
	margin: 15px 20px 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 28px;
}

.slideTV article h3 a {
	color: #333;
	text-decoration: none;
}

.slideTV article h3 a:hover {
	color: #F9931F;
}

.slideTV article .lkMore {
	left: 20px;
	bottom: 15px;
	font-size: 26px;
	color: #1E88E5;
}

.slideTV article .lkMore:hover {
	color: #F9931F;
}

.slideProf .perfil {
	overflow: hidden;
	border-radius: 15px;
	max-width: 300px;
	margin: 0 auto;
	background-color: var(--bs-white);
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.07);
	padding-bottom: 95px;
}

.slideProf .perfil .foto-perfil {
    object-fit: cover;
    object-position: top;
}

.slideProf .perfil .especialidade {
	font-size: 14px;
	font-weight: 600;
	color: #F9931F;
	margin: 5px 20px 0;
}

.slideProf .perfil .logo {
	margin: 25px auto 0;
    max-width: 140px;
}

.slideProf .perfil .lkMore {
	left: 50%;
	bottom: 25px;
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-white);
	padding: 10px 0;
	background: #00AAE3;
	border-radius: 4px;
	width: 110px;
	margin-left: -55px;
}

.slideProf .perfil .lkMore:hover {
	background: #F9931F;
}

.patrocinadores {
	margin-bottom: 110px;
}

.patrocinadores .arrowLeft.swiper-button-disabled,
.patrocinadores .arrowRight.swiper-button-disabled {
    display: none;
}

.slideLogos {
	width: 80%;
	margin: 0 auto;
}

.slideLogos .swiper-slide {
	height: auto !important;
	padding: 10px 15px;
}

.slideLogos .logo {
	padding: 10px;
	height: auto !important;
	max-height: 120px;
	background: var(--bs-white);
	border-radius: 8px;
	box-shadow: 0px 0px 15px 0px rgba(93, 93, 93, 0.1);
	width: 100%;
}

.slideLogos img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer {
	margin-bottom: 60px;
}

.footer:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 20px;
	background: url(../images/bg-footer.jpeg) no-repeat center center;
}

.footer .elements {
	height: 195px;
	padding-top: 45px;
}

.footer .elements:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: -40px;
	width: 93px;
	height: 85px;
	background: url(../images/icone-topo.png) no-repeat 0 0;
}

.footer .elements:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 20;
	right: 10px;
	top: -25px;
	width: 93px;
	height: 85px;
	background: url(../images/footer-after.png) no-repeat 0 0;
}

.footer .logo {
	margin: 0 auto;
	height: auto;
	max-width: 310px;
}

@media only screen and (min-width : 576px) {
	.topoPage {
		padding: 40px 0 120px;
		background-position: center top;
		border-radius: 0 0 120px 120px;
	}

	.titleSection h2 {
		font-size: 36px;
	}

	.arrowLeft {
		width: 48px;
		height: 48px;
		margin-top: -24px;
		left: 0;
		font-size: 28px;
	}

	.arrowRight {
		width: 48px;
		height: 48px;
		font-size: 28px;
		margin-top: -24px;
		right: 0;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage h1 {
		font-size: 34px;
	}

	.cidades ul li {
		width: 31.3%;
		margin-right: 3%;
	}

	.cidades ul li:nth-child(3n+0) {
		margin-right: 0;
	}

	.slideDicas {
		width: 84%;
	}

	.slidePosts,
	.slideTV,
	.slideProf,
	.slideLogos {
		width: 88%;
	}
}

@media only screen and (min-width : 992px) {
	.slideDicas {
		width: 88%;
	}

	.slidePosts,
	.slideTV,
	.slideProf {
		width: 90%;
	}

	.footer .elements:before {
		left: 120px;
		bottom: -30px;
	}

	.footer .elements:after {
		right: 140px;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage {
		padding: 70px 0 0;
		height: 730px;
		background-size: initial;
	}

	.cidades ul li {
		width: auto;
		min-width: 130px;
		margin-right: 12px;
		margin-left: 12px;
	}

	.cidades ul li:nth-child(3n+0) {
		margin-right: 12px;
	}

	.slideDicas,
	.slideProf {
		width: 80%;
	}

	.dicas .arrowLeft,
	.profissionais .arrowLeft {
		left: 60px;
	}

	.dicas .arrowRight,
	.profissionais .arrowRight {
		right: 60px;
	}

	.slideLogos {
		width: 90%;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage:after {
		left: 100px;
	}

	.topoPage a.lkMenu {
		margin-left: 40px;
	}

	.topoPage a.lkND {
		margin-right: 40px;
	}

	.topoPage .logo {
		margin-left: 20px;
	}

	.topoPage h1,
	.topoPage p {
		margin-left: 45px;
	}

	.slideDicas {
		width: 76%;
	}

	.dicas .arrowLeft {
		left: 100px;
	}

	.dicas .arrowRight {
		right: 100px;
	}

	.slidePosts {
		width: 80%;
	}

	.conteudos .arrowLeft {
		left: 70px;
	}

	.conteudos .arrowRight {
		right: 70px;
	}

	.slideTV {
		width: 83%;
	}

	.tv .arrowLeft {
		left: 60px;
	}

	.tv .arrowRight {
		right: 60px;
	}

	.slideProf {
		width: 75%;
	}

	.profissionais .arrowLeft {
		left: 110px;
	}

	.profissionais .arrowRight {
		right: 110px;
	}

	.slideLogos {
		width: 94%;
	}

	.transportadoras .logoPrev {
		left: -15px;
	}

	.transportadoras .logoNext {
		right: -15px;
	}
}

@media only screen and (min-width : 1430px) {
	.footer:before {
		left: 50%;
		right: inherit;
		width: 1410px;
		margin-left: -705px;
	}
}