
body{
    background-color: #F4F4F4;
}
.listado-d1.row{
    background-color: #F4F4F4;
}
/* Contenedor principal de los botones */
.cta-container {
    display: flex;
    gap: 9px; /* Espacio entre los botones */
    flex-wrap: wrap; /* Permite que los botones se apilen en móvil */
    justify-content: center; /* Centra los botones en el contenedor */
    margin-top: 25px;
    margin-bottom: 55px;
}
body div.bw input.cotiza {
    background-color: #BA0816 !important;
    color: white !important;
}
body div.bw input.cotiza:hover {
    background-color: black !important;
    color: white !important;
    border: 2px solid balck !important;
}
/* Estilo base para ambos botones */
.cta-container a, .otro, input.cotiza  {
    display: inline-block;
    color: #fff; /* Texto blanco */
    font-size: 16px; /* Tamaño del texto */
    font-weight: bold; /* Negrita */
    text-align: center; /* Centrado del texto */
    text-decoration: none; /* Sin subrayado */
    padding: 10px 20px; /* Espaciado interno */

    transition: all 0.3s ease, opacity 0.2s ease; /* Transición suave para hover */
    opacity: 1; /* Transparencia inicial */
    flex: 1 1 auto; /* Flexibilidad para adaptarse */
    cursor: pointer;
    border: 0px !important;
    border-radius: 0px;
}
.cta-container.price{
    margin: 0px !important;
    justify-content: left;
}
/* Botón "Cotizar" */
.cotiza {
    background-color:#BA0816; /* Azul grisáceo */
    text-decoration: none !important;
    color: white !important;
    min-width: 140px;
    border: 0px solid black;
}
.listado-d1 a{
    text-decoration: none !important;
    /*text-transform: uppercase;*/

}
.listado-d1 a.test{
        max-width: 70%;
    padding: 3px;
    font-size: 15px;
    clear: both;
    display: block;
    width: 100%;
}

.cotiza:hover {
    background-color: #000; /* Azul más oscuro */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); /* Más sombra al pasar */
    opacity: 0.9; /* Efecto tenue de desvanecimiento */
    color: white !important;
}

/* Botón "WhatsApp" */
.wsp {
    background-color: #fff; /* Verde de WhatsApp */
    border: 1px solid #25d366;
    color: #25d366 !important;
}

body .wsp:hover {
    background-color: #1ebe5b; /* Verde más oscuro */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); /* Más sombra al pasar */
    opacity: 0.9; /* Efecto tenue de desvanecimiento */
    color: white !important;
}
/* Botón "otros" */
.otro {
    background-color: #1C1F2A; 
    border: 2px solid black;
    color: white !important;
    float: right;
    width: 100%;
}

