@charset "utf-8";
/* ====== DEFAULT ====== */

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

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

a img {
	border: none;
}

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

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

.topo {
	background: url(../../img/paginas-especiais/tubarao-valoriza/bg-topo.jpg) no-repeat center bottom;
	background-size: cover;
	height: 480px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	max-width: 1920px;
	padding-bottom: 80px;
}

.topo img {
	display: block;
	margin: 0 auto;
}

.topo .patrocinio {
	margin-top: 30px;
}

.topo .patrocinio h5 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #90dbf5;
}

.dicas {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 90px;
}

.dicas .text {
	padding: 0 15px;
	width: 100%;
	max-width: 1270px;
	margin: 0 auto 30px;
}

.dicas .text p {
	font-size: 16px;
	color: #78909C;
	max-width: 550px;
	margin-left: 7px;
	line-height: 28px;
}

.dicas h2 {
	font-size: 36px;
	font-weight: 700;
	color: #4A517A;
	padding-left: 7px;
	margin-bottom: 25px;
	max-width: 550px;
}

.dicas h2 span {
	display: inline-block;
	color: #FFF;
	background: #FD7C35;
	padding: 4px 7px;
	margin-left: -7px;
}

.dicas .controlDicas {
	margin-top: 30px;
	margin-left: 7px;
}

.dicas .controlDicas button.dicaPrev {
	display: inline-block;
	width: 45px;
	height: 45px;
	border: none;
	outline: none;
	text-indent: -5000em;
	border-radius: 50%;
	padding: 0;
	margin: 0 45px 0 0;
	background-color: #90dbf5;
	background-image: url(../../img/paginas-especiais/tubarao-valoriza/arrow-slide-dicas.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.dicas .controlDicas button.dicaNext {
	display: inline-block;
	width: 45px;
	height: 45px;
	border: none;
	outline: none;
	text-indent: -5000em;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #90dbf5;
	background-image: url(../../img/paginas-especiais/tubarao-valoriza/arrow-slide-dicas.png);
	background-repeat: no-repeat;
	background-position: -45px 0;
}

.dicas .controlDicas button.dicaPrev:hover,
.dicas .controlDicas button.dicaNext:hover {
	background-color: #005b90;
}

.dicas .baseSlide {
	position: relative;
	width: auto;
}

.dicas .baseSlide #slideDicas .slick-list {
	padding: 15px 0 30px 15px;
}

.dicas .baseSlide #slideDicas .slick-track {
	display: flex;
}

.dicas .baseSlide #slideDicas .item {
	width: 320px;
	overflow: hidden;
	margin: 0 15px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 10px 25px 0 rgba(143, 177, 200, 0.22);
	padding-bottom: 25px;
	height: auto;
}

.dicas .baseSlide #slideDicas .item h3 {
	margin: 25px 20px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #005B90;
	line-height: 23px;
}

.dicas .baseSlide #slideDicas .item h3 a {
	color: #005B90;
}

.dicas .baseSlide #slideDicas .item h3 a:hover {
	color: #fd7c35;
}

.dicas .baseSlide #slideDicas .item p {
	font-size: 14px;
	color: #77839E;
	margin: 0 20px;
}

.noticias {
	width: 100%;
	max-width: 1585px;
	margin: 0 auto 15px;
	background: url(../../img/paginas-especiais/tubarao-valoriza/bg-noticias.png) no-repeat center top;
	background-size: cover;
	padding: 60px 0 95px;
}

.noticias .title {
	margin-bottom: 35px;
}

.noticias h2 {
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	padding-left: 7px;
	margin-bottom: 25px;
}

.noticias h2 span {
	display: inline-block;
	background: #003A58;
	padding: 4px 7px;
	margin-left: -7px;
	border-radius: 8px;
}

.noticias #slideNews .item {
	margin: 0 15px;
	text-align: center;
}

.noticias #slideNews .item .boxAlign {
	max-width: 380px;
	margin: 0 auto;
}

.noticias #slideNews .item a.lkVideo {
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.noticias #slideNews .item a.lkVideo:before {
	content: " ";
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28.5px 0 0 -28.5px;
	z-index: 10;
	background: url(../../img/paginas-especiais/tubarao-valoriza/icon-play.png) no-repeat 0 0;
	transition: all 0.2s linear;
}

.noticias #slideNews .item a.lkVideo:hover:before {
	opacity: 0.5;
	transition: all 0.2s linear;
}

.noticias #slideNews .item h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 15px;
}

.noticias #slideNews .item p {
	font-size: 14px;
	color: #993D0A;
}

.noticias #slideNews ul.slick-dots {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.noticias #slideNews ul.slick-dots li {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 8px;
}

.noticias #slideNews ul.slick-dots li button {
	display: -block;
	width: 16px;
	height: 16px;
	border: none;
	outline: none;
	padding: 0;
	text-indent: -5000em;
	cursor: pointer;
	background: #FFF;
	border-radius: 50%;
	opacity: 0.65
}

.noticias #slideNews ul.slick-dots li.slick-active button {
	opacity: 1;
}

.servicos {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../../img/paginas-especiais/tubarao-valoriza/bg-servicos.png) no-repeat right top;
	background-size: cover;
	padding: 60px 0;
}

.servicos .title {
	margin-bottom: 35px;
}

