[x-cloak] {
    display: none !important;
}

/*
===================
====== FONTS ======
=================== */

@font-face {
    font-family: kollektif;
    src: url("./fonts/Kollektif/Kollektif.ttf");
}

.red-hat-display {
    font-family: "Red Hat Display", sans-serif;
}

/*
===================
====== COLORS =====
=================== */

:root {
    --ghost-white: #f6f7fd;
    --glass-white: #fbfbff;
    --yellow: #ffcc00;
    --red: #ff5252;
    --light-blue: #00c2ff;
    --medium-blue: #213c70;
    --extra-light-blue: #7a8db0;
    --extra-light-blue2: #edf2fb;
    --blue: #1c64f2;
    --dark-blue: #10254e;
    --dark-gray: #111827;
    --extra-dark-blue: rgba(24, 32, 81, 0.9);
    --light-purple: #2d508d;
    --blue-gray: #cbd4eb;
    --light-gray: #edeff4;
    --blue-gradient: linear-gradient(315deg, #103b91 0, #3a6aca 100%);
    --blue-gradient2: linear-gradient(28deg, #10254e 0, #1c64f2 100%);
    --extra-dark-blue-gradient: linear-gradient(0deg, #213c70 0, #1f2937 50%);
}

.blue {
    color: var(--blue);
}

.extra-dark-blue {
    color: var(--extra-dark-blue);
}

.extra-light-blue {
    color: var(--extra-light-blue);
}

.dark-blue {
    color: var(--dark-blue);
}

.light-purple {
    color: var(--light-purple);
}

.yellow-bg {
    background-color: var(--yellow);
}

.red-bg {
    background-color: var(--red);
}

.blue-bg {
    background-color: var(--blue);
}

.light-blue-bg {
    background-color: var(--light-blue);
}

.extra-light-blue-bg {
    background-color: var(--extra-light-blue);
}

.extra-light-blue2-bg {
    background-color: var(--extra-light-blue2);
}

.extra-dark-blue-bg {
    background-color: var(--extra-dark-blue);
}

.dark-blue-gradient-bg {
    background: var(--extra-dark-blue-gradient);
}

.dark-blue-bg {
    background-color: var(--dark-blue);
}

.white-bg {
    background-color: #f6f6f6;
}

.light-purple-bg {
    background-color: var(--light-purple);
}

.dark-background {
    background-color: rgba(43, 80, 151, 0.4);
}

.blue-gradient-background {
    background: var(--blue-gradient);
}

.blue-gradient2-background {
    background: var(--blue-gradient2);
}

/*
  ===================
  ===== GENERAL =====
  =================== */

* {
    font-family: "Nunito Sans", sans-serif;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    width: 100%;
}

td {
    max-width: 21.1rem;
}

.cards18H {
    height: 18rem;
}

/* tooltips */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltiptext {
    font-size: 14px;
    width: 100px;
    left: 122%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: var(--dark-gray);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    cursor: pointer;
    top: 42px;
    z-index: 1;
    margin-left: -74px;
    opacity: 0;
    transition: opacity 0.3s;
}

.top-tooltip {
    top: -58px !important;
}

.top-tooltiptext {
    left: 50% !important;
    width: 120px !important;
}

.table-top-tooltip {
    top: -40px !important;
}

.table-top-tooltiptext {
    left: 83%;
    width: 120px;
    white-space: nowrap;
}

.tooltip .table-top-tooltiptext::after {
    top: 100% !important;
    left: 49% !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid var(--dark-gray) !important;
    border-bottom: 5px solid transparent !important;
}

.tooltip .tooltiptext::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -15%;
    left: 46%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--dark-gray);
    border-top: none;
}

.tooltip .top-tooltiptext::after {
    top: 100% !important;
    left: 57% !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid var(--dark-gray) !important;
    border-bottom: 5px solid transparent !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    z-index: 100;
    opacity: 1;
}

/* scrolling bar */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #dedede;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background: #b8b8b8;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}

/* sending document animation */
/* credits: https://codepen.io/mly-zju/pen/vOaYjz */
.sending-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: auto;
}

