/*
	Theme Name: EnglishPass
	Theme URL: http://englishpassbr.com
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Tema desenvolvido por Inovalize
    Text Domain: inzco-theme
	Version: 1.0
*/

:root {
    --inz-radius: clamp(1.5rem, 5vw, 3rem);
    --inz-radius-lg: clamp(2rem, 5vw, 5.25rem);
}

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
    --font-size-min: 14; 
    --font-size-max: 16;
    --font-view-min: 576;
    --font-view-max: 1280;

	background-color: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--white);
    font-family: var(--wp--preset--font-family--primary), Arial, sans-serif;
    font-size: clamp(calc(var(--font-size-min) * 1px), calc((var(--font-size-min) * 1px) + (var(--font-size-max) - var(--font-size-min)) * ((100vw - (var(--font-view-min) * 1px)) / var(--font-view-max))), calc(var(--font-size-max) * 1px) ); 
    font-weight: 400;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
	-webkit-text-rendering:optimizeLegibility;
	font-variant-numeric: lining-nums;
}

a {
	color: var(--wp--preset--color--light);
	border: none;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img,
iframe,
video {
	vertical-align: bottom;
}

div,
section,
article {
	position: relative;
}

b, strong {
    font-weight: 700;
}

.clear {
	clear: both;
}

/* MARGIN TOP */
.m-t-5 {margin-top: 0.3125rem;}
.m-t-10 {margin-top: 0.625rem;}
.m-t-15 {margin-top: 0.9375rem;}
.m-t-20 {margin-top: 1.25rem;}
.m-t-25 {margin-top: 1.5625rem;}
.m-t-30 {margin-top: 1.875rem;}
.m-t-35 {margin-top: 2.1875rem;}
.m-t-40 {margin-top: 2.5rem;}
.m-t-45 {margin-top: 2.8125rem;}
.m-t-50 {margin-top: 3.125rem;}
.m-t-55 {margin-top: 3.4375rem;}
.m-t-60 {margin-top: 3.75rem;}
.m-t-65 {margin-top: 4.0625rem;}
.m-t-70 {margin-top: 4.375rem;}
.m-t-75 {margin-top: 4.6875rem;}
.m-t-80 {margin-top: 5rem;}
.m-t-85 {margin-top: 5.3125rem;}
.m-t-90 {margin-top: 5.625rem;}
.m-t-95 {margin-top: 5.9375rem;}
.m-t-100 {margin-top: 6.25rem;}

/* MARGIN BOTTOM */
.m-b-5 {margin-bottom: 0.3125rem;}
.m-b-10 {margin-bottom: 0.625rem;}
.m-b-15 {margin-bottom: 0.9375rem;}
.m-b-20 {margin-bottom: 1.25rem;}
.m-b-25 {margin-bottom: 1.5625rem;}
.m-b-30 {margin-bottom: 1.875rem;}
.m-b-35 {margin-bottom: 2.1875rem;}
.m-b-40 {margin-bottom: 2.5rem;}
.m-b-45 {margin-bottom: 2.8125rem;}
.m-b-50 {margin-bottom: 3.125rem;}
.m-b-55 {margin-bottom: 3.4375rem;}
.m-b-60 {margin-bottom: 3.75rem;}
.m-b-65 {margin-bottom: 4.0625rem;}
.m-b-70 {margin-bottom: 4.375rem;}
.m-b-75 {margin-bottom: 4.6875rem;}
.m-b-80 {margin-bottom: 5rem;}
.m-b-85 {margin-bottom: 5.3125rem;}
.m-b-90 {margin-bottom: 5.625rem;}
.m-b-95 {margin-bottom: 5.9375rem;}
.m-b-100 {margin-bottom: 6.25rem;}

/* PADDING TOP */
.p-t-5 {padding-top: 0.3125rem;}
.p-t-10 {padding-top: 0.625rem;}
.p-t-15 {padding-top: 0.9375rem;}
.p-t-20 {padding-top: 1.25rem;}
.p-t-25 {padding-top: 1.5625rem;}
.p-t-30 {padding-top: 1.875rem;}
.p-t-35 {padding-top: 2.1875rem;}
.p-t-40 {padding-top: 2.5rem;}
.p-t-45 {padding-top: 2.8125rem;}
.p-t-50 {padding-top: 3.125rem;}
.p-t-55 {padding-top: 3.4375rem;}
.p-t-60 {padding-top: 3.75rem;}
.p-t-65 {padding-top: 4.0625rem;}
.p-t-70 {padding-top: 4.375rem;}
.p-t-75 {padding-top: 4.6875rem;}
.p-t-80 {padding-top: 5rem;}
.p-t-85 {padding-top: 5.3125rem;}
.p-t-90 {padding-top: 5.625rem;}
.p-t-95 {padding-top: 5.9375rem;}
.p-t-100 {padding-top: 6.25rem;}
.p-t-120 {padding-top: 7.5rem;}

/* PADDING BOTTOM */
.p-b-5 {padding-bottom: 0.3125rem;}
.p-b-10 {padding-bottom: 0.625rem;}
.p-b-15 {padding-bottom: 0.9375rem;}
.p-b-20 {padding-bottom: 1.25rem;}
.p-b-25 {padding-bottom: 1.5625rem;}
.p-b-30 {padding-bottom: 1.875rem;}
.p-b-35 {padding-bottom: 2.1875rem;}
.p-b-40 {padding-bottom: 2.5rem;}
.p-b-45 {padding-bottom: 2.8125rem;}
.p-b-50 {padding-bottom: 3.125rem;}
.p-b-55 {padding-bottom: 3.4375rem;}
.p-b-60 {padding-bottom: 3.75rem;}
.p-b-65 {padding-bottom: 4.0625rem;}
.p-b-70 {padding-bottom: 4.375rem;}
.p-b-75 {padding-bottom: 4.6875rem;}
.p-b-80 {padding-bottom: 5rem;}
.p-b-85 {padding-bottom: 5.3125rem;}
.p-b-90 {padding-bottom: 5.625rem;}
.p-b-95 {padding-bottom: 5.9375rem;}
.p-b-100 {padding-bottom: 6.25rem;}
.p-b-120 {padding-bottom: 7.5rem;}

/* TITLE */

h1,
h2,
h3,
.is-style-intitle {
    font-weight: 600;
}

.is-style-intitle {
    font-size: 1.8rem;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .is-style-intitle br {
        display: none;
    }
}

@media (min-width: 992px) {
    .is-style-intitle {
        font-size: 2.4rem;
    }
}

/* HEADER */

.main-header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

/* MAIN NAV */

.navbar-toggler {
    width: 85px;
    padding: 0;
    border: none;
    outline: none;
    text-align: left;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.navbar-brand {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.navbar-brand h1 {
    margin: 0;
    line-height: 0;
}

.navbar-brand img {
    width: auto;
    max-width: 100%;
    max-height: clamp(1.8rem, 3vw, 2.2rem);
    height: auto;
}

#main-nav {
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
    font-size: 0.8rem;
}

#main-nav .navbar-collapse {
    justify-content: center;
}

/* CLOSE BUTTON */

.close-icon {
	width: 3rem;
	height: 3rem;
	padding: 0.5rem;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1.7rem;
	z-index: 9;
}

.close-icon .fi {
    color: var(--wp--preset--color--light);
}

/* SCROLL BAR */

.custom-scroll {
    max-height: 174px;
    padding-right: 20px;
    overflow-y: auto;
}

.custom-scroll::-webkit-scrollbar {
    width: 3px;
}
  
.custom-scroll::-webkit-scrollbar-track {
    background-color: #d0d0d0;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #858585;
}

/* WP-PAGENAVI */

.pagination {
    margin: 3rem auto 0;
    color: var(--wp--preset--color--dark);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

p:empty {
    display: none;
}

/* CHAT - FORM */

.chat-form {
    max-width: 500px;
    margin: 3rem auto;
    padding: clamp(1.5rem, 5vw, 2.5rem);
    background-color: #292927;
    border-radius: var(--inz-radius);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    margin-bottom: 8px;
    color: var(--wp--preset--color--primary);
    display: block;
    font-weight: 700;
}

.form-group input,
.form-group select,
.form-group .choices__inner {
    width: 100%;
    padding: 0.6rem 0.8rem;
    background: #292927;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    color: var(--wp--preset--color--white);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group .choices__inner:hover {
    outline: none;
    background: rgba(213, 244, 112, 0.1);
    border-color: var(--wp--preset--color--primary);
}

.form-group select option {
    background-color: var(--wp--preset--color--dark);
    color: var(--wp--preset--color--white);
}

.form-group .is-open .choices__inner,
.form-group .is-open .choices__list--dropdown, 
.form-group .is-open .choices__list[aria-expanded] {
    border-color: var(--wp--preset--color--primary);
    border-radius: 0.5rem;
}

.form-group .is-open .choices__list--dropdown, 
.form-group .is-open .choices__list[aria-expanded] {
    border-color: rgba(255, 255, 255, 0.1);
}

.form-group .choices__list--dropdown, 
.form-group .choices__list[aria-expanded] {
    background-color: #292927;
    backdrop-filter: blur(10px);
    color: var(--wp--preset--color--white);
}

.form-group .choices__list--dropdown .choices__item--selectable.is-highlighted, 
.form-group .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: var(--wp--preset--color--secondary);
}

.form-group .choices[data-type*=select-one] .choices__input {
    width: calc(100% - 1rem);
    margin: 0.5rem;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-button {
    width: 100%;
    padding: 0.8rem;
    background-color: var(--wp--preset--color--primary);
    border: none;
    border-radius: 0.5rem;
    color: var(--wp--preset--color--tertiary);
    cursor: pointer;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: lowercase;
    text-align: center;
}

.chat-button:hover {
    box-shadow: 0 10px 30px rgba(213, 244, 112, 0.3);
    color: var(--wp--preset--color--tertiary);
    transform: translateY(-2px);
}

.chat-button svg {
    margin-left: 0.5rem;
    position: relative;
    top: -1px;
}

/* CHAT - CHAT */

.chat-container {
    margin: 0 auto;
    overflow: hidden;
}

.chat-header {
    padding: 3rem 1.5rem;
    text-align: center;
}

.chat-header h1 {
    margin: 0;
    color: var(--wp--preset--color--secondary);
}

.chat-header p {
    margin: 0;
    color: var(--wp--preset--color--primary);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: lowercase;
}

.chat-container,
.evaluation-container {
    padding: clamp(1.5rem, 4vw, 3rem) 0;
    background-color: #282825;
    border-radius: var(--inz-radius-lg);
}

.chat-messages {
    min-height: 40vh;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.chat-message__notice {
    font-size: 0.9rem;
    opacity: 0.7;
}

.chat-message__notice ol {
    max-width: 30rem;
    padding: 0;
    margin: 0 auto;
    counter-reset: counter;
    list-style: none;
}

.chat-message__notice ol li {
    padding: 0.6rem 0 0.6rem 3rem;
    counter-increment: counter;
    position: relative;
}

.chat-message__notice ol li::before {
    content: counter(counter);
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    color: var(--wp--preset--color--primary);
    display: inline-block;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0.3rem;
}

.chat-messages__item {
    max-width: 100%;
    padding: clamp(0.8rem, 5vw, 1.1rem);
    border-radius: 1rem;
    font-size: 0.86rem;
    animation: fadeInUp 0.3s ease;
}

.chat-messages__item.user {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(213, 244, 112, 0.3);
}

.chat-messages__item.agent {
    padding-left: 0;
    padding-right: 0;
    align-self: flex-start;
}

.chat-messages__item.system {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(205 91 91 / 60%);
}

.chat-messages__item.user.typing .pending-text {
    opacity: 1;
    display: inline-block;
}

.chat-messages__item.user.typing .pending-text::after {
    content: '...';
    display:inline-block;
    margin-left:6px;
    animation: pendingdots 1s steps(3,end) infinite;
}

@keyframes pendingdots {
    0% { opacity: 0.2; }
    20% { opacity: 1; }
    60% { opacity: 0.2; }
    100% { opacity: 1; }
}

.chat-messages__item .token-usage {
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    color: #cdcdcd;
}

.chat-input-container {
    padding: 2rem 0 1rem;
    margin: 0 auto;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.chat-input-container:before {
    content: "";
    background-color: var(--wp--preset--color--dark);
    background: linear-gradient(to bottom, transparent, var(--wp--preset--color--dark) 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -3rem;
}

.chat-input-main textarea {
    width: 100%;
    height: 70px;
    flex: 1;
    padding: 0.8rem 8rem 0.8rem 1.5rem;
    border: 2px solid var(--wp--preset--color--primary);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    color: var(--wp--preset--color--white);
    font-size: 0.9rem;
    font-weight: 500;
    outline: none;
    resize: none !important;
}

.chat-input-main button.btn-send {
    width: 44px;
    background: linear-gradient(135deg, var(--wp--preset--color--tertiary), var(--wp--preset--color--secondary));
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}

.chat-actions-group {
    max-width: 486px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.chat-actions-group textarea:focus {
    outline: none;
    border-color: var(--wp--preset--color--primary);
}

.chat-input-main button.btn-send,
.chat-actions-group button {
    height: 44px;
    border-radius: var(--inz-radius);
    color: var(--wp--preset--color--white);
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    transition: all 0.3s ease;
}

.chat-actions-group button.btn-practice {
    width: clamp(6.25rem, 8.75vw, 8.75rem);
    border: none;
    background: linear-gradient(135deg, var(--wp--preset--color--tertiary), var(--wp--preset--color--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
}

.chat-actions-group button.btn-close-mic,
.chat-actions-group button.btn-stop-audio,
.chat-actions-group button.btn-keyboard,
.chat-actions-group button.btn-end-chat {
    width: 44px;
    background: #353532;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.chat-actions-group button:not(.btn-practice).disable {
    border-color: #ef4444;
    color: #ef4444;
}

.chat-actions-group button.active {
    border-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
}

.chat-actions-group button .icon-secondary,
.chat-actions-group button.active .icon-default,
.chat-actions-group button.disable .icon-default,
.chat-actions-group.chat-closed button.btn-practice .icon-secondary {
    display: none;
}

.chat-actions-group button.active .icon-secondary,
.chat-actions-group button.disable .icon-secondary,
.chat-actions-group.chat-closed button.btn-practice .icon-default {
    display: block;
}

.chat-actions-group button:not(.btn-end-chat):hover {
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

.chat-actions-group button svg {
    max-width: 18px;
}

.chat-actions-group button:not(.btn-practice) svg {
    margin: 0 auto;
}

.chat-actions-group button.btn-end-chat {
    width: clamp(5rem, 10vw, 10rem);
    padding: 0.5rem 0.5rem;
}

.chat-actions-group button.btn-end-chat:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.chat-actions-group.chat-closed {
    gap: 0;
}

.chat-actions-group.chat-closed button:not(.btn-practice) {
    width: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    transform: translateX(50px);
}

.chat-actions-group:not(.chat-closed) button:not(.btn-practice) {
    transform: translateX(0);
}

.system-notice {
    margin: 1rem 0 0;
    font-size: 0.75rem;
    opacity: 0.6;
    text-align: center;
}

@media (max-width: 575px) {
    .chat-actions-group {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .chat-actions-group textarea {
        padding-right: 6rem;
        padding-left: 1rem;
    }

    .chat-actions-group button:not(.btn-end-chat):not(.btn-practice)  {
        width: 35px;
        height: 35px;
    }

    .chat-actions-group button.btn-practice,
    .chat-actions-group button.btn-end-chat {
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) {
    .chat-messages__item.user {
        width: 65%;
    }
}

/* CHAT EVALUTION */

.evaluation-container h2 {
    text-align: center;
}

.evaluation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.evaluation-grid > *:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.evaluation-card {
    background: rgba(255, 255, 255, 0.05);
    padding: clamp(1rem, 2vw, 2rem);
    border-radius: var(--inz-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}

.evaluation-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--wp--preset--color--secondary);
    margin-bottom: 1rem;
    text-align: center;
}

.evaluation-card:not(.style-2) ul li:nth-child(even) {
    color: #c0c0c0;
}

.evaluation-card.style-2 ul {
    padding: 0;
}

.evaluation-card.style-2 ul li {
    list-style: none;
    padding-top: 1.5rem;
}

.evaluation-card.style-2 ul li:not(:last-child) {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.evaluation-card.style-2 ul li:before {
    display: none;
}

.evaluation-card.style-3 ul {
    padding: 0;
}

.evaluation-card.style-3 ul li {
    list-style: none;
    padding-top: 1.5rem;
}

.evaluation-card.style-3 ul li:not(:last-child) {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.evaluation-card.style-3 ul li:before {
    display: none;
}

.pronunciation-metrics {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem 0;
}

.metric-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--inz-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-label {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 0.95rem;
}

.metric-value {
    color: var(--wp--preset--color--primary);
    font-size: 1.1rem;
    font-weight: 600;
}

.pronunciation-words {
    margin-top: 1.5rem;
}

.pronunciation-words h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--wp--preset--color--secondary);
    margin-bottom: 1rem;
}

.evaluation-summary {
    color: var(--wp--preset--color--primary);
    font-size: 0.92rem;
    font-weight: 600;
}

.score-circle {
    text-align: center;
    padding: 1rem;
}

.score-number {
    font-size: 4rem;
    font-weight: 700;
    color: var(--wp--preset--color--primary);
}

.score-label {
    color: rgba(255, 255, 255, 0.7);
}

.specific-scores {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.score-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.score-item .score-label {
    min-width: 120px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.score-bar {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    position: relative;
}

.score-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--secondary));
    border-radius: 1rem;
    transition: width 0.8s ease;
}

.score-item .score-value {
    color: var(--wp--preset--color--primary);
    font-size: 0.75rem;
    font-weight: 500;
    text-align: right;
    position: absolute;
    left: -1.3rem;
    top: -0.4rem;
}

.evaluation-hint {
    display: block;
    margin-top: 0.5rem;
}

.evaluation-hint strong {
    color: var(--wp--preset--color--primary);
}

.evaluation-issue {
    margin: 0 0 0.5em;
    padding: 0.5em 1em;
    background-color: #484845;
    border-radius: 1em;
    clear: both;
    display: table;
    position: relative;
}

.evaluation-issue svg {
    fill: #484845;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: -0.5em;
}

/* UL LIST LINE */

ul.is-style-list-line {
	padding: 0 0 0 20px;
    line-height: 1.3;
}

ul.is-style-list-line>li {
	padding: 0.2rem 0;
	position: relative;
}

ul.is-style-list-line>li:not(:last-of-type):before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--wp--preset--color--primary);
    position: absolute;
    left: -16.6px;
    top: 15px;
}

ul.is-style-list-line li::marker {
    color: var(--wp--preset--color--primary);
    font-size: 20px;
}

/* ELEMENTS */

.is-style-img-round img {
    border-radius: var(--inz-radius);
}

.is-style-card-round {
    border-radius: var(--inz-radius);
    overflow: hidden;
}

.wp-block-social-links li {
    border: 1px solid;
}

.wp-block-cover,
:where(.wp-block-group.has-background),
.wp-block-cover-image {
    padding: 0;
}

.wp-block-image {
    z-index: 1;
}

.wp-block-image img {
	height: auto;
}

.wp-block-image figcaption {
    padding-top: 10px;
    font-size: 12px;
}

div.alignwide:not(.container),
.has-text-align-wide:not(.container),
.wp-block-image.alignwide {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.full-height {
    min-height: calc(100vh - 17rem);
}

/* MARK */

mark {
    color: inherit;
    position: relative;
    z-index: 1;
}

.wp-custom-logo mark {
    background: 0 0 !important;
}

mark::after {
    content: "";
    width: 0;
    height: 50%;
    background: var(--inz-mark-color);
    border-radius: 0.5rem;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0.5em;
    rotate: -5deg;
    transition: width 0.8s ease-out, opacity 0.4s ease-out;
    z-index: -1;
}

mark.show::after {
    width: 100%;
    opacity: 1;
}

/* BUTTONS */

.wp-block-button__link {
    padding: 1rem 1.8rem !important;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms linear;
}

.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--white) !important;
    border-color: var(--wp--preset--color--secondary) !important;
}

@media (max-width: 575px) {
    .wp-block-button__link {
        padding: 1rem 2.5rem 1rem 1rem !important;
    }
}

/* OVERLAY */

.overlay-loading {
    background-color: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.overlay-loading.active {
    display: flex;
}

.overlay-loading svg {
    width: 60px;
    height: auto;
}

/* ALIGNMENT */

.aligncenter,
div.aligncenter {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* WHATSAPP */

.whats-btn {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    z-index: 99;
}

.whats-btn__item {
    width: 4rem;
    height: 4rem;
    background-color: #5eca55;
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    line-height: 5rem;
    text-align: center;    
}

.whats-btn__item .fi {
    color: var(--wp--preset--color--dark);
    font-size: 2rem;
}

@media (max-width: 575px) {
    .whats-btn {
        bottom: 1rem;
        right: 1rem;
    }

    .whats-btn__item {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 4.5rem;
    }
}

/* FOOTER */

.main-footer {
	width: 100%;
    padding: 4rem 0 2rem;
	position: relative;
	bottom: 0;
}

.main-footer__copyright {
    font-size: 0.75rem;
    letter-spacing: 0.02rem;
    line-height: 1.3;
	text-align: center;
}

.main-footer__copyright p {
	margin: 0 0 0.5rem;
}

.main-footer .developer-link {
    opacity: 0.4;
}

/* MEDIA QUERIES */

@media (max-width: 767px) {
    .container {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

@media (min-width: 768px) {
    .container {
        width: 95%;
        max-width: 58.75rem;
    }
}

@media screen and (min-width: 90em) {
    html {
        font-size: 100%;
    }
}

@media screen and (min-width: 145em) {
    html {
        font-size: 120%;
    }
}

@media screen and (min-width: 180em) {
    html {
        font-size: 150%;
    }
}