.icon-redes-footer {

    transition: 0.3s all ease;

}



.icon-redes-footer:hover {

    transform: scale(1.1);

    transition: 0.3s all ease;

}

.wp-block-acf-footer-contenido .certificado{

    max-width: 75%!important;

    height: auto;

}

.wp-block-acf-footer-contenido .data{

    min-width: 84px;

    max-width: 100%;

    height: auto;

}



/* OWL */



.wp-block-acf-footer-contenido .owl-theme .owl-dots {

    text-align: center;

    -webkit-tap-highlight-color: transparent;

    margin-top: 30px;

}

  

.wp-block-acf-footer-contenido .owl-theme .owl-dots .owl-dot {

    display: inline-block;

    zoom: 1;

    display: inline; 

}

  

.wp-block-acf-footer-contenido .owl-theme .owl-dots .owl-dot span {

    width: 8px;

    height: 8px;

    margin: 5px 7px;

    background: #ccc;

    display: block;

    transition: opacity 200ms ease;

    border-radius: 30px;

}

  

.wp-block-acf-footer-contenido .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #faa419;

}



.wp-block-acf-footer-contenido .owl-theme .owl-dots .owl-dot span {

    width: 10px !important;

    height: 11px !important;

    background: #fff;

    border: 1px #faa419 solid !important;

}



.wp-block-acf-footer-contenido .owl-theme .owl-dots .owl-dot.active span, .wp-block-acf-footer-contenido .owl-theme .owl-dots .owl-dot:hover span {

    background: #faa419 !important;

}



.wp-block-acf-footer-contenido .item.item-footer-contenido {

    height: 150px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.wp-block-acf-footer-contenido .item.item-footer-contenido img {

    filter: grayscale(1);

}



.wp-block-acf-footer-contenido .owl-carousel .owl-prev,

.wp-block-acf-footer-contenido .owl-carousel .owl-next {

    position: absolute;

    top: 0;

    height: 30px;

    top: 30%;

}



.wp-block-acf-footer-contenido .owl-carousel .owl-prev:hover,

.wp-block-acf-footer-contenido .owl-carousel .owl-next:hover {

    position: absolute;

    top: 0;

    height: 30px;

    top: 30%;

    background-color: transparent !important;

}



.wp-block-acf-footer-contenido .owl-carousel .owl-prev {

    left: -25px;

}



.wp-block-acf-footer-contenido .owl-carousel .owl-next {

    right: -25px;

}