/* =========================================================================
   Biodren — estilos propios de la página. Todo va con prefijo .bd- para no
   chocar con style.css del sitio. No modifica ninguna clase existente.
   ========================================================================= */

:root {
    --bd-verde: #1a5632;
    --bd-verde-osc: #0a5431;
    --bd-verde-claro: #e8f1ec;
    --bd-amarillo: #f6b736;
    --bd-gris: #f4f5f6;
    --bd-borde: #e5e5e7;
    --bd-texto: #2b2b2b;
    --bd-muted: #6a6f75;
    --bd-radio: 22px;
    color: var(--bd-texto);
}

.bd-wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* ---------- Hero ---------- */
.bd-hero { width: 100%; background: #f0f0f0; }
.bd-hero img { width: 100%; height: auto; display: block; }

/* ---------- Títulos ---------- */
.bd-intro { text-align: center; padding: 60px 0 45px; }
.bd-h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--bd-verde);
    margin: 0 0 18px;
    line-height: 1.25;
}
.bd-intro p {
    max-width: 860px;
    margin: 0 auto;
    color: var(--bd-texto);
    font-size: 15.5px;
    line-height: 1.7;
}
.bd-seccion-titulo {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--bd-verde);
    margin: 0 0 34px;
}

/* ---------- Tarjetas base ---------- */
.bd-card {
    background: var(--bd-gris);
    border-radius: var(--bd-radio);
    padding: 28px 30px;
    height: 100%;
}
.bd-card--plain { background: #fff; border: 1px solid var(--bd-borde); }
.bd-card p { font-size: 14.5px; line-height: 1.7; margin: 0 0 14px; }
.bd-card p:last-child { margin-bottom: 0; }
.bd-card strong { color: var(--bd-verde); }

/* ---------- Producto: texto + imagen ---------- */
.bd-producto { padding: 10px 0 90px; }
/* Columnas parejas: la caja de la imagen crece hasta llenar la altura que
   deja el texto de al lado, y las miniaturas quedan abajo (como en el diseño).
   La columna es flex para que ese reparto lo haga el navegador solo. */
.bd-producto > .bd-wrap > .row { align-items: stretch; }
.bd-producto .bd-card { height: 100%; }
.bd-producto-col {
    display: flex;
    flex-direction: column;
}
.bd-producto-img {
    background: var(--bd-gris);
    border: 1px solid var(--bd-verde);
    border-radius: var(--bd-radio);
    padding: 25px 25px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 320px;
    overflow: hidden;
}
.bd-producto-img > img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
.bd-producto-img img { max-width: 100%; height: auto; }

/* Distintivos 26T / 40T (imágenes originales del sitio).

   Solo pertenecen a la imagen del módulo, así que se muestran únicamente
   mientras esa es la que se está viendo. Sobre la foto del camión o sobre el
   dibujo de medidas quedaban encima del contenido y se veían mal.
   El atributo data-actual lo lleva el HTML desde el servidor en 0, así que sin
   JavaScript los distintivos igual se ven. */
.bd-cargas {
    position: absolute;
    top: 24px;
    right: 26px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: opacity .7s ease;
}
[data-bd-rotador]:not([data-actual="0"]) .bd-cargas {
    opacity: 0;
    visibility: hidden;
}
.bd-cargas img { width: 122px; height: auto; }
@media (max-width: 1199px) {
    .bd-cargas img { width: 98px; }
}
@media (max-width: 575px) {
    .bd-cargas { top: 14px; right: 14px; gap: 10px; }
    .bd-cargas img { width: 72px; }
}

/* Fila de miniaturas del producto */
.bd-miniaturas {
    margin-top: 18px;
    margin-left: -8px;
    margin-right: -8px;
    flex: 0 0 auto;
}
.bd-miniaturas > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

/* --- El tema del sitio flota las columnas y las filas colapsan de alto.
       Se corrige SOLO dentro de las secciones propias, para no alterar
       el resto del sitio. --- */
.bd-producto .row,
.bd-miniaturas,
.bd-beneficios .row {
    display: flex;
    flex-wrap: wrap;
}
.bd-producto .row > [class*="col-"],
.bd-miniaturas > [class*="col-"],
.bd-beneficios .row > [class*="col-"] { float: none; }
.bd-producto .row::after,  .bd-producto .row::before,
.bd-miniaturas::after,     .bd-miniaturas::before,
.bd-beneficios .row::after, .bd-beneficios .row::before { content: none; }

/* El tema quita las viñetas; en estas tarjetas sí las queremos */
.bd-benef ul { list-style: disc; padding-left: 20px; }
.bd-benef li { display: list-item; }

/* Owl se oculta a sí mismo hasta inicializar: si el JS fallara, la sección
   de proyectos desaparecía sin dejar rastro. */
.bd-proyectos .owl-carousel { display: block; }
.bd-mini {
    background: var(--bd-gris);
    border-radius: 18px;
    padding: 18px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
}
.bd-mini img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.bd-mini--foto { padding: 0; }
.bd-mini--foto img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }

