@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'),
        url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'),
            format('woff2');
    font-display: swap;
  }
  
/* ============= Base ============= */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    --color: #6c18f0;
    --bg-color: #171616;
}

html {
    scroll-behavior: smooth;
    background: #1f2020;
}

body {
    margin: 0 0;
}

::-webkit-scrollbar {
    width: .30rem;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #6c18f0;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #6c18f0;
}

header {
    position: fixed;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem;
    z-index: 1000;
    transition: .6s;
}

header.sticky {
    width: 100%;
    height: 6rem;
    padding: 0.25rem 5rem 0 5rem;
    background-color: var(--bg-color);
    border-bottom: 0.05rem solid (0, 0, 0, .1);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

header a.logo img{
    width: 9.375rem;
    filter: url(../img/whiteLogo.webp);
}

header ul {
    display: flex;
    align-items: right;
    gap: 1rem;
    margin-left: auto;
    list-style: none;
    padding: 0;
}

header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    margin: 0 1rem;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.125rem;
    font-weight: 300;
}

header.sticky ul li a {
    color: #fff;
}

header.sticky .header a.active-link {
    color: #6c18f0;
    font-weight: 500;
}

header.sticky a.logo img {
    align-items: center;
    /* content: url(../img/darkLogo.webp); */
}

.toggle {
    display: none;
}

header.active ul li a {
    color: #fff;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/background.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    filter: grayscale(0);
}

.banner h1 {
    position: relative;
    color: #fff;
    padding: 15rem;
    font-size: 4.75rem;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    line-height: 1em;
    z-index: 20;
}

.poeira0{
    position: absolute;
    width: 5000px;
    bottom: 8vh;
    left: 30%;
    z-index: 20;
    transform: translate(180deg);
}

.poeira1{
    position: absolute;
    width: 5000px;
    bottom: -60vh;
    right: 10%;
    z-index: 20;
    transform: translate(180deg);
}

.poeira2{
    position: absolute;
    width: 5000px;
    bottom: 1vh;
    left: 0%;
    z-index: 20;
    transform: translate(180deg);
}

.shadow{
    position: absolute;
    bottom: 0px;
    height: 300px;
    width: 100%;
    left: 0;
    z-index: 999;
    background: linear-gradient(to top, #151515, transparent);
}

span.color {
    color: #6c18f0;
}

/* span.typing::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 3px;
    height: 70%;
    background-color: #6c18f0;
    transition: all 1s;
    animation: text 1s infinite;
} */

@keyframes text {
    0%, 100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}

.section {
    background: #1f2020;
    padding: 6.25rem;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section h1 {
    color: #fff;
}

.section .content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 15rem;
    margin: auto;
    text-align: left;
    width: 100%;
}

.aboutText {
    position: relative;
    max-width: 45%;
}

.aboutText p {
    color: #fff;
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.125rem;
    font-size: 1rem;
}

.aboutText a {
    color: #a56dff;
    font-size: 1.25rem;
    font-weight: 300;
}

.aboutImage {
    width: 25rem;
    height: 42rem;
}

.section2 {
    background: #1f2020;
    padding: 6.25rem;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.section2 h1 {
    color: #fff;
}

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding: 2.5rem 0 0 0;
}

.services a {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 23.33%;
    transition: all 0.3s ease;
}

.card {
    position: relative;
    background-color: #fff;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0;
    width: 100%;
    height: 60vh;
}

.card:active {
    cursor: grabbing;
}

.cardImage {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    align-content: center;
    align-items: center;
    opacity: .95;
    transition: all .2s ease;
}

.cardContent {
    padding: 1rem;
}

.card .card-title {
    margin: 1rem 0;
    text-align: left;
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    transition: all .3s ease;
}

.card p {
    font-size: 1rem;
    color: #555;
    text-align: left;
}

.arrow {
    transition: all .3s;
    color: #333;
}

.services a:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.card:hover .cardImage {
    opacity: 1;
}

.card:hover h1 {
    color: #6c18f0;
}

.card:hover .arrow {
    color: #6c18f0;
    margin-left: 0.25rem;
}

.card-wrapper {
    margin: 7rem 5rem 3.75rem 5rem;
    padding: 1.25rem 0.625rem;
    overflow: hidden;
}

.card-wrapper .swiper-pagination-bullet {
    height: 0.7rem;
    width: 0.7rem;
    opacity: 0.5;
    background: #6c18f0;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-button-prev, .card-wrapper .swiper-button-next {
    color: #6c18f0;
}

.videoSection {
    display: block;
    background-color: var(--bg-color);
}

.bg2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../img/background2.gif');
    background-size: cover;
    /* background-size: 140%; */
    background-position: 45%;
    background-repeat: no-repeat;
}

