/*=========================
GERAL / ESTRUTURA BASE
=========================*/

.searchgps #middle,
.searchgps #content-wrapper {
	width: 100%;
	background: #0c1a23;
	color: #fff;
}

.searchgps h2 {
	white-space: pre-line;
	user-select: text;
	box-sizing: border-box;
	font-size: calc(38px * .7);
	color: #fff !important;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
}

/*=========================
BANNER PRINCIPAL
=========================*/

.banner-principal .banner-texto {
	text-align: center;
	width: 80%;
	margin: auto;
}

.banner-principal .banner-texto p {
	margin: 0;
}

img.app-store {
	margin-top: 30px;
}

/* BotÃƒÆ’Ã‚Âµes do banner */
nav.botoes-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 10px;
}

nav.botoes-banner a {
	color: #fff;
	background-color: transparent;
	border-radius: 25px;
	line-height: 1;
	align-content: center;
	min-width: 150px;
	min-height: 55px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	border: 1px solid #fff;
	font-size: 1rem;
}

nav.botoes-banner a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

.banner-link {
	position: relative;
}

.banner-link .open-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid #000;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2000;
	padding: 12px 20px;
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	border-radius: 40px;
	text-decoration: none;
	outline: 0;
}

.banner-link .open-modal svg {
	height: 16px;
}

.modal_yt {
	position: fixed;
	display: none;
	overflow: hidden;
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: flex-end;
	display: flex;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.modal_yt::before {
	content:"";
	position: fixed;
	inset: 0px;
	background: rgba(0, 0, 0, .9);
	opacity: 1;
	z-index: 99999;
}

.modal_yt .content-modal_yt {
	position: fixed;
	display: flex;
	width: 854px;
	height: calc(504px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: min(calc(9 / 16 * 100vw), calc(100% - 6px - 2em));
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: flex-end;
	z-index: 99999;
}

.modal_yt .close-btn {
	height: 16px;
	background: none;
	border: none;
	margin-bottom: 8px;
	padding: 0;
	cursor: pointer;
}

/*=========================
SLIDER DE NOVIDADES
=========================*/

.searchgps ul.slider-novidades {
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchgps ul.slider-novidades p {
	width: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.searchgps ul.slider-novidades p strong {
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 10px;
}

.searchgps ul.slider-novidades li {
	text-align: center;
}

.searchgps ul.slider-novidades li img {
	max-width: 410px;
	height: auto;
	object-fit: contain;
}

.searchgps ul.slider-novidades .slick-prev.slick-disabled ~ .slick-list {
	padding-right: 150px;
}

.searchgps ul.slider-novidades .slick-prev:not(.slick-disabled) ~ .slick-list {
	padding-left: 150px;
}

.searchgps ul.slider-novidades .slick-arrow {
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	font-size: 20px;
	top: calc(50% - 20px);
	border: none;
	cursor: pointer;
	transition: .35s;
	line-height: 1;
	z-index: 9;
	font-size: 0;
}

.searchgps ul.slider-novidades .slick-arrow.slick-prev {
	left: 20px;
	transform: rotate(180deg);
}

.searchgps ul.slider-novidades .slick-arrow.slick-next {
	right: 20px;
}

.searchgps ul.slider-novidades .slick-arrow:before, .searchgps ul.slider-novidades .slick-arrow:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 1px;
	height: 8px;
	transform: rotate(45deg);
	top: 19px;
}

.searchgps ul.slider-novidades .slick-arrow:before {
	transform: rotate(125deg);
	top: 14px;
}


/*=========================
SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O: RECURSOS RELÃƒÆ’Ã¢â‚¬Å“GIO
=========================*/

.recursos-relogio {
	margin: 35px 0px;
}

.recursos-relogio .conteudo-searchgps {
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 65px;
}

.recursos-relogio .conteudo-searchgps .left {
	width: 50%;
	position: relative;
}

.recursos-relogio .conteudo-searchgps .left model-viewer {
	width: 100%;
	height: 500px;
	border-radius: 25px;
}


.recursos-relogio .conteudo-searchgps .right {
	width: 50%;
}

.recursos-relogio .conteudo-searchgps .right h2 {
	text-align: left;
}

.recursos-relogio .conteudo-searchgps ul {
	list-style: disc;
	padding-left: 20px;
}

/*=========================
SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O: RECURSOS APP
=========================*/

.recursos-app {
	margin: 50px auto 25px auto;
}

.recursos-app .conteudo-searchgps {
	text-align: center;
}

.recursos-app .conteudo-searchgps ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 180px;
}

.recursos-app .conteudo-searchgps ul img {
	width: 136px;
	object-fit: none;
	margin-bottom: 25px;
}

.recursos-app .conteudo-searchgps ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.recursos-app .conteudo-searchgps > p {
	margin: 30px 0;
}

/* BotÃƒÆ’Ã‚Âµes das lojas de app */
.botoes-app {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 30px;
	gap: 10px;
}

.botoes-app a {
	color: #fff;
	background-color: transparent;
	border-radius: 25px;
	line-height: 1;
	align-content: center;
	min-width: 140px;
	min-height: 55px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	border: 1px solid #fff;
	font-size: 1rem;
}

.botoes-app a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}
/*=========================
ESTATÃƒÆ’Ã‚ÂSTICAS DE SURF
=========================*/

.estatisticas-surf ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.estatisticas-surf ul img {
	object-fit: cover;
	object-position: center;
	width: 100%;
}

/*=========================
GUIA RÃƒÆ’Ã‚ÂPIDO
=========================*/

.guia-rapido {
	margin: 40px 0;
}

.guia-rapido ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 25px;
}

