.carousel-business .draggable .slide {
    height: auto;
}
.contenedor__slider-business.container-fluid {
    padding: 0px;
}
.slick-prev {
    cursor: pointer;
    bottom: 40%;
    height: 50px;
    opacity: 1;
    top: inherit;
    display: inline-block;
    width: 50px;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    transform: rotate(180deg);
    background: #f1f1f1 url(/wp-content/uploads/2023/07/arrow.svg) no-repeat center center;
    z-index: 1;
    padding: 10px;
    background-size: 64% auto;
    background-position: center center;
    left: 0;
}

.slick-next {
    cursor: pointer;
    bottom: 40%;
    height: 50px;
    opacity: 1;
    top: inherit;
    display: inline-block;
    right: 0;
    width: 50px;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    /* background: black url(../images/arrow.png) no-repeat center center; */
    z-index: 1;
    background: #f1f1f1 url(/wp-content/uploads/2023/07/arrow.svg) no-repeat center center;
    z-index: 1;
    padding: 10px;
    background-size: 64% auto;
    background-position: center center;
}

.carousel-business {
    margin-bottom: 30px;
}

/* Style Oriana */

#articulos-business{
    background-color: #000;
    color: #fff;
    padding: 50px;
}
#articulos-business .divider::after {
    content: "";
    display: block;
    position: relative;
    width: 50px;
    height: 6px;
    margin-top: 30px;
    background: #fff;
}

#articulos-business a.text-link{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 50px 0 0 0;
}
#cta-catalogo{
	max-width: max-content;
    padding: 5px 0 30px;
}
.cta-catalogo{
	font-weight: 700;
	text-align: center;
	margin: 0px 0 20px;
	padding: 20px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	line-height: 1.3em;
	background: var(--AKBP-green);
	color: #fff !important;
	border-radius: 5px;
}
.cta-catalogo a, .cta-catalogo a:hover, .cta-catalogo a:active{
    color: #fff;
    text-decoration:none;
    font-size: 1.2rem;
    text-transform: lowercase;
}
a.btn__vermas:hover {
    color: white;
    text-decoration: underline;
}

@media screen and (max-width: 780px){
	
}
@media screen and (max-width: 760px){
    .slick-prev, .slick-next{
            width: 50px;
    		bottom: 40%;
    }
}

.carousel-business.mobile.slick-initialized.slick-slider {
    display: none;
}

@media(max-width:767px){
    .carousel-business.mobile.slick-initialized.slick-slider {
        display: block !important;
    }
    .carousel-business.desktop {
        display: none;
    }     
}



.cta-catalogo::first-letter {
    text-transform: capitalize;
}