/*
Theme Name: CMS - Inovax
Template: cms-principal
Author: Retina Web - Jeferson Dias
Author URI: https://retinaweb.com.br/
Description: Tema feito pela Retina Web para a Inovax
*/

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamMedium.woff2') format('woff2'),
		url('assets/fonts/GothamMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamLight.woff2') format('woff2'),
		url('assets/fonts/GothamLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamBlack.woff2') format('woff2'),
		url('assets/fonts/GothamBlack.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamBold.woff2') format('woff2'),
		url('assets/fonts/GothamBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Book.woff2') format('woff2'),
		url('assets/fonts/Gotham-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

:root{
	--header-margin:1rem;
	--header-height:calc(7.25rem);
	--banner-header-margin: calc( var(--header-height) + 2 * var(--header-margin));

	--bs-body-bg:#1D1D1B;
	--color-circle-icon:#E305AD;
	--color-circle-icon-hover:#F658B8;
	--gradient-title:linear-gradient(75deg,#F658B8,#E305AD);
	--gradient-card:linear-gradient(to bottom,#F658B8,#E305AD);
	--gradient-card-hover:linear-gradient(to bottom,#E305AD,#F658B8);
}

.border-main {
	--bs-border-opacity:1;
	border-color:var(--bs-body-bg)!important;
}

section, .container {
	scroll-margin-top: 10rem; /* distância do topo */
}

.logo-footer {
	width: 73.85%;
}

.logo-extra {
	width: 54.5%;
}

.retina-logo__footer {
	filter: brightness(0);
	width: 5.5rem;
	max-width: initial;
	height: auto;
}


body{
	font-family: 'Gotham',sans-serif;
	font-size:1.25rem;
}

h2,.h2{
	font-size:2.185rem;
	line-height: 1.3;
}

p:last-child {
	margin-bottom:0;
}

.navbar-nav .nav-link {
	font-weight: bold;
	color: white!important;
}

.navbar .btn-main {
	min-width:auto;
	padding: 0.5rem 3rem;
}

.btn {
	font-size:1.25rem;
	border-radius:0.75rem;
}

.btn-main {
	--bs-btn-color:white;
	--bs-btn-hover-color:white;
	background:var(--gradient-card);
	min-width:21rem;
}

.btn-main:hover{
	box-shadow: 0 0 1rem #fffc;
}

.btn-main-2 {
	--bs-btn-color:white;
	--bs-btn-border-color:white;
	--bs-btn-hover-color:white;
}


.btn-main-3 {
	--bs-btn-color:black;
	--bs-btn-border-color:black;
	--bs-btn-hover-color:white;
	--bs-btn-border-hover-color:white;
}


.btn-main-2:hover,.btn-main-3:hover{
	background: var(--gradient-card);
}

.form-control {
	color: white;
	padding: 1rem;
	font-size: 1.25rem;
}

.form-control:focus{
	box-shadow:0 0 1rem var(--color-circle-icon);
	color:white;
}

.form-control::placeholder {
	color: #616160;
}

.navbar-brand img {
	width: 11rem;
}

.title{
	background: var(--gradient-title);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fw-black, .fw-black *{
	font-weight:900!important;
}

.navbar {
	background: #5D5D5AA4;
	backdrop-filter: blur(0.625rem);
	box-shadow: 0 0.25rem 1.25rem #00000040;
	height:var(--header-height);
	margin:var(--header-margin);
}

.has-header-top{
	padding-top:var(--banner-header-margin);
}

#hero {
	aspect-ratio: 2.4;
}

.modal-product__figure {
	background: #1D1D1B;
	border-radius: 1.5rem;
	padding: 3.5rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
}

.modal-product__figure img{
	height: 14.5em;
	object-fit: contain;
}

#modalSimple .modal-product__figure img {
	height:21.5em;
}

.modal-product__button {
	position:absolute;
	left:50%;
	top:100%;
	transform:translate(-50%,-50%);
	width:80%;
	padding:0.93rem 1rem;
}

.card-products figure {
	background-color: #595959;
	position:relative;
	aspect-ratio:1.275;
}

.card-products figure img{
	transition:500ms;
}

.row-steps .col {
	height:0.75rem;
	background:white;
}

.row-steps .col.active {
	background:var(--color-circle-icon);
}

.card-products figure.has_hover_img:hover .card-products__main-img {
	opacity:0;
}

.card-products figure.has_hover_img:hover .card-products__hover-img {
	opacity:1;
}

.card-products .title {
	color: #F658B8;
	font-size: 1.25rem;
	font-weight:bold;
}

.card-products .subtitle{
	color: #f658b8;
	font-weight:300;
	font-size: 1rem;
	line-height: 1;
	margin-top: 1rem;
}

.card-products__hover-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity:0;	
}

.modal-product .modal-content{
	background-color: #595959;
	min-height: 42.25rem;
}

.modal-product .modal-dialog{
	width:62.5%;
	max-width:1210px;
}

.card-details__figure {
	background-color: var(--color-circle-icon);
	display: inline-block;
	padding: 1.125rem;
	transition:300ms;
}

.card-details:hover .card-details__figure{
	background-color: var(--color-circle-icon-hover);

}

.card-details {
	position:relative;
	background:var(--gradient-card-hover);
	border-radius:1rem;
	transition:300ms;
}

.card-details::before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:var(	--gradient-card);
	transition:300ms;
}

.card-details:hover{
	box-shadow:0 0 1rem #fff;
}

.card-details:hover::before{
	opacity:0;
}

.col-items h3 {
	font-size:1.25rem;
}

.col-items .col-items__img {
	height: 6.875rem !important;
}

.icon-mask {
	background: white;
	aspect-ratio:1;
	height: 6.875rem ;
	background: white;
	mask:var(--icon-mask) center / contain no-repeat;
	-webkit-mask: var(--icon-mask) center / contain no-repeat;
}

.icon-mask::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:var(--gradient-card);
	opacity:0;
	transition:300ms;
}