.cards {
    display: grid;
    width: 100%;
    grid-template-areas:
        "top-left top-right"
        "bottom-left bottom-right";
    gap: 2rem;
}

.cards .videoCard {
    --border-size: 1rem;
    position: relative;
    background-color: #212121;
    width: 18rem;
    height: 26.625rem;
    margin: 0;
    padding: 0;
    border-radius: var(--border-size);
    color: #fff;
    display: grid;
    place-content: center;
    padding: 3rem 2rem;
    isolation: isolate;
    overflow: hidden;
}

.cards .videoCard:nth-child(1) {
    align-self: flex-start;
    margin-right: auto;
}

.cards .videoCard:nth-child(2) {
    align-self: flex-start;
    margin-left: auto;
}

.cards .videoCard:nth-child(3) {
    align-self: flex-end;
    margin-right: auto;
}

.cards .videoCard:nth-child(4) {
    align-self: flex-end;
    margin-left: auto;
}

.videoCard::before,
.videoCard::after {
    content: '';
    position: absolute;
}

.videoCard::before {
    width: 200%;
    height: 200%;
    background-image: conic-gradient(
        var(--color) 0deg,
        transparent 60deg,
        transparent 180deg,
        var(--color) 180deg,
        transparent 240deg);
    inset: -50%;
    z-index: -2;
    animation: border 8s linear infinite;
}

.videoCard:hover::before {
    animation-play-state: paused;
}

@keyframes border {
    to {
        transform: rotateZ(-360deg);
    }
}

.videoCard::after {
    --inset: .25rem;
    background-color: #111;
    inset: var(--inset);
    border-radius: calc(var(--border-size) - var(--inset));
    z-index: -1;
    transition: all .35s linear;
}

.videoCard:hover::after {
    background-color: var(--bg-color);
}

.videoCard img {
    width: 4rem;
    margin-inline: auto;
    color: transparent;
    --webkit-text-stroke: thin var(--color)
}

.videoCard:hover img {
    color: var(--color);
    --webkit-text-stroke-width: 0;    
}

.videoCard .title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-block: 2.5rem 1.5rem;
    color: var(--color);
}

.videoCard .detail {
    line-height: 1.5rem;
    text-align: center;
    opacity: .75;
}

h1.videoText {
    color: #6c18f0;
    text-align: center;
    font-size: 3rem;
}

.aboutSection {
    /* background: url('../img/background3.gif'); */
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;

}

.contact {
    position: relative;
    display: block;
    /* background: var(--bg-color); */
    background: url('../img/background4.gif');
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    padding: 6.25rem;
    min-height: 100vh;
    max-height: 100%;
    justify-content: center;
    align-items: center;
}

.contato {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    padding: 0 0 0 0;
    max-height: 100%;
}

.contactForm label {
    font-size: 1rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: 0px;
    text-transform: none;
    display: block;
    margin: 1rem 0 0 0;
    cursor: pointer;
    color: #fff;
}

.contactForm input[type="checkbox"] {
    cursor: pointer;
    color: var(--color);
    accent-color: var(--color);
}

.checkbox {
    justify-content: center;
    text-align: left;
    display: inline-flex;
}

.checkbox .color {
    color: var(--color);
}

