/*
Theme Name: Kiosko Child - Náutica
Theme URI:  
Description: Tema filho do Kiosko — customizações aqui.
Author:      Ana Clara Poubel
Author URI:  
Template:    kiosko
Version:     1.0.0
Text Domain: kiosko-child
*/


/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--contrast);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-color: var(--wp--preset--color--primary);
	text-decoration-thickness: 0.5px !important;
	text-underline-offset: 0.05em;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}
/* Reset browser default margins for blockquote element */
.wp-block-pullquote blockquote {
	margin: 0;
}

/* Search button inside style */
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
}

/* Adjust font size for comment reply title */
.wp-block-post-comments-form .comment-reply-title {
	font-size: var(--wp--preset--font-size--large);
}

/* Remove the bottom margin from the button */
.wp-block-post-comments-form .form-submit {
	margin-bottom: 0;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--50);
}

/* Adjust the top padding for the submenu items */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--preset--spacing--30);
}

/* Override the Gutenberg style to theme style */
.wp-block-post-author__byline,
.wp-block-post-author__bio {
	font-size: inherit;
}

/* Round the avatar and reset the vertical alignment */
.wp-block-post-author__avatar img {
	border-radius: 999px;
	line-height: 0;
}

/* Style tag cloud outline style  */
.wp-block-tag-cloud.is-style-outline a {
	border-color: var(--wp--preset--color--tertiary);
	border-radius: 999px;
	padding: 0 0.5rem;
}

.wp-block-tag-cloud.is-style-outline a:hover {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--primary);
}

/* Remove the default margin from author bio */
.wp-block-post-author__bio {
	margin: 0;
}

/* Remove the default margin from term description. */
.wp-block-term-description p:first-child {
	margin-top: 0;
}

.wp-block-term-description p:last-child {
	margin-bottom: 0;
}

/* Normalise font sizes for the latest comments and latest posts widgets */
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	font-size: inherit;
}

/* Adjust font colour in the Calendar widget */
.wp-block-calendar table:where(:not(.has-text-color)) {
	color: var(--wp--preset--color--foreground);
}

/* Fix border radius setting for the avatar block */
.wp-block-avatar a,
.wp-block-avatar img {
	border-radius: inherit;
	vertical-align: middle;
}

/* Fix line height for various fields */
.wp-block-search__input,
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
	line-height: inherit;
}

/* Style  border colour for search and Jetpack subscription blocks */
.wp-block-search__input,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type="email"] {
	border-color: var(--wp--preset--color--tertiary);
}

/* Needed to style input field for various Jetpack blocks */
.wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea,
.wp-block-jetpack-mailchimp input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-revue input:not([type="submit"]):not([type="checkbox"]) {
	background-color: #fff;
	border: 1px solid var(--wp--preset--color--tertiary);
	font-size: inherit;
	line-height: inherit;
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form label {
	font-weight: 400;
}

.wp-block-jetpack-contact-form.contact-form label span {
	opacity: 0.7;
}

.wp-block-jetpack-contact-form.contact-form select {
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form textarea {
	margin-bottom: var(--wp--preset--spacing--40);
}

/* Style the feedback you get after submitting the contact form */
div[id^="contact-form-"] h4 {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: inherit;
	line-height: 1.555555556;
}

div[id^="contact-form-"] .contact-form-submission {
	margin: 0;
	padding: 0;
}

/* Adjust vertical margins in the mailchimp block */
.wp-block-jetpack-mailchimp .wp-block-jetpack-button,
.wp-block-jetpack-mailchimp p {
	margin: var(--wp--preset--spacing--40) 0;
}

/* Adjust the size of the consent text in mailchimp block */
#wp-block-jetpack-mailchimp_consent-text {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
}

/* Remove underline from the price after discounted */
ins {
	text-decoration: none;
}

/* Fix the hardcoded wide width value in the stylesheet for TT3 */
.woocommerce.woocommerce-page main {
	max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
}





/* ESTILIZAÇÃO PERSONALIZADA */

html {
  scroll-behavior: smooth;
}
.entry-content {
	margin: 0;
}

footer {
	margin-top: 0;
}
ul {
	list-style-type: disc;
}

/* CAPA */
.linha-banner, .linha-banner-center {
	height: 0;
}
.linha-banner::before,
.linha-banner::after,
.linha-banner-center::before,
.linha-banner-center::after {
	content: "";
	display: block;
	height: 4px;
	background-color: var(--wp--preset--color--base);
	position: absolute;
	top: 0;
}
.linha-banner::before {
	width: 5vw;
	left: 0;
}
.linha-banner::after {
	width: calc(100% - 286px);
	right: 0;
}
.linha-banner-center::before {
	width: 27%;
	left: 0;
}
.linha-banner-center::after {
	width: 27%;
	right: 0;
}
@media screen and (min-width: 596px) {
	.linha-banner::before {
		width: 3.5rem;
		left: 0;
	}
	.linha-banner::after {
		width: calc(100% - 286px - 4rem);
		right: 0;
	}
	.linha-banner-center::before,
	.linha-banner-center::after {
		width: 16vw;
	}
}
@media screen and (min-width: 1200px) {
	.linha-banner-center::before,
	.linha-banner-center::after {
		width: 27%;
	}
}

/* FIM CAPA */

/* SEÇÃO DEPOIMENTOS */
.swiperDepo {
width: 90%;
height: 100%;
}
.swiperDepo.swiper-slide {
text-align: center;
font-size: 18px;
background: #444;
display: flex;
justify-content: center;
align-items: center;
}
.swiperDepo.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiperDepo .swiper-pagination-bullet {
	width: 30px;
	border-radius: 0;
}
@media screen and (min-width: 768px) {
	.swiperDepo .swiper-pagination-bullet {
		width: 80px;
		margin: 0 12px !important;
	}
}
/* FIM SEÇÃO DEPOIMENTOS */


/* SWIPER GERAL */
.swiper-button-disabled {
	opacity: 0.35;
}
.swiper-arrow {
	color: var(--wp--preset--color--contrast) !important;
}
.swiper-pagination-bullet-active {
	background-color: var(--wp--preset--color--primary);
}
.swiper-pagination-bullet {
	background-color: var(--wp--preset--color--primary) !important;
	opacity: 0.4;
}
/* FIM SWIPER GERAL */

/* CONTACT FORM */
.wpcf7 {
	color: var(--wp--preset--color--primary);
	font-size: medium;
}
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
	border: 2px solid var(--wp--preset--color--primary);
	width: 100%;
	padding: 0.5rem;
	font-weight: 700;
}
.wpcf7 input[type="submit"] {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	font-family: var(--wp--preset--font-family--league-gothic);
	font-size: var(--wp--preset--font-size--medium);;
	text-transform: uppercase;
	padding: 0.4rem 1.5rem;
}
.wpcf7-spinner {
	position: absolute;
}