.col-items:hover .icon-mask::after {
	opacity:1;
}

.slider-cards{
	padding: 0 6rem;
}

.slider-cards .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: white;
	font-size: 3.6rem;
}

.slider-cards .slick-next {
	right: 0;
}

.slider-cards .slick-prev {
	left: 0;
}
.slider-cards .slick-track{
	display:flex;
}

.slider-cards .slide-item {
	height:auto;
}

.card-details__figure .icon-mask {
	height: 4.5rem;
	padding: 0;
}

#section_8 .card-details:hover .icon-mask {
	background-color:var(--color-circle-icon);
}

#section_8 .card-details:hover .card-details__figure {
	background:white;
}

.card-notice {
	box-shadow:0 0 1rem #0004
}

.card-notice h2{
	font-size:1.25rem;
}

.card-notice .text {
	font-size:1.125rem;
}

.rede-item {
	text-decoration: none;
}

.rede-item i {
	background: var(--gradient-card);
	color: white;
	border-radius: 0.5rem;
	width: 2rem;
	height: auto !important;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-product__content{
	margin-left: 3rem;
	min-height: 30rem;
	margin-right: 5.75rem;
}

.modal-product__buttons {
	display: flex;
	background: transparent;
	border: 0.25rem solid white;
	border-radius: 30rem;
	overflow: clip;
	margin: auto;
	margin-top: 4rem;
	margin-bottom: 3rem;
	width: 90%;
	padding: 0.25rem;
}

.modal-product__buttons .nav-link {
	width: 50%;
	border-radius:30rem;
	color:#7E7E7E;
}

.modal-product__buttons .nav-link.active{
	background:#757575;
	color:white;
}

.professional-text, .homecare-text {
	font-weight: 300;
}

:is(.professional-text, .homecare-text) li:not(:last-child) {
	margin-bottom: 1em;
}

:is(.professional-text, .homecare-text) li {
	line-height:1.2;
}

.card-products__main-img {
	height: 11rem;
}

.list-items-circle li {
	border: 0.1em solid white;
	border-radius: 20em;
	padding: 1rem 2.25rem;
	background: #fff2;
	transition:300ms;
}

.list-items-circle li:hover {
	background: #fff4;
}

.list-items-circle {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 2.75rem;
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
}

#section_7 {
	background-position: 20%;
}

.video-overlay{
	transition:300ms;
	background:#fffa;
}