/* Las miniaturas ahora son botones: además de mostrarse, eligen qué imagen
   se ve arriba.

   OJO con el tema del sitio: style.css pinta `button` y `button:hover` de
   negro. `button:hover` pesa lo mismo que `.bd-mini`, así que si no se repite
   el fondo en cada estado la miniatura se pone negra al pasar el mouse. */
button.bd-mini,
button.bd-mini:hover,
button.bd-mini:focus,
button.bd-mini:active {
    width: 100%;
    background: var(--bd-gris);
    color: inherit;
    border: 1px solid transparent;
    border-radius: 18px;
    padding: 16px;
    cursor: pointer;
    box-shadow: none;
    text-transform: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .2s ease;
}
button.bd-mini--foto,
button.bd-mini--foto:hover,
button.bd-mini--foto:focus,
button.bd-mini--foto:active { padding: 0; background: transparent; }

button.bd-mini:hover { border-color: var(--bd-verde-claro); }
button.bd-mini.is-active,
button.bd-mini.is-active:hover { border-color: var(--bd-verde); }
button.bd-mini:focus-visible { outline: 2px solid var(--bd-verde); outline-offset: 3px; }


/* ---------- Rotador de imágenes ---------- */
/* Las imágenes van una encima de otra dentro del mismo recuadro y se cambian
   con opacidad. La primera viene marcada desde el servidor, así que si el
   guion no corre igual se ve una imagen y no un hueco. */
.bd-rot-marco {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    align-self: stretch;
    min-height: 260px;
}
.bd-rot-marco .bd-rot-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.bd-rot-marco .bd-rot-img.is-active { opacity: 1; }

/* Puntitos de navegación (los usa el cotizador, que no tiene miniaturas) */
.bd-rot-puntos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}
.bd-rot-punto {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cfd4d1;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color .25s ease, width .25s ease;
}
.bd-rot-punto.is-active { background: var(--bd-verde); width: 24px; border-radius: 5px; }
.bd-rot-punto:focus-visible { outline: 2px solid var(--bd-verde); outline-offset: 3px; }

/* En pantallas chicas el recuadro ya no crece con el texto de al lado, así
   que se le fija un alto cómodo para que la imagen no quede apretada. */
@media (max-width: 991px) {
    .bd-rot-marco { min-height: 300px; }
}


/* ---------- Pestañas ---------- */
.bd-tabs-card {
    background: #fff;
    border: 1px solid var(--bd-borde);
    border-radius: var(--bd-radio);
    padding: 34px;
    margin-bottom: 90px;
}
.bd-tabs {
    display: flex;
    gap: 28px;
    border-bottom: 1px solid var(--bd-borde);
    margin-bottom: 22px;
    padding: 0;
    list-style: none;
}
.bd-tabs button {
    text-transform: none;
    background: none;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--bd-muted);
    cursor: pointer;
}
.bd-tabs button.is-active {
    color: var(--bd-verde);
    border-bottom-color: var(--bd-amarillo);
}
.bd-tab-panel { display: none; }
.bd-tab-panel.is-active { display: block; }
.bd-tab-panel p { font-size: 14.5px; line-height: 1.75; margin-bottom: 14px; }

.bd-infografia {
    background: var(--bd-gris);
    border-radius: var(--bd-radio);
    padding: 30px 30px;
    height: 100%;
    /* Dos columnas como en el diseño: frase a la izquierda (centrada
       verticalmente) y los camiones a la derecha. */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
}
.bd-infografia > .bd-info-frase { flex: 0 0 43%; }
.bd-infografia > .bd-info-visual { flex: 1 1 auto; min-width: 0; }

/* Frase: cada línea con su propio bloque verde, como en el diseño */
.bd-info-frase { margin: 0; line-height: 1.15; }
.bd-info-frase span {
    display: table;
    background: var(--bd-verde);
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 5px 11px;
    white-space: nowrap;
    margin-bottom: 4px;
}
.bd-info-frase span:last-child { margin-bottom: 0; }
.bd-info-frase b { font-weight: 700; }

