@charset "utf-8";
/* CSS Document */

html {
  font-family: "Lucida Sans", sans-serif;
	height: 100%;
}

body {
	height:100%;
	background-color: #FF7600;
	margin: 0px;
}

@font-face {
	font-family: "saira";
	src: url(http://clockdesign.com.br/Narreal/Microbrew-Soft-Four.otf);
	}

.saira {
	font-size: 96px;
	font-family: saira, Arial;
	letter-spacing: -0.025em;
	text-align: center;
	font-size: 120px;
	color: #FFFFFF;
}

/* If the screen size is 1279px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 1279px) {
 	p.saira {
    	font-size: 240px;
	}
 	img {
		width: 75%;
	}
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
	p.saira {
    	font-size: 150px;
	}
	img {
		width: 100%;
	}
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  border: 1px solid red;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.table {
	background-color: antiquewhite;
	height:100%;
}

.tr {
	background-color: azure;
	height: 50%;
}

#logo {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#bloco1 {
	background-color: #FF7600;
	display: inline-block;
	height: 100%;
	margin: auto;
	position: relative;
	border-right-width: thick;
	border-right-style: solid;
	border-color: #213645;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#bloco2 {
	background-color: #FF7600;
	display: inline-block;
	height: 100%;
	position: relative;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-color: #213645;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

#bloco3 {
	background-color: #FF7600;
	display: inline-block;
	height: 100%;
	position: relative;
	border-top-width: thick;
	border-top-style: solid;
	border-color: #213645;
	border-right: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#bloco4 {
	background-color: #FF7600;
	display: inline-block;
	height: 100%;
	position: relative;
	border-left-width: thick;
	border-left-style: solid;
	border-color: #213645;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

