/*!==============================================
 * 1. BODY
 * ============================================!*/
body{
    font-family: "Open Sans", sans-serif;
}
h1{
    font-family: "Montserrat", sans-serif; 
}
p {
    font-family: "Open Sans", sans-serif;
}
a{
    text-decoration: none !important;
  
}
/*!==============================================
 * 2. NAVBAR
 * ============================================!*/
.nav-link{
    color: white !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    letter-spacing: .5px;
    padding: 0px 22px !important;
}
@media(max-width: 991px){
    .nav-link  {
      color: black !important;
      padding: 10px 0px !important;
    }
  }
.navbar-toggler {
    border: 0px !important;
    color: white !important;
}

.btn-lang-drop{
    background-color: transparent;
    color: white !important;
    padding: 0px !important;
    margin-top: -8px;
    font-family: "Montserrat", sans-serif; 
    font-weight: 600;
}
.btn-lang{
    background-color: transparent;
    color: white !important;
    padding: 0px !important;
    margin-top: -8px;
    font-family: "Montserrat", sans-serif; 
    font-weight: 600;
}
@media(max-width: 768px){
    .btn-lang {
      color: black !important;
        padding-top: 13px !important;
    }
  }
.dropdown-menu.show{
    --bs-dropdown-min-width: auto;
    background: white;
    border: 0px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif; 
    --bs-dropdown-link-color: #4b4b4b;
    border-radius: 0px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: 0px;
}

/*!==============================================
 * 3. HERO / HEADER INDEX
 * ============================================!*/
.bg-hero {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/hero.jpg');
}
@media(max-width: 991px){
    .bg-hero {
      background-image: url('../img/herosm3.jpg');
    }
  }
.hero-container {
    width: 100%;
    height: 100vh;
}
.hero-contact-page {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: linear-gradient(330deg, rgb(107, 6, 3) 0%, #f72929f0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.37);
    font-size: 18px;
    text-align: left;
    padding-top: 170px;
    padding-bottom: 80px;
}
@media(max-width: 991px){
    .home-container{
        align-items: flex-end !important;
        padding-bottom: 40px;
    }
  }
.home-container h1{
    font-size: 3.8rem;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}
@media(max-width: 991px){
    .home-container h1  {
      font-size: 2.6rem;
      margin-bottom: 120px;
    }
  }
@media(max-width: 768px){
    .home-container h1  {
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 120px;
    }
  }
.offcanvas {
    width: 100% !important;
}
.btn-default {
    background-color: white;
    color: #f72929;
    padding: 8px 22px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 500px;
    border: 0px;
}
.btn-qsmx {
    color: white !important;
    background-color: #f72929;
    padding: 8px 42px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 500px;
    border: 0px;
}
.cont-txt-intro-services .btn-qsmx .fi{
    color: white !important;
}
.section-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 32px;
    margin-top: 80px !important;
}
@media(max-width: 991px){
    .section-scroll  {
      margin-bottom: 12px;
    }
  }