.video-overlay i{
	position:absolute;
	font-size:2em;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.video-content figure{
	transition:300ms;
	cursor:pointer;
}

.video-content:hover figure{
	transform:scale(1.05);
}

.ratio-9x16 {
    --bs-aspect-ratio: 177.77%;
}

#section_3 .legend {
	background: linear-gradient(90deg, #F7EF0D, #CA9D2C, #F7EF0D);
	color: white;
	padding: 1rem 5rem 1rem 3rem;
	font-weight: bold;
	font-size: 1.75rem;
	position: relative;
}

#section_3 .legend::before {
	content: '';
	position: absolute;
	right: -0.125rem;
	top: 0;
	height: 100%;
	aspect-ratio: 1;
	border-style: solid;
	border-width: 1.3em;
	border-color: transparent white transparent transparent;
}

#section_9 span.legend{
	background: var(--color-circle-icon);
	color: white;
	padding: 1rem 5rem 1rem 5.5rem;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}

#section_9 span.legend::before {
	content: '';
	position: absolute;
	left: -0.125em;
	top: 0;
	height: 100%;
	aspect-ratio: 1;
	border-style: solid;
	border-width: 1.3em;
	border-color: transparent transparent transparent white;
}

.grecaptcha-badge {
    visibility: hidden;
}

#lowerFooter p,
#lowerFooter a{
	font-size: 1rem;
}

@media (max-width:1380px){
	.modal-product .modal-dialog{
		width:909px;
	}
}


@media (max-width:991px){
	.modal-product .modal-dialog{
		width:100%;
	}

	.modal-product .modal-content {
		background-color: #595959;
		height: auto;
	}

	#hero {
		aspect-ratio: 1.4;
	}

	.col-items .icon-mask::after{
		opacity:1;
	}

	#section_8 .card-details .card-details__figure {
		background-color: var(--color-circle-icon-hover);
	}

	#section_8 .card-details .card-details__figure {
		background: white;
	}

	#section_8 .card-details .icon-mask {
		background-color: var(--color-circle-icon);
	}

	#section_8 .card-details::before {
		opacity: 0;
	}

	#section_8 .card-details {
		box-shadow:none;
	}
}

#politicas{
	padding-top:calc( var(--header-height) + 2rem );
}

@media (max-width:550px){

	:root {
		--header-height: calc(5.5rem);
	}
	.navbar-brand img {
		width: 6.25rem;
	}
	.navbar .btn-main {
		padding: 0.5rem 1rem;
		font-size:1rem;
	}
	.navbar {
		padding:0;
	}

	#hero {
		aspect-ratio: 0.34;
	}
	.upper-text-sm{
		font-size:1.375rem;
	}
	.btn{
		border-radius:1rem;
	}
	#hero .btn-main{
		padding:1.125rem 1.5rem;
		min-width:auto;
	}

	.btn-main{
		padding:0.75rem 1.5rem;
		min-width:auto;
	}

	.card-product__inner{
		border-radius:1rem;
	}
	.card-product__inner:has(+.card-product__footer){
		border-radius: 1rem 1rem 0 0;
	}
	.card-product__footer{
		border-radius: 0 0 1rem 1rem;
		padding: 1rem;
	}
	.modal-product__buttons{
		border-radius:0;
	}

	.modal-product__buttons .nav-link.active {
		border: 0.125rem solid #757575;
		background:transparent;
		color:#757575;
	}
	.btn-prod__contact{
		font-size:1.125rem;
	}

	#section_3 {
		padding-top: 32rem !important;
		background-position: top;
		padding-bottom: 3rem!important;
	}

	.title{
		font-size:1.875rem;
		line-height:1.5;
	}

	br:not(.with-br br){
		display:none;
	}

	#section_4 .card-details{
		padding:1.5rem 1rem;
		min-height: 20rem !important;
	}
	

	.list-items-circle li{
		border-radius:1rem;
		padding:1rem;
		font-size:1.125rem;
	}

	.list-items-circle{
		gap:2.25rem;
	}

	#section_5{
		background-position:bottom;
		padding-top:3rem;
		padding-bottom:35rem;
	}

	:is(#section_7 ,#section_5) .title{
		font-size:2.25rem;
	}

	#section_5 .text {
		margin: 0 0.445rem;
	}

	.col-items .text {
		font-size: 1.125rem;
	}
	#section_8 .card-details {
		aspect-ratio: 0.733;
	}
	#section_9 span.legend::after {
		content: '';
		position: absolute;
		right: -0.125em;
		top: 0;
		height: 100%;
		aspect-ratio: 1;
		border-style: solid;
		border-width: 1.3em;
		border-color: transparent white transparent transparent;
	}

	.retina-logo__footer {
		width: 8.85rem;
	}
}