.bd-info-visual { display: flex; flex-direction: column; gap: 26px; }
.bd-info-grupo { position: relative; padding-top: 14px; }
.bd-info-grupo img {
    display: block;
    max-width: 62%;
    height: auto;
    margin: 0 auto 10px;
}

/* Etiqueta ×1 / ×20 sobre cada camión */
.bd-tag {
    position: absolute;
    top: 0;
    left: 6px;
    background: var(--bd-verde);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 13px 7px;
    border-radius: 6px 6px 6px 0;
    z-index: 2;
}
.bd-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    border-width: 7px 8px 0 0;
    border-style: solid;
    border-color: var(--bd-verde-osc) transparent transparent transparent;
}

/* Barra inferior con el número y el texto */
.bd-barra {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    height: 46px;
    padding: 0 8px;
    position: relative;
}
.bd-barra--verde { background: #e3e5e7; }
.bd-barra--verde::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 96px;
    background: linear-gradient(90deg, #2e8b4f, #4caf6a);
    border-radius: 40px 0 0 40px;
}
.bd-barra--gris { background: #4a4f55; }
.bd-barra-num {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--bd-amarillo);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #2b2b2b;
    flex: none;
}
.bd-barra-num--der { border-color: #fff; margin-left: auto; }
.bd-barra-txt {
    position: relative;
    z-index: 1;
    font-size: 14.5px;
    font-weight: 600;
    color: #2b2b2b;
}
.bd-barra--gris .bd-barra-txt { color: #fff; padding-left: 10px; }

/* Sello circular del 85 % */
.bd-sello {
    margin-left: auto;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--bd-amarillo);
    box-shadow: 0 0 0 3px #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: none;
    line-height: 1.05;
    color: var(--bd-verde);
    position: relative;
    z-index: 2;
}
.bd-sello em {
    font-style: normal;
    font-size: 6.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.bd-sello b { font-size: 20px; font-weight: 800; }

@media (max-width: 1199px) {
    .bd-info-frase span { font-size: 16px; }
    .bd-info-grupo img { max-width: 72%; }
    .bd-barra-txt { font-size: 13px; }
}
@media (max-width: 991px) {
    .bd-infografia { flex-direction: column; align-items: stretch; gap: 22px; }
    .bd-infografia > .bd-info-frase { flex: none; }
}
@media (max-width: 575px) {
    .bd-infografia { padding: 22px 18px; }
    .bd-info-frase span { font-size: 16px; }
    .bd-barra { height: 42px; }
    .bd-sello { width: 62px; height: 62px; }
    .bd-sello b { font-size: 17px; }
}

/* ---------- Beneficios y aplicaciones (ícono circular) ---------- */
.bd-beneficios { padding-bottom: 90px; }
.bd-benef {
    background: #f1f3f4;
    border-radius: var(--bd-radio);
    padding: 55px 26px 26px;
    margin-top: 42px;
    height: calc(100% - 42px);
    position: relative;
    text-align: left;
}
.bd-benef-ico {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--bd-verde);
    display: grid;
    place-items: center;
}
.bd-benef-ico img { width: 46px; height: auto; display: block; }
.bd-benef h3 {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: var(--bd-verde);
    margin: 0 0 16px;
    line-height: 1.3;
}
.bd-benef ul { margin: 0; padding-left: 18px; }
.bd-benef li { font-size: 14px; line-height: 1.65; margin-bottom: 10px; }
.bd-benef li:last-child { margin-bottom: 0; }

/* En las aplicaciones el círculo viene dibujado dentro de la propia imagen */
.bd-aplic .bd-benef-ico { background: transparent; }
.bd-aplic .bd-benef-ico img { width: 84px; }

/* ---------- Proyectos ----------
   Carrusel propio: muestra varias fotos a la vez y avanza de a una.
   Sin librerías externas, así no depende de que cargue ningún script. */
.bd-proyectos { padding: 10px 0 90px; }

.bd-galeria-wrap { position: relative; padding: 0 76px; }
.bd-galeria-viewport { overflow: hidden; }
.bd-galeria {
    display: flex;
    gap: 20px;
    /* Curva suave (arranca y frena despacio) y algo más de tiempo: el
       cambio de a 0,35 s se sentía brusco. */
    transition: transform .8s cubic-bezier(.33, 0, .2, 1);
    will-change: transform;
}
.bd-galeria figure {
    margin: 0;
    flex: 0 0 calc((100% - 40px) / 3);
    height: 300px;
    border-radius: 18px;
    overflow: hidden;
    background: var(--bd-gris);
}
.bd-galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Flechas */
.bd-gal-nav {
    position: absolute;
    top: 150px;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e6e8ea;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .2s ease;
}
.bd-gal-nav svg { width: 17px; height: 17px; fill: #5f666e; }
.bd-gal-nav:hover:not(:disabled) { background: var(--bd-verde); }
.bd-gal-nav:hover:not(:disabled) svg { fill: #fff; }
.bd-gal-nav:disabled { cursor: default; }
.bd-gal-prev { left: 0; }
.bd-gal-next { right: 0; }

/* Puntos */
.bd-gal-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
}
.bd-gal-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cfd3d7;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.bd-gal-dots button.is-active { background: var(--bd-verde); transform: scale(1.25); }

@media (max-width: 991px) {
    .bd-galeria figure { flex: 0 0 calc((100% - 20px) / 2); height: 250px; }
    .bd-galeria-wrap { padding: 0 56px; }
    .bd-gal-nav { top: 125px; }
}
@media (max-width: 575px) {
    .bd-galeria figure { flex: 0 0 100%; height: 220px; }
    .bd-galeria-wrap { padding: 0 38px; }
    .bd-gal-nav { top: 110px; width: 38px; height: 38px; }
}

/* ---------- Videos ---------- */
.bd-videos { padding-bottom: 90px; }
.bd-videos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
}
.bd-video {
    margin: 0;
    flex: 0 1 350px;
    max-width: 350px;
    background: #f1f3f4;
    border-radius: 22px;
    padding: 18px 18px 22px;
}
.bd-video-play,
.bd-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}
.bd-video-play {
    position: relative;
    padding: 0;
    cursor: pointer;
}
.bd-video-play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bd-video-icono {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .85);
    transition: background .2s ease, transform .2s ease;
}
.bd-video-icono::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--bd-verde);
}
.bd-video-play:hover .bd-video-icono {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}
.bd-video figcaption { text-align: center; margin-top: 14px; }
.bd-video figcaption strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--bd-texto);
}
.bd-video figcaption span {
    display: block;
    font-size: 13.5px;
    color: var(--bd-muted);
    margin-top: 3px;
}

