﻿.owl-item .item {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.owl-item.active > .item {
    visibility: visible;
    opacity: 1;
}

.user-phrases {
    font-size: 1.2rem;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-theme .owl-dots {
    text-align: initial;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: transparent !important;
    color: transparent !important;
    background-size: cover !important;
    height: 38px !important;
    width: 38px !important;
}

.owl-theme .owl-nav .owl-prev {
    background-image: url(/assets/images/Iconos/Back_carousel.svg) !important;
}

.owl-theme .owl-nav .owl-next {
    background-image: url(/assets/images/Iconos/Next_carousel.svg) !important;
}

.umbraco-forms-navigation .primary-btn {
    width: 100% !important;
}

