@font-face {
    font-family: Cupra;
    src: url("../fonts/cupra/Cupra-Regular.eot");
    src: local('Cupra Regular'), local('Cupra-Regular'), url("../fonts/cupra/Cupra-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Cupra;
    src: url("../fonts/cupra/Cupra-Book.eot");
    src: local('Cupra Book'), local('Cupra-Book'), url("../fonts/cupra/Cupra-Book.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Cupra;
    src: url("../fonts/cupra/Cupra-Light.eot");
    src: local('Cupra Light'), local('Cupra-Light'),url("../fonts/cupra/Cupra-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Cupra;
    src: url("../fonts/cupra/Cupra-Medium.eot");
    src: local('Cupra Medium'), local('Cupra-Medium'),url("../fonts/cupra/Cupra-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Cupra;
    src: local('Cupra Bold'), local('Cupra-Bold'), url("../fonts/cupra/Cupra-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.CupraLight {font-family: Cupra, sans-serif; font-weight: 300;}
.CupraBook {font-family: Cupra, sans-serif; font-weight: 600;}
.CupraRegular {font-family: Cupra, sans-serif;  font-weight: 400;}
.CupraMedium {font-family: Cupra, sans-serif; font-weight: 500;}
.CupraBold {font-family: Cupra, sans-serif; font-weight: 700;}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
body::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color: transparent;
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
    display:none;
}
body{
    font-family: Cupra, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}
.bg-black{
    background: #000000;
}
video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}


html, body {
    height: 100%;
    scroll-behavior: smooth;
}
a{
    color: #ffffff;
}

.intro-page {
    position: relative;
    height: 100dvh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.zi-2{
    z-index: 2;
}
.intro-page{
    width: 100%;
    height: 100dvh;
    background: url(../img/novo-cupra-tavascan.jpg) no-repeat center top;
    background-size: cover;
    background-position-x: -550px;
}

header:after{
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,.25) 0%, rgba(0,0,0,1) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
}

.max-content{
    max-width: 720px;
}

.scroll-down {
    position: absolute;
    right: 55px;
    bottom: 10dvh;
    transform: translate(-35%, -155%) rotate(90deg);
    z-index: 5;
    opacity: .7;
    transition: opacity .25s ease-in-out;

}
.animated{
    animation: bounce 1s ease infinite;
}
@keyframes bounce {
    50% {
        transform: translateX(-10%);
    }
}
.scroll-down:hover {
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
}
.scroll-down span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    display: inline-block;
    margin-right: 15px;
    opacity: .8;
}

.site__title {
    font-size: 32px;
    line-height: 34px;
}
.site__pre-title {
    font-size: 23px;
    line-height: 26px;
}

.site__lead{
    font-size: 20px;
    line-height: 145%;
}
.min-btn, .min-btn-d {
    min-width: 100%;
}

.event-logo{
    height: 40px;
}
@media (min-width: 768px) {

    .event-logo{
        height: 57px;
    }
    .site__title {
        font-size: 52px;
        line-height: 52px;
    }
    .site__pre-title {
        font-size: 30px;
        line-height: 38px;
    }
    .min-btn {
        min-width: 227px;
    }
    .min-btn-d {
        min-width: 180px;
    }
}

.btn-default{
    color: #ffffff;
}
.btn-default:hover{
    color: #DBD3CB;
}

.site__sub{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #DBD3CB;
}
.convite-text{
    max-width: 250px;
}
.title-mw{
    max-width: 660px;
}
.transition-fade {
    transition: 0.4s;
    /*transform: translateX(0);*/
    opacity: 1;
}

.bg-black  .transition-fade {
    transition: 1s;
    /*transform: translateX(0);*/
    opacity: 1;

}


html.is-animating .transition-fade {
    opacity: 0;
    /*transform: translateY(-50px);*/

}

html.is-animating .bg-black .transition-fade {
   opacity: 0;
   /* animation: 3.5s cubic-bezier(.25, 1, .30, 1) circle-in-center both;*/
animation: 3.5s cubic-bezier(.25, 1, .30, 1) circle-in-hesitate both;

}

@keyframes circle-out-center {
    from {
        clip-path: circle(0%);
    }
    to {
        clip-path: circle(125%);
    }
}

.bg-black .navbar-black{ display: none; visibility: hidden}
.bg-white .navbar-white{ display: none; visibility: hidden}

.btn{ border-radius: 4px;}
.navbar{
 height: 85px;
    z-index: 2;
}
.page-h{height: calc(100vh - 85px);
}
.page_text{
 color: #66676C;
}
.image-max-width{
 max-width: 565px;
}
.legal_text{
 font-size: .8rem;
}
.form-select {
 color: #75787B;
}
.form-select option:disabled {
 color: #75787B;
}
span.is-invalid {
 font-size: 12px;
 line-height: 18px;
 color: #f14336
}

.text-copper{
    color: #95572B;
}
.event__month{
    font-size: 24px;
    line-height: 145%;
    letter-spacing: 0.165em;

}
@media (min-width: 992px) {
    .h-lg-100{
        height: 100% !important;
    }
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.3rem;
    }
}

.animate__animated.animate__delay-ns {
 -webkit-animation-delay: 250ms;
 animation-delay: 250ms;
}
.animate__animated.animate__delay-1ms {
 -webkit-animation-delay: 100ms;
 animation-delay: 100ms;
}
.animate__animated.animate__delay-2ms {
 -webkit-animation-delay: 200ms;
 animation-delay: 200ms;
}
.animate__animated.animate__delay-3ms {
 -webkit-animation-delay: 300ms;
 animation-delay: 300ms;
}
.animate__animated.animate__delay-4ms {
 -webkit-animation-delay: 400ms;
 animation-delay: 400ms;
}
@keyframes circle-in-center {
 from {
     clip-path: circle(0%);
 }
 to {
     clip-path: circle(125%);
 }
}

@keyframes circle-in-hesitate {
 0% {
     clip-path: circle(0%);
 }
 40% {
     clip-path: circle(40%);
 }
 100% {
     clip-path: circle(125%);
 }
}

@keyframes wipe-out-down {
    from {
        clip-path: inset(0 0 0 0);
    }
    to {
        clip-path: inset(100% 0 0 0);
    }
}

.bg-cupra-dark{
    background: #1B1B1B;
}

.model__name {
    color: #ffffff;
    line-height: 48px;
    font-size: 36px;
}
.model__sub{
    color: #9B9B9B;
    font-size: 30px;
    line-height: 36px;
}


.info__box_container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-items: center;
    max-width: 975px;
    gap: 8px;
}



.info__title{
    color: #9b9b9b;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.info__unit{
    color: #ffffff;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 1px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 300;
}
.info__value{
    color: #ffffff;
    vertical-align: bottom;
    display: inline-block;
    line-height: 46px;
    font-weight: 300;
    font-size: 40px;
}

.info__box:nth-child(4) .info__value{
    line-height: 35px;
    font-size: 29px;
}

.seatcupra__title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height: 45px;
}
.hr-divider{
    background: #ffffff;
    opacity: .2;
    height: 1px;
}
.model__features__item {
    color: #a3a3a3;
}

 .model__features__title {
    color: inherit;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.model__features__text {
    color: inherit;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.contact__title{
    color: #96572C;
    font-size: 30px;
    line-height: 40px;
}

.contact2__title{
    color: #96572C;
    font-size: clamp(1.2rem, 2.5vw, 30px);
    line-height: normal;
    font-weight: 700;
}
.contact2__sup{
    color: #4C4C4C;
    font-size: clamp(1rem, 2.5vw, 18px);
    line-height: 24px;
}
.contact__sup{
    color: #414141;
    opacity: .8;
    font-size: 16px;
    line-height: 20px;
}
.contact__sub{
    color: #96572C;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
/* Modal */
.modal-content{
    border-radius: 0;
}

.modal-logo{
    max-width: 200px;
}
.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

.tavascan-hero-container{
    padding-inline: 0;
}
.tavascan-hero{
    position: relative;
}
.tavascan-hero:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: -webkit-linear-gradient(top,rgba(27,27,27,0) 3.03%,#1b1b1b 91.82%);
    background: linear-gradient(180deg,rgba(27,27,27,0) 3.03%,#1b1b1b 91.82%);
}

@media (min-width: 768px) {

    .tavascan-hero{

        transform: translateY(5rem);
        z-index: -1;
    }
    .tavascan-hero:before {
        height: 382px;
    }

    .modal-logo{
        max-width: 275px;
    }

    .info__box_container{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        display: flex;
        justify-content: center;
        gap: 2.5rem;

    }

    .convite-text{
        max-width: 475px;
    }
    .site__sub{
        font-weight: 400;
        font-size: 24px;
        line-height: 145%;
        color: #DBD3CB;
    }
    .model__name {
        font-size: 60px;
        line-height: 65px;
    }
    .info__value{
        line-height: 51px;
        font-size: 48px;
    }
    .info__unit{
        font-size: 16px;
        line-height: 24px;
    }

    .model__features__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 740px;
    }
    .intro-page{
        background: transparent;
    }
}
@media (min-width: 1015px) {
    .model__name {
        font-size: 76px;
        line-height: 80px;
        margin-bottom: 24px;
    }

    .info__value{
        line-height: 65px;
        font-size: 60px;
    }
    .model__features__text {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 1436px) {

    .info__value{
        font-size: 40px;
        line-height: 44px;
    }
    .info__unit{
        font-size: 20px;
        line-height: 24px;
    }
  .seatcupra__title {
        font-size: 50px;
        line-height: 54px;
    }
  .model__features__title {
        font-size: 30px;
        line-height: 36px;
    }
    .model__features__text {
        font-size: 18px;
        line-height: 24px;
    }

}


footer {
    background: #010101;
    border-top:1px solid #212121
}
.footer-buttons svg path{
    fill: rgba(255, 255, 255, 0.7);
}
.container-footer {
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-buttons {
    padding: 0;
    margin-left: auto;
    max-width: 250px;
    margin-top: 0;
    margin-right: 16px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.footer-legal {
    padding: 0;
    margin-top: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.footer-copyright {
    text-align: center;
    margin-top: 56px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    font-weight: 300;
    align-self: center;
    margin-bottom: 20px
}

.footer-copyright {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    text-align: left
}

.footer-legal a {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #242221;
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

.footer-legal a:last-child {
    border-right: 0
}

.footer-buttons a {
    margin: 0 16px
}

.footer-buttons a img {
    opacity: .7;
    max-width: 24px;
    max-height: 24px
}

@media (min-width: 1436px) {
    .container-footer {
        max-width: 1340px;
        margin: auto;
        height: 80px;
        position: relative;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .container-footer .footer-legal a + a {
        border-right: 1px solid #d5d5d5;
        padding: 0 16px;
        margin-bottom: 0
    }

    .footer-buttons a:last-child {
        margin-right: 0
    }

    .footer-buttons a:first-child {
        margin-left: 0
    }
}

@media (min-width: 576px) {
    .container-footer .footer-copyright {
        margin-bottom: 0
    }

    .container-footer .footer-legal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto
    }

    .container-footer .footer-legal a {
        text-align: left;
        padding: 0 8px
    }

    .container-footer .footer-buttons {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto
    }
}

@media (min-width: 992px) {
    .container-footer {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 80px
    }
}