/* -- HEADER -- */
    #header{
        height: 60px;
        width: 100%;
        box-shadow: 0px 4px 5px rgba(255,255,255,0.05);
        position:fixed;
    }
    nav{
        height: 60px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    nav ul{
        align-items: center;
    }
    nav ul li{
        margin-left: 70px;
    }
    .nav-tool{
        color:white;
    }
    .logo-header{
        width: 140px;
        margin: .95rem 0;
    }
/* -- MAIN -- */
    #main{
        background-image: url("../images/Banner.webp");
        background-image: url("../images/Banner.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 73vh;
        
        color:#fff;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #main h1{
        margin-top: -60px;
        text-align: left;
        font-size: 5rem;
        line-height: 1.25;
        color: transparent;
    }
/* -- MODELS -- */
    .model-tools{
        margin: 0 5rem;
    }
    .model-tools ul{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .model-text{
        padding: 2rem 2.5rem;
        border-bottom: 3px solid rgba(230,230,230,0.75);
        color:#ccc;
    }
    .selection{
        color: #EE1D25;
        border-bottom: 3px solid #ee1d25;
        font-weight: 700;
    }
    .model-sector{
        margin-top: 3rem;
    }
    .otras > .model-select{
        display: none;
    }
    .otras:hover > .model-select, .otras:active > .model-select{
        display: block;
    }
    .arrow{
        width: 20px;
        margin-bottom: -0.6rem;
        margin-left: -2rem;
    }
    .model-select{
        position:relative;
        margin-top: 1.5rem;
        margin-left: -.75rem;
        margin-bottom:-35rem;
        width: 110%;
    }
    .model-select ul{
        display: block;
        text-align: center;
        background-color: #ededed;
    }
    .model-select ul li a{
        padding: 0rem 1rem;
        display: block;
        padding: 1rem 0;
        color:#595959;
    }
    .model-select ul li a:hover, .model-select ul li a:active{
        background-color: #dadada;
    }
    .model-sector ul{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        margin-bottom: 2rem;
    }
    .model-sector ul li{
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
    .model img{
        width: 100%;
    }
    .model-sector p, .model-sector h3{
        display: flex;
    }
    .model-sector h3{
        margin: -1rem 0;
        padding:0;
        line-height: 5.5rem;
        text-align: left;
    }
    .show-model{
        background: rgb(204,204,204);
        background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(204,204,204,0) 30%, rgba(204,204,204,0) 100%);
        border-radius: 35px;
    }
    .model-sector ul li .c-button{
        display: flex;
        justify-content: flex-end;
        margin-top: -5rem;
        padding: 0 2rem 2rem 0;
    }
    .model-data{
        margin-left: 3rem;
    }
    .opacity-5{
        font-weight: 700;
        color:#999;
        font-size: 1.75rem;
        margin-bottom: -.5rem;
    }
    .bottom{
        margin-bottom: 1.35rem;
    }
    .lightblue{
        color: #1DA7D3;
        font-size: 1.1rem;
    }
    .button-mid{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
/* -- CONTACT -- */
    #contact form{
        margin: 0 16rem;
    }
    .section{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .distance-left{
        margin-left: 0.62rem;
    }
    .distance-right{
        margin-right: 0.62rem;
    }
    .input{
        border: 2px solid #E6E6E6;
        border-radius: 18px;
        padding: 1.5rem 2.5rem;
        font-family: 'Inria Sans', sans-serif;
        font-weight: 400;
        width: 100%;
        margin-bottom: 1.24rem;
    }
    textarea{
        margin-bottom: 1.24rem;
        border: 2px solid #E6E6E6;
        border-radius: 18px;
        padding: 1.5rem;
        font-family: 'Inria Sans', sans-serif;
        font-weight: 400;
        width: 100%;;
    }
    .submit{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 2.5rem;
    }
    .submit .button{
        padding: 1rem 6rem;
        font-size: 1.5rem;
    }
/* -- FOOTER -- */
    #footer{
        padding: 1.5rem 0 2rem 0;
    }
    .logo-footer, .networks{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }
    .logo-footer{
        margin-bottom: 1rem;
    }
    .logo-footer img{
        width: 250px;
    }
    .mid{
        margin: 0 1.25rem;
    }
    #footer .networks a img{
        width: 26px;
        filter: invert(100%);
        transition: all 0.1s ease-in-out;
    }
    #footer .networks a img:hover{
        filter: invert(30%);
    }
    .distance-top{
        padding-top: 8rem;
    }
    .data-wapp{
        width: 100%;
        color: #fff;
        opacity: .15;
        text-align: center;
    }
    .data-wapp p, .data-wapp a{
        font-size: 1.5rem;
    }
    .data-wapp .link{
        color: #ccc;
    }