.sending-container::after {
    content: "Aguarde enquanto seus documentos são enviados...";
    color: var(--blue);
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.sending-box {
    position: relative;
    height: 50px;
    width: 40px;
    animation: sending-box 5s infinite linear;
}

.sending-border {
    background: var(--blue);
    position: absolute;
}

.sending-border.one {
    height: 4px;
    top: 0;
    left: 0;
    animation: sending-border-one 5s infinite linear;
}

.sending-border.two {
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    animation: sending-border-two 5s infinite linear;
}

.sending-border.three {
    bottom: 0;
    right: 0;
    height: 4px;
    width: 100%;
    animation: sending-border-three 5s infinite linear;
}

.sending-border.four {
    bottom: 0;
    left: 0;
    height: 100%;
    width: 4px;
    animation: sending-border-four 5s infinite linear;
}

.sending-line {
    height: 4px;
    background: var(--blue);
    position: absolute;
    width: 0%;
    left: 25%;
}

.sending-line.one {
    top: 25%;
    width: 0%;
    animation: sending-line-one 5s infinite linear;
}

.sending-line.two {
    top: 45%;
    animation: sending-line-two 5s infinite linear;
}

.sending-line.three {
    top: 65%;
    animation: sending-line-three 5s infinite linear;
}

@keyframes sending-border-one {
    0% {
        width: 0;
    }
    10% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@keyframes sending-border-two {
    0% {
        height: 0;
    }
    10% {
        height: 0%;
    }
    20% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

@keyframes sending-border-three {
    0% {
        width: 0;
    }
    20% {
        width: 0%;
    }
    30% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@keyframes sending-border-four {
    0% {
        height: 0;
    }
    30% {
        height: 0%;
    }
    40% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

@keyframes sending-line-one {
    0% {
        left: 25%;
        width: 0;
    }
    40% {
        left: 25%;
        width: 0%;
    }
    43% {
        left: 25%;
        width: 50%;
    }
    52% {
        left: 25%;
        width: 50%;
    }
    54% {
        left: 25%;
        width: 0%;
    }
    55% {
        right: 25%;
        left: auto;
    }
    63% {
        width: 10%;
        right: 25%;
        left: auto;
    }
    100% {
        width: 10%;
        right: 25%;
        left: auto;
    }
}

@keyframes sending-line-two {
    0% {
        width: 0;
    }
    42% {
        width: 0%;
    }
    45% {
        width: 50%;
    }
    53% {
        width: 50%;
    }
    54% {
        width: 0%;
    }
    60% {
        width: 50%;
    }
    100% {
        width: 50%;
    }
}

@keyframes sending-line-three {
    0% {
        width: 0;
    }
    45% {
        width: 0%;
    }
    48% {
        width: 50%;
    }
    51% {
        width: 50%;
    }
    52% {
        width: 0%;
    }
    100% {
        width: 0%;
    }
}

@keyframes sending-box {
    0% {
        opacity: 1;
        margin-left: 0px;
        height: 50px;
        width: 40px;
    }
    55% {
        margin-left: 0px;
        height: 50px;
        width: 40px;
    }
    60% {
        margin-left: 0px;
        height: 35px;
        width: 50px;
    }
    74% {
        msthin-left: 0;
    }
    80% {
        margin-left: -50px;
        opacity: 1;
    }
    90% {
        height: 35px;
        width: 50px;
        margin-left: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/*
  ===================
  ====== HEADER =====
  =================== */

a {
    color: #fff;
}

header {
    width: 100%;
}

.header-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    transition: transform 0.25s;
}

.header-container.is-hidden {
    transform: translateY(-100%);
}

.header-container.is-visible {
    transform: translateY(0);
}

.link {
    transition: all 0.5 ease;
}

.link:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.logo-container {
    flex: 1;
}

.ul-container {
    flex: 1;
    background: transparent;
}

/*
  ===================
  ====== BANNER =====
  =================== */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.carousel-slide {
    flex: 1 0 100%;
}

.carousel-slide img {
    display: block;
    width: 100%;
    height: 98vh;
    object-fit: cover;
}

.carousel-slide-content {
    background: linear-gradient(293deg, transparent 0%, #081632 90%);
    position: absolute;
    top: -42px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: flex-col;
    align-items: items-start;
    justify-content: justify-start;
}

.carousel button {
    font-size: inherit;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    padding: 1em;
    border: none;
    cursor: pointer;

    width: auto;
    color: white;
    background-color: var(--blue);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;

    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-prev {
    left: 1em;
}

.carousel-next {
    right: 1em;
}

.carousel-navigation {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 1em;
}

.carousel-bullet {
    width: 0.8em;
    height: 0.8em;
    border: none;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.carousel-bullet.is-active {
    background: #1c69d3;
}

.carousel-slide-inner-container {
    color: var(--blue);
    text-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.carousel-slide-title {
    color: #fff;
    gap: 1rem;
}

.carousel-slide-text {
    color: #fff;
}

.carousel-slide-content-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: var(--blue);
    color: #fff;
    font-size: 1.1rem;
}

.scale-button:hover {
    transform: scale(1.1);
    text-decoration: none;
}

/*
  ===================
  ====== ABOUT ======
  =================== */

.about {
    background-color: var(--ghost-white);
    min-height: 100vh;
    height: 100%;
}

#about-image {
    width: 280px;
}

/* collapse */
.about-collapse-container {
    max-width: 1280px;
}

.collapsible {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: var(--medium-blue);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    transition: background 0.5s ease;
    margin-bottom: 0.1rem;

    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
}

.active-coll {
    background-color: var(--blue);
}

.collapsible:hover {
    opacity: 0.8;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--glass-white);
}

.auth-types-subtitle {
    background-color: var(--extra-light-blue);
    color: #fff;
    padding: 1rem;
    margin-top: 1rem;
}

.auth-types-text-container {
    padding: 0 1rem;
}

/* about-collapse-register-content */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* hide the images by default */
.mySlides {
    display: none;
}

.slide-image {
    width: 100%;
    max-width: 40rem;
    max-height: 24rem;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    background-color: var(--blue);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}

.next {
    right: 0;
}

.prev:hover,
.next:hover {
    background-color: var(--dark-blue);
}

.text {
    padding: 8px 12px;
    position: absolute;
    bottom: -130px;
    width: 100%;
    text-align: justify;
}

.numbertext {
    color: var(--blue);
    padding: 8px 12px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--blue-gray);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: var(--blue);
}

.fade {
    animation-name: fade;
    animation-duration: 0.8s;
}

@keyframes fade {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.tab-image {
    width: 100%;
    max-width: 60rem;
}

/* about-collapse-sending-content */
.cards-container {
    gap: 4rem;
}

.number-card {
    width: calc(100% * 1 / 3.001);
}

.inner-number-card {
    border-radius: 6px;
    min-height: 16rem;
    background-color: #edeff4;
}

.inner-number-card-title {
    min-height: 3.5rem;
}

.large-number {
    font-weight: 900;
    font-size: 9rem;
    line-height: 5.8rem;
    letter-spacing: -0.03rem;
    color: var(--light-gray);
}

/*
  ===================
  = FUNCTIONALITIES =
  =================== */

.functionalities {
    min-height: 85vh;
    background-color: var(--glass-white);
}

.functionalities-container {
    margin: 0 auto;
}

.functionalities-desktop {
    width: 48rem;
}

.functionality {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.functionality-icon {
    width: fit-content;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.functionality-title {
    color: var(--extra-dark-blue);
}

/*
  ===================
  ======= APP =======
  =================== */

.app {
    min-height: 85vh;
    background-color: var(--ghost-white);
}

.app-container {
    margin: 0 auto;
}

@keyframes slide {
    0% {
        left: -280px;
    }

    100% {
        left: 0;
    }
}

@keyframes slide-reverse {
    0% {
        left: 280px;
    }

    100% {
        left: 0;
    }
}

.cellphone-screen-image {
    width: 280px;
    height: 100%;
    position: absolute;
    max-height: 524px;
    object-fit: contain;
}

.app-card {
    color: var(--extra-dark-blue);
}

.app-card:hover:not(.active-app-card) {
    background-color: var(--extra-light-blue2);
    cursor: pointer;
}

.active-app-card {
    border: 1px solid var(--blue);
    background-color: var(--extra-light-blue2);
    color: var(--blue);
}

.app-icon {
    color: var(--extra-dark-blue);
}

.active-app-icon {
    color: var(--blue);
}

/*
  ===================
  ==== BENEFITS =====
  =================== */

.benefits {
    background-color: var(--dark-blue);
}

.list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    position: relative;
    gap: 1rem;
    color: #fff;
    cursor: unset;
}

#talk-team-link {
    color: #fff;
}

#talk-team-button {
    border: 2px solid var(--extra-light-blue);
    background-color: var(--dark-blue);
}

#talk-team-button:hover {
    background-color: transparent;
    color: #fff;
}

/*
  ===================
  ===== DISCARD =====
  =================== */

.discard-container {
    min-height: 40vh;
}

.discard-container {
    background-color: #e7e7e7;
}

/*
  ===================
  ===== PRICING =====
  =================== */

.pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 100%;
}

.pricing-container {
    width: 100%;
    height: 100%;
}

.pricing-image {
    display: block;
    background-color: var(--glass-white);
    /* background: url("../img/pricing-background.jpg");
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover; */
    position: relative;
    height: 100%;
    width: 100%;
}

#try-pricing-button {
    background-color: transparent;
    border: 2px solid #fff;
}

.button {
    border: 2px solid var(--extra-light-blue);
}

.button:hover,
#try-pricing-button:hover {
    background-color: transparent;
    color: #fff;
}

#pricing-register-button {
    border: 2px solid var(--blue);
}

#pricing-register-button:hover {
    background-color: transparent;
    color: var(--blue);
}

