body{
  font-family: "Open Sans", serif;
} 

section[id] {
    scroll-margin-top: 80px;
}

/* Color para las 3 líneas del menú en móvil */
.navbar-toggler-icon {
    filter: invert(100%) !important;
}


.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1) !important;
}
/* Color para las 3 líneas del menú en móvil FIN*/

.logo{
  width: 100px;
} 

/* Aplicar a todos los títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

/* Aplicar al texto normal y párrafos */
body, p, a, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.bg-menu {
    background-color: #262829 !important;
}

.nav-custom {
    background-color: #262829 !important;
}

.nav-custom .nav-link {
    color: #ffffff;
}


.btn-float1 {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
.btn-float2 {
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
  text-shadow: 3px 3px 3px #000;
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 2rem;  
  
}

.forma-contacto h5 {
    color: #064f1d !important;
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}


/*botones*/
.btn-llamanos{
  background: #252728;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
  border: 2px solid white;
}

.btn-llamanos:hover{
  background: #ffffff;
  color: #252728;
} 

.btn-whatsapp{
  background: #252728;
  color: white; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
  border: 2px solid white;
}
.btn-whatsapp:hover{
  background: #ffffff; 
  color:  ##252728;
}

.btn-envia{
  background: #2498d1;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #cc3d05;
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #ff0202;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #000000;
  color: white;  
} 

.btn-llamanos-g{
  background: #2498d1;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background: #1c84ad; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

/*banner fondo*/ 
#banner {
  background-image: url(../img/yuan-pro-dmi-banner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/*GRACIAS*/
.section-thanks h1 {
    color: #2498d1;
}

.section-thanks h4 {
    color: #262829;
}

/* Botón de regresar personalizado (sustituyendo btn-naranja si quieres control total) */
.btn-back-custom {
    background-color: #262829;
    color: white;
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-back-custom:hover {
    background-color: #444;
    color: white;
}
/*GRACIAS FIN*/


/*formulario*/
:root {
  --byd-red: #e31837;
  --glass-white: rgba(255, 255, 255, 0.15);
  --border-light: rgba(255, 255, 255, 0.4);
}

/* Contenedor del Formulario */
:root {
  --byd-blue: #2498d1;
  --glass-white: rgba(255, 255, 255, 0.15);
  --border-light: rgba(255, 255, 255, 0.4);
}

.byd-form {
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  color: white;
}

h3 {
  letter-spacing: 2px;
  font-weight: 300;
}

/* Inputs y Selects Glossy */
.glossy-input {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1.5px solid var(--border-light) !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 0.9rem;
  outline: none;
  transition: 0.3s;
  display: block;
}

.glossy-input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.glossy-input:focus {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: white !important;
}

/* Estilo para las opciones del Select (fondo oscuro para legibilidad) */
select.glossy-input option {
  background: #262829; 
  color: white;
}

/* Captcha Estilo Imagen */
.captcha-placeholder {
  background: rgba(249, 249, 249, 0.95);
  padding: 10px;
  border-radius: 5px;
  color: #555;
  font-size: 0.85rem;
  text-align: left;
}

/* Botón Azul #2498d1 */
.btn-send {
  width: 100%;
  padding: 15px;
  background: var(--byd-blue);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-send:hover {
  background: #1c7bad; 
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(36, 152, 209, 0.4);
}

@media (max-width: 769px) {

  #banner { 
    display: block !important; 
    padding-top: 400px !important; 
    background-position: center top !important; 
    height: auto !important;
  }


  #contacto {
    padding: 0 !important;
    margin: 0 !important;
  }


  .byd-form {
    position: relative !important; 
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    
    margin: 0 auto 40px !important; 
    width: 92% !important;
    

    background: #262829 !important; 
    opacity: 1 !important;
    backdrop-filter: none !important; 
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }


  .byd-form h3 {
    color: white !important;
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

@media (max-width: 426px) {

  #banner { 
    display: block !important; 
    padding-top: 250px !important; 
    background-position: center top !important; 
    height: auto !important;
  }


  #contacto {
    padding: 0 !important;
    margin: 0 !important;
  }


  .byd-form {
    position: relative !important; 
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    
    margin: 0 auto 40px !important; 
    width: 92% !important;
    

    background: #262829 !important; 
    opacity: 1 !important;
    backdrop-filter: none !important; 
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }


  .byd-form h3 {
    color: white !important;
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
}
/*formulario FIN*/

/*TODO LO NUEVO*/

/*Bloque 1*/
:root {
  --byd-red: #e31837;
}

.text-byd-red {
  color: var(--byd-red) !important;
}


.model-name {
  font-weight: 300;
  color: #333;
  font-size: 3rem;
}


.price-amount {
  font-size: 4rem;
}


.finance-box {
  background-color: #f7f7f7;
}


.divider {
  max-width: 600px;
}


.container-thin {
  max-width: 700px;
}
/*Bloque 1 FIN*/

/*Bloque 2*/
.section-title {
  font-weight: 300;
  letter-spacing: 12px;
  color: #252728;
  text-transform: uppercase;
}

.color-option {
  text-align: center;
  width: 90px;
}

.color-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.3s;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display: inline-block;
}


.color-circle.active {
  border-color: #ffffff;
  transform: scale(1.15);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.color-name {
  font-size: 0.7rem;
  color: #444;
  display: block;
  margin-top: 8px;
  font-weight: 500;
}

#car-display {
  max-width: 950px;
  transition: opacity 0.3s ease; 
}
/*Bloque 2 FIN*/

/*Bloque 3*/
.byd-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #262829;
}


.subtitulo-hero {
    color: #ffffff;
}

.img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.specs-container {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}


@media (max-width: 991px) {
    .border-end-custom {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


@media (max-width: 769px) {
    .byd-wrapper {
        height: 100vh; 
        min-height: 900px;
    }
	
	.subtitulo-hero {
        color: white; 
    }

    .img-main {
        transform: none !important; 
        object-position: center !important;
    }

    .display-3 {
        font-size: 2.2rem !important;
    }

    .specs-container {
        width: 90%;
        margin: 0 auto;
        padding: 1rem !important;
    }

    .col-md-3 {
        width: 100%; 
    }
}


@media (max-width: 426px) {
    .byd-wrapper {
        height: 100vh; 
        min-height: 700px;
    }
	
	.subtitulo-hero {
        color: #ffffff; 
    }

    .img-main {
        transform: none !important; 
        object-position: center !important;
    }

    .display-3 {
        font-size: 2.2rem !important;
    }

    .specs-container {
        width: 90%;
        margin: 0 auto;
        padding: 1rem !important;
    }

    .col-md-3 {
        width: 100%;
    }
}
/*Bloque 3 FIN*/

/*Bloque 4*/
.feature-card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.image-wrapper {
  height: 220px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.feature-card:hover .image-wrapper img {
  transform: scale(1.1);
}

.section-title {
  letter-spacing: 1px;
  color: #121212;
}

/*Bloque 4 FIN*/

/*Bloque 5*/
:root {
  --byd-blue: #2498d1;
}

.interior-card {
  position: relative;
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background: #000;
}

.interior-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 20%, rgba(0,0,0,0) 100%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  transition: background 0.4s;
}


.overlay h3 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}


.expandable-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.3s ease;
}


.expandable-text p {
  color: #ffffff !important;
  text-align: left !important;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

.expandable-text.show {
  max-height: 250px;
  opacity: 1;
}

.btn-ver-mas {
  background-color: var(--byd-blue);
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
  cursor: pointer;
}

.interior-card:hover img {
  transform: scale(1.05);
}
/*Bloque 5 FIN*/

/*Bloque 6*/
:root {
  --byd-red: #e31837;
}

.video-gallery {
  background-color: #f8f9fa;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; 
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  cursor: pointer;
  background: #efefef;
  transition: transform 0.4s ease;
}

.video-placeholder {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: transform 0.6s ease;
}

.play-button {
  width: 70px; height: 70px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex; justify-content: center; align-items: center;
  color: #ffffff;
}

.play-button svg { width: 30px; fill: white; margin-left: 5px; }


.video-wrapper video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
}

.video-wrapper:hover { transform: translateY(-8px); }
.video-wrapper:hover .play-button { 
  background: #2498d1; 
  border-color: #ffffff; 
  transform: scale(1.1);
}
/*Bloque 6 FIN*/

/*Bloque 7*/
:root {
  --byd-blue: #2498d1;
  --dark-text: #1a1a1a;
}

.security-section {
  background-color: #0d0d0d;
  padding: 80px 0;
}

.main-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
  color: white;
  letter-spacing: 1px;
}

.security-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.4s ease;
}

