@media (min-width: 1200px) {
	.container {
	  max-width: 1360px;
	}
}

body{
	color:#666666;
}

.text-responsive {
	font-size: calc(100% + 1vw + 1vh);
}

.title{
    color: #3FA6F2;
}

#main_menu_11{
	padding-top: 13px;
	padding-bottom: 13px;
}

.page-header{
    color: #3FA6F2;
    margin-bottom: 20px;
}

thead th{
	background-color:#666;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
}

#footer_hero{
    background-color: #132741;
	color:#FFF;
	border-top:0px solid #ededed;
	margin-top:50px;
	padding:50px 0px 50px 0px;
}
    #footer_hero a{
        color:#CCC;
    }

/* Widget WhatsApp Fisso */
#WhatsAppFixed{
	position: fixed;
	bottom: 95px;
	right: 40px;
	cursor: pointer;
	display: none;
}
#WhatsAppFixed .fa {margin-right: 5px;}