/* -- SHOW.MODEL -- */
    .banner-model{
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 60%;
        height: 700px;

        padding-top: 10rem;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .back-icon{
        position: fixed;
        top: 8px;
        left: 30px;
    }
    .back-icon img{
        background-color: rgba(255,255,255,0.25);
        border-radius: 100%;
        padding: 0.95rem;
        width: 45px;
        filter: invert(45%);
        transition: all 0.12s ease-in-out;
    }
    .back-icon img:hover, .back-icon img:active{
        filter: invert(65%);
        background-color: rgba(255,255,255,0.35);
        width: 45px;
    }
    .banner-model h4{
        color: #ccc;
        font-size: 2.5rem;
    }
    .banner-model h2{
        text-align: left;
        color:#595959;
        font-size: 8rem;
        margin-top: -5rem;
    }
    .section-color{
        text-align: right;
        margin-right: 14%;
    }
    .color{
        border: 2px solid rgba(0,0,0,0.5);
        border-radius: 100%;
        margin-left: 1rem;
        width: 35px;
        height: 35px;
        background-color: #ededed;
    }
    .price-btn{
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin: -15.75rem 14% 2rem;
    }
    .txt-price{
        font-size: 4rem;
        color:#ccc;
    }
    .price-btn p{
        font-weight: 700;
        text-align: right;
    }
    .cuotas{
        margin-top: -1.5rem;
        font-size: 1.5rem;
        color: #1DA7D3;
    }
    .data-sector{
        margin: 0 14% 2rem 14%;
    }
    .data-sector .contain{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        text-align: center;
    }
    .data-sector .contain ul{
        width: 100%;
        display: block;
    }
    .data-sector .contain ul li h2{
        font-size: 3.25rem;
        line-height: 1.25;
        margin-bottom: 1rem;
    }
    .data-sector .contain ul li p{
        font-size: 1.25rem;
    }
    .data-sector .contain ul li img{
        width: 100%;
    }
/* -- ESPECIFICACIONES -- */
    .especificacion .table{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        text-align: center;
        margin: 3.5rem 0 2rem;
    }
    .sectioned{
        padding: 1rem 0;
        width: 100%;
        border: 1px solid rgba(204,204,204,0.5);
    }
    dt{
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    dd{
        font-size: 1.25rem;
        line-height: 1.35rem;
    }
    .sec-left{
        text-align: right;
        font-size: 1.75rem;
        padding-right: 2rem;
    }
    .sec-right{
        font-size: 1.75rem;
        text-align: left;
        color:#595959;
        padding-left: 2rem;
    }
    #btn-consult-wapp{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-wapp-c{
        position: relative;
        background-color: rgba(204,204,204,0.5);
        padding: 1.5rem 6rem;
        color: #000;
        border-radius: 100px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 4rem;
        transition: all 0.15s ease-in-out;
    }
    .btn-wapp-c:hover{
        background-color: rgba(204,204,204,0.75);
    }
    .btn-wapp-c:active{
        background-color: rgba(204,204,204,1);
    }
    .btn-wapp-c::after{
        content: '';
        position: absolute;
        bottom: 0; right: 0;
        width: 50px;
        height: 50px;
        margin-right: -1.5rem;
        margin-bottom: -1.5rem;
        background-image: url('../images/icon/Whatsapp.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 100px;
        transition: all 0.15s ease-in-out;
        border: 0px solid rgba(204, 204, 204, 0);
    }
    .btn-wapp-c:hover::after{
        border: 7px solid rgba(204, 204, 204, .75);
    }
/* -- CONCESIONARO -- */
    #conc .table{
        width: 100%;
        padding: 1rem 0;
        margin:0;
    }
    .row{
        display: flex;
    }
    #conc .sectioned{
        width: 30%;
    }
    #conc .tel{
        width: 25%;
        padding: 1rem 0;
    }
    .number{
        color:#999;
        font-weight: 600;
    }
    #conc .model-sector{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 2rem 15%;
    }
    #conc .networks a{
        background-color: rgba(0,0,0,0.1);
        border-radius: 100%;
        padding: 1rem;
    }
    #conc .networks a img{
        width: 26px;
    }
    .map-zone{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 4rem 15% -1rem;
    }
    .maps{
        width: 100%;
        height: 350px;
    }
