.bold-nissan { font-family: "nissan_brandbold" !important; }

.header-container {
    background: url('../images/NISS_NL_23_LD_NOTA_03_1920_FY20_02.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-container .header {
    padding-top: 860px;
    padding-bottom: 10px;
}

.header-container .header .card {
    background-color: transparent !important;
    border: 0px;
    color: #636363 !important;
}

.container-text { 
    margin-top: 0px !important;
    background: #d7d7d7 !important;
}

.container-text.gradient2 { background: #d2d0d1 !important; }
.container-text.gradient3 { background: #cccacb !important; }

.container-two { margin-top: 0px !important; }
.container-three { margin-top: 0px !important; }

div.liner { display: inline-block !important; margin-bottom: 10px; height: 5px; width: 240px; background: #868585; }

a, a:hover {
    text-decoration: ;
    color: black;
    font-family: "nissan_brandbold" !important;
    background-color: transparent;
    text-decoration: underline;
}

/* 
 *  MEDIA QUERIES BOOTSTRAP
 *  Resoluciones manejadas por bootstrap
 */
 @media (min-width: 330px) { 
     
 }

 @media (min-width: 576px) { 
    /* .header-container { max-height: 492px !important; }
    .header-container .header {
        padding-top: 380px;
        padding-bottom: 10px;
    }
     .container.container-expand { max-width: 100% !important; }
     .container-two { margin-top: 30px !important; } */
}

 @media (max-width: 576px) { 
    .header-container { max-height: 292px !important; }
    .header-container .header {
        padding-top: 280px;
        padding-bottom: 10px;
    }

    .container-two { margin-top: 230px !important; }
    .container-text.gradient1 { 
        background: rgb(226,226,226) !important;
        background: linear-gradient(180deg, rgba(226,226,226,1) 0%, rgba(217,217,217,1) 100%) !important;
    }

    .container-text.gradient2 { 
        background: rgb(213,213,213) !important;
        background: linear-gradient(180deg, rgba(213,213,213,1) 0%, rgba(201,199,200,1) 100%) !important;
    }

    .container-text.gradient3 {
        background: #c9c7c8 !important;
    }
 }
  
 @media (min-width: 768px) {
    .container.container-expand { max-width: 100% !important; }
    .header-container .header { padding-top: 480px; padding-bottom: 0px; }
    .header-container .header .header-text { padding-bottom: 0px; margin-top: 100px; }
    .header-container .header .header-text .card-body { padding-bottom: 0px; }
 }
  
 @media (min-width: 992px) {
     .header-container .header {
         padding-top: 580px;
     }
     .header-container .header .header-text {
        margin-top: 10px;
    }
 }
  
 @media (min-width: 1200px) {
    .container.container-expand {
        max-width: 2520px !important;
        margin-top: 4%;
    }

    .header-container .header {
        padding-top: 800px;
        padding-bottom: 40px;
    }

 }