.wp-block-acf-conoce-mas .circulos-conocenos h5 {
	transition: all 0.3s ease;
}

.wp-block-acf-conoce-mas .icono-mas {
    max-width: 90px;
}

.wp-block-acf-conoce-mas .circulos-conocenos:hover h5 {
	color: var(--primary);
	transition: all 0.3s ease;
}

.wp-block-acf-conoce-mas .circulos-conocenos:hover .icon-container img {
	transition: all 0.3s ease;
}

.wp-block-acf-conoce-mas .icon-container img:nth-child(2) {
  	display: none; 
    transition: all 0.3s ease;
}

.wp-block-acf-conoce-mas .circulos-conocenos:hover img:nth-child(1) {
  	display: none;
    transition: all 0.3s ease;
}

.wp-block-acf-conoce-mas .circulos-conocenos:hover img:nth-child(2) {
  	display: block;
    transition: all 0.3s ease;
}

.wp-block-acf-conoce-mas .titulo-conocer{
    height: 82px;
}

/* DOTS */
.wp-block-acf-conoce-mas .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.wp-block-acf-conoce-mas .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 7px 10px;
    background: #ccc;
    display: block;
    opacity: 0.5;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.wp-block-acf-conoce-mas .owl-theme .owl-dots .owl-dot span {
    background: var(--primary);
    border: 1px var(--primary) solid !important;
}

.wp-block-acf-conoce-mas .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
    transition: all 200ms ease;
    opacity: 1;
}

.wp-block-acf-conoce-mas .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary) !important;
    opacity: 1;
    transform: scale(2);
    transition: all 200ms ease;
}

/* NAVS */
.wp-block-acf-conoce-mas .owl-carousel .owl-prev,
.wp-block-acf-conoce-mas .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
}

.wp-block-acf-conoce-mas .owl-carousel .owl-prev:hover,
.wp-block-acf-conoce-mas .owl-carousel .owl-next:hover {
    position: absolute;
    top: 0;
    height: 30px;
    top: 40%;
    background-color: transparent !important;
}

.wp-block-acf-conoce-mas .owl-carousel .owl-prev {
    left: -60px;
}

.wp-block-acf-conoce-mas .owl-carousel .owl-next {
    right: -60px;
}

@media (max-width: 576px) {

    .wp-block-acf-conoce-mas .owl-carousel .owl-prev {
        left: 0px;
    }

    .wp-block-acf-conoce-mas .owl-carousel .owl-next {
        right: 0px;
    }

}

@media  (min-width: 577px) and (max-width: 767px) {

    .wp-block-acf-conoce-mas .owl-carousel .owl-prev {
        left: 0px;
    }

    .wp-block-acf-conoce-mas .owl-carousel .owl-next {
        right: 0px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .wp-block-acf-conoce-mas .owl-carousel .owl-prev {
        left: -30px;
    }

    .wp-block-acf-conoce-mas .owl-carousel .owl-next {
        right: -30px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {

}

@media  (min-width: 1200px) and (max-width: 1400px) {

}

@media  (min-width: 1401px) and (max-width: 1600px) {
   
}