@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap');

:root {
    font-size: 16px;

    --roxo: #580C58;
    --roxo-inter: #7C1E7C;
    --roxo-claro: #B0117F;
    --rosa: #ECCBD9;
    --rosa-claro: #FFF0F7;
    --amarelo: #E4D12E;
    --azul-claro: #ADD9F4;
    --dark: #1D1D1D;
    --light: #FFFFFF;

    --primary: #fbfcfc;
    --active: #f1f1f1;
    --secondary: #767777;
    --grey: #8a8b8b;
    --b-pad: 10px;
    --s-pad: 8px;
    --bg: rgb(50, 50, 50);
}

@font-face {
    font-family: 'ott_displayregular';
    src: url('/fonts/ottercodisplay-regular-webfont.woff2') format('woff2'),
        url('/fonts/ottercodisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ott_displaysemibold';
    src: url('/fonts/ottercodisplay-semibold-webfont.woff2') format('woff2'),
        url('/fonts/ottercodisplay-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ott_regular';
    src: url('/fonts/otterco-regular-webfont.woff2') format('woff2'),
        url('/fonts/otterco-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

@-ms-viewport {
    width: device-width;
}

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

html {
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    width: 100vw;
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background: var(--light);
    margin: 0;
    padding: 0;
    font-family: 'ott_regular', sans-serif;
}

main {
    padding-top: 95px;
}

.container-fluid {
    padding: 0;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#spinner .spinner-border {
    border: var(--bs-spinner-border-width) solid var(--roxo);
    border-right-color: transparent;
}

/* Whatsapp */

.dd-m-whatsapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #25d366;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    text-decoration: none;
    color: #25d366;
    z-index: 999;
}

.dd-m-whatsapp:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
    -moz-box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
    box-shadow: 0 5px 15px 2px rgba(37, 211, 102, 0.3);
}

.dd-m-whatsapp .icon {
    width: 50%;
    height: 50%;
    display: block;
    fill: #fff;
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
}

.dd-m-whatsapp .icon {
    width: 70%;
    height: 70%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 39'%3E%3Cpath d='M10.7 32.8l.6.3c2.5 1.5 5.3 2.2 8.1 2.2 8.8 0 16-7.2 16-16 0-4.2-1.7-8.3-4.7-11.3s-7-4.7-11.3-4.7c-8.8 0-16 7.2-15.9 16.1 0 3 .9 5.9 2.4 8.4l.4.6-1.6 5.9 6-1.5z' fill='%2325d366'/%3E%3Cpath d='M32.4 6.4C29 2.9 24.3 1 19.5 1 9.3 1 1.1 9.3 1.2 19.4c0 3.2.9 6.3 2.4 9.1L1 38l9.7-2.5c2.7 1.5 5.7 2.2 8.7 2.2 10.1 0 18.3-8.3 18.3-18.4 0-4.9-1.9-9.5-5.3-12.9zM19.5 34.6c-2.7 0-5.4-.7-7.7-2.1l-.6-.3-5.8 1.5L6.9 28l-.4-.6c-4.4-7.1-2.3-16.5 4.9-20.9s16.5-2.3 20.9 4.9 2.3 16.5-4.9 20.9c-2.3 1.5-5.1 2.3-7.9 2.3zm8.8-11.1l-1.1-.5s-1.6-.7-2.6-1.2c-.1 0-.2-.1-.3-.1-.3 0-.5.1-.7.2 0 0-.1.1-1.5 1.7-.1.2-.3.3-.5.3h-.1c-.1 0-.3-.1-.4-.2l-.5-.2c-1.1-.5-2.1-1.1-2.9-1.9-.2-.2-.5-.4-.7-.6-.7-.7-1.4-1.5-1.9-2.4l-.1-.2c-.1-.1-.1-.2-.2-.4 0-.2 0-.4.1-.5 0 0 .4-.5.7-.8.2-.2.3-.5.5-.7.2-.3.3-.7.2-1-.1-.5-1.3-3.2-1.6-3.8-.2-.3-.4-.4-.7-.5h-1.1c-.2 0-.4.1-.6.1l-.1.1c-.2.1-.4.3-.6.4-.2.2-.3.4-.5.6-.7.9-1.1 2-1.1 3.1 0 .8.2 1.6.5 2.3l.1.3c.9 1.9 2.1 3.6 3.7 5.1l.4.4c.3.3.6.5.8.8 2.1 1.8 4.5 3.1 7.2 3.8.3.1.7.1 1 .2h1c.5 0 1.1-.2 1.5-.4.3-.2.5-.2.7-.4l.2-.2c.2-.2.4-.3.6-.5s.4-.4.5-.6c.2-.4.3-.9.4-1.4v-.7s-.1-.1-.3-.2z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}


/* Nav */

.bg-nav {
    background-color: var(--roxo);
    z-index: 9999;
}

.btn-home:hover {
    opacity: .7;
    transition: 300ms ease-in-out;
}

.btn-sm:hover {
    opacity: .7;
    transition: 300ms ease-in-out;
}

.nav .nav-link {
    color: var(--light);
    font-family: 'ott_regular', sans-serif;
    font-size: 1rem;
    position: relative;
}

.nav .nav-link:hover {
    opacity: .7;
    transition: 300ms ease-in-out;
}

.nav .bt-desk::after {
    content: "";
    position: absolute;
    background-color: var(--light);
    height: 3px;
    width: 0;
    left: 0;
    bottom: -30px;
    transition: 0.3s;
}

.nav .bt-desk:hover::after {
    width: 100%;
}

.navbar .navbar-toggler {
    color: transparent;
    border: none;
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image: none !important;
    background-color: var(--light);
    height: 2px;
    width: 25px;
    margin: 15px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    display: block;
    background-color: var(--light);
    height: 2px;
    content: "";
    position: absolute;
    transition: all 0.35s ease-out;
    width: 100%;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    bottom: -8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(90deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(90deg);
}

.bar-div {
    font-size: 1.25rem;
    margin-left: -6px;
    margin-right: -6px;
}

.nav-mob {
    transition: 500ms ease-in-out;
    border-top: 0.5px solid rgba(255, 255, 255, 0.4);
    padding-top: 15px;
    padding-bottom: 10px;
}

/* Footer */
.footer {
    padding: 30px 0;
    background-color: var(--roxo);
}

.footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.footer h3 {
    font-family: 'ott_regular', sans-serif;
    color: var(--light);
    font-size: .85rem;
}

.footer .text-com {
    font-family: 'ott_regular', sans-serif;
    color: var(--light);
    font-size: 1rem;
}

.footer .text-mail {
    font-family: 'ott_regular', sans-serif;
    color: var(--light);
    font-size: .8rem;
}

.footer .com {
    margin-top: -15px;
}

/* Hero Home */
.hero-home {
    background-image: url('../img/bg-hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top end;
    min-height: 90vh;
}

.hero-home .container {
    min-height: 90vh;
    max-height: max-content;
    display: flex;
    justify-content: center;
}


.hero-home .bold-header {
    font-family: 'brush';
    font-size: 4rem;
    color: var(--amarelo);
    line-height: 4rem;
}

.hero-home .regular-header {
    font-family: 'ott_regular', sans-serif;
    font-size: 1.25rem;
    color: var(--light);
    width: 435px;
}

.btn-hero {
    max-width: 300px;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: var(--amarelo);
    border: solid 3px var(--amarelo);
    color: var(--roxo);
    font-family: 'ott_bold', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

.btn-hero:hover {
    transition: 300ms ease-in-out;
    background-color: transparent;
    color: var(--amarelo);
}

.btn-hero-2 {
    max-width: 300px;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: var(--roxo-claro);
    border: solid 3px var(--roxo-claro);
    color: var(--light);
    font-family: 'ott_bold', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

.btn-hero-2:hover {
    transition: 300ms ease-in-out;
    background-color: transparent;
    color: var(--roxo-claro);
}

.btn-hero-3 {
    max-width: 300px;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: #5BDE95;
    border: solid 3px #5BDE95;
    color: var(--roxo-inter);
    font-family: 'ott_bold', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    align-items: center;
    text-decoration: none;
}

.btn-hero-3:hover {
    transition: 300ms ease-in-out;
    background-color: transparent;
    color: #5BDE95;
}

/* Tickets */

.hero-next {
    margin-top: -50px;
}

.box-next {
    width: 48%;
}

.box-tickets {
    background: transparent;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.box-tickets-text h1 {
    font-family: 'ott_displaysemibold', sans-serif;
    font-size: 2.75rem;
    color: var(--dark);
}

.box-tickets-text p {
    font-family: 'ott_regular', sans-serif;
    font-size: 1.25rem;
    text-align: justify;
    color: var(--dark);
}

/* Home Video Box */

.home-video {
    background-color: var(--roxo-claro);
    padding: 50px 0 50px 0;
}

.home-video h1 {
    font-family: 'ott_displaysemibold', sans-serif;
    font-size: 2.75rem;
    color: var(--light);
}

.home-video .video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    /* 9 / 16 * 100 */
}

.home-video .video>iframe {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #000;
}

/* Home Conexions */

.home-conexions {
    background-color: var(--light);
    padding: 50px 0 50px 0;
}

.home-conexions h1 {
    font-family: 'ott_displaysemibold', sans-serif;
    font-size: 2.75rem;
    color: var(--roxo-claro);
}

.home-conexions .img-left {
    position: relative;
    height: max-content;
    left: -120px;
    margin-top: 60px;
}

.home-conexions .img-right {
    position: relative;
    height: max-content;
    right: -120px;
}

.home-conexions .icon-conex {
    width: 40px;
}

.home-conexions .itens-conex {
    min-width: 280px;
}

.text-list {
    font-family: 'ott_bold', sans-serif;
    font-size: 1.5rem;
    color: var(--roxo);
}

/* Testimonial */

.home-testimonials {
    background-color: var(--roxo-inter);
}

.home-testimonials h1 {
    font-family: 'ott_displaysemibold', sans-serif;
    font-size: 2.75rem;
    color: var(--light);
}

.text-testmonial {
    font-family: 'ott_regular', sans-serif;
    font-size: 1rem;
    color: var(--roxo-inter);
}

.text-testmonial-nome {
    font-family: 'ott_bold', sans-serif;
    font-size: .85rem;
    color: var(--roxo-inter);
}

.text-testmonial-empresa {
    font-family: 'ott_regular', sans-serif;
    font-size: .85rem;
    color: var(--roxo-inter);
}

.item-testimonials {
    border-radius: 8px;
    background-color: var(--light);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.item-testimonials .box-texto {
    height: 130px;
    overflow-y: scroll;
    padding-right: 12px;
    scrollbar-color: var(--roxo) transparent;
}

.item-testimonials .nome p {
    margin-bottom: 0;
    white-space: nowrap;
}

.testimonial-top {
    height: 40px;
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.owl-carousel .owl-item img {
    width: 70px;
}

div.carousel-nav-icon>svg {
    height: 110px;
    width: 50px;
}


.t-empresa {
    margin-top: -10px;
}

/* Blog - Home */

.home-blog {
    background-color: var(--rosa-claro);
}

.home-blog h1 {
    font-family: 'ott_displaysemibold', sans-serif;
    font-size: 2.75rem;
    color: var(--roxo-inter);
}

.blog .card {
    border-radius: 10px;
}

.card-img-wrapper {
    height: 200px;
    overflow: hidden;
}

.card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.blog .card-body {
    height: 280px;
    background-color: var(--roxo-inter);
}

.blog .card-title {
    font-family: 'ott_displayregular', sans-serif;
    font-size: 1.5rem;
    color: var(--rosa);
}

.blog .card-text {
    font-family: 'ott_regular', sans-serif;
    font-size: 1rem;
    color: var(--rosa);
    overflow-y: scroll;
}

.blog .card-text::-webkit-scrollbar-track {
    background-color: transparent;
}

.blog .card-text::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.blog .card-text::-webkit-scrollbar-thumb {
    background-color: var(--rosa)
}

.blog .card-footer {
    background-color: var(--roxo-inter);
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

.blog .card-footer .text-data {
    font-family: 'ott_regular', sans-serif;
    font-size: .75rem;
    color: var(--rosa);
}

.blog .btn-blog {
    cursor: pointer;
    text-decoration: none;
    transition: opacity 300ms ease-in-out;
}

.blog .btn-blog:hover {
    opacity: 0.8;
}

.blog-img .image-wrapper {
    position: relative;
    display: block;
    height: 400px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.blog-img .blur-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(15px);
    z-index: 1;
    pointer-events: none;
}

.blog-img .main-img {
    display: block;
    position: relative;
    z-index: 2;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}



.text-pagination {
    font-family: 'ott_bold';
    font-size: 1.25rem;
    color: var(--roxo);
}


.news-open {
    border: none;
}

.text-leia-mais {
    font-family: 'ott_displaysemibold';
    font-size: 1.85rem;
    color: var(--roxo-inter);
}

.news-open .news-title {
    font-family: 'ott_displaysemibold';
    font-size: 1.85rem;
    color: var(--dark);
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-transform: uppercase;
    max-width: 100%;
}

.news-open .news-date {
    font-family: 'ott_displayregular';
    font-size: 1.45rem;
    color: var(--roxo-claro);
    text-align: center;
}

.news-open .news-corpo {
    font-family: 'ott_regular';
    font-size: 1.2rem;
    color: var(--dark);
}

.news-open .news-corpo a {
    text-decoration: none;
    color: var(--roxo-claro);
}

.news-open .news-corpo a:hover {
    color: var(--roxo-inter);
}


.news-open .card-body iframe {
    width: 100%;
    height: 500px;
}

.news-open .card-body .news-desc p {
    font-family: 'capturaregular', sans-serif;
    font-size: 1rem;
    color: var(--gray-2);
    font-weight: 400;
    margin: 0px 0px 15px;
    padding: 0px;
    text-align: justify;
    user-select: text !important;
    cursor: auto;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    background-color: rgb(255, 255, 255);
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}



/* Home Podcast */

.home-podcast {
    background-color: var(--roxo-claro);
    padding: 50px 0 50px 0;
}

.home-podcast h1 {
    font-family: 'ott_displaysemibold', sans-serif;
    font-size: 2.75rem;
    color: var(--light);
}

.home-podcast .box-list {
    background-color: var(--rosa);
    border-radius: 8px;
    padding: 20px;
}

.home-podcast a.channel {
    color: inherit;
    text-decoration: none;
}

.home-podcast a.channel:hover {
    text-decoration: underline;
}

.home-podcast .title {
    color: var(--secondary);
    font-size: 15px;
    font-weight: bold;
}

.home-podcast .sub-title {
    color: var(--grey);
    font-size: 13px;
}

.home-podcast .icon-active {
    filter: sepia(100%) hue-rotate(150deg) saturate(400%);
}

.home-podcast #playlist {
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 60vh;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all ease 0.3s;
}

.home-podcast #video-dis {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    background: black;
}

.home-podcast #video-dis iframe {
    width: 100%;
    height: 100%;
}

.home-podcast .video-li {
    height: 500px;
    flex: 3.5;
    display: flex;
    padding: var(--b-pad);
    flex-direction: column;
    background: var(--primary);
}

.home-podcast .video-thumbs {
    overflow: auto;
    padding-right: 10px;
}

.home-podcast .video-thumbs::-webkit-scrollbar-track {
    background-color: var(--rosa);
}

.home-podcast .video-thumbs::-webkit-scrollbar {
    width: 8px;
    background-color: var(--rosa);
}

.home-podcast .video-thumbs::-webkit-scrollbar-thumb {
    background-color: var(--roxo)
}

.home-podcast .li-collapsed {
    overflow: hidden;
    height: 40px;
}

.home-podcast #vli-info {
    flex: 3;
    padding: 0 var(--b-pad) 0 var(--b-pad);
}

.home-podcast #upper-info {
    display: flex;
}

.home-podcast #li-titles {
    flex: 9;
}

.home-podcast #li-titles div {
    padding-bottom: 5px;
}

.home-podcast .home-podcast #vli-videos {
    flex: 7;
    overflow: auto;
}

.home-podcast .video-con {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: var(--s-pad);
    column-gap: var(--s-pad);
    margin-bottom: var(--b-pad);
}

.home-podcast .video-con:hover,
.home-podcast .active-con {
    background: var(--active);
}

.home-podcast .index {
    min-width: 15px;
    align-self: center;
}

.home-podcast .thumb {
    width: 100px;
    height: 60px;
    background: var(--secondary);
}

.home-podcast .thumb img {
    width: 100%;
}

.home-podcast .v-titles {
    flex: 6;
}

.home-podcast .v-titles div:nth-child(2) {
    margin-top: var(--s-pad);
}

/* Questions */

.home-qa {
    background-color: var(--rosa-claro);
}

.home-qa h1 {
    font-family: 'ott_displaysemibold', sans-serif;
    font-size: 2.75rem;
    color: var(--roxo-inter);
}

.home-qa .accord {
    background-color: var(--gray);
    border: none;
    border-radius: 25px;
    padding: 10px;
    position: relative;
}

.home-qa .accordion-item {
    width: 100%;
    background-color: var(--gray);
    border: solid 1px var(--roxo-inter);
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 5px;
}

.home-qa .fa {
    margin-right: 20px;
    font-size: 1rem;
}

.home-qa .btn-accord {
    font-size: 1.5rem;
    font-family: 'ott_displayregular', sans-serif;
    color: var(--roxo-inter);
    text-decoration: none;
    border: none;
}

.home-qa .btn-accord:hover {
    color: var(--roxo-claro);
}

.home-qa .btn:active,
.home-qa .btn:focus {
    border: none;
    color: var(--roxo-claro);
}

.home-qa .accordion-body {
    font-family: 'ott_displaysemibold';
    font-size: 1.25rem;
    color: var(--roxo-claro);
    padding-left: 20px;
}

.home-qa .btn-accord[aria-expanded="true"] .fa-plus {
    transition: transform 0.5s ease;
    transform: rotate(45deg);
}

.home-qa .btn-accord[aria-expanded="false"] .fa-plus {
    transition: transform 0.5s ease;
    transform: rotate(0deg);
}

/* Evento */

.event-hero {
    background-color: #F2F2F2;
}

.event-hero .banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.event-content h1 {
    font-family: 'ott_displaysemibold';
    font-size: 1.85rem;
    color: var(--roxo-inter);
}

.event-content p {
    font-family: 'ott_regular';
    font-size: 1.25rem;
    color: #454545;
}

/* Anteriores */

.previous-content h3 {
    font-family: 'PT Sans Caption';
    font-size: 6.85rem;
    font-weight: 700;
    color: var(--dark);
    margin-top: -10px;
    text-decoration: 3px solid underline var(--roxo-claro);
    text-underline-offset: 15px;
}

.previous-content iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.previous-content p {
    font-family: 'ott_regular';
    font-size: 1.25rem;
    color: #454545;
}

.previous-content .d-flex .thumb {
    flex: 1 0 19%;
    max-width: 19%;
    border: none;
}

.previous-content .img-fluid {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.previous-content .line-div {
    width: 100%;
    max-width: 280px;
    position: relative;
    border-top: 6px solid #b0117f;
    box-sizing: border-box;
    height: 6px;
}



/*LightBox */

#lightbox {
    display: flex;
    flex-direction: column;
}

#lightbox .lb-dataContainer {
    order: 0;
    margin-bottom: 10px;
}

