/*
Theme Name: WHG TOP 10
Theme URI: top10.whg.com.br
Author: Lucas Forteza Silveira
Author URI: https://www.lucasforteza.com.br/
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

    p, span, div, h1, h2, h3{ font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; line-height: 150%; }

	h1, h2, h3{ font-weight: bold; }
	h3 { color: rgba(23,83,103); }
	
	.text-center{ text-align:center; }
	.container { max-width: 1280px; margin: 20px auto; }

	.logo-top10{ 
		max-height: 50px;
		margin-top: 25px; 
	} 

	/*Home*/
	.bg-whg{
		padding-top: 80px;
		padding-bottom: 80px;
		background-color: #175367!important;
	}
	
	.bg-whg p,
	.bg-whg div{
		color: white!important
	}

    	        .entry-content p{
                    font-family: Arial, Helvetica, "Segoe UI", sans-serif;
                    font-size: 16px;
                    line-height: 20px;
                    color: #535353;
                    margin: 0px;
                    padding: 0px;
    	        }

    	        table, caption, tbody, tfoot, thead, tr, th, td {
                  margin: 0;
                  padding: 0;
                  border: 0;
                  font-size: 100%;
                  font: inherit;
                  vertical-align: top;
                  line-height: initial;
                }
                
                table {
                  border-collapse: collapse;
                  border-spacing: 0;
                }
	
	