.security-card:hover {
  transform: translateY(-8px);
}

.card-header h3 {
  color: var(--dark-text) !important; 
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  min-height: 3.5rem;
  margin-bottom: 20px;
}

.image-box {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  overflow: hidden;
}

.img-security {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}


.security-card .expandable-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease;
}

.security-card .expandable-text.active {
  max-height: 200px;
  opacity: 1;
  margin-bottom: 20px;
}


.security-card .expandable-text p {
  font-size: 0.9rem;
  color: #444444 !important; 
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.btn-ver-mas-blue {
  background-color: var(--byd-blue);
  color: white;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: auto;
}
/*Bloque 7 FIN*/

/*Bloque 7.5*/
.tracking-wider {
  letter-spacing: 2px;
}

.byd-version-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.byd-version-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(36, 152, 209, 0.3);
}


.byd-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--byd-blue);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}


.byd-car-img {
  max-height: 180px;
  object-fit: contain;
  margin-top: 20px;
  transition: transform 0.4s ease;
  border-radius: 20px;
}

.byd-version-card:hover .byd-car-img {
  transform: scale(1.04);
}


.byd-mini-specs {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 20px;
}

.byd-mini-specs li {
  font-size: 0.88rem;
  color: #555555;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}


.byd-mini-specs li i {
  color: var(--byd-blue);
  margin-right: 10px;
  font-size: 1.1rem;
  flex-shrink: 0;
}


.btn-byd-action {
  display: inline-block;
  background: #262829;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.btn-byd-action:hover {
  background: var(--byd-blue);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(36, 152, 209, 0.3);
}


.btn-general-pdf {
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.btn-general-pdf:hover {
  background-color: #262829;
  border-color: #262829;
  color: #ffffff;
}
/*Bloque 7.5*/

/*Bloque 8*/
:root {
    --byd-blue: #2498d1;
}

.hero-relative {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 80vh;
    min-height: 500px; 
    background-color: #212121;
}


.hero-picture-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.hero-picture-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-overlay-ficha {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; 
    z-index: 2;
}

.btn-byd-primary {
    display: block;
    width: fit-content;
    background-color: var(--byd-blue);
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
}

.btn-byd-outline {
    display: block;
    width: fit-content;
    background-color: white;
    color: #252728;
    padding: 12px 30px;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid white;
}


@media (max-width: 769px) {
    .hero-relative { 
        height: 550px !important; 
    }


    .hero-picture-bg img { 
        transform: scale(1.4); 
        object-position: 35% center !important; 
    }

    .content-overlay-ficha {
        align-items: flex-start; 
        padding-top: 60px; 
        text-align: center;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .h1banner {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .btn-byd-primary, .btn-byd-outline {
        width: 90%;
        max-width: 280px;
        padding: 12px 20px;
        margin-bottom: 10px;
    }
}


@media (max-width: 426px) {
    .hero-relative { 
        height: 500px !important; 
    }


    .hero-picture-bg img { 
        transform: scale(1.1); 
        object-position: center !important; 
    }

    .content-overlay-ficha {
        padding-top: 40px; 
    }

    .h1banner {
        font-size: 1.8rem;
    }
}


/*Bloque 8 FIN*/

/*Nuevo footer general*/
.cta-minimal {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200; 
    font-size: 1.25rem;
    letter-spacing: 6px; 
    text-transform: uppercase;
    margin: 0;
    opacity: 0.9; 
}


@media (max-width: 768px) {
    .cta-minimal {
        font-size: 1rem;
        letter-spacing: 3px;
        line-height: 1.5;
    }
}
/*Nuevo footer general FIN*/




/*FOOTER*/
.bg-dark2 {
    background-color: #212121 !important;
}




/*MEDIAS*/
@media (max-width: 991px) {
  #car-display {
    max-width: 90%; 
  }
  
  .section-title {
    letter-spacing: 8px; 
    font-size: 1.5rem;
  }
  
  .byd-wrapper {
    height: 80vh; 
  }

  .specs-container {
    width: 90%; 
    margin: 0 auto;
    padding: 1.5rem !important;
  }
  
  
}


@media (max-width: 767px) {
  .section-title {
    letter-spacing: 5px; 
    font-size: 1.2rem;
  }

  .car-viewer {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .car-image-container {
    min-height: 200px !important; 
    margin-bottom: 2rem !important;
  }

  .color-option {
    width: 70px; 
  }

  .color-circle {
    width: 38px;
    height: 38px;
  }

  .color-name {
    font-size: 0.6rem;
    letter-spacing: 0.5px;
  }
  

  .color-selector {
    gap: 15px !important; 
  }
  
  .byd-wrapper {
    height: auto; 
    min-height: 600px;
    display: flex;
    flex-direction: column;
  }

  .img-main {
    position: relative; 
    height: 40vh; 
    object-position: center;
  }

  .content-overlay {
    position: relative; 
    z-index: 2;
    padding: 20px 0;
  }

  .specs-container {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2); 
  }
  
}


@media (max-width: 425px) {
  .section-title {
    letter-spacing: 6px; 
    font-size: 1.3rem;
  }

  .car-image-container {
    min-height: 250px !important; 
  }

  .color-selector {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); 
    justify-items: center;
    gap: 20px !important;
    max-width: 300px;
    margin: 0 auto;
  }

  .color-option {
    width: 100%; 
  }
}

/*Footer BYD*/
.cta-section {
  background-color: #37484f;
}

.text-byd-blue {
  color: #2498d1 !important;
}

.tracking-wider {
  letter-spacing: 2px;
}

.x-small {
  font-size: 0.75rem;
}

.btn-agenda-footer {
  background-color: var(--byd-blue);
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
  cursor: pointer;
}
/*FOOTER BYD fin*/