/* -- PDFs -- */
    .section-2-fichas{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .right{
        margin-right: 0.62rem;
    }
    .left{
        margin-left: 0.62rem;
    }
    .btn{
        border-radius: 18px;
        background-color: #ee1d25;
        color:#ffffff;
        padding: .6rem 1.75rem;
    }
    .gray-ficha{
        background-color: #595959;
    }
    .ahorro{
        background-image: url('../images/ahorro.png');
        background-size: cover;
        height: 130px;
        background-position: center center;
        color:#fff;
        text-align: center;
        padding: 1.5rem 0;
    }
    .ahorro h3{
        font-size: 4rem;
        margin-bottom: -1rem;
    }
/* -- MENU -- */
#menu{
    display: none;
}
.icono-menu{
    display: none;
    position: fixed;
    left: 15px;
    top:15px;
    z-index: 10;
    opacity: .5;
}
.icono-menu img{
    width: 30px;
    cursor: pointer;
}
.cont-menu{
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #ee1d25;
    width: 200px;
    height: 100%;
    transition: all .25s ease-out;
    z-index: 8;
}
.cont-menu ul{
    padding-top: 10px;
    display: block;
}
.cont-menu ul li a{
    color: #fff;
    display: block;
    font-size: 2rem;
    padding: 1.5rem;
    cursor: pointer;
}
.cont-menu ul li:hover{
    background-color: #c5191f;
}
.inactive{
    display: none;
}
.active{
    transform: translate(-110%);
    display: block;
}
.opacity{
    background-color: rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
}
/* -- LOADER -- */
#content-load{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(250,240,245,1);
    transition: all 1s ease;
    z-index: 10000;
}
#load{
    border: 11px solid #ccc;
    border-top-color: #EE1D25;
    border-top-style: groove;
    border-radius: 100%;

    height: 100px;
    width: 100px;
    position: absolute;
    top:0; left: 0; right: 0; bottom: 0;
    margin: auto;

    animation: turn 1.25s linear infinite;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.load-icon{
    position: absolute;
    top:0; left: 0; right: 0; bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    filter: invert(70%);
}
@keyframes turn{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}
.wappRev{
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.wappRev .wapp{
    width: 50px;
    filter: none;
    transition: all 0.15s ease-in;
}
.wappRev .wapp:hover{
    filter:brightness(0.85);
}

/* -- MEDIA.QUERIES -- */
/* -- LAPTOP -- */
@media (max-width: 1200px){
        /* -- GLOBALES -- */
        body{
            font-size: 1.5rem;
            line-height: 1.65;
        }
        .contain{
            width: 82%;
        }
        h2{
            font-size: 3rem;
            margin-bottom: 1rem;
        }
        h3{
            font-size: 2.8rem;
        }
        /* -- HEADER -- */
        nav ul li{
            margin-left: 45px;
        }
        /* -- MAIN -- */
        #main{
            height: 45rem;
        }
        #main h1{
            font-size: 4.5rem;
            margin-top: -50px;
        }
        /* -- MODELOS -- */
        .model-tools{
            margin:0;
        }
        .model-text{
            padding: 2rem 2.5rem;
        }
        .model-sector ul li{
            margin-right: 1.5rem;
        }
        .model-sector ul li .c-button{
            margin-top: -3rem;
            padding: 0rem;
        }
        .back-icon{
            left: 25px;
        }
        /* -- CONTACT -- */
}
@media (max-width: 992px){
    /* -- GLOBALES -- */
    .contain{
        width: 88%;
    }
    /* -- MODELS -- */
    .model-sector ul{
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
    .back-icon{
        left: 10px;
    }
    /* -- CONTACT -- */
    #contact form{
        margin:0 8rem;
    }
    /* -- CONCESIONARIO -- */
    #conc .model-sector{
        margin: 2rem 5%;
    }
}
/* -- TABLET -- */
@media (max-width: 768px){
    /* -- GLOBALES -- */
    body{
        font-size: 1.4rem;
    }
    .contain{
        width: 90%;
    }
    /* -- HEADER -- */
    #header{
        height: 95px;
    }
    nav{
        height: 95px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .logo-header{
        margin: 0 0 .85rem 0;
    }
    /* -- MAIN -- */
    #main{
        background-image: url('../images/BannerTablet.webp');
        background-image: url('../images/BannerTablet.png');
        height: 64rem;
        flex-direction: row;
    }
    #main h1{
        margin-top: 10.3rem;
    }
    /* -- MODELS -- */
    .model-tools{
        margin:0;
    }
    .model-text{
        padding: 1.75rem;
    }
    .model-sector ul{
        grid-template-columns: 50% 50%;
    }
    .back-icon{
        top:auto;
        bottom: 20px;
        left: 20px;
    }
    /* -- CONCESIONARIO -- */
    #conc .model-sector{
        flex-direction: column;
        text-align: center;
        margin: 2rem 0%;
    }
    .sec-left, .sec-right{
        padding: 1rem 0;
    }
    #conc dt{
        text-align: center;
    }
    #conc .tel{
        width: 100%;
        font-size: 2rem;
    }
    .blacksecondary{
        margin-top: 2.5rem;
    }
    #conc .sectioned{
        width:100%;
        margin:0;
    }
    .map-zone{
        margin: 4rem 0% -1rem;
    }
    /* -- CONTACT -- */
    #contact form{
        margin:0;
    }
    /* -- SHOW.MODEL -- */
    .banner-model{
        background-size: 100%;
        padding-top: 12rem;
    }
    .banner-model h2{
        font-size: 6.5rem;
        margin-top: -3.5rem;
    }
    .section-color{
        margin-right: 0;
    }
    .mid{
        margin:0;
    }
    .color{
        width: 25px;
        height: 25px;
    }
    .price-btn{
        text-align: center;
    }
    .data-sector .contain{
        display: block;
    }
    .data-sector .contain ul{
        margin-bottom: 2rem;
    }
    .ahorro h3{
        padding-top: 1.25rem;
        font-size: 2.75rem;
    }
    .price-btn{
        margin: -13.5rem 10% 3rem;
    }
    .txt-price{
        font-size: 3rem;
    }
    .cuotas{
        font-size: 1.25rem;
    }
    /* -- ESPECIFICACIONES -- */
    .sectioned{
        width: 100%;
    }
}
@media (max-width: 650px){
    /* -- MODELS -- */
    .model-text{
        padding: 2rem .6rem;
    }
    .arrow{
        margin-left: -0.5rem;
    }
    /* -- SHOW.MODEL -- */
    .especificacion .table{
        grid-template-columns: 50% 50%;
    }
}
@media (max-width: 520px){
    /* -- PRECIOS -- */
    .price-btn{
        margin: -15rem 2.5% 2rem;
    }
    .cuotas{
        margin-top: -1rem;
    }
    /* -- CONCESIONARIO -- */
    .map-zone{
        margin: 4rem 0% -1rem;
    }
}
/* -- PHONE -- */
@media (max-width: 480px){
    /* -- HEADER -- */
    .icono-menu{
        display: block;
    }
    #menu{
        display: block;
    }
    #header{
        height: 60px;
    }
    nav{
        height: 60px;
    }
    nav ul{
        display: none;
    }
    /* -- MAIN -- */
    #main{
        background-image: url('../images/BannerPhone.webp');
        background-image: url('../images/BannerPhone.png');
        height: 60rem;
        flex-direction: row;
    }
    #main h1{
        margin-top: 10rem;
        font-size: 4rem;
    }
    /* -- MODELS -- */
    .model-tools ul{
        display: block;
    }
    .model-text{
        display: block;
        padding: 0.4rem 0;
    }
    .model-sector ul{
        grid-template-columns: 100%;
    }
    .model-sector ul li{
        margin:0 0 1rem 0;
    }
    .model-sector h3{
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }
    .model-sector p{
        font-size: 1.75rem;
    }
    .button-mid{
        display: block;
    }
    .button{
        padding: 1rem 0;
    }
    .model-select{
        margin: 0rem 0 -21.5rem;
        width: 100%;
    }
    .arrow{
        margin: -2.75rem 1rem 0 0;
        float: right;
    }
    .back-icon{
        top:auto;
        bottom: 15px;
        left: 15px;
    }
    /* -- CONTACTO -- */
    .section{
        display: block;
    }
    .distance-left, .distance-right{
        margin: 0.5rem 0;
    }
    .submit{
        display: block;
    }
    .submit input{
        width: 100%;
    }
    /* -- CONCESIONARIO -- */
    .blacksecondary{
        margin-top: 0rem;
    }
    #conc dt{
        font-size: 1.35rem;
    }
    .diss{
        display: none;
    }
    /* -- ESPECIFICACIONES -- */
    .banner-model{
        padding-top: 8rem;
        background-size: 101%;
    }
    .section-color ul{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .color{
        margin-bottom: 0.75rem;
    }
    .ahorro h3{
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 0rem;
    }
    .ahorro p{
        line-height: 2.25rem;
    }
    .blacksecondary{
        font-size: 3rem;
        line-height: 4rem;
    }
    #contact h2{
        margin:2rem 0;
    }
    .mid{
        margin:0;
    }
    /* -- ESPECIFICACIONES -- */
    .especificacion .table{
        grid-template-columns: 100%;
    }
    /* -- PRECIOS -- */
    .price-btn{
        flex-direction: column;
        align-items: center;
        margin: -16.5rem 5% 2rem;
    }
    .price-btn p{
        display: block;
    }
    .txt-price{
        font-size: 3.5rem;
    }
    .cuotas{
        margin-top: -1rem;
        font-size: 1.4rem;
    }
    /* -- FOOTER -- */
    .logo-footer img{
        width: 200px;
    }
}
