@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@font-face {
    font-family: futura-bold;
    src: url('../fonts/FuturaStd-Bold.otf');
}

.futura-bold {
    font-family: futura-bold;
}

@font-face {
    font-family: futura-book;
    src: url('../fonts/FuturaStd-Book.otf');
}

@font-face {
    font-family: futura-heavy;
    src: url('../fonts/FuturaStd-Heavy.otf');
}

@font-face {
    font-family: futura-medium;
    src: url('../fonts/FuturaStd-Medium.otf');
}

.row-custom {
    background-color: #f9f9f9;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 20px;
}

.center-custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wp {
    margin-right: 10px;
    font-weight: bold;
    font-size: 28px;
}

.login-card {
    background-color: #f9f9f9;
    border: 1px solid #272727;
    border-radius: 15px;
    margin: 20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    height: 150px;
}

.background-login::after {
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(10px);
}

@media (min-width: 600px) {
    .background-login::after {
        background: url("../images/ducati/Ducati\ 16.9\ \ \(1\).jpg");
    }
}

@media (max-width: 599px) {
    .background-login::after {
        background: url("../images/ducati/Ducati\ 4.5\ \(2\).jpg");
    }
}

.btn-registrate {
    font-weight: 900;
    font-size: 20px;
}


/* PC */

@media (min-width: 600px) {
    .container-custom {
        padding: 30px;
    }
    .title-1 {
        font-size: 75px;
    }
    .title-2 {
        font-size: 40px;
    }
    .title-3 {
        font-size: 22px;
    }
    .p-welcome {
        font-size: 22px;
    }
    .btn-custom-shell {
        width: 150px !important;
    }
}


/* Celulares */

@media (max-width: 599px) {
    .container-custom {
        padding: 0 !important;
    }
    .body-style {
        background: none;
    }
    .title-1 {
        font-size: 53px;
    }
    .title-2 {
        font-size: 32px;
    }
    .title-3 {
        font-size: 16px;
    }
    .p-welcome {
        font-size: 20px;
    }
    .btn-custom-shell {
        width: 130px !important;
    }
    /*Oculto los logos para los celulares*/
    .logo-shell-fixed {
        display: none;
    }
    .logo-advance-fixed {
        display: none;
    }
    .logo-oils-fixed {
        display: none;
    }
}

.body-style-evento {
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background: url("https://shell-advance.s3.amazonaws.com/img/fondo%20landing%20evento.png");
}

.container-welcome {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
}

.title-1 {
    color: #ecc903;
    font-family: 'futura-heavy';
    margin-top: 18%;
    font-size: 4rem;
}

.title-2 {
    color: #fff;
    margin-bottom: 35px;
    font-family: 'futura-medium';
    font-size: 35px;
}

.title-3 {
    color: #595959;
    font-family: 'futura-bold';
    margin: 0 !important;
    padding: 0 !important;
}

.container-title-2 {
    background-color: #fff;
    padding: 5px 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 35px;
    width: max-content;
}

.p-welcome {
    color: #fff;
    font-family: 'futura-book';
}

.container-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.btn-custom-shell {
    font-family: 'futura-bold' !important;
    font-size: 20px !important;
    color: #5f5f5f !important;
    background-color: #ecc903;
}

.btn-custom-shell:hover {
    background-color: #ffe66e;
    border-color: #ffe66e;
}

.logo-oils-fixed {
    position: fixed;
    bottom: 2vw;
    left: 2vw;
    width: 12vw;
}
.body-style {
    background-size: cover !important;
    background-position: top center !important;
    background-attachment: fixed !important;
    background: url(../images/bg_principal.jpg);
    height: 100vh;
}

.logo-shell-fixed {
    position: fixed;
    top: 0vw;
    width: 5vw;
}

.logo-advance-fixed {
    position: fixed;
    /* bottom: 2vw; */
    width: 10vw;
    right: 8vw;
    top: 10vh;
}

.btn-body {
    background-color: #fff;
    font-weight: bold;
    font-family: futura-bold;
    margin-bottom: 2%;
    width: 348px;
}

@media screen and (max-width: 360px) {
    .btn-body {
        width: 334px;
    }
}

@media screen and (max-width: 320px) {
    .btn-body {
        width: 292px;
    }
}
.modal-content {
    border-radius: 10px;
}

.modal-footer {
    border-top: 0px;
}

.modal-header {
    border-bottom: 0px;
}

#video-modal-content {
    width: auto;
    background-color: transparent;
    border: transparent;
}