section {
    overflow-y: visible;
    overflow: inherit;
}

.textos,
.bloque-flotante-owl p,
.bloque_texto h3,
.bloque-flotante-owl h3,
.bloque-flotante-owl h2,
.bloque-flotante-owl h1 {
    color: #000;
}

.parrafo p {
    font-size: 1.5rem;
    font-weight: 600;
}

.parrafo p:first-child {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 3.5rem;
}

.boton_estandar {
    background: #000;
    color: #f0f0f0;
}

.boton_estandar:hover {
    background: #222;
}

.boton_especial {
    border: 3px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}

.boton_especial:hover {
    background: rgba(255, 255, 255, .3) !important;
}

.boton_especial:before {
    content: url('../detalle.png');
    display: block;
    height: 0;
    position: relative;
    left: -113px;
    top: -33px;
}

.navbar-lanzamiento .nav-list {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span,
.bloque-centrado .zona_botones_listado_modelos,
.owl-carousel .zona_botones_listado_modelos,
.bloque-centrado .zona_botones_listado_modelos {
    background: #222 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.bloque-centrado .zona_botones_listado_modelos:hover,
.owl-carousel .zona_botones_listado_modelos:hover,
.bloque-centrado .zona_botones_listado_modelos:hover {
    background: #ffa000 !important;
}

.marker svg {
    -webkit-animation: zoomeffect 4s infinite;
    -moz-animation: zoomeffect 4s infinite;
    animation: zoomeffect 4s infinite;
}

@-webkit-keyframes zoomeffect {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.producto-listado .producto-listado-marca {
    left: 2%;
    top: 2%;
}

@media (max-width: 991px) {
    .parrafo p {
        font-size: 1rem;
        font-weight: 600;
    }

    .parrafo p:first-child {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .owl-carrusel-detalle-fondo,
    .bloque-flotante-owl {
        background-color: #fff !important;
    }

    .textos,
    .bloque-flotante-owl p,
    .bloque_texto h3,
    .bloque-flotante-owl h3,
    .bloque-flotante-owl h2,
    .bloque-flotante-owl h1 {
        color: #000;
    }

    .bloque-flotante-owl .miniatura_video {
        border-color: #fff !important;
    }

    .owl-theme .owl-dots {
        bottom: 5px;
    }

    .bloque-flotante-owl {
        background: #000;
    }

    .seccion_fondo_texto.fondo_alternativo .bloque_texto {
        background: #000;
    }

    .lanzamiento.lanzamiento_es .miniatura_video {
        margin: 0 auto;
    }

    #navegacion-owl-carrusel-navegacion {
        display: none;
    }

    .boton_estandar {
        background: #000;
        color: #fff;
    }

    .boton_estandar:hover {
        background: #222;
    }
}
