body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 1em;
    background-color: #1d1d1b;
}

a {
    text-decoration: none;
}

.container {
    padding:0;
}

.new-row{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

h1 {
    color:#ffffff;
    font-size: 2.2em !important;
    font-weight: 100;
}

h2 {
    color:#ffffff;
    font-size: 2em !important;
    font-weight: 400;
}

h3 {
    color:#ffffff;
    font-size: 0.9em !important;
    font-weight: 100;
}

h4 {
    color:#ffffff;
    font-size: 0.9em !important;
    font-weight: 100;
}

h5 {
    color:#ffffff;
    font-size: 0.7em !important;
    font-weight: 100;
}

/* ------- HEADER ------- */

.navbar {
    padding-left: 0;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.8);
}

#nav-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 22;
}

#nav-header-galery {
    width: 100%;
    top: 0;
    z-index: 22;
}

.navbar-nav-socials {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link:hover {
    border-bottom: solid;
    border-color: #e18000;
    border-width: 2px;
}

.nav-link {
    border-bottom: solid;
    border-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    
}

.nolink {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    border-bottom: solid;
    border-color: #e18000;
    border-width: 2px;
}

.navbar-toggler {
    z-index: 15;
}

.dropdown-menu {
    position: absolute;
    font-size: 1em !important;
    font-weight: 400;
    top: 120%;
    z-index: 1000;
    display: none;
    float: left;
    left:auto;
    min-width: 5rem;
    padding: 0px 0;
    margin: 3px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.75);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
  }

 .dropdown-menu a { 
    text-decoration: none;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color:rgba(0, 0, 0, 0.0);
    padding: 8px 13px;
    margin-left: 0;
    width: 100%;
    font-family: 'Muli', sans-serif;
  }

.dropdown-menu li { 
    background-color: #00000000;
  }

.dropdown-item:hover {
    color:#ffffff;
    background-color:rgba(155, 151, 151, 0.4);
    text-decoration: none;
  }

/* WHATSAPP */

.btn-whatsapp-home {
    position:fixed;
    top:5em;
    right:1em;
    z-index: 2000;
    opacity: 0.8;
  }

  .btn-whatsapp-servicios {
    position:fixed;
    top:5em;
    right:1em;
    z-index: 2000;
    opacity: 0.8;
  }

  .btn-whatsapp-contact {
    position:fixed;
    top:5em;
    right:1em;
    z-index: 2000;
    opacity: 0.8;
  }

  /* SLIDER */

.carousel-inner {
    height: 100vh;
}

.carousel-item {
    height: 100vh;
}


.sliderimg-center img{
    height: 100vh;
    object-fit: cover;
    object-position: 50% 0;
}

.sliderimg-right img{
    height: 100vh;
    object-fit: cover;
    object-position: 50% 0;
}

.sliderimg-right2 img{
    height: 100vh;
    object-fit: cover;
    object-position: 50% 0;
}

.sliderimg-left img{
    height: 100vh;
    object-fit: cover;
    object-position: 50% 0;
}


.shadow {
    position: absolute;
    z-index: 1;
    height: 100vh;
    background: linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

/* MAIN */

#main {
    position: absolute;
    top: 25%;
    z-index: 3;
}

/* MAIN EMPRESA */

#main-empresa {
    position: absolute;
    top: 25%;
    z-index: 3;
}

/* MAIN SERVICIOS */

#main-servicios {
    position: absolute;
    bottom: 10vh;
    z-index: 1;
}

.service-item {
    background-color: rgba(0,0,0,0.4);
    border: solid;
    border-color: #ffffff;
    border-width: 1px;

}

/* SUPERSERIES */

