@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";

@font-face {
    font-family: "Atyp Display";
    src: url("../font/AtypDisplay-Thin.woff2") format("woff2"), url("../font/AtypDisplay-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url("../font/AtypDisplay-Light.woff2") format("woff2"), url("../font/AtypDisplay-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url("../font/AtypDisplay-Regular.woff2") format("woff2"), url("../font/AtypDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url("../font/AtypDisplay-Medium.woff2") format("woff2"), url("../font/AtypDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Atyp Display";
    src: url("../font/AtypDisplay-Semibold.woff2") format("woff2"), url("../font/AtypDisplay-Semibold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

body {
    font-family: "Atyp Display";
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #050505
}

main {
    position: relative;
    z-index: 1;
    background: url("../img/noise_layer.svg");
    background-repeat: repeat;
    background-size: 44%;
    height: auto;
    overflow-y: hidden
}

a {
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0px;
    letter-spacing: .4px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important
}

a {
    transition: .2s all ease-in-out !important
}

h2 {
    font-weight: 500;
    font-size: 2.5rem;
    color: #fff
}

@media(max-width: 1200px) {
    h2 {
        font-size: 2.3rem
    }
}

@media(max-width: 594px) {
    h2 {
        font-size: 1.8rem;
        line-height: 1.2
    }
}

strong {
    font-weight: 500 !important
}

.anchor {
    position: absolute;
    top: -100px
}

p {
    font-weight: 300;
    font-size: 1.1rem;
    color: silver;
    line-height: 27px
}

@media(max-width: 594px) {
    p {
        font-size: .82rem;
        line-height: 21px
    }
}

.container {
    padding: 0;
    padding: 0 0px
}

@media(max-width: 768px) {
    .container {
        max-width: 660px;
        padding: 0 20px !important
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1190px
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.container-fluid {
    padding-left: calc((100vw - 1190px)/2);
    padding-right: 0 !important
}

@media(min-width: 1400px) {
    .container-fluid {
        padding-left: calc((100vw - 1320px)/2) !important;
        padding-right: 0 !important
    }
}

@media(max-width: 1200px) {
    .container-fluid {
        padding-left: calc((100vw - 970px)/2) !important;
        padding-right: 0
    }
}

@media(max-width: 992px) {
    .container-fluid {
        padding-left: calc((100vw - 720px)/2) !important;
        padding-right: 0
    }
}

@media(max-width: 768px) {
    .container-fluid {
        padding-left: calc((100vw - 660px)/2) !important;
        padding-right: 0
    }
}

.background {
    background-color: #050505;
    width: 100%;
    height: 100%;
    position: absolute
}

.noise {
    background: url("../img/noise_layer.svg");
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%
}

.gradient {
    position: absolute;
    z-index: -1
}

@media(max-width: 594px) {
    .gradient {
        width: 100%
    }
}

.gradient.left-1 {
    left: 0
}

.gradient.right-1 {
    right: 0;
    top: 2%
}

@media(max-width: 594px) {
    .gradient.right-1 {
        top: 4%
    }
}

.gradient.left-2 {
    left: 0;
    top: 14%
}

@media(max-width: 594px) {
    .gradient.left-2 {
        top: 11%
    }
}

.gradient.right-2 {
    right: 0;
    top: 20%
}

.gradient.left-3 {
    left: 0;
    top: 29%
}

.gradient.right-3 {
    right: 0;
    top: 47%
}

.gradient.left-4 {
    left: 0;
    top: 63%
}

.gradient.right-4 {
    right: 0;
    top: 81%
}

.gradient.left-5 {
    left: 0;
    bottom: -63px
}

@media(max-width: 768px) {
    .gradient.left-5 {
        left: -175px
    }
}

.layer-grid {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%
}

@media(max-width: 1200px) {
    .layer-grid {
        position: absolute;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 138%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }
}

.fadesup {
    position: absolute;
    top: 0;
    height: 220px;
    width: 100%;
    background: linear-gradient(180deg, #050505 48.78%, rgba(5, 5, 5, 0) 80.42%)
}

.fadesdown {
    position: absolute;
    bottom: -69%;
    height: 79%;
    width: 100%;
    background: radial-gradient(ellipse at center, #050505 48.78%, rgba(5, 5, 5, 0) 146.42%)
}

.modal-backdrop.show {
    display: none !important
}

.modal.fade.show {
    background: rgba(0, 0, 0, .41)
}

.modal .modal-dialog {
    max-width: 450px
}

.modal .modal-content {
    background: rgba(20, 25, 30, .6);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(87, 87, 87, 0.6509803922);
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04)
}

@media(max-width: 600px) {
    .modal .modal-content {
        margin-top: 80px
    }
}

.modal .modal-content .modal-body {
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column
}

.modal .modal-content .modal-body .btn-card-experience {
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content
}

.modal .modal-content .modal-body .close {
    right: -13px;
    top: -13px;
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    border-radius: 100%
}

@media(max-width: 600px) {
    .modal .modal-content .modal-body .close {
        right: 0px;
        top: -13px
    }
}

.modal .modal-content .modal-body .close .btn-close {
    opacity: 1;
    filter: brightness(0) invert(1);
    background-size: 60%
}

.modal .modal-content .modal-body img {
    width: 100%;
    border-radius: 13px;
    margin-bottom: 20px
}

.modal .modal-content .modal-body .info {
    padding: 0px;
    background: rgba(19, 19, 19, 0);
    border-radius: 15px
}

.modal .modal-content .modal-body .info h1 {
    margin-bottom: 10px
}

.modal .modal-content .modal-body .info p {
    font-size: .9rem;
    line-height: 21px
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    border-color: #232830
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-top-color: rgba(78, 54, 54, 0)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-top-color: #333
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-top-color: rgba(78, 54, 54, 0)
}

.popover {
    background-color: #333;
    color: #fff;
    border: 1px solid #444;
    max-width: 200px
}

.popover .popover-body {
    font-size: 14px;
    padding: 10px
}

.popover .popover-arrow::before {
    border-color: rgba(241, 241, 241, 0);
    background-color: #333
}

.list-depoimentos {
    display: flex;
    gap: 30px;
    margin-top: 46px;
    max-width: 97%;
    padding-bottom: 97px
}

.list-depoimentos .swiper-pagination {
    left: 19px !important;
    right: unset !important
}

.list-depoimentos .swiper-button-prev {
    left: unset !important;
    right: 76px !important
}

.list-depoimentos .swiper-button-next {
    left: unset !important;
    right: 16px !important
}

.list-depoimentos .card-depoimento {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: rgba(20, 25, 30, .85);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    display: flex;
    gap: 37px;
    padding: 35px
}

.list-depoimentos .card-depoimento .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.list-depoimentos .card-depoimento .content .info {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.list-depoimentos .card-depoimento .content .info h5 {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 500 !important
}

.list-depoimentos .card-depoimento .content .info p {
    font-size: 1rem;
    line-height: 22px
}

.list-depoimentos .card-depoimento .content .info .review {
    display: flex;
    gap: 4px
}

.list-depoimentos .card-depoimento .content .role strong {
    font-size: 1.18rem;
    font-weight: 500 !important
}

.list-depoimentos .card-depoimento .content .role p {
    font-size: .95rem;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    letter-spacing: 0
}

.list-depoimentos-palestrante {
    margin: 0 auto;
    margin-top: 46px;
    max-width: 85%;
    padding-bottom: 65px
}

.list-depoimentos-palestrante .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%)
}

.list-depoimentos-palestrante .card-depoimento {
    align-items: center;
    padding: 25px 29px;
    margin-top: 45px;
    width: 100% !important;
    background: #303030;
    box-shadow: none
}

.list-depoimentos-palestrante .card-depoimento .content .info {
    margin-bottom: 20px
}

.list-depoimentos-palestrante .card-depoimento .image {
    height: auto
}

.list-depoimentos-palestrante .card-depoimento .image img {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
    border: 3px solid #e8e8e8
}

@media(max-width: 1400px) {
    .list-depoimentos {
        max-width: 100%
    }

    .list-depoimentos .card-depoimento {
        padding: 30px;
        gap: 25px
    }

    .list-depoimentos .card-depoimento .image {
        width: 45%
    }

    .list-depoimentos .card-depoimento .image img {
        width: 100%
    }
}

@media(max-width: 1200px) {
    .list-depoimentos .card-depoimento {
        flex-direction: column
    }

    .list-depoimentos .card-depoimento .image {
        width: 100%;
        height: 240px;
        overflow: hidden;
        border-radius: 32px
    }

    .list-depoimentos .card-depoimento .content {
        width: 100% !important
    }
}

@media(max-width: 992px) {
    .list-depoimentos .card-depoimento .image {
        height: 280px !important
    }

    .content {
        width: 92%
    }
}

@media(max-width: 768px) {
    .list-depoimentos .card-depoimento {
        flex-direction: row
    }

    .list-depoimentos .card-depoimento .image {
        height: 100%
    }
}

@media(max-width: 594px) {
    .list-depoimentos {
        max-width: 95%
    }

    .list-depoimentos .card-depoimento {
        flex-direction: column
    }

    .list-depoimentos .card-depoimento .image {
        height: 225px;
        border-radius: 21px
    }

    .list-depoimentos .card-depoimento .image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        -o-object-position: top;
        object-position: top
    }

    .list-depoimentos .card-depoimento .content {
        gap: 0 !important
    }

    .list-depoimentos .card-depoimento .content .role p {
        font-size: .88rem
    }

    .list-depoimentos .card-depoimento .content .info {
        margin-bottom: 40px
    }

    .list-depoimentos .card-depoimento .content .info .review {
        margin-top: -5px
    }

    .list-depoimentos .card-depoimento .content .info .review img {
        width: 17px
    }

    .list-depoimentos .card-depoimento .content .info h5 {
        font-size: 1.1rem
    }

    .list-depoimentos .card-depoimento .content .info p {
        font-size: .9rem;
        line-height: 21px
    }

    .list-depoimentos-palestrante {
        max-width: 95% !important
    }

    .list-depoimentos-palestrante .card-depoimento {
        align-items: center;
        padding: 20px 20px !important;
        margin-top: 45px;
        width: 100% !important;
        background: #303030;
        box-shadow: none
    }

    .list-depoimentos-palestrante .card-depoimento .content .info {
        margin-bottom: 20px
    }

    .list-depoimentos-palestrante .card-depoimento .image {
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .list-depoimentos-palestrante .card-depoimento .image img {
        width: 100px !important;
        height: 100px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        border-radius: 100%;
        border: 3px solid #e8e8e8
    }
}

.list-depoimentos-palestrante {
    margin: 0 auto;
    margin-top: 46px;
    max-width: 85%;
    padding-bottom: 65px
}

.list-depoimentos-palestrante .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%)
}

.list-depoimentos-palestrante .card-depoimento {
    align-items: center;
    padding: 25px 29px;
    margin-top: 45px;
    width: 100% !important;
    background: #303030;
    box-shadow: none
}

.list-depoimentos-palestrante .card-depoimento .content .info {
    margin-bottom: 20px
}

.list-depoimentos-palestrante .card-depoimento .image {
    height: auto
}

.list-depoimentos-palestrante .card-depoimento .image img {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
    border: 3px solid #e8e8e8
}

#navbar {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 10px 0;
    position: fixed;
    z-index: 99999;
    width: 100%;
    transition: background-color .3s ease, border-bottom 0s ease;
    top: 0
}

#navbar.scrolled {
    background-color: rgba(0, 0, 0, .7);
    background-color: rgba(20, 20, 20, .9) !important;
    border-bottom: 1px solid rgba(87, 87, 87, .48);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

#navbar.scrolled::after {
    opacity: 1
}

#navbar .container {
    display: flex;
    justify-content: space-between
}

#navbar .container .navbar-brand img {
    width: 125px
}