.contactForm .checkbox label {
    font-size: 1rem;
    font-weight: 300;
    padding-left: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.contactInput {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    cursor: text;
    display: block;
    margin: 0;
    padding: 8px 10px;
    width: 100%;
    outline: 0;
    transition: all .15s ease-in-out;
}

.button {
    margin-top: 20px;
    width: 100%;
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
    font-size: 1rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-radius: 2px;
    border-width: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    transition: all .15s ease-in-out;
    text-decoration: none;
    margin: 0;
    min-height: 50px;
    padding: 10px 30px;
    border: 0px solid;
    touch-action: manipulation;
    cursor: pointer;
}

.grupo {
    align-self: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    width: 40rem;
    height: 100%;
}

.form {
    width: 35rem;
    text-align: left;
    background: #ffffff10;
    border-radius: 3rem;
    padding: 3rem 2rem;
}

.infos {
    background: #f5f5f5;
}

.grupo h3 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.grupo h1 {
    text-align: left;
    padding: 0;
    margin: 0;
    color: #fff;
}

.mapa {
    width: 40rem;
    height: 28.75rem;
    border: none;
}

.whatsapp {
    position: relative;
    padding: 3rem 3rem 3rem 3rem;
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    color: #333;
}

.whatsapp ul {
    gap: 0rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #333;
    margin-bottom: 1rem;
}

.tel {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.whatsapp ol.horarios {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: table;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    color: #333;
}

.whatsapp ol.horarios li {
    display: grid;
    grid-template-columns: 2fr 1fr auto 1fr;
    gap: 2rem;
    font-size: 1rem;
    text-align: center;
}

.whatsapp ol.horarios li div:nth-child(1){
    text-align: left;
}

.whatsapp h5 {
    margin-bottom: 1rem;
}

.whatsapp a h5 {
    font-style: italic;
    text-decoration: underline;
}

i {
    color: var(--color);
    font-size: 1.5rem;
    margin-right: .8rem;
}

.tel a {
    display: flex;
}

/* Whatsapp button */
#whatsapp .wtsapp {
    position: fixed;
    transition: all .5s ease;
    background: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 3.25rem;
    border-right: none;
    bottom: 1.25rem;
    right: 1.25rem;
    border: 0;
    z-index: 1002;
    width: 3.25rem;
    height: 3.25rem;
}

#whatsapp .wtsapp i {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    bottom: 1.25rem;
    left: 1.25rem;
    border: 0;
    z-index: 1;
    width: 3.25rem;
    height: 3.25rem;
}

#whatsapp .wtsapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    background: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

footer {
    background: var(--color);
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}

footer .social-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 0.5rem;
}

footer .social-links a:hover {
    text-decoration: underline;
}


/* Media Queries para Responsividade */
@media screen and (max-width: 1450px){
    .card h3 {
        font-size: 0.8rem;
    }

    .card p {
        font-size: 0.8rem;
    }

    .bg2 {
        height: auto;
        position: relative;
        background: var(--bg-color);
    }

    .cards {
        grid-template-columns: 2fr;
        grid-template-rows: 2fr;
        grid-template-areas: 
            "top-left top-right"
            "bottom-left bottom-right";
        gap: 1rem;
        height: auto;
        padding: 1rem;
        justify-items: center;
        align-items: center;
    }

    .cards .videoCard {
        width: 18rem;
        margin: auto;
    }

    .cards .videoCard:nth-child(1) {
        margin-left: 0;
    }
    
    .cards .videoCard:nth-child(3) {
        margin-left: 0;
    }
}