#lightbox .lb-dataContainer .lb-details {
    opacity: 0;
}

#lightbox .lb-dataContainer .lb-close {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#lightbox .lb-outerContainer {
    order: 1;
}

/* Participe */


.participate-content h1 {
    font-family: 'ott_displaysemibold';
    font-size: 1.85rem;
    color: var(--roxo-inter);
}

.participate-content p {
    font-family: 'ott_regular';
    font-size: 1.25rem;
    color: #454545;
}

.btn-participate {
    width: 100%;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: var(--roxo-claro);
    border: solid 3px var(--roxo-claro);
    color: var(--light);
    font-family: 'ott_bold', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    align-items: center;
    text-decoration: none;
    text-wrap: nowrap;
}

.btn-participate:hover {
    transition: 300ms ease-in-out;
    background-color: transparent;
    color: var(--roxo-claro);
}

/* Contato */

.contact-hero {
    background-color: #F2F2F2;
}

.contact .img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.contact .banner {
    position: relative;
    width: 100%;
    height: auto;
}

.contact .banner img {
    width: 100%;
    height: auto;
}

.contact .topo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.contact h1 {
    font-family: 'ott_displaysemibold';
    font-size: 2.85rem;
    margin: 0;
}

.contact h2 {
    font-family: 'ott_displaysemibold';
    font-size: 1.85rem;
    margin: 0;
}