#navbar .container .menu-secondary {
    display: flex
}

#navbar .container .menu-secondary .group-buttons {
    display: none
}

#navbar .container .navbar-collapse {
    flex-grow: unset
}

#navbar .container .navbar-collapse .navbar-nav {
    display: flex;
    gap: 50px
}

#navbar .container .navbar-collapse .navbar-nav .group-buttons {
    display: none
}

#navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: .96rem;
    padding: 0
}

#navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    font-weight: 500;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#navbar .container .group-buttons {
    display: flex;
    align-items: center;
    gap: 15px
}

#navbar .container .group-buttons .btn-default {
    height: 46px;
    padding: 0 20px;
    background: var(--gradient-wpp, linear-gradient(180deg, #60CF74 0%, #2BB826 100%))
}

#navbar .container .group-buttons .btn-default:hover {
    box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #53cb64
}

#navbar .container .group-buttons .btn-default.secondary {
    background: rgba(19, 19, 19, .368627451)
}

#navbar .container .group-buttons .btn-default.secondary:hover {
    box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #686968
}

#navbar .container .group-buttons .btn-default p {
    font-size: .78rem
}

@media(max-width: 1200px) {
    #navbar .container .navbar-collapse .navbar-nav {
        gap: 28px
    }
}

@media(max-width: 992px) {
    #navbar {
        -webkit-backdrop-filter: unset !important;
        backdrop-filter: unset !important
    }

    #navbar.scrolled {
        -webkit-backdrop-filter: blur(50px) !important;
        backdrop-filter: blur(50px) !important
    }

    #navbar .container .menu-secondary {
        display: flex;
        gap: 20px
    }

    #navbar .container .menu-secondary .navbar-toggler {
        border: 1px solid #313131;
        background: rgba(20, 25, 30, .85)
    }

    #navbar .container .menu-secondary .navbar-toggler:focus {
        box-shadow: none
    }

    #navbar .container .menu-secondary .navbar-toggler svg {
        fill: #fff
    }

    #navbar .container .menu-secondary .group-buttons {
        display: flex !important;
        order: 2
    }

    #navbar .container .menu-secondary .group-buttons .secondary {
        display: flex
    }

    #navbar .container .menu-secondary .navbar-collapse {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        top: 77px;
        border-bottom: 1px solid rgba(87, 87, 87, .48);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        border-radius: 0 0 8px 8px;
        z-index: 5
    }

    #navbar .container .menu-secondary .navbar-collapse.scrolled {
        background-color: rgba(0, 0, 0, .7);
        background-color: rgba(20, 20, 20, .9) !important;
        border-bottom: 1px solid rgba(87, 87, 87, .48)
    }

    #navbar .container .menu-secondary .navbar-collapse.scrolled::after {
        opacity: 1
    }

    #navbar .container .menu-secondary .navbar-collapse .navbar-nav {
        max-width: 660px;
        padding-left: calc((100vw - 720px)/2) !important;
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 21px
    }

    #navbar .container .navbar-toggler {
        order: 3
    }

    #navbar .container .group-buttons {
        order: 2;
        display: none
    }

    #navbar .container .group-buttons .secondary {
        display: none
    }
}

@media(max-width: 768px) {
    #navbar .container .menu-secondary .navbar-collapse .navbar-nav {
        max-width: 660px;
        padding-left: calc((100vw - 640px)/2) !important
    }
}

@media(max-width: 594px) {
    #navbar {
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px)
    }

    #navbar .container .navbar-brand img {
        width: 105px
    }

    #navbar .container .group-buttons .btn-default {
        height: 41px !important;
        padding: 0 18px;
        box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #53cb64
    }

    #navbar .container .menu-secondary .navbar-collapse .navbar-nav {
        max-width: 100%;
        padding: 30px 20px 30px 20px !important
    }
}

.btn-default {
    border-radius: 45px;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    display: flex;
    height: 53px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 32px;
    transition: box-shadow .2s ease-in-out, transform .2s ease-in-out
}

.btn-default:hover {
    box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #00e7f9
}

.btn-default p {
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 100% !important
}

.btn-default.secondary {
    border: 1px solid rgba(87, 87, 87, .48);
    background: rgba(255, 255, 255, .04);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: none
}

.btn-default.secondary:hover {
    box-shadow: 0px 0px 13px -3px rgba(255, 255, 255, .28)
}

.btn-default.without {
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

.btn-default.without img {
    width: 23px;
    height: -moz-fit-content;
    height: fit-content
}

@media(max-width: 594px) {
    .btn-default {
        height: 50px !important;
        padding: 0 25px;
        box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #00e7f9
    }

    .btn-default p {
        font-size: .85rem
    }
}

.pill-title {
    border-radius: 45px;
    border: 1px solid var(--Gradient-new, #0093DC);
    background: linear-gradient(0deg, rgba(0, 147, 220, 0.22) 0%, rgba(0, 147, 220, 0.22) 100%);
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 7px 15px;
    margin-bottom: 9px
}

.pill-title img {
    width: 18px
}

.pill-title p {
    width: 100%;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: .73rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0
}

@media(max-width: 594px) {
    .pill-title {
        margin-bottom: 17px !important
    }
}

.card-speaker {
    border-radius: 14px;
    border: 1px solid rgba(86, 86, 86, .37);
    position: relative;
    overflow: hidden;
    height: 480px;
    padding: 14px;
    width: 100%;
    display: flex;
    align-items: flex-end
}

.card-speaker .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.card-speaker .fadein {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.46%, rgba(21, 25, 30, 0.22) 71.19%, rgba(21, 25, 30, 0.57) 77.34%, rgb(21, 25, 30) 81.61%, #15191E 83.4%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.card-speaker .top-speaker {
    display: none
}

.card-speaker .top-speaker1 {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 35px;
    height: 35px;
    border-radius: 45px;
    background: rgba(59, 59, 59, .76);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 4px 4px 4px 5px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    display: flex
}

.card-speaker .top-speaker1 img {
    width: 13px
}

.card-speaker .top-speaker1 .tooltip {
    position: absolute;
    bottom: -120%;
    left: -1%;
    color: #fff;
    padding: 5px 10px;
    border-radius: 1px;
    font-size: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 10;
    border-radius: 5px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: #292f37;
    background: rgba(59, 59, 59, .76);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 1
}

.card-speaker .top-speaker1 .tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 8.7%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(59, 59, 59, .76) rgba(0, 0, 0, 0)
}

.card-speaker .top-speaker1:hover .tooltip {
    opacity: 1;
    visibility: visible
}

.card-speaker .audience {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    padding: 4px 4px 4px 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 45px;
    background: rgba(59, 59, 59, .76);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.card-speaker .audience strong {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    line-height: 22px;
    display: flex;
    align-items: center
}

.card-speaker .audience img {
    width: 24px
}

.card-speaker .audience span {
    max-width: 0;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    transition: max-width .6s ease
}

.card-speaker .contents {
    position: relative;
    z-index: 2;
    width: 100%
}

.card-speaker .contents .card-body {
    border-radius: 15px;
    background: rgba(41, 47, 55, .7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 20px 15px;
    display: flex;
    align-items: flex-end
}

.card-speaker .contents .card-body .info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%
}

.card-speaker .contents .card-body .info .title {
    display: flex
}

.card-speaker .contents .card-body .info .title h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px
}

.card-speaker .contents .card-body .info .title img {
    width: 17px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    top: -4px;
    left: 4px
}

.card-speaker .contents .card-body .info .title .verificad {
    display: none
}

.card-speaker .contents .card-body .info .title .verificad1 {
    display: block
}

.card-speaker .contents .card-body .info p {
    font-size: .76rem;
    background: var(--Gradient-new, linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: "Inter", sans-serif
}

.card-speaker .contents .card-body .info .list-tags {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 3px
}

.card-speaker .contents .card-body .info .list-tags .tag {
    border-radius: 45px;
    background: #1b1e22;
    padding: 0px 9px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 21px;
    transition: .3s all;
    border: 1px solid rgba(87, 87, 87, .48)
}

.card-speaker .contents .card-body .info .list-tags .tag:hover {
    background: #1e2329;
    box-shadow: 0px 0px 11px -5px rgba(255, 255, 255, .28);
    transform: translateY(-1px)
}

.card-speaker .contents .card-body .info .list-tags .tag p {
    font-style: normal;
    color: #dadada;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: .58rem;
    letter-spacing: .6px;
    font-weight: 300;
    text-transform: uppercase
}

.card-speaker .audience {
    padding-right: 5px
}

.card-speaker .audience span {
    margin-left: 5px
}

.card-speaker:hover .audience span {
    max-width: 200px;
    font-size: 1rem
}

@media(max-width: 594px) {
    .card-speaker .contents .card-body .info .list-tags .tag p {
        font-size: .65rem
    }

    .card-speaker .contents .card-body .info .title img {
        height: 17px
    }

    .card-speaker .contents .card-body .info p {
        font-size: .71rem
    }
}

.card-experience {
    height: 290px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .6509803922);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    width: 100%;
    display: flex;
    align-items: flex-end
}

.card-experience .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    border-radius: 8px
}

.card-experience .faded {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px !important;
    background: rgba(16, 17, 17, .2)
}

.card-experience .card-body {
    background: rgba(20, 25, 30, .6);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    position: relative;
    z-index: 1;
    padding: 20px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    border-radius: 0 0 7px 7px
}

.card-experience .card-body .info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.card-experience .card-body .info p {
    font-family: "Manrope", sans-serif;
    background: linear-gradient(0deg, #989898 0%, #989898 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: .85rem;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0
}

.card-experience .card-body .info h4 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1
}

.card-experience .card-body .btn-card-experience p {
    letter-spacing: .3px;
    font-size: .87rem
}

@media(max-width: 594px) {
    .card-experience .card-body .info h4 {
        font-size: 1.2rem
    }
}

.btn-card {
    position: absolute;
    right: 15px;
    bottom: 20px;
    border-radius: 28px;
    background: var(--blue-100, #E8F3FF);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    transition: .3s all
}

.btn-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 13px -3px rgba(255, 255, 255, .28)
}

.btn-card p {
    color: #1b1e22;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1;
    height: 100%
}

@media(max-width: 594px) {
    .btn-card {
        padding: 10px 17px 9px 17px;
        box-shadow: 0px 0px 13px -3px rgba(255, 255, 255, .28)
    }

    .btn-card p {
        font-size: .93rem
    }
}

.btn-card-experience {
    border-radius: 28px;
    background: var(--blue-100, #E8F3FF);
    padding: 8px 15px 9px 15px;
    display: flex;
    align-items: center;
    transition: .3s all
}

.btn-card-experience:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 13px -3px rgba(255, 255, 255, .28)
}

.btn-card-experience p {
    color: #1b1e22;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1;
    height: 100%
}

@media(max-width: 594px) {
    .btn-card-experience {
        padding: 9px 17px 9px 17px
    }

    .btn-card-experience p {
        font-size: .93rem
    }
}

.swiper-pagination {
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: absolute;
    right: 0;
    left: unset !important;
    bottom: 21px !important
}

.swiper-pagination-bullet {
    width: 32px;
    height: 2px;
    border-radius: 0px;
    background: #28313b;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #fff
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    border: 1px solid rgba(87, 87, 87, .48);
    background: #20262d;
    border-radius: 100%;
    color: #fff;
    opacity: 1;
    transition: box-shadow .3s ease-in-out
}

