/*
Theme Name: Salesianos Sul
Theme URI: https://dombosco.net/
Author: Erwise
Author URI: https://www.erwise.com.br/
Description: Portal da Inspetoria Salesiana São Pio X (Rede Salesiana do Sul). Tema autossuficiente (standalone) — não depende de tema-pai. Design dbm-*, acesso editorial por editoria, taxonomia Notícia/Blog.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: salesianos-sul
*/
body::-webkit-scrollbar {
    width: 15px;               
}

body::-webkit-scrollbar-track {
    background-color: #DBDBDB;        
}   

body::-webkit-scrollbar-thumb {
    border: 3px solid #DBDBDB;
    border-radius: 20px;   
    background-color: #888;    
}

/* home shortcut */
@media screen and (min-width: 1600px) {
	.l-shortcut .container {
		max-width: 1400px !important;
	}	
}

.swiper-button-news {
	width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0B4DAD;
}

.swiper-button-news::after {
	font-size: 1.875rem;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;	
}

.swiper-button-prev-news {
	left: -5rem;
}

.swiper-button-prev-news::after {
	content: '<';	
}

.swiper-button-next-news {
	right: -5rem;
}

.swiper-button-next-news::after {
	content: '>';
}

.limit-line-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.limit-line-text-two {
	-webkit-line-clamp: 2;
}

.limit-line-text-three {
	-webkit-line-clamp: 3;
}

.l-modal-gallery {
	z-index: 9999 !important;
}