@media (max-width: 991px) {
    .bd-videos { padding-bottom: 55px; }
}
@media (max-width: 575px) {
    .bd-video { flex: 0 1 100%; max-width: 100%; }
}

/* ---------- Cubicación ---------- */
.bd-cubicacion { padding-bottom: 90px; }
/* La imagen ya trae sus esquinas redondeadas y las cotas dibujadas:
   se muestra completa, sin recortar ni forzarle alto. */
.bd-cubicacion-foto { display: flex; align-items: flex-start; }
.bd-cubicacion-foto img { width: 100%; height: auto; display: block; }
.bd-cubicacion .bd-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b2b2b;
    margin: 0 0 12px;
}
.bd-medidas {
    color: var(--bd-verde);
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid var(--bd-borde);
    padding-top: 14px;
    margin-top: 4px;
}

/* ---------- Botón ---------- */
.bd-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #2b2b2b;
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .2s ease;
}
.bd-btn:hover { background: var(--bd-verde); }
.bd-btn svg { width: 17px; height: 17px; fill: currentColor; }
.bd-btn--verde { background: var(--bd-verde); }
.bd-btn--verde:hover { background: var(--bd-verde-osc); }

/* ---------- Descargas ---------- */
.bd-descargas {
    border: 1px solid var(--bd-borde);
    border-radius: 30px;
    padding: 44px 34px;
    margin-bottom: 80px;
    text-align: center;
}
.bd-descarga {
    background: var(--bd-gris);
    border-radius: 18px;
    padding: 24px 18px;
    height: 100%;
    text-align: center;
}
.bd-descarga svg { width: 32px; height: 32px; stroke: var(--bd-verde); fill: none; stroke-width: 1.6; margin-bottom: 12px; }
.bd-descarga h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 16px;
    min-height: 40px;
}
.bd-descarga .bd-btn { background: var(--bd-verde); padding: 8px 22px; font-size: 14px; }
.bd-descargas-cta { margin-top: 34px; }
.bd-descargas-cta p { font-size: 17px; margin-bottom: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .bd-producto { padding-bottom: 55px; }
    .bd-tabs-card { margin-bottom: 55px; }
    .bd-beneficios { padding-bottom: 55px; }
    .bd-proyectos { padding-bottom: 55px; }
    .bd-cubicacion { padding-bottom: 55px; }
    .bd-h2 { font-size: 25px; }
    .bd-card, .bd-producto-img { margin-bottom: 18px; }
    .bd-tabs-card { padding: 22px 18px; }
    .bd-benef { margin-top: 52px; }
}
@media (max-width: 575px) {
    .bd-intro { padding: 40px 0 28px; }
    .bd-h2 { font-size: 22px; }
    .bd-tabs { gap: 16px; }
    .bd-tabs button { font-size: 13.5px; }
    .bd-info-frase { font-size: 17px; }
    .bd-descargas { padding: 26px 16px; border-radius: 20px; }
    .bd-descarga h4 { min-height: 0; }
}