.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
    box-shadow: 0px 0px 13px -3px rgba(255, 255, 255, .28)
}

.swiper-button-next {
    position: absolute;
    bottom: 10px;
    top: unset;
    width: 53px;
    height: 53px;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    border-radius: 100%;
    color: #fff;
    left: 70px;
    transition: box-shadow .3s ease-in-out
}

.swiper-button-next:hover {
    box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #00e7f9
}

.swiper-button-next::after {
    font-size: 16px
}

.swiper-button-prev {
    position: absolute;
    bottom: 10px;
    top: unset;
    width: 53px;
    height: 53px;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    border-radius: 100%;
    color: #fff;
    left: 10px;
    transition: box-shadow .3s ease-in-out
}

.swiper-button-prev:hover {
    box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #00e7f9
}

.swiper-button-prev::after {
    font-size: 16px
}

@media(max-width: 594px) {
    .swiper-button-prev {
        left: 20px
    }

    .swiper-button-next {
        left: 80px
    }

    .swiper-pagination {
        bottom: 29px !important;
        right: 31px !important
    }
}

#orcamentos {
    padding-top: 160px;
    padding-bottom: 200px
}

#orcamentos .gradient-hero-palestrante {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%
}

#orcamentos .gradient-hero-palestrante-1 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 75%;
    right: 0
}

#orcamentos .content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

#orcamentos .content .title {
    display: flex;
    flex-direction: column;
    align-items: center
}

#orcamentos .content .title h2 {
    font-size: 3.6rem;
    line-height: 66px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff
}

#orcamentos .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#orcamentos .content .title p {
    width: 70%;
    text-align: center
}

#orcamentos .form-container {
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 24px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: rgba(20, 25, 30, .85)
}

#orcamentos .form-container .hidden {
    display: none !important;
    visibility: hidden !important
}

#orcamentos .form-container .navigation {
    justify-content: center;
    margin-top: 50px;
    gap: 15px
}

#orcamentos .form-container .navigation .btn-default {
    border: 0;
    width: 200px
}

#orcamentos .form-container .navigation .btn-default.without {
    border: 1px solid rgba(87, 87, 87, .48);
    background: #20262d
}

#orcamentos .form-container form .step {
    flex-direction: column;
    width: 80%;
    align-items: center;
    margin: 0 auto;
    margin-top: 45px
}

#orcamentos .form-container form .step .btn-default.submit-btn {
    width: 100%;
    border: none;
    border-radius: 15px;
    font-weight: 500;
    transition: all .3s ease
}

#orcamentos .form-container form .step h4 {
    margin-bottom: 30px
}

#orcamentos .form-container form .step input,
#orcamentos .form-container form .step select {
    border-radius: 8px;
    border: 1px solid rgba(168, 168, 168, .35);
    background: rgba(0, 0, 0, .29);
    height: 45px;
    padding: 0px 20px;
    color: #fff;
    width: 80%
}

#orcamentos .form-container form .step input::-moz-placeholder,
#orcamentos .form-container form .step select::-moz-placeholder {
    color: #7f7f7f;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

#orcamentos .form-container form .step input::placeholder,
#orcamentos .form-container form .step select::placeholder {
    color: #7f7f7f;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

#orcamentos .progress-bar {
    position: relative;
    height: 4px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    margin-bottom: 40px;
    width: 90%;
    height: 50px
}

#orcamentos .progress-bar .progress-line {
    height: 2px;
    background-color: rgba(87, 87, 87, .4784313725);
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#orcamentos .progress-bar .progress {
    position: absolute;
    height: 100%;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    transition: width .3s ease
}

#orcamentos .progress-bar .step-numbers {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

#orcamentos .progress-bar .step-number {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: #222a34;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    font-family: "Atyp Display";
    font-weight: 500
}

#orcamentos .progress-bar .step-number.active {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    color: #fff
}

#orcamentos .step {
    display: none;
    margin-bottom: 20px
}

#orcamentos select:focus-visible {
    outline: none;
    box-shadow: none
}

#orcamentos .group-input {
    display: flex;
    gap: 15px;
    width: 100%
}

#orcamentos .group-input .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px
}

#orcamentos .group-input .input input {
    width: 100% !important
}

#orcamentos .group-input .input input:focus-visible {
    outline: none;
    box-shadow: none;
    outline-offset: 0px
}

#orcamentos .group-input .input label {
    display: flex;
    width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

#orcamentos .group-input .input label span {
    color: #ed1b1b
}

#orcamentos .step.active {
    display: flex
}

#orcamentos .progress-container {
    width: 100%;
    position: relative
}

#orcamentos .step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all .3s ease
}

#orcamentos .step-number.active {
    background: #4169a1;
    color: #fff
}

#orcamentos .step-number.completed {
    background: #4169a1;
    color: #fff
}

#orcamentos h2 {
    margin-bottom: 20px
}

#orcamentos .button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

#orcamentos #lecturesContainer {
    display: flex;
    gap: 10px
}

#orcamentos .option-btn {
    padding: 13px 20px;
    min-width: 250px;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid rgba(87, 87, 87, .48);
    background: #20262d;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
    color: #fff
}

#orcamentos .option-btn:hover {
    border-color: #0093dc
}

#orcamentos .option-btn.selected {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

#orcamentos input[type=text] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px
}

#orcamentos input[type=email] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px
}

#orcamentos input[type=tel] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px
}

#orcamentos input[type=date] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px
}

#orcamentos .navigation {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

#orcamentos #proposalReview {
    background-color: #20262d;
    padding: 30px 40px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%
}

#orcamentos #proposalReview .disclaimer {
    color: #e0a306 !important;
    line-height: 15px !important;
    font-size: .75rem !important;
    margin-top: 35px !important
}

#orcamentos #proposalReview .total-price {
    font-size: 1.4rem !important;
    color: #fff;
    font-weight: 600 !important
}

#orcamentos #proposalReview .total-price span {
    font-size: 1.4rem;
    color: #60cf74 !important;
    font-weight: 600 !important
}

#orcamentos #proposalReview .review-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px
}

#orcamentos #proposalReview .review-item h2 {
    font-size: 1.4rem;
    color: #00c6ee
}

#orcamentos #proposalReview .review-item h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500 !important
}

#orcamentos #proposalReview .review-item h3 span {
    color: #b6b6b6;
    font-size: .95rem;
    font-weight: 300 !important
}

#orcamentos #proposalReview .review-item p {
    color: #fff;
    margin-bottom: 5px;
    color: #b6b6b6;
    font-size: .95rem
}

#orcamentos #proposalReview .review-item p b {
    font-weight: 500 !important;
    color: #fff
}

#orcamentos .submit-btn {
    width: 100%;
    padding: 12px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px
}

#orcamentos header {
    margin-top: 120px
}

#orcamentos .error-message,
#orcamentos .step-error-message {
    color: #b03a3a;
    font-size: .875rem;
    margin-top: .25rem;
    display: none
}

#orcamentos input.invalid {
    border-color: #b03a3a !important
}

#orcamentos select.invalid {
    border-color: red;
    background-color: rgba(255, 0, 0, .05)
}

#orcamentos select.invalid:focus {
    border-color: red;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, .2)
}

#orcamentos .step-error-message {
    text-align: center;
    margin-top: 1rem;
    color: #b03a3a !important;
    font-weight: bold
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px)
    }
}

#orcamentos .shake {
    animation: shake .5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both
}

#hero {
    padding-top: 200px;
    padding-bottom: 70px;
    position: relative
}

#hero .container-fluid {
    display: none
}

#hero .container .content {
    width: 45%
}

#hero .container .content .title h2 {
    font-size: 3.2rem;
    line-height: 60px;
    margin-bottom: 25px
}

#hero .container .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#hero .container .content .title p {
    width: 85%
}

#hero .container .content .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 30px
}

#hero .container .img-hero {
    position: absolute;
    right: 0;
    top: 68px;
    width: 890px
}

#hero .container .img-hero-mob {
    width: 100%;
    display: none
}

@media(max-width: 1500px) {
    #hero {
        padding-top: 180px
    }

    #hero .container .img-hero {
        width: 835px
    }

    #hero .container .content {
        width: 43%
    }

    #hero .container .content .title h2 {
        font-size: 3.1rem;
        line-height: 59px
    }
}

@media(max-width: 1400px) {
    #hero .container .content {
        width: 47%
    }

    #hero .container .img-hero {
        width: 803px
    }
}

@media(max-width: 1350px) {
    #hero .container .img-hero {
        width: 756px
    }
}

@media(max-width: 1230px) {
    #hero .container .content .title h2 {
        font-size: 3rem
    }

    #hero .container .img-hero {
        width: 756px
    }
}

@media(max-width: 1200px) {
    #hero .container .content {
        width: 53%
    }

    #hero .container .content .title h2 {
        font-size: 2.8rem
    }

    #hero .container .img-hero {
        width: 56%
    }
}

@media(max-width: 992px) {
    #hero .container-fluid {
        display: flex;
        padding-left: 0px !important
    }

    #hero .container-fluid .img-hero-mob {
        display: block !important;
        margin-top: 21px;
        width: 100%
    }

    #hero .container .img-hero {
        display: none
    }

    #hero .container .img-hero-mob {
        display: block;
        margin-top: 21px;
        display: none
    }

    #hero .container .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #hero .container .content .title {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #hero .container .content .group-buttons {
        justify-content: center
    }

    #hero .container .content h2 {
        text-align: center
    }

    #hero .container .content p {
        text-align: center
    }
}

@media(max-width: 594px) {
    #hero {
        padding-top: 180px
    }

    #hero .container .navbar-brand img {
        width: 115px
    }

    #hero .container .content .title h2 {
        font-size: 2.2rem;
        line-height: 44px
    }

    #hero .container .content .title p {
        width: 100%
    }

    #hero .container .content .group-buttons {
        gap: 5px
    }

    #hero .container .content .group-buttons .btn-default {
        height: 51px;
        padding: 0 22px
    }

    #hero .container-fluid .img-hero-mob {
        margin-top: 70px
    }
}

#orcamento {
    padding-top: 140px
}

#orcamento .content {
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    padding: 78px 71px 60px 71px;
    overflow: hidden
}

#orcamento .content .bg {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    width: 63%;
    -o-object-fit: cover;
    object-fit: cover
}

#orcamento .content .fadein {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px 0px 0px 8px;
    background: linear-gradient(270deg, rgba(20, 24, 29, 0) -15.09%, #14181D 56.96%)
}

#orcamento .content .info {
    position: relative;
    z-index: 1;
    width: 42%
}

#orcamento .content .info .pill-title {
    border: 1px solid var(--Gold, #FFD194);
    background: rgba(179, 153, 24, .36)
}

#orcamento .content .info .pill-title p {
    background: linear-gradient(90deg, #FFD194 0%, #D1913C 154.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#orcamento .content .info .title h2 {
    margin-bottom: 15px
}

#orcamento .content .info .title h2 span {
    background: linear-gradient(90deg, #FFD194 0%, #D1913C 154.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#orcamento .content .info .title p {
    width: 80%
}

#orcamento .content .info .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 30px
}

#orcamento .content .info .group-buttons .btn-default {
    background: linear-gradient(90deg, #FFD194 0%, #D1913C 154.86%);
    padding: 0 35px;
    transition: .3s ease-in-out box-shadow
}

#orcamento .content .info .group-buttons .btn-default:hover {
    box-shadow: 0px 0px 26px -6px rgba(227, 171, 96, .84)
}

