@charset "UTF-8";
/* CSS Document */

*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
@font-face {font-family:"morion";
src: url(../fonts/Self Modern.otf)}

body{margin:0;}

a{
	  color:#000000;
	  text-decoration:none;
	  transition: all 0.3s ease;
	}




.col_1{
	position:absolute;
	background-color:#E9DBCE;
	width:100%;
	height:100%;
	left:0px;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center; /* justify-content */
	-webkit-box-align: center; /* align-items */
	transition: all 0.3s ease;
	}

.txt_col_1{
	font-family:"morion";
	font-size:20px;
	letter-spacing:1px;
	text-decoration:none;
	color:#000000;
	transition: all 0.3s ease;
	}

.frase:hover{
	  color:#a44a00;
	}


@media only screen and (max-width: 767px){
	.logo{
	position:fixed;
	font-family:"morion";
	font-size:32px;
	padding-top:30px;
	padding-left:15px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}

.frase {
	font-family:"morion";
	font-size:18px;
	text-decoration:none;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center; /* justify-content */
	-webkit-box-align: center; /* align-items */
	}



.tel{
	position:fixed;
	font-family:"morion";
	font-size:11px;
	bottom:30px;
	padding-left:15px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}

.email{
	position:fixed;
	font-family:"morion";
	font-size:11px;
	bottom:30px;
	right:15px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}

.tel2{
	position:fixed;
	font-family:"morion";
	font-size:11px;
	bottom:45px;
	right:15px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}


.claim{
	position:fixed;
	font-family:"morion";
	font-size:11px;
	padding-top:50px;
	right:15px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}

}

@media only screen and (min-width: 768px){
.logo{
	position:fixed;
	font-family:"morion";
	font-size:44px;
	padding-top:30px;
	padding-left:50px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}

.frase {
	font-family:"morion";
	font-size:24px;
	text-decoration:none;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	-webkit-box-pack: center; /* justify-content */
	-webkit-box-align: center; /* align-items */
	}

.tel{
	position:fixed;
	font-family:"morion";
	font-size:16px;
	bottom:50px;
	padding-left:50px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}

.email{
	position:fixed;
	font-family:"morion";
	font-size:16px;
	bottom:50px;
	right:50px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}


.tel2{
	position:fixed;
	font-family:"morion";
	font-size:16px;
	bottom:70px;
	right:50px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}

.claim{
	position:fixed;
	font-family:"morion";
	font-size:16px;
	padding-top:50px;
	right:50px;
	color:#000000;
	text-decoration:none;
	z-index:1;
	transition: all 0.5s ease;
	}
}
