@font-face {
    font-family: Gotham Light;
    src: url('../fonts/Gotham-Light.otf') format('opentype');
}

@font-face {
    font-family: Gotham Bold;
    src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype');
}

.div{
	margin: 0;	
}

.texto{
    font-family: Gotham Light;
    border-radius: 5px;
    background-color: white;
    font-size: initial;
	height: 30px;
	width: 20%;
}

body{
	overflow-x: hidden!important;
}


p.a{
	font-family: Gotham Light;
	color: white;
	font-size: 22px;
	margin-top: 5px;
}

p.b{
    font-family: Gotham Light;
    color: black;
    padding: 0;
	font-size: 18px;
    padding: 0;
    position: relative;
}

p.c{
    font-family: Gotham Light;
    color: black;
    padding: 0;
	font-size: 16px;
    padding: 0;
    position: relative;
}

.container{
	width: 100%!important;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	background-color: rgb(243, 243, 243);
}

.cabecalho{	
	margin-right: auto;
	margin-left: auto;
	background-image: url('../imagens/black-white-2.png');
	background-size:cover;
	background-position: bottom;
	padding-bottom: 2%;
	
}

.conteudo{
    background-color: white;
    width: 100%;
}

.copyright{
	display: block;
	font-size: initial;
	color: #000;
	text-align: center;
}

.footer {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: rgb(243, 243, 243);
}