.otro:hover {
    background-color: #f5f5f5; /* Verde más oscuro */
    color: black !important;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); /* Más sombra al pasar */
    opacity: 0.9; /* Efecto tenue de desvanecimiento */
}
/* Responsive Design */
@media (max-width: 768px) {
       .offcanvas-body .flex-fill {
    flex: 1 1 auto !important;
    min-width: 100% !important;
    text-align: left;
    border-bottom: 1px solid gray;
}
.otro{
    width: 100%;
}
.footer ul{
      display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.drive .otro{
    padding: 5px;
        font-size: 12px;
        float: right;
        position: relative;
        right: -30px;
        top: 4px;
}
 


    .cta-container {
        flex-direction: column; /* Los botones se apilan */
        gap: 10px; /* Espacio entre botones en móvil */
    }
    img.slide-home.logo-desktop{
        display: none !important;
    }
    body .hamburger{
        width: 60px;
        height: 65px;
       padding-top: 13px;
    }
    body span.menu{
        font-size: 16px;
        color: white;

    }
    .listado-d1 a.test{
        max-width: 100% !important;
    }
    .bm{
    border-bottom: 1px solid #ccc;
    padding-bottom: 2em;

}
.vn.ho footer{
     position: relative !important;
    bottom:inherit;
    width: 100%;
}

}

img.slide-home{
    display: block;
    clear: both;
    margin: 0 auto;
    max-width: 100%;
}
h2{
  
    text-decoration: none;
    color: #333;
}
/*Footer*/
.footer {
  background-color: #ccc !important; /* Color del fondo superior */
   
}
.vn.ho footer{
     position: absolute;
    bottom: 0;
    width: 100%
}

.footer ul {
  padding-left: 0;
  list-style: none;
}



.footer .text-muted {
  color: #000; /* Color negro para las líneas de división */
}

.footer small {
  color: #fff; /* Texto blanco para la parte inferior */
  background-color: #1C1F2A; /* Fondo negro para la barra inferior */
  display: inline-block;
  padding: 0.5rem 1rem;
  width: 100%;
}
 .footer li a.text-dark, .footer a.text-dark i{

    color:#1C1F2A !important ;
}


        /*Footer*/


        /*Header*/
      
.custom-header {
    background-color: #1C1F2A;
   /* border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.container-fluid {
    max-width: 1440px;
}
span.menu{
    font-size: 10px;
    color: white;
}

/* Logo */
.logo-section {
    flex: 1;
    position: relative;
}

.logo {
    display: none;
    height: auto;
    max-height: 80px;
}

.logo-mobile {
    display: block;
        float: left;
    max-width: 56px;
    padding: 10px 0px;
}

@media (min-width: 992px) {
    .logo-mobile {
        display: none;
    }
    .logo-desktop {
        display: block;
    }
    header .logo-desktop {
        float: left;
     
        position: relative;
                max-width: 60px;
        padding: 10px 0px;
        
    }
}

/* Menú lateral derecho */
.menu-section {
    flex: 1;
    justify-content: flex-end;
}

.menu-item {
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

.menu-item:hover {
     
            text-decoration: none;
            color: #d2c7be !important;
       
}

/* Offcanvas Menú */
.offcanvas-body {
    padding: 20px;
}

.menu-link {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: color 0.1s;
}

.menu-link:hover {
    color: #d2c7be;
}

/* Submenu */
.submenu .submenu-items {
    display: none;
    margin-left: 15px;
}

.submenu .submenu-toggle::after {
    content: '▼';
    font-size: 0.8rem;
    margin-left: 5px;
    transition: transform 0.1s;
}

.submenu.open .submenu-items {
    display: block;
}

.submenu.open .submenu-toggle::after {
    transform: rotate(180deg);
}
/*Header*/

/* Estilo del botón de hamburguesa */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        width: 42px;
    height: 37px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100; /* Asegura que esté sobre el contenido */
    position: relative;
}

.hamburger .line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.1s ease-in-out;
}

/* Transformación en X */
.hamburger.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Menú en desktop ocupa el 100% */
@media (min-width: 992px) {
    .offcanvas-vertical .offcanvas-body {
        width: 100%;
        max-width: none; /* Deshabilita el ancho limitado */
        padding: 20px 40px;
    }
}

/* Desktop: Efecto horizontal bajo el header */
@media (min-width: 992px) {
      .subm {
        display: inline-flex;
      }
    .subm li{
    border-bottom: 1px solid gray;



}
.subm li {
  min-width: 120px; /* Ancho mínimo para cada ítem */
  margin: 5px 10px; /* Separación entre ítems */
}

.menu-link {
  text-decoration: none;
 
}

.menu-link:hover {
color: #d2c7be;
}
    .offcanvas.offcanvas-vertical {
        position: absolute;
        transform: translateY(-100%);
        transition: transform 0.01s ease-in-out;
        height: auto;
        max-height: 100%;
        top: calc(100%); /* Se alinea debajo del header */
        left: 0;
        right: 0;
        width: 100%; /* Ancho completo */
        border-bottom: 1px solid #ddd;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1050; /* Asegura que esté sobre el contenido */
    }

    .offcanvas.show.offcanvas-vertical {
        transform: translateY(0);
        max-height: 11em;
    }

    /* Ajustes del cuerpo del menú */
    .offcanvas-vertical .offcanvas-body {
        padding: 0px 40px;
    }

    /* Botón de cierre en desktop */
    .offcanvas-vertical .btn-close {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    /* Ajuste del submenu */
    .submenu .submenu-items {
        padding-left: 20px;
    }
}
/*Redes sociales*/
.rrss{
        float: right;
    margin-bottom: 10px;
    position: relative;
    top: -31px;

}
/*formulario*/
.bb{
    border-bottom: 1px solid #000;
   
}

/* datos.tpl*/
.bw{
    background-color: #f4f4f4;
}
#valid-div {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    }
button, input, optgroup, select, textarea, .form-control {
    width: 100%;
    border-bottom: 1px solid black !important;
    min-height: 40px;
    background-color: #f4f4f4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px

}
body .form-check-input[type=checkbox]{
  min-height: 20px;
}
textarea{
    max-height: 80px;
}
.loading {
    display: none;
    float: right;
    margin-top: -40px;
    margin-right: -2px;
    max-width: 40px;
        z-index: 999999;
    position: relative;
}
.pgtp{
    padding-top: 15px;
}
section .row{
    padding-left: 1em;
    padding-right: 1em;
}
section h4{
    margin-bottom: 0px;
}
body .form-check-input:checked{
        background-color: #000;
    border-color: gray;

}
.d-flex.align-items-start.legal{
    padding-top: 1.3em;
}
.offcanvas-backdrop.show{
    opacity: 0 !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    z-index: 0;
}

.legy p{
    text-align: justify;
}
i.lb{
        max-width: 3em;
    display: block;
    background-color: black;
    height: 2px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.pgtp i.lb{
    margin-left: inherit !important;
    margin-right: inherit !important;

}
footer .align-items-center{
        gap: 28px;
    margin-bottom: 10px;
}

/*store*/ /*tabs specs*/
 .floating-circle {
    top: 12px;
    right: -20px;
   background: #8A1630;
    color: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
        font-family: 'DS Automobiles Pro b';
    margin-bottom: -65px;
    position: relative;
    line-height: 17px;
  }

  /* Ajustes para pantallas pequeñas */
  @media (max-width: 768px) {
    .floating-circle {
               width: 85px;
        height: 85px;
        font-size: 21px;
        top: -33px;
        right: -10px;
    }
    .menu-item{
        font-size: 2rem;
    }
     .menu-section{
        max-width: 100px !important;
     }
    .menu-section  .row div{
        padding: 0px !important;
    }

     }

     .ncyber{
    color: #8A1630;

  }
  .cur{
    font-family: 'DS Automobiles Pro l';

  }
  .dcto{
          font-family: 'DS Automobiles Pro b';
          font-size: 16px;

}
 .accordion-item button{
    width: 100%;
    color: #333;
    padding: 13px 10px;
    text-align: left;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 16px;

    background-position-x: 98%;
    background-repeat: no-repeat;
    background-position-y:50% ;
        font-family:'sequellight';
 }
 .accordion-item button i{
    color: #333 !important;
    margin-right:5px;
    font-size:21px
     }
.accordion-body ul li{
        font-family:'sequellight';
    font-size: 13px;

}
.accordion-body ul{
    /*background-color: #f1f1f1;*/
    list-style-type: disc;
    padding: 26px 33px
}
a.showroom{
     background-color: #000;
        font-family:'sequellight';
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 0.3s ease, opacity 0.2s ease;
    opacity: 1;
    flex: 1 1 auto;
    cursor: pointer;
    margin: 10px auto !important;
        border: 2px solid black;
    max-width: 300px;
}
a.showroom:hover{
      background-color: black;!important;
    color: white !important;
    border: 2px solid black;
}
.accordion-body{
  padding: 0px;
}
.accordion-button:not(.collapsed){
  background-color: #eee;
  color: #000 !important;

}
  

  