#orcamento .content .info .group-buttons .btn-default p {
    font-size: 1.03rem;
    color: #2c2828;
    letter-spacing: .3px;
    font-weight: 700
}

@media(max-width: 1500px) {
    #orcamento {
        padding-top: 121px
    }
}

@media(max-width: 1400px) {
    #orcamento .content .bg {
        width: 81%
    }

    #orcamento .content .info .title p {
        width: 91%
    }
}

@media(max-width: 1200px) {
    #orcamento .content {
        padding: 55px 50px 45px 50px
    }

    #orcamento .content .bg {
        width: 82%
    }

    #orcamento .content .info {
        width: 50%
    }
}

@media(max-width: 992px) {
    #orcamento .content .bg {
        width: 100%;
        height: 100%
    }

    #orcamento .content .info {
        width: 76%
    }
}

@media(max-width: 768px) {
    #orcamento {
        padding-top: 25px
    }

    #orcamento .content .fadein {
        background: linear-gradient(270deg, rgba(20, 24, 29, 0) -15.09%, rgba(20, 24, 29, 0.9607843137) -2.04%)
    }

    #orcamento .content .info {
        width: 90%
    }
}

@media(max-width: 594px) {
    #orcamento .content {
        width: 100%;
        padding: 40px 30px 35px 30px
    }

    #orcamento .content .fadein {
        background: linear-gradient(270deg, rgba(20, 24, 29, 0) -15.09%, rgba(20, 24, 29, 0.707843137) -2.04%);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px)
    }

    #orcamento .content .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    #orcamento .content .info .title {
        text-align: center
    }

    #orcamento .content .info .title p {
        width: 100%
    }

    #orcamento .content .info .group-buttons {
        justify-content: center
    }

    #orcamento .content .info .group-buttons .btn-default {
        box-shadow: 0px 0px 26px -6px rgba(227, 171, 96, .84)
    }

    #orcamento .content .info .group-buttons .btn-default p {
        font-size: .9rem
    }
}

#youtube {
    padding-top: 120px;
    padding-bottom: 170px;
    position: relative
}

#youtube .anchor {
    top: -58px
}

#youtube .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

#youtube .conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#youtube .conteudo .content {
    width: 40%
}

#youtube .conteudo .content .title h2 {
    margin-bottom: 25px
}

#youtube .conteudo .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#youtube .conteudo .content .title p {
    width: 95%
}

#youtube .conteudo .content .group-buttons {
    display: flex !important;
    gap: 17px;
    width: 100%;
    margin-top: 35px
}

#youtube .conteudo .content .group-buttons p {
    font-size: .9rem
}

#youtube .conteudo .mission {
    padding-right: 100px;
    width: 35%
}

#youtube .conteudo .mission hr {
    margin: 25px 0
}

#youtube .conteudo .mission .bloco strong {
    font-size: 1.25rem;
    font-weight: 700
}

#youtube .conteudo .group-buttons {
    display: none
}

#youtube iframe {
    border-radius: 15px;
    box-shadow: 0px 0px 59px -3px rgba(243, 237, 250, .17);
    width: 85%;
    margin-top: 100px;
    height: 598px
}

@media(max-width: 1400px) {
    #youtube .conteudo .content {
        width: 47%
    }
}

@media(max-width: 1200px) {
    #youtube .conteudo .content {
        width: 53%
    }

    #youtube .conteudo .content .title p {
        width: 100%
    }

    #youtube .conteudo .mission {
        padding-right: 30px
    }

    #youtube iframe {
        width: 95%;
        height: 516px
    }
}

@media(max-width: 992px) {
    #youtube .conteudo {
        display: flex;
        flex-direction: column
    }

    #youtube .conteudo .content {
        width: 100%
    }

    #youtube .conteudo .content .group-buttons {
        display: none !important
    }

    #youtube .conteudo .mission {
        width: 90%;
        display: flex;
        margin-top: 60px;
        padding-right: 0px
    }

    #youtube .conteudo .group-buttons {
        display: flex !important;
        margin-top: 50px
    }

    #youtube iframe {
        height: 384px
    }
}

@media(max-width: 768px) {
    #youtube {
        padding-bottom: 139px
    }

    #youtube iframe {
        height: 332px
    }
}

@media(max-width: 594px) {
    #youtube {
        padding-bottom: 85px;
        padding-top: 93px
    }

    #youtube .conteudo .mission {
        width: 85%;
        flex-direction: column
    }

    #youtube .conteudo .mission .bloco strong {
        font-size: 1rem
    }

    #youtube iframe {
        height: 208px;
        margin-top: 29px
    }
}

#palestrantes {
    padding-top: 120px;
    padding-bottom: 65px;
    position: relative
}

#palestrantes .anchor {
    top: -58px
}

#palestrantes .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#palestrantes .content .pill-title {
    margin-bottom: 14px
}

#palestrantes .content .title {
    display: flex;
    flex-direction: column;
    align-items: center
}

#palestrantes .content .title h2 {
    margin-bottom: 17px;
    text-align: center
}

#palestrantes .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#palestrantes .content .title p {
    width: 75%;
    text-align: center
}

#palestrantes .content .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 35px;
    justify-content: center
}

#palestrantes .content .group-buttons p {
    font-size: .9rem
}

#palestrantes .list-palestrantes {
    display: flex;
    padding-top: 85px;
    padding-bottom: 110px;
    width: 97%;
    margin: 0 auto;
    position: relative
}

@media(max-width: 1400px) {
    #palestrantes .list-palestrantes {
        width: 100%
    }
}

@media(max-width: 768px) {
    #palestrantes .content .title p {
        width: 85%
    }
}

@media(max-width: 594px) {
    #palestrantes {
        padding-top: 80px;
        padding-bottom: 50px
    }

    #palestrantes .list-palestrantes {
        width: 87%;
        padding-bottom: 88px
    }

    #palestrantes .list-palestrantes .swiper-button-next {
        display: none
    }

    #palestrantes .list-palestrantes .swiper-button-prev {
        display: none
    }

    #palestrantes .list-palestrantes .swiper-pagination {
        right: 50% !important;
        transform: translateX(50%);
        width: 100% !important
    }

    #palestrantes .content .title h4 {
        font-size: 1.3rem
    }

    #palestrantes .content .title p {
        width: 100%
    }
}

#experiencias {
    padding-top: 80px;
    padding-bottom: 160px;
    position: relative
}

#experiencias .container {
    display: none
}

#experiencias .container-fluid {
    display: flex;
    justify-content: space-between;
    gap: 84px
}

#experiencias .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 calc(30% - 84px);
    margin-top: 31px
}

#experiencias .content .pill-title {
    margin-bottom: 14px
}

#experiencias .content .title h2 {
    margin-bottom: 17px
}

#experiencias .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#experiencias .content .title p {
    width: 90%
}

#experiencias .content .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 35px;
    justify-content: center
}

#experiencias .content .group-buttons p {
    font-size: .9rem
}

#experiencias .list-experiencias {
    flex: 1 1 calc(70% - 84px);
    padding-bottom: 80px;
    border-radius: 8px
}

#experiencias .list-experiencias .swiper-pagination {
    right: 156px
}

@media(max-width: 1200px) {
    #experiencias .container-fluid {
        flex-direction: column
    }

    #experiencias .content {
        align-items: center
    }

    #experiencias .content .title {
        text-align: center;
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #experiencias .content .title p {
        width: 70% !important
    }

    #experiencias .list-experiencias {
        flex: unset;
        width: 100%
    }
}

@media(max-width: 1400px) {
    #experiencias .container-fluid {
        gap: 70px
    }

    #experiencias .content .title h2 {
        font-size: 2.4rem
    }
}

@media(max-width: 1500px) {
    #experiencias .content {
        flex: 1 1 calc(34% - 84px)
    }

    #experiencias .content .title p {
        width: 100%
    }
}

@media(max-width: 1363px) {
    #experiencias .container-fluid {
        gap: 47px
    }
}

@media(max-width: 992px) {
    #experiencias {
        padding-top: 30px
    }

    #experiencias .container {
        display: flex !important;
        margin-bottom: 50px
    }

    #experiencias .container .content .title {
        width: 95%
    }

    #experiencias .container .content .title p {
        width: 84% !important
    }

    #experiencias .container-fluid .content {
        display: none
    }

    #experiencias .content .title p {
        width: 75% !important
    }

    #experiencias .list-experiencias .swiper-pagination {
        right: 88px
    }
}

@media(max-width: 768px) {
    #experiencias .container .content .title p {
        width: 88% !important
    }
}

@media(max-width: 594px) {
    #experiencias {
        padding-bottom: 110px
    }

    #experiencias .container .content .title {
        width: 100%
    }

    #experiencias .container .content .title p {
        width: 100% !important
    }

    #experiencias .container .content .title h2 {
        font-size: 1.8rem
    }

    #experiencias .list-experiencias {
        padding-left: 20px
    }
}

#cadastre {
    padding-top: 131px;
    padding-bottom: 140px
}

#cadastre .container {
    display: flex;
    gap: 126px
}

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

#cadastre .content .pill-title {
    margin-bottom: 14px
}

#cadastre .content .title {
    display: flex;
    flex-direction: column
}

#cadastre .content .title h2 {
    margin-bottom: 17px
}

#cadastre .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#cadastre .content .title p {
    width: 90%
}

#cadastre .content .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 35px;
    justify-content: flex-start
}

#cadastre .content .group-buttons .btn-default.without {
    padding: 0 23px
}

#cadastre .content .group-buttons p {
    font-size: .9rem
}

#cadastre .content .avatars {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-top: 85px
}

#cadastre .content .avatars strong {
    font-size: 1.06rem;
    font-weight: 700;
    color: #fff
}

#cadastre .content .avatars .avatar {
    display: flex;
    align-items: center;
    gap: 19px
}

#cadastre .content .avatars .avatar p {
    font-size: 1.06rem;
    font-weight: 500;
    color: #fff
}

#cadastre .content .avatars .avatar .list {
    display: flex
}

#cadastre .content .avatars .avatar .list img {
    border-radius: 150px;
    border: 2px solid #171717;
    margin-left: -16px
}

#cadastre .content .avatars .avatar .list img:first-child {
    margin-left: 0
}

@media(max-width: 1400px) {
    #cadastre .container {
        gap: 95px
    }
}

@media(max-width: 1200px) {
    #cadastre .container {
        gap: 50px
    }

    #cadastre .image {
        max-width: 71%;
        width: 100%;
        display: flex;
        align-items: center
    }

    #cadastre .image img {
        width: 100%
    }

    #cadastre .content {
        max-width: 44%;
        width: 100%
    }

    #cadastre .content .avatars {
        margin-top: 55px
    }
}

@media(max-width: 992px) {
    #cadastre .container {
        flex-direction: column
    }

    #cadastre .container .content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #cadastre .container .content .title {
        align-items: center;
        text-align: center
    }

    #cadastre .container .content .avatars strong {
        text-align: center
    }

    #cadastre .container .content .group-buttons {
        justify-content: center
    }

    #cadastre .container .image {
        order: 2;
        max-width: 100%
    }
}

@media(max-width: 768px) {
    #cadastre .image img {
        height: 380px;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid rgba(87, 87, 87, .48);
        border-radius: 10px
    }
}

