/* Ragnarok Brasil Service */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:wght@400;700;900&display=swap');
body {
	background: url('../img/bg_web.png') top left no-repeat;
	font-family: 'Lato', 'Arial';
    font-size: 10px;
    color: #FFF;
	width: 344px;
    height: 300px;
	margin: 0;
	padding: 0;
}		
.card {
    width: 280px !important;
    height: 300px;
	border: 1px solid #FFFDD7;
    background-color: #FFFDD7 !important;
    margin: 0 auto !important;
    border-radius: 20px;
}
.new-img {
    width: 100%;
    height: 150px;
}
.owl-next, .owl-prev {
    line-height: 0 !important;
    font-size: 0 !important;
    border: none !important;
}
.dir, .esq {
    position: absolute !important;
    top: 50%;
    width: 16px !important;
    height: 32px !important;
    background-size: cover !important;
    cursor: pointer;
    line-height: 0 !important;
    font-size: 0 !important;
    border: none !important;
    transition: 0.4s;
    background-repeat: no-repeat !important;
}
.esq {
    left: 0% !important;
    background: url("../img/btn-arrow-left.png") !important;
}
.esq:hover {
    background: url("../img/btn-arrow-left-hover.png") !important;
}
.dir {
    right: 0%;
    background: url("../img/btn-arrow-right.png") !important;
}
.dir:hover {
    background: url("../img/btn-arrow-right-hover.png") !important;
}
.owl-dots { display: none }
.card-body { padding: 10px 12px !important; border-radius: 20px !important }
.title {
    font-family: 'Inter', 'Arial';
    font-weight: bold;
    color: #B03305;
    font-size: 18px;
    margin 0;
}
.description {
    font-family: 'Inter', 'Arial';
    color: #1E1E1E;
    font-size: 12px;
}
p {
    margin: 0;
}
a { color: #B03305; transition: 0.4s }
a:hover { color: #B03305; text-decoration: none; opacity: 0.85; }
.no-news {
    font-size: 14px;
    background: rgba(16,16,16,0.85);
    color: #FFF;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
    margin-top: 150px;
}
.category, .date {
    color: #B03305;
}