body, p, span, div, a, .titulos, .red-border-bottom{font-family: Arial, Helvetica, sans-serif !important;} 
.listpost-content-wrap-large {
    position: static !important;
}

h1.titulos, h2, .product_title {padding-top: 70px !important;
font-family: Arial, Helvetica, sans-serif !important;}
.texto_empresa p{
	text-transform: none !important;
	padding-left: -300px;
}
.elementor-image-box-img{
width:100% !important;	 
}
.instagram-kron{
	position:static;
	display:block;
	padding:0 -40vw 0 -40vw;
	margin:0 -40vw 0 -40vw;
}

.socialfeed{
	display:none !important;
	opacity:0 !important;}

.section-header, #main-nav{	
	background: #440099 !important;}

.navbar-inverse .navbar-nav>li>a {
	color:white !important;
}
.latest-news {	
	background-image: url('https://www.chocolateskron.com/wp-content/uploads/2023/09/fondo-gris.png') !important;
	background-repeat: repeat-x;}

.focus .section-header h2, .section-header h2 {
	font-size:250%;
}
.recetas-title h2{
	font-size:150%;}


/*slider*/
.slider-kron{	
	z-index: 100;
}
.slider-kron::-webkit-scrollbar 
{}

.section-title-slider{
    font-size: 3.5rem;
    width: 100%;
    text-align: center;
}

.section-container-slider{ 
		top:10vh;	  
	  width:100%;			
	  height:100%;
 }

.slider-container{
  	height:100%;		
		display: flex;
    position: relative;
    overflow: hidden;
	  top:0;
	  margin-top:0;
}
.slider-item{		
    height: 100vh;
    max-height: 37.5rem;    
}

.slider-prev{
    animation: arrowPrev .7s;
    -webkit-animation: arrowPrev .7s;
}

.slider-next{
    animation: arrowNext .7s;
    -webkit-animation:arrowNext .7s;
}

@keyframes arrowNext{
    0%{opacity:0;
        right:-100%;}
    100%{right:0%;
        opacity:1;}
}

@keyframes arrowPrev{
    0%{opacity:0;
        left:-100%;}
    100%{left:0%;
        opacity:1;}
}

@-webkit-keyframes arrowPrev{
    0%{opacity:0;
        right:-100%;}
    100%{right:0%;
        opacity:1;}
}

@-webkit-keyframes arrowNext{
    0%{opacity:0;
        left:-100%;}
    100%{left:0%;
        opacity:1;}
}

.item-title__container{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom,rgb(0 0 0 / 0%),rgb(0 0 0 / 69%));*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-background{
    display: block;
	  display:flex;
	  flex-direction: column;
    position: absolute;
	  top:auto;
    width: 100%;
    height: 100%;
}

.item-title__title{
    text-align: center;
    font-size: 3rem;
    padding: 0rem 3rem;
    color: white;

}

.item-title__title{
    text-shadow: 0rem 0.25rem 0rem black;
}

.arrow{
    position: absolute;
    z-index: 3;
    font-size: 1rem;
    height: 3rem;
	  margin:0;
	  padding: 0 1rem;
    background: #440099;
    font-weight: bold;
    color:white;
    top: 45%;
    transition: all .2s;
    border: none;
}

.prev-item{
    left:0;
    border-radius: 0 2.5rem 2.5rem 0;

}

.next-item:hover, .prev-item:hover{
    background:gray;
}

.prev-item:after{
    content:"<"
}

.next-item{
    right: 0;
    border-radius: 2.5rem 0 0 2.5rem;
}

.next-item:after{
    content:">"
}

.pagination {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    top: 0;
    list-style: none;
    padding: 2rem;
    align-items: flex-end;
    justify-content: center;
}

.dot {	  
    border: none;
    background: #440099;
    padding: 0.4rem;
    font-size: 0rem;
    border-radius: 3.125rem;	  
}

.dot-active{
    background: white;
}
.dot:hover{
    background: gray;
}

@media (max-width:768px){
.slider-container{
	width:auto;
	height:12rem;
}	
.item-background{
	width:100%;	
	position:absolute;
	background-size: center/contain;
	background-repeat: no-repeat;
}
	
	
}

@media (max-width:480px){
    .item-title__title, .arrow{
        font-size: 1rem;}
}


.button-slider {
  background-color: #440099;
  border: white;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.ui-draggable-handle h2{
	width:400px;
	margin-left: 0px;
	margin-top:-75px;
}

.rsSBlock .ui-draggable-handle{
	padding-top:300px !important;
	
}