@media(max-width: 594px) {
    #cadastre {
        padding-top: 75px;
        padding-bottom: 90px
    }

    #cadastre .container .content {
        align-items: flex-start
    }

    #cadastre .container .content .avatars {
        align-items: flex-start
    }

    #cadastre .container .content .avatars strong {
        font-size: .95rem
    }

    #cadastre .container .content .avatars .avatar p {
        font-size: .95rem
    }

    #cadastre .container .content .avatars .avatar .list img {
        width: 47px
    }

    #cadastre .container .content .group-buttons {
        gap: 0px;
        justify-content: flex-start
    }

    #cadastre .container .content .group-buttons p {
        font-size: .85rem
    }

    #cadastre .container .content .title {
        align-items: flex-start;
        text-align: start
    }

    #cadastre .container .image img {
        height: 300px
    }
}

#treinamentos {
    padding-top: 0px;
    padding-bottom: 144px
}

#treinamentos .content {
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    padding: 78px 71px 60px 71px;
    overflow: hidden
}

#treinamentos .content .bg {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    width: 82%;
    -o-object-fit: cover;
    object-fit: cover
}

#treinamentos .content .fadein {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px 0px 0px 8px;
    background: linear-gradient(270deg, rgba(20, 24, 29, 0) 18.54%, #14181D 55.83%)
}

#treinamentos .content .info {
    position: relative;
    z-index: 1;
    width: 44%
}

#treinamentos .content .info .pill-title {
    border: 1px solid var(--Gradient-new, #0093DC);
    margin-bottom: 12px;
    background: linear-gradient(0deg, rgba(0, 147, 220, 0.22) 0%, rgba(0, 147, 220, 0.22) 100%)
}

#treinamentos .content .info .pill-title p {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#treinamentos .content .info .title h2 {
    margin-bottom: 18px
}

#treinamentos .content .info .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#treinamentos .content .info .title p {
    width: 95%
}

#treinamentos .content .info .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 30px
}

#treinamentos .content .info .group-buttons .btn-default {
    padding: 0 40px
}

@media(max-width: 1400px) {
    #treinamentos .content .info {
        width: 52%
    }

    #treinamentos .content .bg {
        width: 93%
    }
}

@media(max-width: 1200px) {
    #treinamentos .content {
        padding: 55px 50px 45px 50px
    }

    #treinamentos .content .bg {
        width: 100%;
        height: 100%
    }

    #treinamentos .content .info {
        width: 54%
    }
}

@media(max-width: 992px) {
    #treinamentos .content .fadein {
        background: linear-gradient(270deg, rgba(20, 24, 29, 0) 18.54%, #14181D 37.83%)
    }

    #treinamentos .content .info {
        width: 82%
    }
}

@media(max-width: 768px) {
    #treinamentos .content .fadein {
        background: linear-gradient(270deg, rgba(20, 24, 29, 0) 0%, rgba(20, 24, 29, 0.8196078431) 0%)
    }

    #treinamentos .content .info {
        width: 100%
    }
}

@media(max-width: 594px) {
    #treinamentos .content {
        padding: 40px 30px 35px 30px
    }

    #treinamentos .content .fadein {
        background: linear-gradient(270deg, rgba(20, 24, 29, 0) 0%, rgba(20, 24, 29, 0.4196078431) 0%);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px)
    }

    #treinamentos .content .info {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #treinamentos .content .info .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    #treinamentos .content .info .title h2 {
        font-size: 1.7rem
    }

    #treinamentos .content .info .title p {
        width: 100%
    }

    #treinamentos .content .info .group-buttons {
        justify-content: center
    }
}

#missoes {
    padding-top: 130px;
    padding-bottom: 150px
}

#missoes .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#missoes .content .pill-title {
    margin-bottom: 14px
}

#missoes .content .title {
    display: flex;
    flex-direction: column;
    align-items: center
}

#missoes .content .title h2 {
    margin-bottom: 17px;
    text-align: center
}

#missoes .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#missoes .content .title p {
    width: 62%;
    text-align: center
}

#missoes .content .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 35px;
    justify-content: center
}

#missoes .content .group-buttons p {
    font-size: .9rem
}

#missoes .list-experiencias {
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 55px
}

#missoes .list-experiencias .card-experience {
    flex: 1 1 calc(33% - 12px)
}

@media(max-width: 992px) {
    #missoes .list-experiencias {
        flex-wrap: wrap
    }

    #missoes .list-experiencias .card-experience {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px)
    }
}

@media(max-width: 768px) {
    #missoes .content .title p {
        width: 85%
    }

    #missoes .list-experiencias .card-experience {
        height: 320px;
        flex: 1 1 100%;
        max-width: 100%
    }
}

@media(max-width: 594px) {
    #missoes {
        padding-top: 120px;
        padding-bottom: 100px
    }

    #missoes .list-experiencias {
        width: 95%;
        margin: 0 auto;
        margin-top: 45px
    }

    #missoes .list-experiencias .card-experience {
        height: 250px
    }
}

#depoimentos {
    padding-top: 122px;
    padding-bottom: 103px
}

#depoimentos .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

#depoimentos .image {
    height: 291px;
    width: 42%
}

#depoimentos .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 20px
}

#depoimentos .content {
    width: 58%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#depoimentos .content .pill-title {
    margin-bottom: 14px
}

#depoimentos .content .title {
    display: flex;
    flex-direction: column;
    align-items: center
}

#depoimentos .content .title h2 {
    margin-bottom: 17px;
    text-align: center
}

#depoimentos .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#depoimentos .content .title p {
    width: 68%;
    text-align: center
}

#depoimentos .content .group-buttons {
    display: flex;
    gap: 17px;
    width: 100%;
    margin-top: 35px;
    justify-content: center
}

#depoimentos .content .group-buttons p {
    font-size: .9rem
}

#depoimentos .list-depoimentos {
    display: flex;
    gap: 30px;
    margin-top: 46px;
    max-width: 97%;
    padding-bottom: 97px
}

#depoimentos .list-depoimentos .swiper-pagination {
    left: 19px !important;
    right: unset !important
}

#depoimentos .list-depoimentos .swiper-button-prev {
    left: unset !important;
    right: 76px !important
}

#depoimentos .list-depoimentos .swiper-button-next {
    left: unset !important;
    right: 16px !important
}

#depoimentos .list-depoimentos .card-depoimento {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: rgba(20, 25, 30, .85);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    display: flex;
    gap: 37px;
    padding: 35px
}

#depoimentos .list-depoimentos .card-depoimento .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

#depoimentos .list-depoimentos .card-depoimento .content .info {
    display: flex;
    flex-direction: column;
    gap: 20px
}

#depoimentos .list-depoimentos .card-depoimento .content .info h5 {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 500 !important
}

#depoimentos .list-depoimentos .card-depoimento .content .info p {
    font-size: 1rem;
    line-height: 22px
}

#depoimentos .list-depoimentos .card-depoimento .content .info .review {
    display: flex;
    gap: 4px
}

#depoimentos .list-depoimentos .card-depoimento .content .role strong {
    font-size: 1.18rem;
    font-weight: 500 !important
}

#depoimentos .list-depoimentos .card-depoimento .content .role p {
    font-size: .95rem;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    letter-spacing: 0
}

@media(max-width: 1400px) {
    #depoimentos .list-depoimentos {
        max-width: 100%
    }

    #depoimentos .list-depoimentos .card-depoimento {
        padding: 30px;
        gap: 25px
    }

    #depoimentos .list-depoimentos .card-depoimento .image {
        width: 45%
    }

    #depoimentos .list-depoimentos .card-depoimento .image img {
        width: 100%
    }
}

@media(max-width: 1200px) {
    #depoimentos .content {
        width: 68%
    }

    #depoimentos .list-depoimentos .card-depoimento {
        flex-direction: column
    }

    #depoimentos .list-depoimentos .card-depoimento .image {
        width: 100%;
        height: 240px;
        overflow: hidden;
        border-radius: 32px
    }

    #depoimentos .list-depoimentos .card-depoimento .content {
        width: 100% !important
    }
}

@media(max-width: 992px) {
    #depoimentos .list-depoimentos .card-depoimento .image {
        height: 280px !important
    }

    #depoimentos .content {
        width: 92%
    }
}

@media(max-width: 768px) {
    #depoimentos .content {
        width: 100%
    }

    #depoimentos .content .title p {
        width: 100%
    }

    #depoimentos .list-depoimentos .card-depoimento {
        flex-direction: row
    }

    #depoimentos .list-depoimentos .card-depoimento .image {
        height: 100%
    }
}

@media(max-width: 594px) {
    #depoimentos {
        padding-top: 80px
    }

    #depoimentos .content .title {
        width: 90%
    }

    #depoimentos .content .title p {
        width: 95%
    }

    #depoimentos .list-depoimentos {
        max-width: 95%
    }

    #depoimentos .list-depoimentos .card-depoimento {
        flex-direction: column
    }

    #depoimentos .list-depoimentos .card-depoimento .image {
        height: 225px;
        border-radius: 21px
    }

    #depoimentos .list-depoimentos .card-depoimento .image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        -o-object-position: top;
        object-position: top
    }

    #depoimentos .list-depoimentos .card-depoimento .content .role p {
        font-size: .88rem
    }

    #depoimentos .list-depoimentos .card-depoimento .content .info {
        margin-bottom: 40px
    }

    #depoimentos .list-depoimentos .card-depoimento .content .info .review {
        margin-top: -5px
    }

    #depoimentos .list-depoimentos .card-depoimento .content .info .review img {
        width: 17px
    }

    #depoimentos .list-depoimentos .card-depoimento .content .info h5 {
        font-size: 1.1rem
    }

    #depoimentos .list-depoimentos .card-depoimento .content .info p {
        font-size: .9rem;
        line-height: 21px
    }
}

#contato {
    padding-bottom: 60px;
    position: relative
}

#contato .container {
    display: none
}

#contato .container-fluid {
    display: flex;
    align-items: center;
    gap: 90px;
    padding-right: calc((100vw - 1190px)/2)
}

@media(min-width: 1400px) {
    #contato .container-fluid {
        padding-right: calc((100vw - 1320px)/2) !important;
        padding-left: 0 !important
    }
}

@media(max-width: 1200px) {
    #contato .container-fluid {
        padding-right: calc((100vw - 970px)/2) !important;
        padding-left: 0 !important
    }
}

@media(max-width: 990px) {
    #contato .container-fluid {
        padding-right: calc((100vw - 720px)/2) !important;
        padding-left: 0 !important
    }
}

@media(max-width: 768px) {
    #contato .container-fluid {
        padding-right: calc((100vw - 660px)/2) !important;
        padding-left: 0 !important
    }
}

#contato .image {
    position: relative;
    flex: 1 1 calc(57% - 90px)
}

#contato .image img {
    z-index: 1;
    position: relative;
    width: 100%;
    border-radius: 0 15px 0 0
}

#contato .image .noise {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url("../img/noise_layer.svg");
    background-repeat: repeat;
    background-size: 70%;
    border-radius: 0 15px 0 0
}

#contato .image .fadeup {
    background: linear-gradient(180deg, #050505 33.16%, rgba(5, 5, 5, 0) 83.13%);
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 250px;
    transform: rotate(180deg)
}

#contato .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 90px;
    flex: 1 1 calc(43% - 90px)
}

#contato .content .pill-title {
    margin-bottom: 14px;
    padding: 8px 17px
}

#contato .content .pill-title p {
    font-size: .93rem !important
}

#contato .content .title h2 {
    margin-bottom: 17px;
    font-size: 4.06rem
}

#contato .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#contato .content .title p {
    width: 90%;
    font-size: 1.31rem;
    margin-bottom: 100px
}

#contato .content .title strong {
    font-size: 3.5rem;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 26px;
    font-weight: 700 !important
}

#contato .content .btn-default {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px
}

#contato .content .btn-default p {
    font-size: 1rem !important;
    margin-bottom: 0px
}

