﻿@font-face {
    font-family: 'Jost-VariableFont_wght';
    src: url('../fonts/Jost-VariableFont_wght.ttf') format('ttf'), url('../fonts/Jost-VariableFont_wght.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-BoldItalic';
    src: url('../fonts/Jost-BoldItalic.ttf') format('ttf'), url('../fonts/Jost-BoldItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-SemiBoldItalic';
    src: url('../fonts/Jost-SemiBoldItalic.ttf') format('ttf'), url('../fonts/Jost-SemiBoldItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('ttf'), url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('ttf'), url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('ttf'), url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins-SemiBoldItalic';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('ttf'), url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Poppins-Regular';
    padding-top: 100px;
    color: #fff;
}


header{
    height: 100px;
    position: fixed; 
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 99;
}

.header-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.abarth-logo {
    background-color: #000;
    padding-right: 15px;
    z-index: 10;
}

.header-logo {
    width: 210px;
    background-color: #000;
    padding: 0 20px;
    z-index: 10;
}

.div-header-button {
    z-index: 10;
    padding-left: 25px;
    background-color: #000;
}

.line-red {
    position: absolute;
    height: 2px;
    width: 90%;
    background-color: #CF1228;
    z-index: 0;
    top: 50px;
    left: 5%;
}

.container{
    max-width: 1440px;
    padding: 0 25px;
}

.bg-black {
    background-color: #17131e;
}

h2 {
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    font-family: 'Jost-BoldItalic';
}

section{
    padding: 100px 0;
    overflow: hidden;
}



/*SLIDER*/
.bg-01 {
    position: absolute;
    top: -5%;
    width: 100%;
    left: 0;
    z-index: 0;
}

.slider-abarth {
    margin-top: 200px;
}

.item-specs {
    color: #ECECEE;
    font-weight: 600;
    font-size: 20px;
}

.item-specs p {
    font-family: 'Poppins-Bold';
    font-size: 20px;
}

.txt-slider {
    position: relative; 
    z-index: 1;
}

.owl-theme.slider-specs .owl-dots .owl-dot span {
    width: 24px;
    height: 4px;
    margin: 5px;
    background: #737373;
    border-radius: 0;
}

.owl-theme.slider-specs .owl-dots .owl-dot.active span,
.owl-theme.slider-specs .owl-dots .owl-dot:hover span {
    background: #890808;
}

.txt-slider .txt-black {
    font-size: 28px;
    margin-top: 30px;
    font-family: 'Jost-SemiBoldItalic';
    color: #000;
}

.txt-slider p:last-child {
    font-size: 28px;
    font-family: 'Jost-BoldItalic';
    margin-top: 30px;
    font-weight: 700;
    color: #fff;
}


/*PROCESO ABARTH*/

.content-proceso {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 85px;
}

.item-proceso {
    margin: 0 auto;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .item-proceso span {
        width: 150px;
        height: 150px;
        background-color: #C70606;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-shadow: 0px 0px 80px 0px #F9DE8A5C;
    }

.proceso-abarth p:first-child {
    font-size: 32px;
    text-align: center;
    font-family: 'Poppins-SemiBold'

}

.proceso-abarth h3 {
    font-family: 'Jost-SemiBoldItalic';
    font-size: 64px;
    text-align: center;
    margin: 20px 0;
}

.proceso-abarth .txt-red {
    text-align: center;
    display: block;
    font-size: 28px;
    color: #E4002B;
    font-family: 'Jost-VariableFont_wght';
}

.info-proceso {
    display: flex;
    align-items: center;
    margin-top: 50px;
    color: #fff;
}

    .info-proceso small {
        background-color: #C70606;
        width: 25px;
        height: 25px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 18px;
        min-width: 25px;
        min-height: 25px;
    }

    .info-proceso p {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
    }


    /*FORMULARIO*/


.bg-form {
    background-image: url(/assets/img/bg3-bottom-web.png);
    background-color: #17131e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.texto-contorno {
    color: transparent;
    -webkit-text-stroke: 1px #EB272E;
    font-size: 52px;
    text-transform: uppercase;
    margin-right: 10px;
}

.bg-form h3 {
    font-size: 54px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    margin: 60px 0;
}

    .bg-form h3 strong {
        font-family: 'Poppins-SemiBold';
        font-style: italic;
        -webkit-text-stroke: 1px #FF1515A6;
    }

.form-content{
    width: 60%;
}

.form-group {
    width: 48%;
}

    .form-group label {
        text-transform: uppercase;
        font-size: 15px;
        font-family: 'Poppins-SemiBold';
    }

.form-group span {
    display: flex;
    align-items: center;
    color: #D91B0D;
    font-size: 13px;
    margin-top: 5px;
}

.form-group span img {
    width: 16px;
    margin-right: 5px;
}

.form-auto {
    width: 40%;
}

.bg-tap .form-control {
    background-image: url(/assets/img/ICO_Tap.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 35px;
}

.bg-hellfire .form-control {
    background-image: url(/assets/img/ICO_Hellfire_Head.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 35px;
}

.form-select {
    background-image: url(/assets/img/ICO_Van.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 35px;
    position: relative;
}

.form-control,
.form-select {
    background-color: transparent;
    border: 2px solid #737373;
    border-radius: 4px;
    height: 45px;
    color: #fff;
    font-size: 15px;
    padding-left: 60px;
}

.form-select{
    z-index: 2;
}

.form-control::placeholder{
    color: #fff;
}

.form-control:focus,
.form-select:focus {
    background-color: transparent;
    color: #fff;
    border: 2px solid #3A5FE5;
    box-shadow: none;
}

.form-select option{
    color: #000;
}

.flecha-select {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    z-index: 0;
}

.form-control.empty,
.form-select.empty {
    border: 2px solid #9F0505;
}

.form-check-label{
    font-size: 15px;
}

    .form-check-label a {
        font-family: 'Poppins-Bold';
        color: #fff;
    }

.form-check-input:checked {
    background-color: #9F0505;
    border-color: #9F0505;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-buttom{
    margin-top: 60px;
}

.btn {
    font-family: 'Poppins-SemiBold';
    color: #fff;
    background-color: #C70606;
    height: 50px;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 50px rgba(255, 0, 80, 0.7); /* glow externo */
    border: 3px solid rgba(254, 62, 99, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn:hover {
        color: #fff;
        background-color: #9F0505;
        /*transform: scale(1.05);
        box-shadow: 0 0 40px rgba(255, 0, 100, 0.8);*/
    }

    .btn:focus{
        box-shadow: none;
    }

.form-buttom  img{
    position: absolute;
    right: 215px;
    width: 65px;
    top: -27px;
}

.form-abarth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.form-auto p{
    font-size: 20px;
}

.form-auto span {
    font-family: 'Poppins-Bold';
    font-size: 32px;
}

.form-auto span small{
    font-size: 24px;
}


.legales p{
    font-size: 14px;
}

.legales span,
.legales a {
    font-family: 'Poppins-Bold';
    color: #fff;
}

/*HEAD ABARTH*/

.info-head {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 10%;
}

    .info-head h3 {
        font-family: 'Jost-BoldItalic';
        font-size: 64px;
    }

.info-head span {
    font-family: 'Jost-VariableFont_wght';
    font-size: 26px;
    font-style: italic;
}

    .info-head p {
        color: #E4002B;
        font-size: 32px;
        font-style: italic;
        font-family: 'Jost-VariableFont_wght';
        line-height: 34px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

.flecha {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}

/*VIDEO*/

.bg-video {
    background-image: url(/assets/img/bg-video-web.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.bg-marco{
    position: relative;
}

.video-abarth {
    padding: 85px;
    z-index: 9;
    position: relative;
}

.video-abarth iframe {
    width: 100%;
    height: 625px;
}

.img-marco{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
}

.demon-img {
    position: absolute;
    left: 0;
    bottom: 15%;
}

/*FOOTER*/

footer {
    background-image: url(/assets/img/deg-bg-footer-mob.png);
    background-color: #17131e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 50px;
}

.fin-footer {
    text-align: center;
    background-color: #000;
    padding: 10px 0;
}

.logo-st {
    margin: 50px auto;
    width: 210px;
    display: block;
}

.redes-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

    .redes-footer a {
        margin: 0 10px;
        font-family: 'Poppins-Bold';
    }

footer p{
    font-size: 14px;
    margin-bottom: 30px;
}

.info-360 {
    background-color: #000000A6;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 250px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info-360 p {
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    margin: 0;
}

    .info-360 span {
        font-family: 'Poppins-Regular';
    }


.content-360 {
    z-index: 10;
}

.fin-footer img{
    width:  auto;
}

/*THANK YOU PAGE*/


/*.typ {
    height: calc(100vh - 100px);
    background-image: url(/assets/img/confirmacion-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}*/

.fin-typ {
    color: #fff;
    background-color: #000;
    padding: 20px;
    text-align: center;
}

    .fin-typ p {
        color: #929292;
        font-size: 13px;
        font-family: 'Poppins-Regular';
        flex-wrap: wrap;
    }

    .fin-typ a {
        color: #fff;
        margin-left: 10px;
        text-decoration: none;
        font-family: 'Poppins-Bold';
    }


.info-typ{
    position: absolute; 
    text-align: center;
    top: 10%;
    left: 10%;
}

    .info-typ p {
        font-family: 'Poppins-Regular';
    }

    .info-typ p span {
        font-family: 'Poppins-Bold';
    }

        .info-typ p.txt-gray {
            color: #929292
        }

.info-typ h3 span{
    font-size: 40px;
}

.img-typ{
    margin-top: -50px;
}

#btn-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #C70606;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
    z-index: 1000;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 50px rgba(255, 0, 80, 0.7);
    border: 3px solid rgba(254, 62, 99, 0.4);
}

    #btn-up:hover {
        background-color: #9F0505;
    }

.images-360 img{
    width: 100%;
}

/*.content-360:hover .info-360{
    display: none;
}*/

@media (max-width: 1400px) {
    .info-head {
        top: 5%;
        left: 5%;
    }

    .bg-01 {
        top: 0%;
    }

    .img-marco {
        height: 680px;
    }

    .video-abarth iframe {
        height: 500px;
    }

    .info-typ {
        top: 5%;
        left: 5%;
    }

}

@media (max-width: 1200px) {

    section {
        padding: 70px 0;
    }


}

@media (max-width: 1080px) {

    footer .container img:first-child{
        width: 100%;
    }

    .video-abarth {
        padding: 60px;
    }

    .img-marco {
        height: 500px;
    }

    .video-abarth iframe {
        height: 370px;
    }

    .demon-img {
        bottom: 6%;
    }

    h2 {
        font-size: 48px;
    }

    .bg-form {
        background-image: url(/assets/img/bg3-bottom-tablet.png);
    }

    .info-typ {
        position: relative;
        top: 0;
        left: 0;
        background-color: #17131e;
        padding-top: 50px;
    }
}

@media (max-width: 769px) {

    .abarth-logo,
    .div-header-button {
        display: none;
    }

    .header-items {
        justify-content: center;
    }

    section {
        padding: 50px 0;
    }

    .form-content,
    .form-auto {
        width: 100%;
    }

    .item-proceso {
        margin: 0 auto 50px;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

        .item-proceso span {
            justify-content: center;
            align-items: center;
            margin-right: 50px;
            min-width: 150px;
            min-height: 150px;
        }

    .info-proceso {
        margin-top: 0;
    }

    .owl-carousel .owl-stage{
        padding-left: 0 !important;
    }

    .form-content{
        margin-bottom: 50px;
    }

    .form-abarth {
        margin-bottom: 50px;
    }

    .video-abarth {
        padding: 40px;
    }

        .video-abarth iframe {
            height: 320px;
        }

    .img-marco {
        height: 400px;
    }

    .vista-360 {
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .demon-img {
        bottom: 0%;
        width: 75%;
    }

    .info-typ {
        padding: 50px 20px 0;
    }

    .info-360 p,
    .info-360 span {
        font-size: 14px;
    }

    .info-360 {
        width: 190px;
        height: 120px;
    }

    .info-360 {
        top: -40px;
    }
}

@media (max-width: 568px) {

    .form-buttom span{
        width: 100%;
    }

    .header-logo {
        width: 200px;
    }

    .header-items,
    header{
        height: 70px;
    }

    body{
        padding-top: 70px;
    }

    .info-head h3 {
        font-size: 48px;
    }

    .info-head span {
        font-size: 18px;
    }

    .info-head p {
        font-size: 24px;
        line-height: 26px;
    }

    .info-head button{
        width: 100%;
    }

    .flecha {
        bottom: 15%;
    }

    .video-abarth {
        padding: 30px;
    }

    .img-marco {
        height: 300px;
    }

    .video-abarth iframe {
        height: 240px;
    }

    .info-360 {
        width: 130px;
        height: 75px;
    }

        .info-360 img {
            width: 50px;
            margin-bottom: 0 !important;
        }

        .info-360 span {
            font-size: 12px;
        }

        .info-360 p {
            font-size: 12px;
        }

    h2 {
        font-size: 32px;
    }

    .txt-slider .txt-black {
        font-size: 20px;
        margin-top: 20px;
    }

    .txt-slider p:last-child {
        font-size: 20px;
        margin-top: 20px;
    }

    .bg-01 {
        top: -20%;
    }
    .item-specs p {
        font-size: 18px;
    }

    .proceso-abarth p:first-child {
        font-size: 22px;
    }

    .proceso-abarth h3 {
        font-size: 48px;
    }

    .proceso-abarth .txt-red {
        font-size: 21px;
    }

    .texto-contorno {
        font-size: 38px;
        display: block;
    }

    .bg-form h3 {
        font-size: 38px;
        margin: 25px 0 50px;
    }

    .bg-form {
        background-image: url(/assets/img/bg3-bottom-mob.png);
        background-size: contain;
        background-position: bottom;
    }

    .form-group {
        width: 100%;
    }

    section {
        padding: 25px 0;
    }

    .bg-form h3 strong {
        -webkit-text-stroke: 0;
    }

    .form-buttom button{
        width: 100%;
    }

    .form-buttom img {
        right: unset;
        top: -37px;
        left: 0px;
    }

    .line-red {
        top: 40px;
    }

    .slider-abarth {
        margin-top: 100px;
    }

    .info-360 {
        top: -51px;
    }

}

@media (max-width: 480px) {

    .bg-01 {
        top: -10%;
    }

}