#super-series {
    position: relative;
    padding-top: 30%;
    margin-top:57px;
    background-image: url(../images/backs/super-series.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#sport-series {
    position: relative;
    padding-top: 30%;
    margin-top:57px;
    background-image: url(../images/backs/sport-series.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#new-gt {
    position: relative;
    padding-top: 30%;
    margin-top:57px;
    background-image: url(../images/backs/new-gt.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.cta {
    border: solid;
    border-width: 1px;
    color:#ffffff;
    text-decoration: none;
}

.cta a {
    color:#ffffff;
    text-decoration: none;
}

.cta:hover {
    border: solid;
    border-width: 1px;
    color:#e18000;
    text-decoration: none;
}

.cta a:hover {
    
    color:#e18000;
    text-decoration: none;
}

.botonera a {
    text-decoration: none;
}

/* CARS SPECS */

#main-text-car {
    position: absolute;
    top: 15%;
    z-index: 3;
}

.text-car {
    height: 40vh;
}

.custom-scrollbar-css {
    overflow-y: scroll;
  }

  /* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
    width: 2px;
  }
  
  /* scrollbar track */
  .custom-scrollbar-css::-webkit-scrollbar-track {
    background: #ffffff;
  }
  
  /* scrollbar handle */
  .custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 2rem;
    background-color: #1d1d1b;
  }

  /* gallery */

.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    border: solid;
    border-color: #ffffff;
    border-width: 1px;
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}


.baguetteBox-button {
    background-color: transparent !important;
}

/* GALERIA */
#main-text-car {
    position: absolute;
    z-index: 3;
}

.photo-gallery {
    padding-right: 0;
    padding-left: 0;
}

/* gallery */

.crap .lightbox img {
    object-fit: cover;
    width: 48vh;
    height: 28vh;
    border: solid;
    border-color: #000000;
    border-width: 1px;
    opacity: .6;
}


.crap .lightbox img:hover {
    opacity: 1;
    z-index: 25;
    transform: scale(1);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

/* CONTACTO */

.btn {
    width: 100%;
    color: #ffffff;
    border: solid;
    border-width: 1px;

    border-radius: 0;
    font-weight: 100;
    font-size: 1em;
}

.btn:hover {
    width: 100%;
    color: #e18000;
    border: solid;
    border-radius: 0;
    border-width: 1px;
    font-weight: 100;
    font-size: 1em;
}

.form-control {
    opacity: .7;
    border: none;
    border-radius: 0;
}

/* FOOTER */

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

#footer-modelo {
    width: 100%;
    bottom: 0;
    z-index: 2;
}

#footer a{
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 100px) and (max-width: 400px) {

    .modelos {
        margin-right: 1rem!important;
    }

    /* SLIDER */ 
    .sliderimg-right img{
        height: 100vh;
        object-fit: cover;
        object-position: 60% 0;
    }

    .sliderimg-right2 img{
        height: 100vh;
        object-fit: cover;
        object-position: 80% 0;
    }

    /* WHATSAPP */

.btn-whatsapp-home {
    position:fixed;
    bottom:1em;
    right:0;
    z-index: 2000;
    top:auto;
  }

  .btn-whatsapp-contact {
    display:none;
  }

  .btn-whatsapp-servicios {
    position:absolute;
    top: 5em;
    bottom:auto;
    right:0;
    z-index: 2000;
  }

 

  
  /*MAIN*/
  h1 {
    color:#ffffff;
    font-size: 1.5em !important;
    font-weight: 100;
}

/* MAIN */

#main {
    position: absolute;
    top: 15%;
    z-index: 3;
}

/* MAIN SERVICIOS */

#main-servicios {
    position: absolute;
    top: 55%;
    z-index: 3;
}

/* MAIN EMPRESA */
#main-empresa {
    position: absolute;
    top: 55%;
    z-index: 3;
}

/* galery */

.crap .lightbox img {
    object-fit: cover;
    width: 100%;
    height: 28vh;
    
}
    
}

/* boton flotante de whatsapp */

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}

.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* pantalla completa */
    overflow: hidden;
}

/* video de fondo en index.html */

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
 /* desactiva interacción */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* opcional: sombra para contraste */
    z-index: -1;
}