.wpcf7 input[type="radio"] {
	-webkit-appearance: none; /* Safari/Chrome */
	-moz-appearance: none;    /* Firefox */
	appearance: none;         /* Remover estilo padrão */
	width: 20px;
	height: 20px;
	border: 2px solid var(--wp--preset--color--primary);
	border-radius: 50%;
	background-color: var(--wp--preset--color--base);
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease;
}
.wpcf7 input[type="radio"]:checked {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--base);
}
/* Criar o ponto branco central */
.wpcf7 input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
}
.wpcf7-radio {
	display: flex;
	margin-top: 0.4rem;
	gap: 1rem;
}
.wpcf7-radio .wpcf7-list-item {
	display: flex;
	gap: 0.5rem;
	font-weight: 700;
	margin-inline: 0;
}
.wpcf7-radio .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.wpcf7 input[type="radio"] {
	width: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border-color: var(--wp--preset--color--contrast);
}
/* FIM CONTACT FORM */

/* GALERIA GERAL*/
#gallery {
	gap: 0.5rem;
	margin: 0;
}
@media screen and (min-width: 596px) {
	#gallery {
		gap: 1rem;
	}
}
@media screen and (min-width: 1200px) {
	#gallery {
		gap: 2rem;
	}
}
#gallery .wp-block-image {
	height: auto;
	object-fit: cover !important;
}
#gallery .wp-block-image:nth-child(2) {
	width: 42% !important;
}
#gallery .wp-block-image:nth-child(4) {
	width: 28% !important;
}
/* FIM GALERIA GERAL*/


/* CHECKLIST MARK */
.check-list li {
	display: flex;
	align-items: center;
}
.check-list li::before {
	content: url('assets/img/check.svg');
	margin-right: 0.5rem;
	margin-top: 0.5rem;
}
/* FIM CHECKLIST MARK */


/* FAQ */
.helpie-faq.accordions .accordion {
	margin-top: 0;
}
.helpie-faq .accordions > p,
.accordion__header > p {
	display: none;
}
/* FIM FAQ */

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: color-mix(in srgb, var(--wp--preset--color--primary) 95%, transparent);
	color: var(--wp--preset--color--base);
	width: 70%;
	right: 0;
	left: auto;
}
@media screen and (min-width: 768px) {
	.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
		width: 40vw;
		padding: 4rem;
	}
}
wp-block-columns .banner-cols {
	flex-direction: column-reverse !important;
}

/* @media (min-width: 600px) {
	.wc-block-product-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(50% - .9375em);
	}
} */

.woocommerce button.single_add_to_cart_button {
	padding: calc(0.5rem) calc(1.4rem) !important;
	font-size: var(--wp--preset--font-size--medium) !important;
	line-height: 1 !important;
}

/* ANIMACAO WHATSAPP */
.animacao {
	display: flex;
	justify-content: center;
	align-items: center;
	position:fixed; 
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 0 0 0 0 rgba(10, 202, 58, 0.89);
	z-index:11000; 
	text-decoration: none;
	animation: alerta 1.5s infinite;
}
.animacao:hover {
	  color: #FFF !important;
}
.animacao-icon {
	  color: white;
}

@keyframes alerta {
	0% {
	  transform: scale();
	}
	70% {
	  transform: scale();
	  box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
	}
	  100% {
	  transform: scale();
	  box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
	}
}
/* FIM ANIMACAO WHATSAPP */