@font-face {
    font-family: 'BebasNeue'; /*a name to be used later*/
    src: url('../fonts/BebasNeue.otf'); /*URL to font*/
}


p,label{
    font-family: "Montserrat";
}

h1,h2,h3,h4{
    font-family: "Pathway Gothic One";
}

.textcont 
{
    text-align: justify;
    line-height: 210%;
    }


.navbar-inverse .navbar-nav > li > a
{
    font-family: "Pathway Gothic One";
    font-size: 25px;
    }
    
.lblh 
{
    font-family: "Poppins";
    }
    
footer
{
    padding-left: 15px;
    padding-right: 15px;
    background-color: #888A93;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    padding: 10px 35px;
}

.linel {
    background-color: #ed3237;
    top: 0px;
    margin-top: 50px;
    padding: 10px 0;
}

.tabtitle 
{
    font-family: "Poppins";
    text-transform: uppercase;
    color: #000;
    }

.nav-tabs
{
    border-bottom: 1px solid #d9534f;
    }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus 
{
     border-left: 1px solid #d9534f;
     border-top: 1px solid #d9534f;
     border-right: 1px solid #d9534f;
    }

.btn-subsc 
{
    padding: 20px 5px;
    }


.panel 
{
    margin-right: 1px;
    }

.list-group-item:last-child 
{
    font-family: "Montserrat";
}

h4#ac{
    font-size: 2.4em;
    text-align: center;
    margin-left: -40px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-inverse 
{
    background-color: White;    }


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus 
{
    background-color: #d9534f;
    }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #d9534f;
}

.linel {
    background-color: #ed3237;
    padding: 10px 0;
}

#menu-l{
    font-family: "Pathway Gothic One";
    font-size: 22px;
}

#btn-enter{
    background-color: #ed3237;
    color: white;
    padding: 7px 24px;
}
.l-itens{
    background-color: #ccc;
    padding:10px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}

.list-group-item{
    border: 1px solid #cccccc;
}

.l-icons{
    width: 30px;
    margin-bottom: 4px;
}


@media (min-width: 768px) {

    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    li.brand-nav.active a:after{
    	content: " ";
    	display: block;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-left: 9px solid #ccc;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: 100%;
    	z-index: 2;
    }
    
}

@media only screen and (max-width: 768px) and (min-width: 320px) 
{
    .linel 
    {
        margin-top: 80px;
    
    }

    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form 
    {
        margin-top: 60px;
        }
    
    li.brand-nav.active a:after{
    	content: " ";
    	display: none;
    	width: 0;
    	height: 0;
    	border-top: 20px solid transparent;
    	border-bottom: 20px solid transparent;
    	border-left: 9px solid #ccc;
    	position: absolute;
    	top: 50%;
    	margin-top: -20px;
    	left: 100%;
    	z-index: 2;
    }
    
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #ccc;
}
.foot {
    background-color: hsl(197, 62%, 15%);
}

.datac {
    margin-top: 40px;
}

.datac p{
    color: white;
    text-align: left;
    font-size: 1em;
    text-align: center;
    
}

.copyright {
    padding-top: 180px;
}

.dropdowncheckboxes
{
	height: 100px !important;
    text-align: center;
    border-radius: 5px;
}