/* <weight>: Use a value from 300 to 900 */
/* // <uniquifier>: Use a unique and descriptive class name */

header {
    position: fixed;
    top: 0;
    z-index: 5;
    background-color: #000000;
    padding-top: 12px;
    padding-bottom: 12px;
    right: 0;
    left: 0;
    animation: herotitlespawn forwards 0.8s;
    animation-delay: 1.8s;
    opacity: 0;
    transform: translateY(35px);
}

@media (min-width:768px) {
    header {
        padding-top: 18px;
        padding-bottom: 20px;
    }
}

.menu-mobile {
    position: fixed;
    top: 54px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #171717;
    overflow-y: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    display: none;
    height: calc(100dvh - 54px);
}

.menu-mobile.active {
    display: block;
}

.menu-mobile a {
    text-transform: uppercase;
    font-weight:400;
    font-family: 'Rubik', sans-serif;
    font-style: italic;
    padding-bottom: 8px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 8px;
    color: white;
    transition: 0.4s;
}

.menu-mobile a:hover {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-weight: 400;

}

.menu-mobile-content > a:last-of-type {
    margin-bottom: 36px;
}

.menu-mobile a.active {
    border-bottom: 1px solid rgba(255,255,255,1);
    color: white;
    font-weight: 700;
}

.menu-mobile .revive-nav-rrss {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.menu-mobile-content  {
    min-height: calc(100dvh - 86px);
}

@media (min-width:576px) {
    .menu-mobile {
        padding-top: 64px;
        padding-bottom: 72px;
    }
    .menu-mobile-content  {
        min-height: calc(100dvh - 190px);
    }

}

@media (min-width:768px) {
    .menu-mobile {
        display: none !important;
    }
}

.menu-icon {
    cursor: pointer;
}

.menu-icon__svg {
}

.menu-icon__svg .path-1 {
    transition: 0.3s;
}
.menu-icon__svg .path-2 {
    transition: 0.3s;
}
.menu-icon__svg .path-3 {
    transition: 0.3s;
    opacity: 0;
}
.menu-icon__svg.active {
    transform: scale(0.8);
}

.menu-icon__svg.active .path-1 {
    transform: rotate(-45deg) translateY(12px) translateX(-9px);
}
.menu-icon__svg.active .path-2 {
    stroke-width: 3;
    stroke: white;
    opacity: 0;
}
.menu-icon__svg.active .path-3 {
    opacity: 1;
    transform: rotate(45deg) translateY(-16px) translateX(-1px);
}

.progress-bar {
  height: 3px;
  background: linear-gradient(90deg,rgba(217, 0, 32, 1) 65%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: -1px;
}
@media (min-width:576px) {
    .progress-bar {
        height: 6px;
    }
}

body {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-rendering: geometricPrecision;
}

main {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

/* width */

    body::-webkit-scrollbar {
     width: 2px;
    }

    /* Track */
    body::-webkit-scrollbar-track {
        background: #000000; 
    }
    
    /* Handle */
    body::-webkit-scrollbar-thumb {
        background: #D90020;
    }

    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }

    @media (min-width:1200px) {
        body::-webkit-scrollbar {
            width: 10px;
        }
        body::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #D90020, #000000);
        }
    }



h1 {
    font-weight: 900;
}

h2,
h3,
h4,
h5,
h6,
strong,
b,
.bold {
    font-weight: 700;
}

a {
    color: white;
    font-weight: 700;
}

header nav {
    display: flex;
    align-items: center;
    min-height: 100%;
    justify-content: center;
}


body {
    background-color: #000000;
    color: white;
}

img {
    max-width: 100%;
}

.revive-nav {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 0;
}

.revive-nav a {
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s;
    line-height: 0;
    color: #EEEEEE;
    border-bottom: 1px solid transparent;
}

.revive-nav .revive-nav-item--special {
    text-transform: uppercase;
}

.revive-nav a:hover {
    color: #D90020;
    border-bottom: 1px solid #D90020;
}

.revive-nav .scroll-link.active {
    color: white;
    border-bottom: 1px solid white;
}

.revive-nav .revive-nav-rrss {
    cursor: pointer;
}

.revive-nav-rrss svg {
    transition: 0.4s;
}

.revive-nav-rrss:hover svg {
    transform: scale(1.1);
}

.revive-nav-rrss:hover svg path {
    fill: white;
}

/* HERO SECTION */
.revive-hero {
    z-index: 3;
}

.revive-hero-img-2 {
    position: fixed; 
    top: 90px;
    right: 0;
    height: calc(100dvh - 70px);
    opacity: 0.6;
    z-index: -1;
}
.revive-hero-img__img-4 {
    position: absolute;
    bottom: 140px;
    right: 160px;
    width: 74%;
    min-width: 393px;
    z-index: 2;
    opacity: 0.4;

}
.revive-hero-img {
    position: fixed; 
    top: 90px;
    left: -10%;
    height: calc(100dvh - 70px);
    opacity: 0.6;
    z-index: -1;
}

.revive-hero-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 20px;
}

