@charset "UTF-8";

@font-face {
    font-family:"plan_black";
    src: url('fontes/Plan_x524_20191111-Black.otf');
}

@font-face {
    font-family:"plan_bold";
    src: url('fontes/Plan_x524_20191111-DemiBold.otf');
}

@font-face {
    font-family:"plan_normal";
    src: url('fontes/Plan_x524_20191111-Normal.otf');
}

@font-face {
    font-family:"plan_book";
    src: url('fontes/Plan_x524_20191111-Book.otf');
}


.c200 {
	width:200px !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.c300 {
	width:300px !important;
	height:auto;
	display:inline-block;

	margin:0 0 0 0 !important;
}

.c400 {
	width:400px !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.c500 {
	width:500px !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.c600 {
	width:600px !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.w100 {
	width:calc(100%-400px) !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important; 
	text-align: center;
}

@media (max-width: 900px) {
	
.c200 {
	width:100% !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.c300 {
	width:100% !important;
	height:auto;
	display:inline-block;

	margin:0 0 0 0 !important;
}

.c400 {
	width:100% !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.c500 {
	width:100% !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.c600 {
	width:100% !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important;
}

.w100 {
	width:calc(100%-400px) !important;
	height:auto;
	display:inline-block;
	margin:0 0 0 0 !important; 
	text-align: center;
}
}