.guia-rapido .conteudo-searchgps {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.guia-rapido .conteudo-searchgps .left img {
	border-radius: 15px;
}

/*=========================
COMPARATIVO DE MODELOS
=========================*/

.comparativo-modelos {
	margin: 50px auto 0;
}

.comparativo-modelos .tabela-comparativa table {
	width: 100%;
}

.comparativo-modelos .tabela-comparativa table tbody tr {
	border-top: 1px solid #fff;
	height: 80px;
}

.comparativo-modelos .tabela-comparativa table th {
	color: #fff;
	text-align: left;
}

.comparativo-modelos .tabela-comparativa table th img {
	display: inherit;
	width: 25%;
}

.comparativo-modelos .tabela-comparativa table th p {
	margin-left: 30px;
	margin-top: 23px;
}

.comparativo-modelos .tabela-comparativa table tbody tr td {
	align-content: center;
}

.comparativo-modelos .tabela-comparativa table tbody tr .result {
	color: rgb(0, 193, 226);
	padding-left: 75px !important;
}



/*=========================
OUTROS
=========================*/

.furando-onda-relogio .conteudo-searchgps {
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 65px;
	margin: 50px auto;
}

.furando-onda-relogio .conteudo-searchgps .left {
	width: 85%;
}

.furando-onda-relogio .conteudo-searchgps .right {
	width: 50%;
}

.furando-onda-relogio .conteudo-searchgps .right h2 {
	text-align: left;
}

.cta-search {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff;
	background-color: transparent;
	border-radius: 25px;
	line-height: 1;
	min-width: 150px;
	width: max-content;
	min-height: 55px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	border: 1px solid #fff;
	font-size: 1rem;
}

.cta-search:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

.furando-onda-relogio img {
	width: 100%;
	object-fit: cover;
	object-position: 45% 0;
	min-height: 600px;
	border-radius: 25px;
}

.searchgps #footer {
	margin: 0;
}

.searchgps #cadastre-club {
	display: none;
}

.comprar .conteudo-searchgps {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 50px;
	width: 95%;
	margin: 30px auto;
}

.comprar .conteudo-searchgps ul {
	list-style: disc;
	padding-left: 17px;
	margin-bottom: 25px;
}

.comprar .conteudo-searchgps .right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	gap: 15px;
}

.comprar .conteudo-searchgps .right .produto {
	background: #fff;
	padding: 100px;
}

.comprar .conteudo-searchgps .right .wd-product-list .wd-header {
	display: none;
}

.comprar .conteudo-searchgps .right .wd-product-list ul li {
	background: transparent;
}

.comprar .conteudo-searchgps .right .wd-product-list .wd-product-line .content-product-line .wd-product-line-medias a.thumb {
	background: transparent;
}

.comprar .conteudo-searchgps .right .wd-product-list small.savings-ou, .comprar .conteudo-searchgps .right .wd-product-list .savings-gereneric .discount-off, .comprar .conteudo-searchgps .right .wd-product-list .savings-gereneric span.discount--b, .comprar .conteudo-searchgps .right .wd-product-list .savings-gereneric .instant-price, .comprar .conteudo-searchgps .right .wd-product-list .frete-gratis p.flag-frete, .comprar .conteudo-searchgps .right .wd-product-list .wd-product-line .bottom .wd-product-price-description .priceContainer .condition span, .comprar .conteudo-searchgps .right .wd-product-list .wd-product-line .bottom .wd-product-price-description .priceContainer .condition, .comprar .conteudo-searchgps .right .wd-product-list .name a, .comprar .conteudo-searchgps .right .wd-product-list .wd-product-line .bottom .wd-product-price-description .priceContainer .sale-price span {
	color: #fff;
}

