#novedades-con-newsletter .img-novedades {
    aspect-ratio: 4/3;
}

#novedades-con-newsletter .form-label {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

#novedades-con-newsletter .form-select {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

#novedades-con-newsletter .form-floating {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

#novedades-con-newsletter textarea {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

#novedades-con-newsletter textarea::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
}
#novedades-con-newsletter .title-newsletter{
    font-family: 'DINNextLTPro Bold';
    font-weight: 700;
    font-size: 6.25rem;
    line-height: 80px;
    text-transform: uppercase;
}
#novedades-con-newsletter .icon-red:hover path{
    fill: var(--secondary)!important;
}


@media (max-width: 576px)
{
    #novedades-con-newsletter .title-newsletter{
    font-size: 6.18rem;
}


}

@media  (min-width: 577px) and (max-width: 767px)
{
    #novedades-con-newsletter .title-newsletter{
        font-size: 6.18rem;
    }


}

@media (min-width: 768px) and (max-width: 991px) 
{
    #novedades-con-newsletter .title-newsletter{
        font-size: 6.19rem;
    }
    

}

@media (min-width: 992px) and (max-width: 1200px)
{
    #novedades-con-newsletter .title-newsletter{
        font-size: 6.21rem;
    }

}

@media  (min-width: 1200px) and (max-width: 1400px)
{
    #novedades-con-newsletter .title-newsletter{
        font-size: 6.23rem;
    }

}

@media  (min-width: 1401px) and (max-width: 1600px)
{
     #novedades-con-newsletter .title-newsletter{
        font-size: 6.25rem;
    }

}


/* OWL */

#novedades-con-newsletter .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

#novedades-con-newsletter .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline; 
}

#novedades-con-newsletter .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    width: 11px !important;
    height: 11px !important;
    background: #fff;
    border: 1px  var(--dark) solid !important;
}

#novedades-con-newsletter .owl-theme .owl-dots .owl-dot.active span, #novedades-con-newsletter .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary) !important;
    border: 1px  var(--secondary) solid !important;
}


/* NAVS */

#novedades-con-newsletter .owl-carousel .owl-prev,
#novedades-con-newsletter .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
}

#novedades-con-newsletter .owl-carousel .owl-prev:hover,
#novedades-con-newsletter .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

#novedades-con-newsletter .owl-carousel .owl-prev {
    left: -50px;
}

#novedades-con-newsletter .owl-carousel .owl-next {
    right: -50px;
}