@media screen and (max-width: 1175px){
    .toggle {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .toggle::before {
        content: '';
        position: absolute;
        top: 4px;
        width: 100%;
        height: 2px;
        background: #6c18f0;
        z-index: 1;
        box-shadow: 0 10px 0 #6c18f0;
        transition: .5s;
    }
    .toggle::after {
        content: '';
        position: absolute;
        bottom: 4px;
        width: 100%;
        height: 2px;
        background: #6c18f0;
        z-index: 1;
        transition: .5s;
    }

    header.sticky .toggle::before {
        box-shadow: 0 10px 0 #6c18f0;
    }

    header.sticky .toggle::after {
        background: #6c18f0;
    }

    header {
        padding: 1rem 2rem;
        background: #1f2020;
    }

    header.sticky {
        padding: 0.45rem 5rem 0 5rem;
    }

    header.sticky ul {
        top: 85px;
    }

    header ul {
        flex-direction: column;
        position: absolute;
        top: 95px;
        left: 0;
        width: 100%;
        height: 100vh;
        gap: 2.5rem;
        padding-bottom: 10rem;
        font-size: 2rem;
        text-align: center;
        justify-content: center;
        overflow: auto;
        background: #fff;
        visibility: hidden;
        opacity: 0;
    }

    header.active ul{
        visibility: visible;
        opacity: 1;
    }
    
    header ul li a {
        color: #000;
    }
    
    header a.logo img {
        filter: url(../img/whiteLogo.webp);
        width: 9.375rem;
    }

    header.sticky a.logo img {
        filter: url(../img/darkLogo.webp);
    }

    .banner h1 {
        font-size: 4rem;
    }

    .services a {
        height: 35rem;
    }

    .cardImage {
        height: 60%;
    }

    .section {
        max-width: 100%;
    }

    .section .content {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        text-align: justify;
        gap: 5rem;
    }

    .aboutText {
        position: relative;
        max-width: 100%;
        margin: auto;
    }

    .aboutText p {
        margin-top: 3rem;
    }

    .aboutImage { 
        display: none;
    }

    .contato {
        display: grid;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .grupo {
        width: 100%;
        margin: auto;
        padding: auto;
        align-items: center;
        justify-content: center;
    }

    .contato .form {
        margin-bottom: -1.25rem;
    }

    .contato .infos {
        margin-top: -1.25rem;
    }

    br.nobreak{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none;
    }

    .mapa {
        width: 100%;
        height: 25rem;
    }

    .whatsapp ol.horarios li {
        font-size: 1rem;
        gap: 1rem;
    }

    .whatsapp h5{
        font-size: 1.2rem;
    }

    h1 {
        padding-top: 0.5rem;
        padding-bottom: 0.25rem;
        font-weight: 500;
        font-size: 2rem;
    }
    
    h3 {
        font-weight: 600;
        font-size: 1.5rem;
    }

    h5 {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 1.125rem;
        font-style: normal;
        font-family: Poppins;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0px;
        text-transform: none;
        color: #595959;
        word-break: break-word;
    }

    .services {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .services a {
        display: block;
        text-decoration: none;
        color: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 845px) {
    .card-wrapper {
        margin: 0 2rem 1.5rem;
    }

    .services a {
        height: 30rem;
    }

    .cardImage {
        height: 60%;
    }

    .card .card-title {
        margin: 0rem 0;
        font-size: 1.1rem;
    }

    .card .card-text {
        font-size: .8rem;
    }

    .cards {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: 
            "top"
            "top";
        gap: 1rem;
        height: auto;
        padding: 1rem;
        justify-items: center;
        align-items: center;
    }

    .cards .videoCard:nth-child(1) {
        margin: auto;
    }

    .cards .videoCard:nth-child(2) {
        margin: auto;
    }
    
    .cards .videoCard:nth-child(3) {
        margin: auto;
    }

    .cards .videoCard:nth-child(4) {
        margin: auto;
    }
}

@media screen and (max-width: 768px){
    .card h3 {
        font-size: 1rem;
    }

    .card p {
        font-size: 0.9rem;
    }

    .banner {
        background-position: 25%;
    }

    .banner h1 {
        font-size: 2.5rem;
    }

    br.nobreak{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none;
    }

    #whatsapp .wtsapp:before {
        width: 3.0rem;
        height: 3.0rem;
    }
}

@media screen and (max-width: 615px){
    .banner {
        background: url(../img/backgroundMobile.png);
        background-attachment: scroll;
        background-position: 110%;
    }

    .banner h1 {
        font-size: 2rem;
    }
    
    .services {
        grid-template-columns: auto;
    }

    .card h3 {
        font-size: 1.5rem;
    }

    .card p {
        font-size: 1rem;
    }

    br.nobreak{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none;
    }

    .whatsapp h4 {
        font-size: 1.3rem;
    }

    .whatsapp h5, li {
        font-size: 1rem;
    }

    .whatsapp .tel a h5 {
        font-size: 0.8rem;
    }

    .whatsapp ol.horarios li {
        font-size: 0.9rem;
        gap: 0.1rem;
    }

    i {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 430px) {
    header.sticky {
        padding: 0.45rem 1rem 0 1rem;
    }

    .banner h1 {
        font-size: 1.5rem;
    }
    
    .aboutText p {
        letter-spacing: 0rem;
        font-size: 1rem;
        text-align: justify;
    }

    .section {
        padding: 1.8rem;
    }

    .section2 {
        padding: 1.8rem;
    }

    .whatsapp .tel a h5 {
        font-size: 0.7rem;
    }

    .card h3 {
        font-size: 1.2rem;
    }

    .contact{
        padding: 1.8rem;
    }

    .error {
        max-width: 20rem;
    }

    .error h2 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 385px) {
    .banner {
        background-position: 30%;
    }

    .banner h1 {
        font-size: 1.3rem;
    }

    .whatsapp .tel a h5 {
        font-size: 0.6rem;
    }

    .whatsapp h5, li {
        font-size: 0.9rem;
    }

    .whatsapp ol.horarios li {
        font-size: 0.7rem;
        gap: 0.4rem;
    }

    i {
        font-size: 1rem;
    }
}