.scroll-down {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
.scroll-down:hover {
    transform: translateY(5px);
}
.scroll-down__icon {
    display: inline-block;
    width: 40px;
    margin-top: 16px;
}
/*!==============================================
 * 4. SERVICES
 * ============================================!*/
.card-services-img {
    width: 100%;
height: 100%;
min-height: 500px;
flex: 1 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 760px){
    .card-services-img {
       min-height: auto;
        }
    }
.card-services {
    width: 100%;

    min-height: 500px;
   height: auto;
    background-color: #0f0f0fc7;
    padding: 80px 64px;
    color: white;
    transition: .4s;
}
@media (max-width: 760px){
    .card-services {
       min-height: auto;
       padding: 60px 44px;
        }
    }
.card-services:hover {
    transition: .6s;
    background-color: #0f0f0f;
}
.col-services {
    width: 25% !important;
    flex: 0 0 auto;
    padding: 0px !important;
}
@media (max-width: 1280px){
.col-services {
    flex: 0 0 auto;
    width: 50% !important;
    padding: 0px !important;
    }
}
@media (max-width: 698px){
    .col-services {
        flex: 0 0 auto;
        width: 100% !important;
        padding: 0px !important;
        }
    }
.w-line {
    width: 40px;
    border-bottom: 2px solid #f72929;
    margin: 30px 0px;
}
.card-services span {
    text-align: right !important;
}
.icon-arrow-link {
    width: 100%;
    height: 20px;
    padding-right: 25px;
    margin-top: -35px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: white;
    text-decoration: none !important;
}
/*!==============================================
 * 5. BRANDS / CUSTOMERS
 * ============================================!*/
.brands-container {
    width: 100%;
    min-height: 28vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8f8;
    padding: 40px 0px;
    margin-bottom: 0px;
}
.brands-container h6{
    font-family: "Montserrat", sans-serif; 
    color: #8f8f8f !important;
    letter-spacing: 1px;
}
.brands-container img{
    opacity: .5;
}
/*!==============================================
 * 6. CARDS INFO
 * ============================================!*/
.info-cards{
    width: 100%;
    min-height: 400px;
    padding: 50px 32px;
    text-align: justify;
    border: 1px solid #ebebeb;
}
@media(max-width: 991px){
    .info-cards {
       margin-bottom: 24px;

    }
  }
.info-cards span {
    color: #f72929;
    font-size: 18px !important;
    margin-bottom: 22px !important;
}
.info-cards h3 {
    font-family: "Montserrat", sans-serif;
}
/*!==============================================
 * 7. SECTION POLITICS / ISO 9001
 * ============================================!*/
.section-politics {
    width: 100%;
    height: 480px;
    background: linear-gradient(330deg, rgb(107, 6, 3) 0%, #f72929f0 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    color: white;
    display: flex;
    align-items: flex-end;
    
}
@media(max-width: 991px){
    .section-politics  {
        height: auto;

    }
  }
.section-politics h1{
    font-family: "Montserrat", sans-serif;
}
/*!==============================================
 * 8. FOOTER 
 * ============================================!*/
.nav-item-footer {
    width: 40px;
    height: 40px;
    color: white !important;
    background-color: #979797;
    border-radius: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 12px;
    font-size: 14px;
}
.nav-item-footer a {
    color: white !important;
}
.copyright-text {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 16px;
}
.download-container{
    width: 100%;
    height: auto;
    padding: 120px 30px;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    transition: .4s;
}
@media(max-width: 991px){
    .download-container  {
        padding: 60px 30px;
    }
  }
.download-container:hover {
    background-color: #f72929;
    transition: .6s;
}

.writeus-container{
    width: 100%;
    height: auto;
    padding: 120px 30px;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    transition: .4s;
}
@media(max-width: 991px){
    .writeus-container  {
        padding: 60px 30px;
    }
  }
.writeus-container:hover {
    background-color: #f72929;
    transition: .6s;
}
.text-writeus h6 {
     font-weight: 600;
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 1px;
     color: white;   
     margin-bottom: 0px;  
}
.text-writeus h1{
    font-family: "Montserrat", sans-serif;
}
.text-writeus span{
    font-size: 30px;
    margin-bottom: 16px;
}
.text-writeus a{
        text-decoration: none;
        color: white;
}
.copy-black {
    width: 100%;
    height: 36px;
    background-color: black;
    color: white;
    padding: 4px;
  }
/*!==============================================
 * 9. MAP LOCATION
 * ============================================!*/
.r-locate {
    width: 12px;
    height: 12px;
    background: linear-gradient(330deg, rgb(107, 6, 3) 0%, #f72929f0 100%);
    border-radius: 20px;
}
.g-locate {
    width: 12px;
    height: 12px;
    background: #8f8f8f;
    border-radius: 20px;
}
.txt-locate p{
    color: #8f8f8f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section-locate {
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width: 991px){
    .section-locate  {
       height: 500px;
    }
  }
  @media(max-width: 760px){
    .section-locate  {
       height: 300px;
    }
  }
/*!==============================================
 * 10. CONTACT PAGE FORM
 * ============================================!*/
.form-contact {
    color: white !important;
}
.form-contact h4 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-weight: 600 !important;
}
.form-control {
    color: white !important;
    border-radius: 0px !important;
    border: 2px solid white;
    background-color: transparent !important;
}
::placeholder  {
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
}
/*!==============================================
 * 11. SERVICES PAGE
 * ============================================!*/
.hero-services{
    width: 100%;
    height: 45vh;
    background: rgb(223,39,39);
    background: -moz-linear-gradient(330deg, rgba(223,39,39,0.81) 21%, rgba(45,37,37,0.75) 100%);
    background: -webkit-linear-gradient(330deg, rgba(223,39,39,0.81) 21%, rgba(45,37,37,0.75) 100%);
    background: linear-gradient(330deg, rgba(223,39,39,0.81) 21%, rgba(45,37,37,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#df2727",endColorstr="#2d2525",GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-services h1 {
    color: white;
}
.section-services{
    width: 100%;
    height: auto;
    background: #1a1a1a;
    position: relative;
    z-index: 2;
    margin-top: -80px;
    padding: 80px ;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 991px){
    .section-services  {
       padding: 40px;
    }
  }
.section-services p{
    color: white;
}
@media(max-width: 768px){
    .section-services  p{
       font-size: 15px;
    }
  }
.nav-services {
    color: white;
    padding: 0px 40px;
    text-align: center;
    background-color: transparent;
    border: 0px;
}
.cont-card-serv {
    width: 100%;
    height: auto;
    min-height: 360px;
    padding: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #fdfcfc;
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(4px 20px 12px rgba(0, 0, 0, 0.041));

}
@media(max-width: 991px){
    .cont-card-serv  {
       min-height: 300px;
    }
  }
.cont-card-serv:hover {
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
}

.cont-card-serv h4{
    font-family: "Montserrat", sans-serif;
}


.input-control-fk:focus{
    color:transparent!important;
    border: none;
  }
  
  .input-control-fk{
    color: transparent;
    background: transparent;
    height: auto;
    border: 0;
    position: absolute;
    z-index: -10;
  }
.cont-img-intro-services {
    width: 100%;
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(max-width: 991px){
    .cont-img-intro-services {
        height: 30vh;
        background-position: bottom;
    }
  }
  .cont-txt-intro-services {
    width: 100%;
    height: 45vh;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media(max-width: 991px){
    .cont-txt-intro-services {
        height: auto;
        padding: 20px;
    }
  }
.cont-txt-intro-services h4{
    color: #8f8f8f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cont-txt-intro-services .fi {
    color: #f72929;
}

.data-nav {
    font-size: 10px !important;
    letter-spacing: 1px;
    color: rgb(197, 197, 197) !important;
  }

  .data-card-garage {
    background-color: transparent !important;
    border: none !important;
  }