#contato .content .btn-default img {
    filter: brightness(0) invert(1)
}

@media(max-width: 1500px) {
    #contato .image {
        flex: 1 1 calc(57% - 90px)
    }

    #contato .image img {
        width: 100%
    }

    #contato .content {
        flex: 1 1 calc(43% - 90px)
    }

    #contato .content .title h2 {
        font-size: 3.8rem
    }
}

@media(max-width: 1400px) {
    #contato .container-fluid {
        padding-left: 0px;
        gap: 60px
    }

    #contato .content .title h2 {
        font-size: 3.5rem
    }
}

@media(max-width: 1200px) {
    #contato .content .pill-title p {
        font-size: .87rem !important
    }

    #contato .content .title h2 {
        font-size: 3.1rem
    }

    #contato .content .title strong {
        font-size: 3.1rem
    }
}

@media(max-width: 992px) {
    #contato .container {
        display: flex !important
    }

    #contato .container .content {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #contato .container .content .btn-default p {
        margin-bottom: 0px !important
    }

    #contato .container .content .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    #contato .container .content .title p {
        margin-bottom: 80px
    }

    #contato .container .content .title strong {
        line-height: 66px
    }

    #contato .container-fluid {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0px !important
    }

    #contato .container-fluid .content {
        display: none
    }

    #contato .container-fluid .image {
        order: 2;
        align-items: flex-start;
        flex: 1 1 100%
    }

    #contato .container-fluid .image img {
        border-radius: 0 15px 0 0
    }
}

@media(max-width: 768px) {
    #contato .container .content {
        flex-direction: column
    }

    #contato .container .image .noise {
        border-radius: 15px 15px 0 0
    }
}

@media(max-width: 594px) {
    #contato .container-fluid .image img {
        border-radius: 15px 15px 0 0
    }

    #contato .container-fluid .image .noise {
        border-radius: 15px 15px 0 0
    }

    #contato .content .pill-title p {
        font-size: .75rem
    }

    #contato .content .btn-default {
        margin-top: 23px
    }

    #contato .content .btn-default p {
        font-size: .9rem !important
    }

    #contato .content .title strong {
        font-size: 2.5rem
    }

    #contato .content .title h2 {
        font-size: 2.4rem
    }

    #contato .content .title p {
        width: 100%;
        font-size: .9rem;
        line-height: 21px;
        margin-bottom: 55px !important
    }
}

#hero-palestrantes {
    padding-top: 220px
}

#hero-palestrantes .gradient-hero-palestrante {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%
}

#hero-palestrantes .gradient-hero-palestrante-1 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 75%;
    right: 0
}

#hero-palestrantes .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2
}

#hero-palestrantes .content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#hero-palestrantes .content .title {
    display: flex;
    flex-direction: column;
    align-items: center
}

#hero-palestrantes .content .title h2 {
    font-size: 3.6rem;
    line-height: 66px;
    margin-bottom: 25px;
    text-align: center
}

#hero-palestrantes .content .title h2 span {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#hero-palestrantes .content .title p {
    width: 70%;
    text-align: center
}

#hero-palestrantes .search {
    border-radius: 71px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: #14191e;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25), 0px 0px 40px 0px rgba(232, 243, 255, .04);
    max-width: 66%;
    width: 100%;
    padding: 13px;
    margin-top: 37px
}

#hero-palestrantes .search form {
    height: 53px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative
}

#hero-palestrantes .search form input {
    width: 100%;
    border-radius: 40px;
    background: var(--blue-100, #E8F3FF);
    border: none;
    height: 100%;
    padding: 0 185px 0 26px
}

#hero-palestrantes .search form input:focus {
    outline: none
}

#hero-palestrantes .search form input::-moz-placeholder {
    font-size: 1.06rem;
    color: #868686;
    font-weight: 300
}

#hero-palestrantes .search form input::placeholder {
    font-size: 1.06rem;
    color: #868686;
    font-weight: 300
}

#hero-palestrantes .search form .submit {
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 48px;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    border: none;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    padding: 0 25px;
    gap: 10px
}

#hero-palestrantes .search form .submit p {
    font-size: 1.06rem;
    font-weight: 500;
    color: #fff
}

@media(max-width: 1400px) {
    #hero-palestrantes .content {
        width: 67%
    }

    #hero-palestrantes .search {
        max-width: 72%
    }
}

@media(max-width: 1200px) {
    #hero-palestrantes .gradient-hero-palestrante {
        position: absolute;
        z-index: 0;
        top: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 33%
    }

    #hero-palestrantes .content {
        width: 84%
    }

    #hero-palestrantes .content .title p {
        width: 70%
    }

    #hero-palestrantes .search {
        max-width: 84%
    }
}

@media(max-width: 992px) {
    #hero-palestrantes .gradient-hero-palestrante {
        position: absolute;
        z-index: 0;
        top: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 33%
    }

    #hero-palestrantes .content {
        width: 100%
    }

    #hero-palestrantes .content .title p {
        width: 81%
    }

    #hero-palestrantes .content .title h2 {
        font-size: 3.1rem;
        line-height: 61px
    }

    #hero-palestrantes .search {
        max-width: 100%
    }
}

@media(max-width: 596px) {
    #hero-palestrantes {
        padding-top: 200px
    }

    #hero-palestrantes .gradient-hero-palestrante {
        height: 16%
    }

    #hero-palestrantes .gradient-hero-palestrante-1 {
        position: absolute;
        z-index: 0;
        bottom: 0;
        width: 100%;
        height: 12%;
        right: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom
    }

    #hero-palestrantes .content .title h2 {
        font-size: 2.4rem;
        line-height: 49px
    }

    #hero-palestrantes .content .title p {
        width: 90%
    }

    #hero-palestrantes .search form input {
        font-size: .9rem;
        padding: 0 146px 0 26px
    }

    #hero-palestrantes .search form input::-moz-placeholder {
        font-size: .9rem
    }

    #hero-palestrantes .search form input::placeholder {
        font-size: .9rem
    }

    #hero-palestrantes .search form .submit {
        padding: 0 18px
    }

    #hero-palestrantes .search form .submit p {
        font-size: .9rem
    }

    #hero-palestrantes .search form .submit img {
        width: 20px
    }
}

#lista {
    padding-top: 169px;
    padding-bottom: 170px;
    position: relative
}

#lista .list-palestrantes {
    display: flex;
    flex-wrap: wrap;
    gap: 23px
}

#lista .list-palestrantes .card-speaker {
    flex: 1 1 calc(25% - 23px);
    max-width: calc(25% - 23px)
}

@media(max-width: 1200px) {
    #lista .list-palestrantes .card-speaker {
        flex: 1 1 calc(33.33% - 23px);
        max-width: calc(33.33% - 23px)
    }
}

@media(max-width: 992px) {
    #lista .list-palestrantes .card-speaker {
        flex: 1 1 calc(50% - 23px);
        max-width: calc(50% - 23px)
    }
}

@media(max-width: 768px) {
    #lista {
        padding-bottom: 100px
    }
}

@media(max-width: 596px) {
    #lista {
        padding-top: 150px
    }

    #lista .list-palestrantes {
        width: 90%;
        margin: 0 auto
    }

    #lista .list-palestrantes .card-speaker {
        flex: 1 1 100%;
        max-width: 100%
    }
}

#profile {
    padding-top: 193px;
    padding-bottom: 100px
}

#profile .gradient-hero-single {
    position: absolute;
    top: 0;
    width: 100%
}

#profile .gradient-hero-single-1 {
    position: absolute;
    bottom: 0;
    right: 0
}

#profile .container {
    display: flex;
    gap: 27px
}

#profile .sidebar {
    flex: 1 1 calc(26% - 27px)
}

#profile .sidebar .informacoes {
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: rgba(20, 25, 30, .8);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    -webkit-backdrop-filter: blur(16.5px);
    backdrop-filter: blur(16.5px);
    padding: 25px
}

#profile .sidebar .informacoes .avatar {
    border: 1px solid rgba(87, 87, 87, .48);
    border-radius: 20px;
    position: relative;
    height: 318px
}

#profile .sidebar .informacoes .avatar img {
    width: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: top;
    object-position: top
}

#profile .sidebar .informacoes .avatar .btn-whatsapp {
    position: absolute;
    border-radius: 45px;
    background: var(--gradient-wpp, linear-gradient(180deg, #60CF74 0%, #2BB826 100%));
    padding: 6px 16px 7px 16px;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    transition: .3s all
}

#profile .sidebar .informacoes .avatar .btn-whatsapp:hover {
    box-shadow: 0px 4px 4px -7px var(--blue-100, #E8F3FF), 0px 0px 13px -3px #53cb64;
    transform: translateX(-50%) translateY(-3px)
}

#profile .sidebar .informacoes .avatar .btn-whatsapp img {
    width: 27px;
    height: -moz-fit-content;
    height: fit-content
}

#profile .sidebar .informacoes .avatar .btn-whatsapp p {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1
}

#profile .sidebar .informacoes .title {
    padding-top: 50px
}

#profile .sidebar .informacoes .title p {
    font-size: .89rem;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 500;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px
}

#profile .sidebar .informacoes .title .name {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px
}

#profile .sidebar .informacoes .title .name h2 {
    font-size: 1.6rem
}

#profile .sidebar .informacoes .title .name .verified {
    width: 20px;
    position: relative;
    left: 5px;
    top: -3px
}

#profile .sidebar .informacoes .infos {
    border-radius: 10px;
    background: #1b1e22;
    padding: 23px 23px;
    margin-top: 25px
}

#profile .sidebar .informacoes .infos h4 {
    color: #9e9e9e;
    font-size: .94rem;
    font-weight: 500;
    margin-bottom: 21px
}

#profile .sidebar .informacoes .infos .list-infos {
    display: flex;
    flex-direction: column;
    gap: 20px
}

#profile .sidebar .informacoes .infos .list-infos .item {
    display: flex;
    align-items: center;
    gap: 13px
}

#profile .sidebar .informacoes .infos .list-infos .item img {
    width: 20px
}

#profile .sidebar .informacoes .infos .list-infos .item p {
    line-height: 1;
    font-size: .9rem;
    color: #fff;
    font-weight: 300
}

#profile .sidebar .informacoes .stats {
    border-radius: 10px;
    background: #1b1e22;
    padding: 12px 18px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#profile .sidebar .informacoes .stats .line {
    height: 56px;
    width: 1px;
    background: rgba(87, 87, 87, .48)
}

#profile .sidebar .informacoes .stats .line:last-child {
    display: none
}

#profile .sidebar .informacoes .stats .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Inter", sans-serif
}

#profile .sidebar .informacoes .stats .item h3 {
    font-weight: 800 !important;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 1.43rem;
    line-height: 1;
    margin-bottom: 5px
}

#profile .sidebar .informacoes .stats .item p {
    font-size: .57rem;
    font-weight: 300;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: .3px
}

#profile .sidebar .informacoes .social {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

#profile .sidebar .informacoes .social a {
    border-radius: 8px;
    background: #1b1e22;
    padding: 10px 11px;
    transition: .3s all
}

#profile .sidebar .informacoes .social a:hover {
    background: #1e2329
}

#profile .sidebar .informacoes .social a:nth-child(3) img {
    width: 24px;
    height: 24px
}

#profile .sidebar .informacoes .social a img {
    width: 27px;
    height: 27px;
    -o-object-fit: contain;
    object-fit: contain
}

#profile .sidebar .talk-about {
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: rgba(20, 25, 30, .8);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    margin-top: 20px;
    padding: 25px 25px
}