.revive-hero-img__img-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
    min-width: 393px;
    z-index: 2;
    transform: translateX(90px) translateY(-20px);
    filter: brightness(0);
}

.revive-hero-img__img-1 img {
    animation: enterCar forwards 1s;
    animation-delay: 2.5s;
    transform: translateX(-70px) translateY(-20px) rotate(-7deg);
    filter: brightness(0);
}

@keyframes enterCar {
    0% {
        transform: translateX(-70px) translateY(-20px) rotate(-7deg);
        filter: brightness(0);
    }
    100% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        filter: brightness(1);
    }
}


.revive-hero-img__img-2 {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 82%;
    min-width: 393px;
    z-index: 1;
    opacity: 0;
}

.revive-hero-img__img-3 {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 83%;
    min-width: 393px;
    z-index: 1;
    opacity: 0;
}


.revive-hero-img__img-2 img, .revive-hero-img__img-3 img {
 
    animation: enterCarPist forwards 1s;
    transform: translateX(0px);
    animation-delay: 2.5s;
    opacity: 0;
}

@keyframes enterCarPist {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }
    100% {
        transform: translateX(-20px);
        opacity: 1;
    }
}

@media (min-width:1200px) {
    .revive-hero-img {
        position: fixed; 
        top: 90px;
        left: -10%;
        height: 800px;
        opacity: 0.6;
    }
}
@media (min-width:1440px) {
    .revive-hero-img {
        position: fixed; 
        top: 90px;
        left: -8%;
        height: 800px;
        opacity: 0.6;
    }
}
@media (min-width:1440px) {
    .revive-hero-img {
        position: fixed; 
        top: 90px;
        left: -3%;
        /*height: calc(100dvh - 70px);*/
        height: 800px;
        opacity: 0.6;
    }
}

.revive-hero__height {
    min-height: 100dvh;
}

.revive-hero__logo {
    width: 100%;
}

.revive-hero__title {
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-size: 2rem;
    animation: herotitlespawn forwards 0.8s;
    animation-delay: 1.4s;
    opacity: 0;
    transform: translateY(35px);
}