.servicos h2 {
	font-size: 36px;
	font-weight: 700;
	color: #4A517A;
	padding-left: 7px;
	margin-bottom: 25px;
}

.servicos h2 span {
	display: inline-block;
	color: #FFF;
	background: #FD7C35;
	padding: 4px 7px;
	margin: 5px 0 0 -7px;
}

.servicos p {
	font-size: 16px;
	color: #78909C;
	margin-left: 7px;
	line-height: 28px;
}

.servicos #slideServicos .slick-list {
	padding: 5px 0 30px;
}

.servicos #slideServicos .slick-track {
	display: flex;
}

.servicos #slideServicos .item {
	margin: 0 15px;
	display: flex;
	height: auto;
}

.servicos #slideServicos .item .boxAlign {
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	background: #FFF;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 rgba(143, 177, 200, 0.22);
	height: 100%;
	max-width: 320px;
}

.servicos #slideServicos .item .servicoImagem{
    background: #90dbf6;
    padding: 30px 0;
    text-align: center;
    display: block;
}

.servicos #slideServicos .item .servicoImagem img{
    max-height: 120px;
    display: inline-block;
}

.servicos #slideServicos .item h3 {
	font-size: 20px;
	color: #005B90;
	font-weight: 500;
	margin: 20px;
}

.servicos #slideServicos .item h3 strong {
	display: block;
}

.servicos #slideServicos .item p {
	font-size: 16px;
	color: #77839E;
	line-height: 1.5;
	margin: 0 20px;
}

.servicos #slideServicos ul.slick-dots {
	width: 100%;
	text-align: center;
}

.servicos #slideServicos ul.slick-dots li {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 8px;
}

.servicos #slideServicos ul.slick-dots li button {
	display: -block;
	width: 16px;
	height: 16px;
	border: none;
	outline: none;
	padding: 0;
	text-indent: -5000em;
	cursor: pointer;
	background: #E0D6D6;
	border-radius: 50%;
}

.servicos #slideServicos ul.slick-dots li.slick-active button {
	background: #FD7C35;
}


/* ====== MODAL ====== */

.modal .close {
	position: absolute;
	z-index: 40;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: block;
	text-indent: -5000em;
	opacity: 1;
	right: -10px;
	background: url(../../img/paginas-especiais/tubarao-valoriza/bt_close.png) no-repeat 0 0;
	top: -10px;
}

#popupVideo .modal-content {
	background: none!important;
	border-radius: 0!important;
}

#popupVideo .modal-body {
	padding: 0!important;
}

@media only screen and (min-width: 480px) {
	.topo {
		height: 560px;
	}
}

@media only screen and (min-width: 640px) {
	.topo {
		height: 640px;
		padding-bottom: 120px;
		background-size: initial;
	}
}

@media only screen and (min-width: 768px) {
	.dicas h2 {
		font-size: 42px;
		float: left;
	}
	.servicos h2 {
		font-size: 42px;
	}
	.dicas .text p {
		float: left;
		clear: left;
	}
	.dicas .controlDicas {
		float: right;
		margin: -55px 0 0;
	}
	.noticias {
		padding: 80px 0 75px;
	}
	.noticias .title,
	.servicos .title {
		margin: 25px 0 0;
	}
	.noticias #slideNews ul.slick-dots {
		margin-top: 24px;
	}
	.noticias {
		padding: 80px 0 70px;
	}
}

@media only screen and (min-width: 992px) {
	.dicas {
		margin-top: -40px;
	}
	.dicas .controlDicas {
		margin-right: 50px;
	}
	.noticias h2 {
		font-size: 42px;
	}
	.servicos {
		padding-top: 80px;
	}
}

@media only screen and (min-width: 1200px) {
	.dicas .controlDicas {
		margin-right: 70px;
	}
	.noticias {
		background-size: initial;
		min-height: 671px;
		padding: 120px 0 75px;
	}
	.noticias .container,
	.servicos .container {
		max-width: 1270px;
	}
	.noticias .title {
		padding-left: 60px
	}
}

@media only screen and (min-width: 1330px) {
	.dicas .baseSlide {
		margin-left: 2%;
	}
}

@media only screen and (min-width: 1400px) {
	.dicas .baseSlide {
		margin-left: 5%;
	}
}

@media only screen and (min-width: 1450px) {
	.dicas .baseSlide {
		margin-left: 7%;
	}
	.servicos .container {
		max-width: 1450px;
	}
	.servicos .title {
		padding-left: 55px;
		padding-right: 45px;
	}
}

@media only screen and (min-width: 1520px) {
	.dicas .baseSlide {
		margin-left: 9%;
	}
}

@media only screen and (min-width: 1600px) {
	.dicas .baseSlide {
		margin-left: 11%;
	}
}

@media only screen and (min-width: 1690px) {
	.dicas .baseSlide {
		margin-left: 13%;
	}
}

@media only screen and (min-width: 1740px) {
	.dicas .baseSlide {
		margin-left: 14%;
	}
}

@media only screen and (min-width: 1800px) {
	.dicas .baseSlide {
		margin-left: 15%;
	}
}

@media only screen and (min-width: 1840px) {
	.dicas .baseSlide {
		margin-left: 16%;
	}
}

@media only screen and (min-width: 1890px) {
	.dicas .baseSlide {
		margin-left: 17%;
	}
}