﻿#Sesquito {
    display: none !important
}

.slider-active .owl-nav button {
    border-radius: .25rem !important;
    background-color: #ffcc00 !important;
    color: black !important;
    font-size: 20px !important;
    /*height: 40px;*/
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 40%;
    /*left: 20px;*/
    transform: translateY(-50%);
    width: 40px;
}

    .slider-active .owl-nav button.owl-next {
        left: auto;
        /*right: 20px;*/
    }

.slider-active-2 .owl-nav button {
    background-color: #ffcc00 !important;
    color: black !important;
    font-size: 20px !important;
    /*height: 40px;*/
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 40%;
    left: 20px;
    transform: translateY(-50%);
    width: 40px;
}

    .slider-active-2 .owl-nav button.owl-next {
        left: auto;
        right: 20px;
    }

.text-white {
    color: white !important
}

.btn-primary:hover {
    background-color: white !important;
    color: #003989 !important;
    border: 1px solid white !important
}

/*.unidades {
    height: 350px
}
*/