@font-face {
    font-family: "gotham-book";
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gotham-medium";
    src: url("../fonts/Roboto-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Black";
    src: url("../fonts/Avenir-Black-03.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Book";
    src: url("../fonts/Avenir-Book-01.ttf");
    font-weight: normal;
    font-style: normal;
}


body{
	background-color: #003979 !important;
	padding-top: 0px;
}

.politica {
	width: 700px;
    margin: auto;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	background-color: #FFF;
}

.logo {
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	text-align: center;
}

.logo img {
	height: inherit;
}
h1 {
    font-size: 20px;
    margin-bottom: 40px ;
}
p {
    font-size: 16px;
    margin-top: 23px;
}