@keyframes herotitlespawn {
    0% {
        opacity: 0;
        transform: translateY(-35px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (min-width:768px) {
    .revive-hero__title {
        font-size: 40px;
    }
}

.revive-hero .hero-logo {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: black;
    border-radius: 50%;
    overflow: visible;
}

@media (min-width:768px) {
    .revive-hero .hero-logo {
        width: auto;
    }
}

.hero-logo path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 1s linear forwards;
    animation-delay: 0.5s;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.hero-logo .circle {
    animation: circleSpawn 0.4s forwards;
}

@keyframes circleSpawn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-logo .letter {
    opacity: 0;
    animation: letterSpawn 1s forwards;
}

@keyframes letterSpawn {
    0% {
        opacity: 0;
        transform: translate(-80px, 20px);
    }

    40% {
        opacity: 0;

    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

.hero-logo .letter-1 {
    animation-delay: 0s;
}

.hero-logo .letter-2 {
    animation-delay: 0.05s;
}

.hero-logo .letter-3 {
    animation-delay: 0.10s;
}

.hero-logo .letter-4 {
    animation-delay: 0.15s;
}

.hero-logo .letter-5 {
    animation-delay: 0.20s;
}

.hero-logo .letter-6 {
    animation-delay: 0.25s;
}

.hero-logo .underline {
    opacity: 0;
    animation: letterSpawn 1s forwards;
    animation-delay: 1s;
}

.hero-logo .underline-1 {
    animation-delay: 0.8s;
}

.hero-logo .underline-2 {
    animation-delay: 1s;
}

/* WHATIS */
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.revive-whatis {
    position: relative;
    padding-bottom: 24px;
}

@media (min-width:576px) {
    .revive-whatis {
        padding-bottom: 104px;
    }
}
@media (min-width:768px) {
    .revive-whatis {
        padding-bottom: 0;
    }
}

.revive-whatis .container {
    position: relative;
}

.revive-whatis__txt {
    z-index: 3;
    /* animation: spawnTxt 0.6s forwards; */
    opacity: 1;
    animation-delay: 0.2s;
    margin-top: -250px;
    margin-left: 16px;
    margin-right: 16px;
}

@media (min-width:576px) {
    .revive-whatis__txt {
        margin-top: -400px;
        margin-left: auto;
    }
}
@media (min-width:768px) {
    .revive-whatis__txt {
        margin-left: -150px;
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        right: 0;
        margin-right: 0;
    }
}
@media (min-width:992px) {
    .revive-whatis__txt {
        margin-left: -200px;
        position: static;
    }
}

@media (min-width:1200px) {
    .revive-whatis__txt {
        margin-left: -200px;
    }
}

@keyframes spawnTxt {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
    }
}

.revive-whatis__title {
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 0;
    width: 169px;
}

@media (min-width: 576px) {
    .revive-whatis__title {
        font-size: 2rem;
        width: auto;
    }
}

.revive-whatis .overlay {
    background: linear-gradient(290deg,rgba(0, 0, 0, 1) 21%, rgba(0, 0, 0, 0.8) 51%, rgba(0, 0, 0, 0) 70%);
}

@media (min-width:1200px) {
    .revive-whatis .revive-whatis__text {
        margin-left: -100px;
    }
}

.revive-whatis__imgContainer {
    overflow: hidden;
}

.revive-whatis__img {
    /* animation: spawnImage 0.6s forwards; */
    opacity: 1;
    animation-delay: 0.2s;
}

@keyframes spawnImage {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
    }
}


/* SUPER NOTE */
.revive-super-note {
    position: relative;
    width: 100%;
}

.revive-super-note__core {
    z-index: 2;
    border: 4px solid #D90020;
    background-color: black;
    border-radius: 8px;
    padding: 24px;
    position: relative;
}

@media (min-width:576px) {
    .revive-super-note__core {
        padding: 36px;
    }
}

.revive-super-note__dec-1 {
    z-index: 1;
    content: '';
    width: 55%;
    border: 4px solid white;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -12px;
    margin-right: -12px;
    height: 100%;
}

.revive-super-note__dec-2 {
    z-index: 1;
    content: '';
    width: 55%;
    border: 4px solid white;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -12px;
    margin-left: -12px;
    height: 100%;
}

/* HOW MUCH */
.revive-howmuch {
    background-color: #D90020;
    margin-top: 64px;
}

@media (min-width:576px) {
   .revive-howmuch {
        margin-top: 0;
    } 
}

.revive-howmuch .container {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (min-width:576px) {
    .revive-howmuch .container {
        padding-top: 72px;
        padding-bottom: 84px;
    } 
}

.revive-howmuch__title {
    font-size: 1.7rem;
}

@media (min-width:576px) {
   .revive-howmuch__title {
    font-size: 2rem;
   } 
}

.revive-howmuch::before {
    content: '';
    width: 100%;
    height: auto;
}

.revive-howmuch .distort-div {
    position: relative;
}

.distort-div-1 img {
    position: absolute;
    z-index: 2;
    width: 100% !important;
    bottom: -2px;
}

.distort-div-2 img {
    position: absolute;
    z-index: 2;
    width: 100% !important;
    bottom: -2px;
}

/* PROCESS */
.revive-process {
    padding-top: 84px;
    padding-bottom: 72px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}

@media (min-width:576px) {
    .revive-process {
        padding-top: 108px;
        padding-bottom: 80px;
        overflow: hidden;
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: center;
    }
}

.revive-process .revive-process__img-decoration-2 {
    display: none;        
}
.revive-process__img-decoration-3 {
    display: none;
}
@media (min-width:1200px) {
    .revive-process .revive-process__img-decoration-2 {
        display: block;
    }
    .revive-process__img-decoration-3 {
        display: block;
    }
}

.revive-process .revive-process__img-decoration {
    right: 0;
}

@media (min-width:576px) {
    .revive-process .revive-process__img-decoration {
        right: -46px;
    }
}


@media (min-width:768px) {
    .revive-process .revive-process__img-decoration {
        right: -114px;
    }
}

.revive-process .container {
    max-width: calc(100% - 60px);
    min-width: 330px;
    border: 7px solid white;
    border-bottom: none;
    background-color: black;
    z-index: 2;
}

@media (min-width:450px) {
    .revive-process .container {
        max-width: 435px;
    }
}

@media (min-width:576px) {
    .revive-process .container {
        max-width: 530px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .revive-process .container {
        max-width: 695px;
    }
}
.revive-super-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 90px;
    z-index: 2;
    transform: skewY(-3deg);
    position: relative;
    margin-bottom: -20px;
    overflow: hidden;
}
.revive-super-btn a {
    background-color: #D90020;
    padding: 24px 30px;
    font-size: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    text-decoration: underline;
    transition: 0.4s;
    z-index: 2;
    transform: scale(0.8);
}

.revive-super-btn:hover a {
    background-color: #ff0026;
    color: white;
    transform: scale(1.1);
}
.revive-super-btn img {
    transition: 0.4s;
    z-index: 1;
    transform: scale(1.8);
}

.revive-super-btn:hover img {
    transform: scale(1.2);
}

.revive-process__txt {
    z-index: 2;
    position: relative;
    margin-top: 36px;
}

.revive-process__txt .revive-process__txt-title {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 1.7rem;
}


.revive-process__txt .revive-process__txt-list {
    max-width: 100%;
    list-style-type: none;
    padding-left: 0;
}

@media (min-width:576px) {
    .revive-process__txt {
        margin-top: 84px;
    }

    .revive-process__txt .revive-process__txt-title {
        max-width: 400px;
        margin-bottom: 48px;
        font-size: 2rem;
    }

    .revive-process__txt .revive-process__txt-list {
        max-width: 400px;
        list-style-type: none;
        padding-left: 0;
    }
}


.revive-process__img-decoration {
    position: absolute;
    top: -25px;
    right: 12px;
    z-index: 1;
    width: 300px;
    filter: brightness(0.6);
}

@media (min-width:576px) {
    .revive-process__img-decoration {
        position: absolute;
        top: -80px; 
        right: -118px;
        z-index: 1;
        width: 400px;
        filter: brightness(1);
    }
}

.revive-process__img-decoration-2 {
    position: absolute;
    top: 30%; 
    z-index: 1;
    width: 350px;
    margin-left: -870px;

}

.revive-process__img-decoration-2 .revive-process__overlay-dec-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-70deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 72%);
}

.revive-process__img-decoration-3 {
    position: absolute;
    top: 23%; 
    z-index: 2;
    width: 238px;
    margin-right: -731px;

}

.revive-process__img-decoration-3 .revive-process__overlay-dec-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(-35deg,rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 80%);
}

.revive-process__overlay {
    position: absolute;
    top: 70%;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* REVIVE PORTFOLIO */
.revive-portfolio {
    padding-top: 0;
    padding-bottom: 48px;
    z-index: 4;
    position: relative;
}

@media (min-width:768px) {
    .revive-portfolio {
        padding-top: 48px;
        padding-bottom: 84px;
    }
}

.portfolio-img {
    width: 100%;
    object-fit: cover;
}

/* SUPER TABS */
.revive-super-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .revive-super-tabs {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
}

.revive-super-tabs__title {

}

.revive-super-tabs__sport {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    background-color: #000000;
    border-radius: 50%;
    z-index: 2;
    height: 320px;
    width: 100%;
}

@media (min-width:768px) {
    .revive-super-tabs__sport {
        margin-right: 356px;
        aspect-ratio: 1/1;
        width: 287px;
    }
}

.revive-super-tabs__sport .revive-super-tabs__sport-back.active {
    opacity: 1;
    transform: scale(1);
}

.revive-super-tabs__sport .revive-super-tabs__sport-back {
    opacity: 0;
    transform: scale(0); 
    border-radius: 50%;
    background-color: #2A2A2A;
    border: 5px solid white;
    aspect-ratio: 1/1;
    height: 240px;
    position: absolute;
    z-index: 1;
    transition: all 0.4s;
    width: 240px;
}

.revive-super-tabs__sport .revive-super-tabs__sport-img {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.revive-super-tabs__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 1;
    justify-content: center;
}

@media (min-width:768px) {
    .revive-super-tabs__options {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        left: 250px;
        position: absolute;
        z-index: 1;
        justify-content: flex-start;
    }
}

.revive-super-tabs__options .revive-super-tabs__options-btn {
    width: calc(50% - 8px);
    /* width: 100%; */
    background-color: #2A2A2A;
    padding: 7px 7px;
    color: white;
    outline: none;
    border: none;
    transition: 0.4s;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
}

@media (min-width:576px) {
    .revive-super-tabs__options .revive-super-tabs__options-btn {
        padding: 7px 24px;
        font-size: 16px;
    }
}

@media (min-width:768px) {
    .revive-super-tabs__options .revive-super-tabs__options-btn {
        text-align: right;
    }
}

.revive-super-tabs__options .revive-super-tabs__options-btn:nth-child(2n) {
   
}

.revive-super-tabs__options .revive-super-tabs__options-btn:hover {
    background-color: #D90020;
}

.revive-super-tabs__options .revive-super-tabs__options-btn.active {
    background-color: #D90020;
}

.revive-super-tabs__sport-img-item {
    transition: 0.4s;
    opacity: 0;
    position: absolute;
    max-height: 300px;
}

.revive-super-tabs__sport-img-item.active {
    opacity: 1;
}

@media (min-width:576px) {
    .revive-super-tabs__options .revive-super-tabs__options-btn {
        /* width: calc(50% - 8px); */
        width: 220px;
    }
    .revive-super-tabs__options .revive-super-tabs__options-btn:nth-child(2n) {
        max-width: 180px;
    }
}

div[data-portfolio] {
    display: none;
}

div[data-portfolio].active {
    display: flex;
}

div[data-portfolio] [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* FOR ALL */
.revive-forall {
    position: relative;
    padding-top: 48px;
    padding-bottom: 56px;
}

.revive-forall__general-title {
    text-align: center;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 36px;
    font-style: italic;
}

.revive-forall__general-title h2 {
    font-size: 1.7rem;
}

@media (min-width:576px) {
    .revive-forall__general-title h2 {
        font-size: 2rem;
    }
}

.revive-forall__title {
    display: flex;
    gap: 8px;
    align-items: center;
    border: 3px solid white;
    border-radius: 5px;
    padding: 8px 14px;
    justify-content: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -32px;
    z-index: 2;
    position: relative;
    background-color: #000000;
    text-transform: uppercase;
    line-height: 1;
    font-style: italic;
}

.revive-forall__title h3{
    font-size: 16px;
}

.revive-forall__img {
    z-index: 1;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
    border-radius: 10px;
}

.revive-forall__img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.revive-forall__img img {
    width: 100%;
}

.revive-forall__title svg { 
    margin-top: 2px;
    width: 20px;
}

.revive-forall .revive-super-btn {
    margin-top: 36px;
}

/* CALENDAR */
.revive-calendar {
    background-color: #171717;
    margin-top: 24px;
    padding-top: 56px;
    padding-bottom: 40px;
    position: relative;
    /* padding-bottom: 108px; */
    /*margin-bottom: -180px;*/
}
.revive-calendar .revive-calendar__title {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    padding-right: 48px;
    padding-left: 48px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}
@media (min-width:576px) {
    .revive-calendar {
        background-color: #171717;
        margin-top: 84px;
        padding-top: 64px;
        position: relative;
        margin-top: 84px;
    }
    .revive-calendar .revive-calendar__title {
        font-size: 2rem;
    }
}
@media (min-width:768px) {
    .revive-calendar {
        background-color: #171717;
        margin-top: 84px;
        padding-top: 84px;
        position: relative;
    }
}
@media (min-width:768px) {
    .revive-calendar .revive-calendar__title {
        margin-bottom: 10px;
    }
}
@media (min-width:992px) {
    .revive-calendar {
        padding-top: 108px;
        padding-bottom: 0;
    }
    .revive-calendar .revive-calendar__title {
        margin-bottom: -50px;
    }
}

.form-patch-parent {
    position: relative;
}

.form-patch {
    position: absolute;
    z-index: 2;
    background-color: #171717;
    width: 100%;
    height: 64px;
    bottom: 40px;
    left: 0;
    right: 0;
}

@media (min-width:576px) {
    .form-patch {
        height: 75px;
        bottom: 30px;
    }
}
@media (min-width:768px) {
    .form-patch {
        height: 75px;
        bottom: 30px;
    }
}
@media (min-width:992px) {
    .form-patch {
        position: absolute;
        z-index: 2;
        background-color: #000000;
        width: 100%;
        height: 75px;
        bottom: 30px;
        left: 0;
        right: 0;
    }
}

/* FOOTER */
footer {
    margin-top: 0;
    z-index: 999;
    position: relative;
    background-color: #000000;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}
@media (min-width:576px) {
   footer {
        margin-top: 0;
    } 
}
@media (min-width:768px) {
   footer {
        margin-top: 0;
    } 
}
@media (min-width:992px) {
   footer {
        margin-top: -158px;
        z-index: 999;
        position: relative;
        background-color: #000000;
    } 
}
.footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
@media (min-width:768px) {
    .footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 48px;
        padding-bottom: 56px;
    }
}
.footer-logo img {
    width: 100%;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
    
}
.footer-link-designer {
    background-color: #D90020;
    color: white;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

.footer-link-designer a {
    font-weight: 500;
    font-style: italic;

}

.copy {
    font-size: 12px;
}

#particles-js {
    position: fixed; /* para que quede sobre el fondo */
    width: 100%;
    height: 100%; /* altura completa del viewport */
    top: 0;
    left: 0;
    z-index: -1; /* detrás del contenido */
}