#corporate_plans {
    max-width: 990px;
    margin: 0 auto;
}

.plans-table th,
td {
    padding: 0 0.8rem;
}

#office-sign-plan-button {
    max-width: 21rem;
}

.pricing-tab-button {
    color: var(--extra-dark-blue);
    border-radius: 0.5rem;
    border: 1px solid var(--extra-dark-blue);
    transition: all 0.3s ease-out;
}

.pricing-tab-button:hover:not(.active-pricing-tag) {
    color: var(--blue);
    border: 1px solid var(--blue);
}

.plan-outer-container {
    max-width: 18rem;
    min-width: 18rem;
    min-height: 27rem;
}

.plan-container {
    max-width: 18rem;
    min-width: 18rem;
    min-height: 16rem;
}

.active-pricing-tag {
    background: var(--blue);
    color: #ffffff;
    border: 2px solid #ffffff;
}

/*
  ===================
  ===== CONSULT =====
  =================== */

#consult,
.consult-container {
    min-height: 40vh;
}

.consult-container {
    background-color: var(--glass-white);
}

#click-here-button:hover {
    text-decoration: underline;
}

#consult-document-button {
    width: 100%;
    max-width: 22rem;
    background-color: var(--blue);
}

#consult-document-button:hover {
    background-color: #769ce8;
}