/* BOTÃO LOJA HEADER */

.btn-loja{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:.6rem 2rem;   /* ligeiramente maior */
	font-size:1.05rem;    /* fonte maior */
	font-weight:600;
	font-family:inherit;
	color:#fff;
	text-decoration:none;
	border-radius:999px;
	border:none;
	background:linear-gradient(90deg,#ff2fa8,#e305ad);
	box-shadow:0 4px 12px rgba(227,5,173,0.35);
	overflow:hidden;
	transition:all .25s ease;
	/* respiração */
	animation:ctaPulse 6s ease-in-out infinite;
}

/* brilho passando */
.btn-loja::before{
	content:"";
	position:absolute;
	top:0;
	left:-75%;
	width:50%;
	height:100%;
	background:linear-gradient(
	120deg,
	rgba(255,255,255,0) 0%,
	rgba(255,255,255,.6) 50%,
	rgba(255,255,255,0) 100%
	);
	transform:skewX(-25deg);
	animation:shine 4s infinite;
}

/* brilho movimento */
@keyframes shine{
	0%{
	left:-75%;
	}
	60%{
	left:125%;
	}
	100%{
	left:125%;
	}
}

/* respiração leve */
@keyframes ctaPulse{
	0%{
	transform:scale(1);
	box-shadow:0 4px 12px rgba(227,5,173,0.35);
	}
	50%{
	transform:scale(1.06); /* maior que antes */
	box-shadow:0 8px 20px rgba(227,5,173,0.6);
	}
	100%{
	transform:scale(1);
	box-shadow:0 4px 12px rgba(227,5,173,0.35);
	}
}

/* hover */
.btn-loja:hover{
	transform:translateY(-1px) scale(1.05);
	box-shadow:0 10px 24px rgba(227,5,173,0.65);
	color:white;
	animation:none;
}

/* ajuste botão para mobile */
@media (max-width:768px){
.btn-loja{
	margin-left:auto;
	margin-right:0;
	font-size:0.95rem;
	padding:0.5rem 1.2rem;
	}
}

/* botão loja */
.btn-loja{
	position:relative;
	transform:none;
	margin-top:4px;
}

/* ---------------------------- BLOCO 1 — PARCEIROS */

#bloco_1{
	background: transparent;
	margin: 2rem auto;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	position: relative;
}

#bloco_1 .container{
	padding: 0;
}

#bloco_1 h1{
	color:#1D1D1B;
}

#bloco_1 p{
	color:#4a4a4a;
}

#bloco_1 li{
	color:#1D1D1B;
}

.bloco1-texto{
	max-width: 560px;
}

#bloco_1 .row{
	align-items:center;
}

.inovax-parceiro-img{
	max-width: 480px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
}

#bloco_1 .inovax-beneficios-card{
	width:100%;
	margin:3rem auto 0 auto;
}

/* ── CARD BENEFÍCIOS ── */
.inovax-beneficios-card {
    width: 100%;
    margin-top: 3rem;
    padding: 2rem 3rem;
    background: var(--gradient-card);
    border-radius: 1.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.25);
    box-sizing: border-box;
}

.inovax-beneficios {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colunas fixas */
    grid-auto-rows: auto;
    gap: 14px 48px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.inovax-beneficios li {
    position: relative;
    padding-left: 18px;
    margin: 0;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #fff !important;
}

.inovax-beneficios li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff !important;
}

@media (max-width: 767px) {
    .inovax-beneficios {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 24px;
    }
    .inovax-beneficios-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .inovax-beneficios {
        grid-template-columns: 1fr;
    }
}

/* FORMULÁRIO PARCEIROS */
#bloco_2 .wpcf7{
	max-width:500px;
	margin:auto;
}