.contact-content .contact-intro {
    border-top: 6px solid var(--roxo-claro);
    padding-top: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.contact-content .contact-intro .intro-text {
    font-family: 'ott_regular';
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--dark);
}

.contact-content .contact-intro .contact-info {
    font-family: 'ott_regular';
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--dark);
}


.contact-content .contact-title {
    font-family: 'ott_displaysemibold';
    font-size: 1.85rem;
    color: var(--dark);
}

.contact-content form label {
    font-family: 'ott_regular';
    font-size: 1rem;
    color: var(--dark);
}

.contact-content form input,
.contact-content form textarea {
    border-radius: 8px;
    border: solid 2px;
    border-color: var(--roxo-claro);
    font-family: 'ott_regular';
    font-size: .85rem;
    color: var(--grey);
}

.contact-content form input:focus,
.contact-content form textarea:focus {
    border-color: var(--roxo);
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.btn-contact {
    width: 100%;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: var(--roxo-claro);
    border: solid 3px var(--roxo-claro);
    color: var(--light);
    font-family: 'ott_bold', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    align-items: center;
    text-decoration: none;
    text-wrap: nowrap;
}

.btn-contact:hover {
    transition: 300ms ease-in-out;
    background-color: transparent;
    color: var(--roxo-claro);
}

.contact-content .status-msg {
    font-family: 'ott_displaysemibold';
    font-size: 1.25rem;
    color: var(--dark);
}

.contact-content .text-danger {
    color: #f44336;
}

.contact-content .text-successo {
    color: #17c49e;
}

/* Atrações */

.atracoes-hero {
    background-color: #F2F2F2;
}

.atracoes-hero .banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.atracoes-content h1 {
    font-family: 'ott_displaysemibold';
    font-size: 1.85rem;
    color: var(--roxo-inter);
}

.atracoes-content p {
    font-family: 'ott_regular';
    font-size: 1.25rem;
    color: #454545;
}


/* Media Queries */

@media (max-width: 1165px) {}

@media (max-width: 1064px) {

    .home-conexions .img-left {
        left: -150px;
    }

}

@media (max-width: 992px) {
    .box-next {
        width: 100%;
    }

    .home-conexions .img-left {
        left: -180px;
    }

    .home-podcast #video-dis {
        height: 350px;
    }

    .home-podcast .video-li {
        height: 350px;
    }

    .previous-content h3 {
        font-size: 5.25rem;
        margin-top: -10px;
        text-underline-offset: 15px;
    }

    .blog-img .image-wrapper {
        height: 300px;
    }

}

@media (max-width: 768px) {

    main {
        padding-top: 90px;
    }

    .testimonial-avatar {
        width: 50px;
        height: 50px;
    }

    .owl-carousel .owl-item img {
        width: 50px;
    }

    .home-testimonials .prev-btn,
    .home-testimonials .next-btn {
        transform: scale(0.5);
    }

    .home-testimonials .aspas {
        transform: scale(0.8);
    }

    .home-testimonials .stars {
        transform: scale(0.8);
    }

    .dd-m-whatsapp {
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
    }

    .blog-img .image-wrapper {
        height: 270px;
    }

    .contact h1 {
        font-size: 1.85rem;
    }

    .contact h2 {
        font-size: 1.25rem;
    }

}

@media (max-width: 576px) {

    .hero-home .bold-header {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }

    .hero-home .regular-header {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-next {
        margin-top: -15px;
    }

    .blog-img .image-wrapper {
        height: 240px;
    }

}

@media (max-width: 480px) {

    .blog-img .image-wrapper {
        height: 200px;
    }
}