#searching-document-img {
    max-width: 280px;
    width: 100%;
}

/*
  ===================
  ====== LEGAL ======
  =================== */

.legal-container {
    background-color: var(--ghost-white);
    min-height: 70vh;
}

.legal-opinion-button:hover {
    background-color: var(--blue2);
    color: var(--blue);
    border-color: var(--blue);
}

/*
  ===================
  ===== FOOTER ======
  =================== */

footer {
    width: 100%;
    background: var(--extra-dark-blue-gradient);
}

#return-to-top-btn {
    color: #5c92fd;
    transition: transform 0.3s ease;
}

#return-to-top-btn:hover {
    transform: scale(1.05);
}

#send-email-link {
    cursor: pointer;
}

/*
  ===================
  == COOKIES ALERT ==
  =================== */

.cookie-consent-container {
    z-index: 999;
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
}

.cookie-consent-container .cookie-title a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookie-consent-container .cookie-description p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookie-consent-container .cookie-description a {
    color: var(--blue);
    text-decoration: underline;
}

.cookie-consent-container .cookie-button a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: var(--blue);
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: opacity 0.3s;
}

.cookie-consent-container .cookie-button a:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width: 980px) {
    .cookie-consent-container {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
}

/*
  ===================
  = RESPONSIVENESS ==
  =================== */

@media screen and (max-width: 330px) {
    #first-register-container {
        bottom: -55%;
    }

    #second-register-container {
        bottom: -89%;
    }

    #third-register-container {
        bottom: -90%;
    }
}

@media screen and (min-width: 331px) and (max-width: 368px) {
    #first-register-container {
        bottom: -55%;
    }

    #second-register-container {
        bottom: -90%;
    }

    #third-register-container {
        bottom: -89%;
    }
}

@media screen and (min-width: 369px) and (max-width: 419px) {
    #first-register-container {
        bottom: -50%;
    }

    #second-register-container {
        bottom: -74%;
    }

    #third-register-container {
        bottom: -73%;
    }
}

