@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");@import url(fonts.min.css);*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}body{font-family:Centra No2;margin:0;overflow-x:hidden;padding:0}
.desktop-bg{
    max-width: 100%; height: auto;
}
.mobile-bg{
    max-width: 100%; height: auto;
}
.desktop-bg{display:block;margin:0 auto;width:1920px}
.mobile-bg{display:none}
@media (max-width:1920px){.banner img{object-fit:contain;width:100%}}
@media (max-width:600px){.desktop-bg{display:none}.mobile-bg{display:block}}


.overlay {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2001;
}
.popup {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    text-align: center;
    background: white;
}

.popup-content {
    position: absolute;
    height: 50%;
    top: 25%;
    text-align: center;
}

.popup-content h1 {
    padding-bottom: 20px;
    color: black;
}

.popup-content h2 {
    padding-left: 30px;
    padding-right: 30px;
    color: black;
}



#loadingConfirm {
    display: none;
    background: #2b2b2bcf;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
    
#loadingConfirm.view {
    display: flex;
}

#loadingConfirm p {
    font-size: 1.5em
}

#loadingsConfirm.view img {
    -webkit-animation: rotateimg 1s linear infinite;
    animation: rotateimg 1s linear infinite;
}

@-webkit-keyframes rotateimg {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotateimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@media (min-width: 370px) {
    body .contenInfo>picture {
        top: 4vw
    }
}