/* =========================================================================
   Cotizador de Biodren — solo se aplica en /cotizar/{biodren}
   ========================================================================= */
.bd-cot { padding-bottom: 80px; }
/* Grilla propia: no depende de las columnas del tema, que en esta página
   se apilaban por el ancho disponible. */
.bd-cot-grid {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 36px;
    align-items: start;
}
.bd-cot-lado { min-width: 0; }
.bd-cot-form { min-width: 0; }
@media (max-width: 991px) {
    .bd-cot-grid { grid-template-columns: 1fr; gap: 26px; }
}

.bd-cot-foto { border-radius: var(--bd-radio); overflow: hidden; margin-bottom: 22px; }
.bd-cot-foto img { width: 100%; height: auto; display: block; }

.bd-cot-card { margin-bottom: 30px; }
.bd-cot-card h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--bd-texto);
    margin: 0 0 12px;
}

/* Bloque «3 veces superior».
   Tres renglones centrados, con el número al principio del segundo:
       RENDIMIENTO
       3 VECES SUPERIOR
       A GRAVA O BOLONES */
.bd-rendimiento { text-align: center; }
.bd-rend-frase {
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 1.02;
}
.bd-rend-l1,
.bd-rend-l2,
.bd-rend-l3 { display: block; }

.bd-rend-l1 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #4a4a4a;
}
.bd-rend-l2 {
    font-size: 31px;
    font-weight: 800;
    letter-spacing: .5px;
    color: var(--bd-verde);
    margin-top: 4px;
}
.bd-rend-num {
    font-size: 52px;
    font-weight: 800;
    line-height: .85;
    color: var(--bd-verde);
    /* Baja un poco para que ocupe también el alto del renglón siguiente,
       como en el diseño. */
    vertical-align: -7px;
    margin-right: 7px;
}
.bd-rend-l3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .5px;
    color: var(--bd-texto);
    margin-top: 3px;
}
.bd-rendimiento img { max-width: 78%; height: auto; margin: 6px auto 0; display: block; }
/* Acá el recuadro no tiene una columna al lado que le dé alto, así que se
   le fija uno. Las imágenes que rotan mantienen el ancho del diseño. */
.bd-rendimiento .bd-rot-marco { min-height: 250px; margin-top: 6px; }
.bd-rendimiento .bd-rot-img { max-width: 78%; }

/* El formulario del cotizador dentro del diseño Biodren */
.bd-cotizador .contact-us .text-inner,
.bd-cotizador .contact-us .message-wrap { margin-bottom: 14px; }
.bd-cotizador .contact-us label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--bd-texto);
    margin-bottom: 6px;
}
.bd-cotizador .contact-us input.form-control,
.bd-cotizador .contact-us .form-control,
.bd-cotizador .contact-us select,
.bd-cotizador .contact-us textarea {
    width: 100%;
    box-sizing: border-box;
    background: #f4f5f6;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14.5px;
    line-height: 1.4;
    color: var(--bd-texto);
    transition: border-color .2s ease, background .2s ease;
}

/* Los desplegables son nativos: con alto fijo y relleno vertical el texto
   se recortaba. Se les da alto y se centra el texto con el relleno lateral. */
.bd-cotizador .contact-us select {
    height: 48px;
    padding: 0 16px;
    line-height: normal;
}
.bd-cotizador .contact-us .form-control:focus,
.bd-cotizador .contact-us select:focus,
.bd-cotizador .contact-us textarea:focus {
    background: #fff;
    border-color: var(--bd-verde);
    outline: none;
}
.bd-cotizador .contact-us textarea { min-height: 130px; resize: vertical; }
.bd-cotizador .contact-us .btn-contact-us {
    background: #1e1e1e;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 13px 34px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease;
}
.bd-cotizador .contact-us .btn-contact-us:hover { background: var(--bd-verde); }

@media (max-width: 991px) {
    .bd-cot { padding-bottom: 50px; }
    .bd-rend-l1 { font-size: 30px; letter-spacing: 1px; }
    .bd-rend-l2 { font-size: 25px; }
    .bd-rend-l3 { font-size: 21px; }
    .bd-rend-num { font-size: 42px; vertical-align: -5px; }
}