@media screen and (min-width: 420px) and (max-width: 470px) {
    #first-register-container {
        bottom: -45%;
    }

    #second-register-container {
        bottom: -68%;
    }

    #third-register-container {
        bottom: -62%;
    }
}

@media screen and (min-width: 471px) and (max-width: 500px) {
    #first-register-container {
        bottom: -39%;
    }

    #second-register-container {
        bottom: -57%;
    }

    #third-register-container {
        bottom: -57%;
    }
}

@media screen and (min-width: 501px) and (max-width: 520px) {
    #first-register-container {
        bottom: -36%;
    }

    #second-register-container {
        bottom: -48%;
    }

    #third-register-container {
        bottom: -44%;
    }
}

@media screen and (min-width: 521px) and (max-width: 570px) {
    #first-register-container {
        bottom: -36%;
    }

    #second-register-container {
        bottom: -51%;
    }

    #third-register-container {
        bottom: -46%;
    }
}

@media screen and (min-width: 571px) and (max-width: 600px) {
    #first-register-container {
        bottom: -36%;
    }

    #second-register-container {
        bottom: -46%;
    }

    #third-register-container {
        bottom: -45%;
    }
}

@media screen and (max-width: 640px) {
    #offer-tag {
        top: 0;
        right: 0;
    }
}

@media screen and (min-width: 601px) and (max-width: 640px) {
    #first-register-container {
        bottom: -34%;
    }

    #second-register-container {
        bottom: -42%;
    }

    #third-register-container {
        bottom: -36%;
    }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
    #first-register-container {
        bottom: -26%;
    }

    #second-register-container {
        bottom: -40%;
    }

    #third-register-container {
        bottom: -36%;
    }
}

@media screen and (min-width: 721px) and (max-width: 820px) {
    #first-register-container {
        bottom: -24%;
    }

    #second-register-container {
        bottom: -33%;
    }

    #third-register-container {
        bottom: -34%;
    }
}

@media screen and (min-width: 821px) {
    #first-register-container {
        bottom: -23%;
    }

    #second-register-container {
        bottom: -33%;
    }

    #third-register-container {
        bottom: -30%;
    }
}

@media screen and (max-width: 380px) {
    #about-image {
        width: 200px;
    }
}

@media screen and (max-width: 420px) {
    .slide-image {
        width: 100%;
    }

    .prev,
    .next {
        padding: 12px;
        font-size: 13px;
    }
}

@media screen and (max-width: 430px) {
    .list-item a {
        padding: 0.5rem;
    }

    .ul-container {
        width: 100%;
    }

    #pricing-img {
        width: 100%;
        max-width: 280px !important;
    }
}

@media screen and (max-width: 500px) {
    header {
        padding: 0;
    }

    .link {
        font-size: 0.85rem;
    }

    .list-item {
        align-items: flex-start;
        gap: 0.5rem;
    }

    .list-item-number {
        padding: 2rem;
    }

    #number01 {
        margin-top: 4rem;
    }

    .functionalities-inner-container {
        margin-bottom: 3rem;
    }

    .dot {
        width: 12px;
        height: 12px;
    }

    .number-card:first-child {
        margin-top: 2rem;
    }

    .number-card {
        width: 100%;
        margin: 0.5rem auto;
    }

    .carousel-slide-inner-container {
        padding: 0 1rem;
    }

    .carousel-prev {
        left: 0em;
        padding: 1em 0.5em;
    }

    .carousel-next {
        right: 0em;
        padding: 1em 0.5em;
    }
}

@media screen and (max-width: 335px) {
    .prev,
    .next {
        top: 76%;
    }
}

@media screen and (min-width: 336px) and (max-width: 365px) {
    .prev,
    .next {
        top: 74%;
    }
}

@media screen and (min-width: 366px) and (max-width: 380px) {
    .prev,
    .next {
        top: 79%;
    }
}

@media screen and (min-width: 381px) and (max-width: 400px) {
    .prev,
    .next {
        top: 74%;
    }
}

@media screen and (min-width: 401px) and (max-width: 420px) {
    .prev,
    .next {
        top: 72%;
    }
}

@media screen and (min-width: 521px) and (max-width: 570px) {
    .prev,
    .next {
        top: 77%;
    }
}

@media screen and (min-width: 521px) and (max-width: 580px) {
    .prev,
    .next {
        top: 67%;
    }
}

@media screen and (min-width: 581px) and (max-width: 680px) {
    .prev,
    .next {
        top: 68%;
    }
}