#profile .sidebar .talk-about h5 {
    color: #9e9e9e;
    font-size: .94rem;
    font-weight: 500;
    margin-bottom: 20px
}

#profile .sidebar .talk-about .list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 5px
}

#profile .sidebar .talk-about .list-tags a {
    border-radius: 45px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: #1b1e22;
    padding: 7px 10px;
    transition: .3s all
}

#profile .sidebar .talk-about .list-tags a:hover {
    background: #1e2329;
    box-shadow: 0px 0px 11px -5px rgba(255, 255, 255, .28)
}

#profile .sidebar .talk-about .list-tags a p {
    color: #dadada;
    font-size: .61rem;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase
}

#profile .content {
    flex: 1 1 calc(74% - 27px);
    position: relative
}

#profile .content .conteudo {
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: rgba(20, 25, 30, .8);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, .04);
    -webkit-backdrop-filter: blur(16.5px);
    backdrop-filter: blur(16.5px);
    padding: 35px 35px 115px 35px
}

#profile .content .conteudo .title {
    display: flex;
    align-items: center;
    gap: 25px
}

#profile .content .conteudo .title h2 {
    font-size: 2.18rem;
    line-height: 1;
    font-weight: 700
}

#profile .content .conteudo .title .tag a {
    padding: 13px 15px;
    border-radius: 8px;
    border: 1px solid #004c61;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    position: relative;
    top: 3px
}

#profile .content .conteudo .title .tag a p {
    line-height: 22px;
    font-size: 1.12rem;
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 600
}

#profile .content .conteudo .gallery {
    margin-top: 45px;
    border-radius: 15px;
    position: relative;
    padding-bottom: 88px
}

#profile .content .conteudo .gallery .swiper-slide {
    width: 100% !important;
    border-radius: 15px;
    height: 372px;
    border-radius: 15px
}

#profile .content .conteudo .gallery .swiper-slide img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#profile .content .conteudo .gallery .swiper-slide iframe {
    width: 100%;
    border-radius: 15px;
    height: 372px
}

#profile .content .conteudo .gallery .swiper-pagination {
    right: 0;
    transform: unset;
    bottom: 32px !important
}

#profile .content .conteudo .bio {
    padding-top: 60px;
    padding: 49px 30px 0 30px
}

#profile .content .conteudo .bio p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1rem;
    line-height: 24px
}

#profile .content .conteudo .btn-depoimento {
    border-radius: 45px;
    border: 1px solid #4c4c4c;
    padding: 9px 19px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    transition: .3s all
}

#profile .content .conteudo .btn-depoimento:hover {
    box-shadow: 0px 0px 13px -3px rgba(255, 255, 255, .28)
}

#profile .content .conteudo .btn-depoimento p {
    font-size: .95rem;
    color: var(--Gray-100, #F3EDFA);
    font-weight: 500
}

#profile .content .conteudo .badge-orcamento {
    border-radius: 15px;
    background: #303030;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -47px;
    flex-wrap: wrap;
    gap: 50px;
    width: 57%
}

#profile .content .conteudo .badge-orcamento h4 {
    font-size: 1.15rem;
    font-weight: 500;
    color: #fff;
    max-width: calc(54% - 50px);
    line-height: 24px
}

#profile .content .conteudo .badge-orcamento h4 span {
    background: linear-gradient(90deg, #FFD194 0%, #D1913C 154.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 700
}

#profile .content .conteudo .badge-orcamento a {
    border-radius: 45px;
    background: linear-gradient(90deg, #FFD194 0%, #D1913C 154.86%);
    padding: 10px 20px;
    max-width: calc(60% - 50px);
    transition: .3s ease-in-out box-shadow
}

#profile .content .conteudo .badge-orcamento a:hover {
    box-shadow: 0px 0px 26px -6px rgba(227, 171, 96, .84)
}

#profile .content .conteudo .badge-orcamento a p {
    color: #2c2828;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0
}

#profile .content .badge-orcamento {
    border-radius: 15px;
    background: #303030;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -47px;
    flex-wrap: wrap;
    gap: 50px;
    width: 57%
}

#profile .content .badge-orcamento h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    max-width: calc(54% - 50px);
    line-height: 24px
}

#profile .content .badge-orcamento h4 span {
    background: linear-gradient(90deg, #FFD194 0%, #D1913C 154.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 700
}

#profile .content .badge-orcamento a {
    border-radius: 45px;
    background: linear-gradient(90deg, #FFD194 0%, #D1913C 154.86%);
    padding: 10px 20px;
    max-width: calc(60% - 50px);
    transition: .3s ease-in-out box-shadow
}

#profile .content .badge-orcamento a:hover {
    box-shadow: 0px 0px 26px -6px rgba(227, 171, 96, .84)
}

#profile .content .badge-orcamento a p {
    color: #2c2828;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0
}

@media(max-width: 1400px) {
    #profile .sidebar {
        flex: 1 1 calc(28% - 27px)
    }

    #profile .sidebar .informacoes .avatar {
        height: 295px
    }

    #profile .content .badge-orcamento {
        width: 65%
    }

    #profile .content .badge-orcamento h4 {
        max-width: calc(55% - 50px)
    }

    #profile .content .badge-orcamento a {
        max-width: calc(63% - 50px)
    }
}

@media(max-width: 1200px) {
    #profile .sidebar {
        flex: 1 1 calc(33% - 27px)
    }

    #profile .sidebar .informacoes .infos .list-infos .item p {
        line-height: 17px;
        font-size: .85rem
    }

    #profile .sidebar .informacoes .infos .list-infos .item img {
        width: 19px
    }

    #profile .sidebar .informacoes .title p {
        font-size: .83rem
    }

    #profile .sidebar .informacoes .title .name h2 {
        font-size: 1.4rem
    }

    #profile .sidebar .informacoes .title .name .verified {
        width: 17px;
        position: relative;
        left: 5px;
        top: -2px
    }

    #profile .sidebar .informacoes .avatar {
        height: 265px
    }

    #profile .sidebar .informacoes .avatar .btn-whatsapp {
        bottom: -17px
    }

    #profile .sidebar .informacoes .avatar .btn-whatsapp p {
        font-size: .9rem
    }

    #profile .sidebar .informacoes .avatar .btn-whatsapp img {
        width: 24px
    }

    #profile .sidebar .informacoes .stats {
        font-size: 1.3rem
    }

    #profile .sidebar .informacoes .stats .line {
        height: 47px
    }

    #profile .sidebar .informacoes .stats .item p {
        font-size: .55rem
    }

    #profile .container {
        position: relative;
        z-index: 1
    }

    #profile .content .conteudo {
        padding: 35px 30px 95px 30px
    }

    #profile .content .conteudo .title h2 {
        font-size: 1.9rem
    }

    #profile .content .conteudo .title .tag a p {
        font-size: 1.2rem
    }

    #profile .content .conteudo .gallery .swiper-slide {
        height: 334px
    }

    #profile .content .conteudo .gallery .swiper-slide iframe {
        height: 334px
    }

    #profile .content .conteudo .bio {
        padding: 47px 25px 0 25px
    }

    #profile .content .conteudo .bio p {
        font-size: .93rem;
        line-height: 23px
    }

    #profile .content .conteudo .btn-depoimento p {
        font-size: .8rem
    }

    #profile .content .badge-orcamento {
        width: 76%;
        gap: 40px;
        padding: 20px 23px;
        bottom: -40px
    }

    #profile .content .badge-orcamento h4 {
        font-size: 1.1rem;
        max-width: calc(57% - 50px)
    }

    #profile .content .badge-orcamento a {
        padding: 9px 15px
    }

    #profile .content .badge-orcamento a p {
        font-size: .91rem;
        font-weight: 700 !important
    }
}

@media(max-width: 992px) {
    #profile {
        padding-top: 190px
    }

    #profile .gradient-hero-single {
        -o-object-fit: cover;
        object-fit: cover;
        height: 32%
    }

    #profile .container {
        flex-direction: column
    }

    #profile .sidebar .informacoes {
        display: flex;
        justify-content: space-between
    }

    #profile .sidebar .informacoes .avatar {
        height: 257px
    }

    #profile .sidebar .informacoes .infos {
        margin-top: 0
    }

    #profile .sidebar .informacoes .photo {
        width: 35%
    }

    #profile .sidebar .informacoes .about {
        width: 60%
    }

    #profile .content .badge-orcamento {
        width: 70%
    }
}

@media(max-width: 768px) {
    #profile {
        padding-bottom: 70px
    }

    #profile .content .conteudo .badge-orcamento {
        bottom: -96px;
        width: 90%;
        gap: 27px;
    }

    #profile .content .conteudo .badge-orcamento h4 {
        max-width: 100% !important;
    }

    #profile .content .conteudo .badge-orcamento a {
        max-width: 100% !important;
    }

    #profile .sidebar .informacoes .photo {
        width: 40%
    }

    #profile .sidebar .informacoes .about {
        width: 55%
    }

    #profile .content {
        display: flex;
        flex-direction: column;
        gap: 25px
    }

    #profile .content .conteudo {
        padding: 35px 30px 45px 30px
    }

    #profile .content .conteudo .bio {
        padding: 47px 15px 0 15px
    }

    #profile .content .conteudo .title h2 {
        font-size: 1.7rem
    }

    #profile .content .conteudo .title .tag a p {
        font-size: 1.1rem
    }

    #profile .content .conteudo .gallery .swiper-slide {
        height: 314px
    }

    #profile .content .conteudo .gallery .swiper-slide iframe {
        height: 314px
    }

    #profile .content .conteudo .bio {
        padding: 39px 5px 0 5px
    }

    #profile .content .badge-orcamento {
        width: 100%;
        position: relative;
        bottom: unset;
        border-radius: 8px;
        border: 1px solid rgba(87, 87, 87, .48)
    }

    #profile .content .badge-orcamento a {
        padding: 10px 20px;
        box-shadow: 0px 0px 26px -6px rgba(227, 171, 96, .84)
    }

    #profile .content .badge-orcamento h4 {
        font-size: 1.2rem
    }
}

