#conoce-mas .marco-top{
    top: -45px;
}
#conoce-mas .circulos-conocenos h5 {
	color: #796E65;
	transition: all 0.3s ease;
}

#conoce-mas .circulos-conocenos:hover h5 {
	color: var(--primary);
	transition: all 0.3s ease;
}

#conoce-mas .circulos-conocenos:hover .icon-container img {
	transition: all 0.3s ease;
}

#conoce-mas .icon-container img:nth-child(2) {
  	display: none; 
    transition: all 0.3s ease;
}

#conoce-mas .circulos-conocenos:hover img:nth-child(1) {
  	display: none;
    transition: all 0.3s ease;
}

#conoce-mas .circulos-conocenos:hover img:nth-child(2) {
  	display: block;
    transition: all 0.3s ease;
}
#conoce-mas .titulo-conocer{
    height: 82px;
}


/* 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(--warning);
    border: 1px var(--warning) solid !important;
}

#conoce-mas .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--warning) !important;
    transition: all 200ms ease;
    opacity: 1;
}

#conoce-mas .owl-theme .owl-dots .owl-dot.active span {
    background: var(--warning) !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;
    top: 0;
    height: 30px;
    top: 40%;
}

#conoce-mas .owl-carousel .owl-prev:hover,
#conoce-mas .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    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 .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 .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 .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;
    }
    
}