/* 
Theme Name: Chapadão Theme
Theme URI: https://pgdesign.pt/
Description: Chapadão na Tromba standard solution
Author: PGdesign
Author URI: https://pgdesign.pt/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* SCROLL BAR */
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background: #FFF;}
::-webkit-scrollbar-thumb {background: #999;}
::-webkit-scrollbar-thumb:hover {background: #999;}

.seccao {padding: 100px 40px;}

/* --------------------------------- Tablet --------------------------------- */
@media all and (max-width: 1024px) {
	.seccao {padding: 80px 20px;}
}

/* --------------------------------- Smartphones --------------------------------- */
@media all and (max-width: 767px) {
	.seccao {padding: 40px 10px;}
}