@media(max-width: 600px) {
    #profile {
        padding-top: 168px
    }

    #profile .gradient-hero-single-1 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 17%;
        -o-object-fit: cover;
        object-fit: cover
    }

    #profile .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #profile .sidebar {
        flex: 1 1 100%;
        width: 93%
    }

    #profile .sidebar .talk-about {
        padding: 30px
    }

    #profile .sidebar .talk-about .list-tags a p {
        font-size: .66rem
    }

    #profile .sidebar .informacoes {
        flex-direction: column;
        padding: 30px
    }

    #profile .sidebar .informacoes .social a img {
        width: 33px;
        height: 32px
    }

    #profile .sidebar .informacoes .stats .item h3 {
        font-size: 1.6rem
    }

    #profile .sidebar .informacoes .stats .item p {
        font-size: .65rem
    }

    #profile .sidebar .informacoes .title .name h2 {
        font-size: 1.7rem
    }

    #profile .sidebar .informacoes .title p {
        font-size: .9rem
    }

    #profile .sidebar .informacoes .avatar {
        height: 308px
    }

    #profile .sidebar .informacoes .avatar .btn-whatsapp {
        padding: 9px 20px 9px 20px
    }

    #profile .sidebar .informacoes .avatar .btn-whatsapp p {
        font-size: 1.1rem
    }

    #profile .sidebar .informacoes .avatar .btn-whatsapp img {
        width: 26px
    }

    #profile .sidebar .informacoes .infos {
        margin-top: 25px
    }

    #profile .sidebar .informacoes .infos .list-infos .item p {
        font-size: .9rem
    }

    #profile .sidebar .informacoes .infos .list-infos .item img {
        width: 22px
    }

    #profile .sidebar .informacoes .photo {
        width: 100%
    }

    #profile .sidebar .informacoes .about {
        width: 100%
    }

    #profile .content {
        flex: 1 1 100%;
        width: 93%
    }

    #profile .content .conteudo .title {
        flex-direction: column;
        align-items: flex-start
    }

    #profile .content .conteudo .title .tag {
        display: none
    }

    #profile .content .conteudo .gallery {
        margin-top: 35px;
        padding-bottom: 85px
    }

    #profile .content .conteudo .gallery .swiper-button-next {
        right: 13px;
        left: unset;
        display: none
    }

    #profile .content .conteudo .gallery .swiper-button-prev {
        right: 13px;
        left: unset;
        display: none
    }

    #profile .content .conteudo .gallery .swiper-pagination {
        right: 50% !important;
        transform: translateX(50%);
        bottom: 41px !important;
        width: 100% !important
    }

    #profile .content .conteudo .gallery .swiper-slide {
        height: 171px
    }

    #profile .content .conteudo .gallery .swiper-slide iframe {
        height: 171px
    }

    #profile .content .conteudo .bio {
        padding: 0px 0px 0 0px
    }

    #profile .content .conteudo .btn-depoimento {
        padding: 13px 22px
    }

    #profile .content .conteudo .btn-depoimento p {
        font-size: .95rem
    }

    #profile .content .badge-orcamento {
        padding: 30px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        border-radius: 13px
    }

    #profile .content .badge-orcamento h4 {
        flex: 1 1 100%;
        max-width: 100%;
        font-size: 1.3rem;
        text-align: center
    }

    #profile .content .badge-orcamento a {
        flex: unset;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        padding: 15px 25px
    }

    #profile .content .badge-orcamento a p {
        text-align: center;
        font-size: 1.05rem
    }
}

#footer {
    font-family: "Inter", sans-serif;
    padding-bottom: 40px;
    padding-top: 105px;
    position: relative;
    z-index: 1
}

#footer .container {
    display: flex;
    flex-direction: column
}

#footer .container hr {
    background: var(--Black-600, #BBB)
}

#footer .container .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

#footer .container .content .list-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
    width: 65%
}

#footer .container .content .list-column .column {
    display: flex;
    flex-direction: column
}

#footer .container .content .list-column .column:first-child a {
    transition: .3s all
}

#footer .container .content .list-column .column:first-child a:hover {
    background: linear-gradient(340deg, #0093DC -27.55%, #00E7F9 157.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#footer .container .content .list-column .column h5 {
    color: #fff;
    font-size: .9rem;
    font-weight: 600 !important;
    margin-bottom: 24px
}

#footer .container .content .list-column .column a {
    font-weight: 400;
    color: silver;
    font-size: .9rem;
    margin-bottom: 8px
}

#footer .container .content .list-column .column a span {
    font-weight: 300;
    color: silver;
    font-size: .8rem
}

#footer .container .content .list-column .column p {
    font-weight: 400;
    color: silver;
    font-size: .9rem;
    margin-bottom: 8px
}

#footer .container .content .list-column .column p span {
    font-weight: 300;
    color: silver;
    font-size: .8rem
}

#footer .container .content .list-column .column .ico {
    display: flex;
    align-items: center;
    gap: 8px
}

#footer .container .content .list-column .column .ico p {
    margin-bottom: 0
}

#footer .container .infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px
}

#footer .container .infos .tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #333
}

#footer .container .infos .tooltip {
    position: absolute;
    bottom: 120%;
    left: 0%;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 10;
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, .48);
    background: #292f37;
    color: #e5e5e5;
    font-family: "Inter", sans-serif;
    line-height: 1
}

#footer .container .infos .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #292f37 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

#footer .container .infos .tooltip-container:hover .tooltip {
    opacity: 1;
    visibility: visible
}

#footer .container .infos .copyright p {
    color: #fff;
    font-size: .87rem
}

#footer .container .infos .list-social {
    display: flex;
    gap: 12px;
    align-items: center
}

#footer .container .infos .list-social a {
    transition: .3s all
}

#footer .container .infos .list-social a:hover {
    transform: translateY(-3px)
}

@media(max-width: 992px) {
    #footer .container .content .list-column {
        width: 71%;
        gap: 0px
    }
}

@media(max-width: 768px) {
    #footer .container .content {
        flex-direction: column
    }

    #footer .container .content .list-column {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
        gap: 20px
    }

    #footer .container .content .list-column .column {
        flex: 1 1 calc(30% - 0px)
    }

    #footer .container .infos {
        flex-direction: column;
        gap: 20px
    }

    #footer .container .infos .copyright {
        width: 100%
    }

    #footer .container .infos .copyright p {
        text-align: center
    }

    #footer .container .infos .list-social {
        gap: 28px
    }

    #footer .container .infos .list-social a img {
        width: 35px
    }
}

@media(max-width: 594px) {
    #footer {
        padding-top: 68px
    }

    #footer .container .content .logo img {
        width: 145px
    }

    #footer .container .content .list-column {
        justify-content: center;
        flex-wrap: wrap
    }

    #footer .container .content .list-column .column {
        flex: 1 1 calc(45% - 0px)
    }

    #footer .container .content .list-column .column p {
        font-size: .85rem
    }

    #footer .container .content .list-column .column .ico {
        margin-bottom: 7px
    }

    #footer .container .content .list-column .column h5 {
        margin-bottom: 8px;
        font-size: .85rem
    }

    #footer .container .content .list-column .column a {
        color: #fff
    }
}

/*# sourceMappingURL=application.css.map */

.list-depoimentos {
    display: flex;
    gap: 30px;
    margin-top: 46px;
    max-width: 97%;
    padding-bottom: 97px;
}

.list-depoimentos .swiper-pagination {
    left: 19px !important;
    right: unset !important;
}

.list-depoimentos .swiper-button-prev {
    left: unset !important;
    right: 76px !important;
}

.list-depoimentos .swiper-button-next {
    left: unset !important;
    right: 16px !important;
}

.list-depoimentos .card-depoimento {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(87, 87, 87, 0.48);
    background: rgba(20, 25, 30, 0.85);
    box-shadow: 0px 0px 40px 0px rgba(232, 243, 255, 0.04);
    display: flex;
    gap: 37px;
    padding: 35px;
}

.list-depoimentos .card-depoimento .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.list-depoimentos .card-depoimento .content .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list-depoimentos .card-depoimento .content .info h5 {
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 500 !important;
}

.list-depoimentos .card-depoimento .content .info p {
    font-size: 1rem;
    line-height: 22px;
}

.list-depoimentos .card-depoimento .content .info .review {
    display: flex;
    gap: 4px;
}

.list-depoimentos .card-depoimento .content .role strong {
    font-size: 1.18rem;
    font-weight: 500 !important;
}

.list-depoimentos .card-depoimento .content .role p {
    font-size: .95rem;
    background: $gradient-blue;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: 0;
}

.list-depoimentos-palestrante {
    margin: 0 auto;
    margin-top: 46px;
    max-width: 85%;
    padding-bottom: 65px;
}

.list-depoimentos-palestrante .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%);
}

.list-depoimentos-palestrante .card-depoimento {
    align-items: center;
    padding: 25px 29px;
    margin-top: 45px;
    width: 100% !important;
    background: #303030;
    box-shadow: none;
}

.list-depoimentos-palestrante .card-depoimento .content .info {
    margin-bottom: 20px;
}

.list-depoimentos-palestrante .card-depoimento .image {
    height: auto;
}

.list-depoimentos-palestrante .card-depoimento .image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
    border: 3px solid rgb(232 232 232);
}

#palestrantes .list-palestrantes {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 60px;
}

#palestrantes .list-palestrantes .card-speaker {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
}

@media (max-width: 1400px) {
    .list-depoimentos {
        max-width: 100%;
    }

    .list-depoimentos .card-depoimento {
        padding: 30px;
        gap: 25px;
    }

    .list-depoimentos .card-depoimento .image {
        width: 45%;
    }

    .list-depoimentos .card-depoimento .image img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .list-depoimentos .card-depoimento {
        flex-direction: column;
    }

    #palestrantes .list-palestrantes .card-speaker {
        flex: 1 1 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }

    .list-depoimentos .card-depoimento .image {
        width: 100%;
        height: 240px;
        overflow: hidden;
        border-radius: 32px;
    }

    .list-depoimentos .card-depoimento .content {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .list-depoimentos .card-depoimento .image {
        height: 280px !important;
    }

    .list-depoimentos .content {
        width: 92%;
    }

    #palestrantes .list-palestrantes .card-speaker {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .list-depoimentos .card-depoimento {
        flex-direction: row;
    }

    .list-depoimentos .card-depoimento .image {
        height: 100%;
    }

    #palestrantes .list-palestrantes .card-speaker {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 594px) {
    .list-depoimentos {
        max-width: 95%;
    }

    .list-depoimentos .card-depoimento {
        flex-direction: column;
    }

    .list-depoimentos .card-depoimento .image {
        height: 225px;
        border-radius: 21px;
    }

    .list-depoimentos .card-depoimento .image img {
        object-fit: cover;
        height: 100%;
        object-position: top;
    }

    .list-depoimentos .card-depoimento .content {
        gap: 0 !important;
    }

    .list-depoimentos .card-depoimento .content .role p {
        font-size: .88rem;
    }

    .list-depoimentos .card-depoimento .content .info {
        margin-bottom: 40px;
    }

    .list-depoimentos .card-depoimento .content .review {
        margin-top: -5px;
    }

    .list-depoimentos .card-depoimento .content .review img {
        width: 17px;
    }

    .list-depoimentos .card-depoimento .content h5 {
        font-size: 1.1rem;
    }

    .list-depoimentos .card-depoimento .content p {
        font-size: .9rem;
        line-height: 21px;
    }

    .list-depoimentos-palestrante {
        max-width: 95% !important;
    }

    .list-depoimentos-palestrante .card-depoimento {
        align-items: center;
        padding: 20px 20px !important;
        margin-top: 45px;
        width: 100% !important;
        background: #303030;
        box-shadow: none;
    }

    .list-depoimentos-palestrante .card-depoimento .content .info {
        margin-bottom: 20px;
    }

    .list-depoimentos-palestrante .card-depoimento .image {
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-depoimentos-palestrante .card-depoimento .image img {
        width: 100px !important;
        height: 100px !important;
        object-fit: cover;
        object-position: top;
        border-radius: 100%;
        border: 3px solid rgb(232 232 232);
    }
}

@media (max-width: 600px) {
    #profile .content .conteudo .badge-orcamento {
        width: 90% !important;
    }
}


.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner p {
    color: white;
    margin-top: 15px;
    font-size: 18px;
}

.spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0469a1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.video-container {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 81%;
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
}

.video-container:hover .video-controls {
    opacity: 1;
}

.video-control-btn {
    color: white;
    border: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Remove the old ::before pseudo-elements */
.video-control-btn::before {
    display: none;
}

/* SVG styles for the icons */
.video-control-btn svg {
    width: 50px;
    height: 50px;
    fill: white;
}

#orcamentos input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#orcamentos input[type=date] {
    background: url('https://melhorespalestrantes.com/wp-content/themes/melhores-palestrantes-theme/assets/img/calendar4-week.svg') no-repeat right 10px center !important;
    padding-right: 30px !important;
    position: relative;
}

@media (max-width: 1400px) {
    .list-depoimentos-palestrante .card-depoimento .image img {
        height: 160px !important;
    }
}