@media screen and (min-width: 681px) and (max-width: 869px) {
    .prev,
    .next {
        top: 65%;
    }
}

@media screen and (min-width: 870px) {
    .prev,
    .next {
        top: 65%;
    }
}

@media screen and (min-width: 420px) and (max-width: 520px) {
    .slide-image {
        width: 100%;
    }

    .prev,
    .next {
        top: 72%;
        padding: 12px;
        font-size: 13px;
    }
}

@media screen and (min-width: 431px) and (max-width: 630px) {
    .ul-container {
        width: 50%;
    }
}

@media screen and (min-width: 631px) and (max-width: 830px) {
    .ul-container {
        width: 40%;
    }
}

@media screen and (min-width: 831px) and (max-width: 1023px) {
    .ul-container {
        width: 30%;
    }
}

@media screen and (min-width: 500px) and (max-width: 830px) {
    .carousel-slide-inner-container {
        padding: 0 4rem;
    }

    .about-title {
        padding: 5rem 6rem 0 6rem;
    }

    .functionalities-inner-container {
        padding: 2rem 0;
    }

    .benefits-container {
        padding: 2rem;
    }

    .functionality {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 800px) {
    .cards-container {
        flex-direction: row;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    .cards-container {
        gap: 1rem;
    }

    .number-card {
        width: 100%;
        max-width: 22rem;
        margin: 2rem auto;
    }
}

@media screen and (min-width: 801px) and (max-width: 1044px) {
    .cards-container {
        gap: 2rem;
    }
}

@media screen and (min-width: 1045px) {
    .cards-container {
        gap: 4rem;
    }
}

@media screen and (min-width: 1024px) {
    .ebook-menu-container {
        width: fit-content;
    }

    #individual_plans,
    #office_plans,
    #corporate_plans {
        margin: 5rem auto 1rem;
    }

    .solicitations-container {
        max-width: 24rem;
    }

    .show-client-action-buttons {
        max-width: 13rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1175px) {
    .ul-container {
        margin-right: 1rem;
    }
}

@media screen and (min-width: 1176px) and (max-width: 1280px) {
    #logo {
        margin-left: 1rem;
    }

    .ul-container {
        margin-right: 1rem;
    }
}

@media screen and (min-width: 501px) and (max-width: 1175px) {
    .link {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1175px) {
    .link {
        font-size: 0.7rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1260px) {
    #logo {
        width: 8rem;
        margin-left: 1.5rem;
    }
}

@media screen and (min-width: 1176px) and (max-width: 1280px) {
    .link {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 831px) and (max-width: 1023px) {
    .carousel-slide-inner-container {
        padding: 0 9rem;
    }

    .about-title {
        padding: 5rem 10rem 0 10rem;
    }

    .functionalities-inner-container,
    .benefits-container {
        padding: 1rem 10rem;
    }

    .functionality {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .header {
        position: relative;
        height: 4.5rem;
    }

    .logo-container {
        width: 31.5%;
    }

    .btn_menu {
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ul-container {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5rem 0 0;
        background: var(--extra-dark-blue-gradient);
        height: 100%;
        min-height: 100vh;
    }

    .ul-container li {
        height: 40px;
    }

    .ul-container li a {
        width: 100%;
        display: inline-block;
        padding: 1rem 2rem;
    }

    .ul-container li a:active,
    #btnEntrar a:active,
    #register-button a:active {
        text-decoration: underline;
    }

    #benefits-inner-container {
        align-items: baseline;
    }

    #about-link-li {
        margin-top: 0.5rem;
    }

    .about-functionality-image {
        height: 100%;
        width: 100%;
    }

    .functionalities-container {
        padding-bottom: 4rem;
    }

    .about-functionality-image {
        margin: 0 auto;
    }

    .ebook-menu-container {
        width: 100%;
    }

    #individual_plans,
    #office_plans,
    #corporate_plans {
        margin: 2rem auto 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .pricing-tabs {
        max-width: 45%;
        margin: 1rem auto 0;
    }

    .ul-container {
        height: 100%;
        flex: 2;
    }

    .logo-container {
        min-width: fit-content;
        max-width: 16rem;
    }

    .ul-container li,
    .ul-container li button:not(#register-button button, #btnEntrar button) {
        width: fit-content;
    }

    #btnEntrar {
        background-color: transparent;
        border: 2px solid var(--extra-light-blue);
        color: var(--blue);
        height: 40px;
        width: 7rem;
        text-align: center;
    }

    #btnEntrar:hover {
        background-color: var(--light-purple);
        opacity: 0.9;
        color: #fff;
    }

    #btnEntrar a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0.6rem 1rem;
    }

    #btnEntrar a:hover {
        color: #fff;
        transition: all 0.3s ease;
    }

    #register-button {
        background-color: var(--blue);
        color: #fff;
        height: 40px;
        width: 8rem;
    }

    #register-button a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0.7rem 1.3rem;
        color: #fff;
    }

    #register-button:hover {
        opacity: 0.8;
    }

    #register-button a:hover {
        color: #fff;
    }

    #benefits-inner-container {
        margin-top: 3rem;
        align-items: baseline;
    }

    .about-functionality-image {
        margin: 0 auto;
    }

    #pricing {
        height: auto;
    }

    .functionalities-container {
        padding-bottom: 7rem;
    }

    .table-row-min-30 {
        min-width: 30rem;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-hidden-component {
        display: none;
    }

    .plan-container {
        justify-content: flex-start;
        margin-top: 0;
    }
}