.comprar .conteudo-searchgps .right .wd-product-list .wd-product-price-description .priceContainer {
	height: auto;
}

.comprar .conteudo-searchgps .right .wd-product-list .bottom {
	height: auto;
}

.comprar .conteudo-searchgps .right .wd-product-list .frete-gratis.s.tes {
	position: absolute;
	bottom: 486px;
	z-index: 999;
}

.comprar .conteudo-searchgps .right .wd-product-list .wd-content>ul {
	display: flex;
	gap: 22px;
}

.comprar .conteudo-searchgps .right .wd-product-list .over-product {
	height: 397px;
}



.botoes-compra a {
	color: #fff;
	background-color: transparent;
	border-radius: 25px;
	line-height: 1;
	display: inline-block;
	align-content: center;
	min-width: 140px;
	min-height: 55px;
	text-align: center;
	text-decoration: none;
	outline: 0;
	border: 1px solid #fff;
	font-size: 1rem;
}

.botoes-compra a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}


@media (min-width: 1024px) and (max-width: 1366px) {
	.recursos-app .conteudo-searchgps img, .estatisticas-surf img, .compare-crew img, .recompensas img, .surf-em-tempo-real img, .surf-com-relogio img {
		width: 100%;
	}

	.guia-rapido .conteudo-searchgps .left {
		width: 50%;
	}

	.guia-rapido .conteudo-searchgps .left img {
		width: 100%;
	}

	.comparativo-modelos .tabela-comparativa table th p {
		margin-left: 8px;
	}

	.comparativo-modelos .tabela-comparativa table tbody tr .result {
		padding-left: 54px !important;
	}
}

@media(max-width: 990px) {
	.banner-principal .conteudo-searchgps>img, .recursos-app .conteudo-searchgps img, .estatisticas-surf img, .compare-crew img, .recompensas img, .surf-em-tempo-real img, .surf-com-relogio img {
		width: 100%;
	}

	.guia-rapido .conteudo-searchgps {
		flex-direction: column;
	}

	.guia-rapido .conteudo-searchgps img {
		width: 100%;
	}

	.searchgps ul.slider-novidades li {
		justify-items: center;
	}

	.recursos-app .conteudo-searchgps ul li {
		justify-items: center;
	}

	.modal_yt .content-modal_yt {
		width: 90%;
		height: 26%;
		max-height: initial;
	}

	.recursos-relogio .conteudo-searchgps {
		flex-direction: column;
		gap: 25px;
	}

	.recursos-relogio .conteudo-searchgps .right {
		width: 100%;
	}

	.recursos-relogio .conteudo-searchgps .left {
		width: 100%;
	}

	.novidades .conteudo-searchgps {
		width: 90%;
		margin: auto;
	}

	.comparativo-modelos .tabela-comparativa table th img {
		width: 100%;
	}

	.comparativo-modelos .tabela-comparativa table th p {
		margin-left: 12px;
	}

	.comparativo-modelos .tabela-comparativa table tbody tr .result {
		padding-left: 54px !important;
	}

	.furando-onda-relogio .conteudo-searchgps {
		flex-direction: column;
		gap: 25px;
		width: 90%;
		margin: 0 auto;
	}

	.furando-onda-relogio .conteudo-searchgps .left {
		width: 100%;
	}

	.furando-onda-relogio img {
		min-height: auto;
	}

	.furando-onda-relogio .conteudo-searchgps .right {
		width: 100%;
	}

	.furando-onda-relogio .conteudo-searchgps .right h2 {
		text-align: center;
	}

	.cta-search {
		margin: auto;
	}

	.comprar .conteudo-searchgps {
		flex-direction: column;
	}

	.comprar .conteudo-searchgps .right {
		width: 100%;
	}

	.comprar .conteudo-searchgps .right .wd-product-list .wd-content>ul {
		max-width: 100vw;
	}

	.comprar .conteudo-searchgps .right .wd-product-list .wd-product-line .content-product-line .wd-product-line-medias a.thumb img {
		max-width: 80vw;
	}
}