/* campos */
#bloco_2 input,
#bloco_2 textarea{
	width:100%;
	padding:12px 14px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	font-size:.95rem;
	margin-bottom:14px;
	transition:all .2s ease;
}

/* foco */
#bloco_2 input:focus,
#bloco_2 textarea:focus{
	outline:none;
	border-color:#e305ad;
	box-shadow:0 0 0 3px rgba(227,5,173,0.15);
}

/* textarea */
#bloco_2 textarea{
	min-height:140px;
	resize:vertical;
}

/* botão */
#bloco_2 input[type="submit"]{
	background:linear-gradient(90deg,#ff2fa8,#e305ad);
	border:none;
	color:white;
	font-weight:600;
	padding:12px 26px;
	border-radius:999px;
	cursor:pointer;
	transition:all .25s ease;
}

/* hover */
#bloco_2 input[type="submit"]:hover{
	transform:translateY(-1px);
	box-shadow:0 8px 20px rgba(227,5,173,0.45);
}

#bloco_2 .inovax-card > *{
	background:transparent!important;
	border:none!important;
	box-shadow:none!important;
	border-radius:0!important;
}


/* ---------------------------- BLOCO ALTERAÇÃO SEÇÃO 3 */
.academy-section{
	padding:80px 0 70px;
	background:#fff;
}

/* banner */
.academy-banner{
	text-align:center;
	margin-bottom:20px;
}

.academy-banner img{
	max-width:360px;
	width:100%;
	height:auto;
}

/* header rosa */
.academy-header-text{
	max-width:820px;
	margin:0 auto 12px;
	text-align:center;
	font-size:20px;
	line-height:1.5;
	color:#D4537E;
	font-weight:600;
}

/* descrição cinza */
.academy-description{
	max-width:760px;
	margin:0 auto 50px;
	text-align:center;
	font-size:16px;
	line-height:1.6;
	color:#6b6b6b;
}

/* grid */
.academy-grid{
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
	gap:36px;
	max-width:1100px;
	margin:0 auto;
	align-items:stretch;
}

/* card */
.academy-card{
	background:#fff;
	border-radius:16px;
	border:1px solid #e6e6e6;
	overflow:hidden;
	max-width:420px;
	margin:auto;
	box-shadow:0 12px 30px rgba(0,0,0,0.07);
	transition:.2s;
	display:flex;
	flex-direction:column;
	height:100%;
}

.academy-card:hover{
	transform:translateY(-6px);
	box-shadow:0 18px 40px rgba(0,0,0,0.1);
}

/* imagem */
.academy-card-image img{
	width:100%;
	height:180px;
	object-fit:contain;
	background:#f7f7f7;
	padding:20px;
}

/* corpo */
.academy-card-body{
	padding:24px;
	display:flex;
	flex-direction:column;
	gap:14px;
	flex:1;
}

/* footer */
.academy-card-footer{
	margin-top:auto;
	display:flex;
	flex-direction:column;
	gap:12px;
}

/* data */
.academy-date{
	font-weight:700;
	font-size:16px;
	color:#D4537E;
}

/* título */
.academy-course{
	font-size:19px;
	font-weight:700;
	line-height:1.35;
	color:#222;
}

/* descrição */
.academy-desc{
	font-size:15px;
	color:#666;
}

/* tags */
.academy-tags{
	display:flex;
	gap:10px;
}

/* badges */
.badge-presencial{
	background:#EAF3DE;
	color:#27500A;
	font-size:12px;
	padding:6px 12px;
	border-radius:6px;
}

.badge-online{
	background:#E3F0FF;
	color:#003B8C;
	font-size:12px;
	padding:6px 12px;
	border-radius:6px;
}

.badge-free{
	background:#FFE7E7;
	color:#B30000;
	font-size:12px;
	padding:6px 12px;
	border-radius:6px;
}

/* carga horária */
.academy-hours{
	font-size:14px;
	color:#777;
}

/* botão */
.btn-kiwify{
	margin-top:auto;
	background:#D4537E;
	color:#fff;
	text-align:center;
	padding:13px;
	border-radius:30px;
	font-size:15px;
	text-decoration:none;
	display:block;
}