@media screen and (max-width: 840px) {
    .list-item {
        height: 50rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
    .pricing-tabs {
        max-width: 90%;
        margin: 2rem auto;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .pricing-tabs {
        max-width: 60%;
        margin: 2rem auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1164px) {
    .ul-container {
        height: 100%;
    }

    #btnEntrar a {
        padding: 0.5rem 2rem;
    }
}

@media screen and (max-width: 380px) {
    .carousel-slide-title {
        font-size: 1.3rem;
        line-height: 1.4;
        width: 100%;
    }

    .carousel-slide-text {
        font-size: 1.1rem;
        width: 90%;
    }

    .carousel-slide-content-button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .offer-alert-link {
        width: 100%;
    }
}

@media screen and (min-width: 380px) and (max-width: 640px) {
    .carousel-slide-title {
        font-size: 1.4rem;
        line-height: 1.6;
        width: 100%;
    }

    .carousel-slide-text {
        font-size: 1.2rem;
        width: 100%;
    }
}

@media screen and (min-width: 641px) and (max-width: 1280px) {
    .carousel-slide-title {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .carousel-slide-text {
        font-size: 1.3rem;
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .show-client-photo-container {
        width: 100%;
    }

    .show-client-photo {
        height: 22rem;
        object-fit: contain;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .show-client-photo-container {
        max-width: 23rem;
    }

    .show-client-photo {
        height: 22rem;
        object-fit: contain;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .show-client-photo-container {
        max-width: 18rem;
    }

    .show-client-photo {
        height: 10rem;
    }
}

@media screen and (min-width: 1280px) {
    .carousel-slide-inner-container {
        gap: 3rem;
    }

    .carousel-slide-content-button {
        width: 26%;
        max-width: 20rem;
    }

    .carousel-slide-title {
        font-size: 2rem;
        line-height: 1.4;
    }

    .carousel-slide-text {
        width: 53%;
    }

    .show-client-photo-container {
        max-width: 18rem;
    }

    .show-client-photo {
        height: 9.5rem;
    }
}

@media screen and (max-width: 1280px) {
    .carousel-slide-content-button {
        width: 100%;
        max-width: 20rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1420px) {
    .carousel-slide-content-button {
        width: 32%;
    }
}

@media screen and (min-width: 1386px) {
    .icons-table-cell {
        height: 4rem !important;
        padding: 0 !important;
    }

    .icons-container {
        row-gap: 0;
    }

    .first-icons-container {
        margin: 0.5rem 0;
    }

    .first-icons-container {
        margin-bottom: 0.5rem;
    }
}

@media screen and (min-width: 1420px) {
    #logo {
        height: 4rem;
    }
}

@media screen and (min-width: 1480px) {
    .plans-container {
        max-width: none;
    }

    #corporate_plans {
        max-width: none;
    }
}

@media screen and (min-width: 1380px) and (max-width: 1599px) {
    .header-inner-container {
        padding-left: 3rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1600px) {
    .header-inner-container {
        padding-left: 8rem;
        padding-right: 9rem;
    }
}

/* LAWYER RADIO */

input:checked + label {
    border-color: #1c64f2;
    color: #1c64f2;
}
