/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 14:06:01 */
/* Marconi Pacheco - Designer e visual front-end | https://www.linkedin.com/in/marconipacheco */

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');


:root {
	--primaria: #fdbdcb;/*rosa*/
	--secundaria: #76053b;/*roxo*/
}
html {
	scroll-behavior: smooth;
}
p a,
.entry-content a:not([class]) {
	text-decoration: none;
	color: #000;
}
p a:hover {
	text-decoration: underline!important;
	color: var(--secundaria)!important;
}
main p {
	margin-bottom: 15px!important;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
:where(.wp-block-columns) {
    margin-bottom: 0px;
}
footer .widget {
	margin-bottom: 15px;
}

.single_add_to_cart_button.button.alt, 
.quantity {
	display:none;
}

.botao-whats {
	width: 100%;
}
.botao-compra-whats {
	display: block;
	max-width: 320px;
	text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #014039;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 15px 25px;
    background: #25D366;
}
.botao-compra-whats:hover {
	color: #fff;
    background: #075E54;
}

.woocommerce-tabs {
	border-radius: 5px;
    padding: 25px;
    background: #fff;
}
.woocommerce .woocommerce-breadcrumb a {
    color: var(--secundaria);
}
.sidebar-header .nv-sidebar-toggle {
	color: var(--secundaria);
    border-color: var(--secundaria);
}
.nv-woo-filters .nv-sidebar-toggle+.woocommerce-ordering select {
    max-width: 78vw;
}

.footer-bottom .component-wrap {
	font-size: 14px;
	justify-content: center;
}
footer a:hover {
	color: var(--secundaria);
}
footer .creditos {
	font-family: 'montserrat';
}
footer .creditos a:hover {
	color: var(--primaria)!important;
}

/*/////////////////// RESPONSIVO //////////////////////////////////*/
@media (min-width:1200px) {
}
@media (max-width:767px) {
	.botao-compra-whats {
		max-width: 100%;
	}
}
/*RESPONSIVO FIM*/

/*FORMULARIO*/
.wpcf7 textarea {
	max-height: 150px;    
}
.wpcf7 label,
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="number"], 
.wpcf7 select, 
.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input {
	height: 50px;
}
.wpcf7 p {
	margin-bottom: 15px;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 1.125rem;
	font-weight: 400;
	border-radius: 10px;
}
.wpcf7-not-valid-tip {
	font-size: 0.9rem;
}
/* FORM lado a lado*/
@media (min-width: 992px) {
	.wpcf7 p {
		width: 100%;
	}
	.wpcf7 p:nth-child(3),
	.wpcf7 p:nth-child(4) {
		width: 49%;
		float: left;
	}
	.wpcf7 p:nth-child(4) {
		margin-left: 2%;
	}
}
/*FORMULARIO FIM*/

/*WHATSAPP*/
.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;  
}
.whatsapp span {
  font-size: 1.1rem;
  font-weight: 400;
  color: #0a7105;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-right: -38px;
  background-color: #fff;
  z-index: -1;
  transition: .30s;
  width: 0px;
  height: 48px;
  line-height: 48px;
  padding: 0px 50px 0px 12px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.whatsapp .btn-whatsapp {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
}
.whatsapp .btn-whatsapp img {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, .3));
}
.whatsapp .btn-whatsapp:hover+span {
  width: 160px;
  opacity: 1;
}
.whatsapp .btn-whatsapp i {
  font-size: 1.7rem;
  color: #fff;
  margin-left: 2px
}
/****ANIMATION****/
.whatsapp img {
	-webkit-animation-name: horizontal-shaking;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 0s;
}
@keyframes horizontal-shaking {
  0% { }
  5%,25% { transform: translateX(5px) }
  15%,35% { transform: translateX(-5px) }
  40% { transform: translateX(0) }
}
/*WHATSAPP FIM*/