#conoce-mas .card:hover  {
    background-color: #E3F1FF;
    transition: 0.3s all ease;
    opacity: 1;
}

#conoce-mas .card .h3-text-card-conoce-mas h3 {
    transition: 0.5s all ease;
}

#conoce-mas .card:hover .h3-text-card-conoce-mas h3 {
    transform: scale(1.05);
    transition: 0.5s all ease;
}

#conoce-mas .card-conoce-mas {
    aspect-ratio: 16/9;
    position: relative;
}

/* DOTS */

#conoce-mas .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

#conoce-mas .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 7px 10px;
    background: #ccc;
    display: block;
    opacity: 0.5;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

#conoce-mas .owl-theme .owl-dots .owl-dot span {
    background: var(--primary);
    border: 1px var(--primary) solid !important;
}

#conoce-mas .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
    transition: all 200ms ease;
    opacity: 1;
}

#conoce-mas .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary) !important;
    opacity: 1;
    transform: scale(2);
    transition: all 200ms ease;
}

/* NAVS */

#conoce-mas .owl-carousel .owl-prev,
#conoce-mas .owl-carousel .owl-next {
    position: absolute;
    transition: 0.3s all ease;
    top: 0;
    height: 30px;
    top: 40%;
}

#conoce-mas .owl-carousel .owl-prev:hover,
#conoce-mas .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    transform: scale(1.2);
    transition: 0.3s all ease;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

#conoce-mas .owl-carousel .owl-prev {
    left: -60px;
}

#conoce-mas .owl-carousel .owl-next {
    right: -60px;
}

@media (max-width: 576px)
{

    #conoce-mas .card-conoce-mas .text-card-conoce-mas {
        height: 30%;
    }

    #conoce-mas .owl-carousel .owl-prev {
        left: 0px;
    }

    #conoce-mas .owl-carousel .owl-next {
        right: 0px;
    }
    #conoce-mas .marco-top{
        top: -45px;
    }
 
}

@media  (min-width: 577px) and (max-width: 767px)
{

    #conoce-mas .card-conoce-mas .text-card-conoce-mas {
        height: 30%;
    }

    #conoce-mas .owl-carousel .owl-prev {
        left: 0px;
    }

    #conoce-mas .owl-carousel .owl-next {
        right: 0px;
    }
        #conoce-mas .marco-top{
        top: -45px;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{

    #conoce-mas .card-conoce-mas .text-card-conoce-mas {
        height: 30%;
    }

    #conoce-mas .owl-carousel .owl-prev {
        left: -30px;
    }

    #conoce-mas .owl-carousel .owl-next {
        right: -30px;
    }
    #conoce-mas .marco-top{
        top: -35px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) 
{
    #conoce-mas .marco-top{
        top: -35px;
    }
}

@media  (min-width: 1200px) and (max-width: 1400px)
{
        #conoce-mas .marco-top{
        top: -35px;
    }

}

@media  (min-width: 1401px) and (max-width: 1600px)
{
        #conoce-mas .marco-top{
        top: -35px;
    }
    
}