@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	width:100%;
	height:100%;
	position: absolute;
	margin:0px;
	color: #000;
	font-size: 18px;
	padding:0px;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration:none;
	color:#000;
	/* font-weight:700; */
}

a:hover {
	text-decoration:none;
	color:#a28879;
}

h1{
	max-width: 465px;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
	font-size: 35px;
	font-weight: 400;
	line-height: 125%;
	letter-spacing:5px;
}

h1 span{
	display:block;
	font-size:180px;
	line-height:130px;
	letter-spacing:0px;
}

h3{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 6px;
	line-height: 170%;
	margin: 20px 0px 0px 0px;
}

h4{
    font-size: 15px;
    line-height: 135%;
    margin: 0px 0px 25px 0px;
    color: #9d8a71;
}


h2{
	margin: 0px auto 20px auto;
	font-size: 10px;
	color: #9d8a71;
	max-width: 465px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
}

h2 div{
	display:inline-block;
	margin:0px 10px;
}

h2 span{
	white-space:nowrap;	
}


.button{
	border:1px solid #00a1b4;
	border-radius:5px;
	color:#00a1b4;
	display: inline-block;
    margin: 20px 0px 20px 0px;
	padding:12px 18px;
	font-size:20px;
	font-weight:500;
}

.button:hover{
	border:1px solid #333;
	color:#333;
}

@-webkit-keyframes g44-anim1 {
    0%{background: #7cc576;}
    40%{background: #53a659;}
    100%{background: #7cc576;}
}
@-moz-keyframes g44-anim1 {
    0%{background: #7cc576;}
    40%{background: #53a659;}
    100%{background: #7cc576;}
}
@-o-keyframes g44-anim1 {
    0%{background: #7cc576;}
    40%{background: #53a659;}
    100%{background: #7cc576;}
}
@keyframes g44-anim1 { 
    0%{background: #fafafa;}
    40%{background: #e4e4e4;}
    100%{background: #fafafa;}
}

.container{
	position:absolute;
	width:100%;
	height:100%;
	display: table;
	/* text-align: center; */

	background: url(bg.jpg) no-repeat center center #000;
	background-size:cover;
	
	background: #7cc576;
	-webkit-animation: g44-anim1 3s ease infinite;
	-moz-animation: g44-anim1 3s ease infinite;
	-o-animation: g44-anim1 3s ease infinite;
	animation: g44-anim1 3s ease infinite;
}

.container-middle{
	display: table-cell;
    vertical-align: middle;
	font-weight: 300;
    line-height: 145%;
	padding: 20px;
}

.wrapper{
	width: 300px;
	margin:auto;
	/* padding: 50px 40px; */
	text-align: center;
	/* background: rgba(255, 255, 255, 1); */
}

.container img{
	width:auto;
	max-width: 210px;
	width:100%;
	height:auto;
	margin-bottom: 30px;
}

.foto{
	width:150px !important;
	height:auto;
	margin:30px 0px 10px 0px !important;
}

@media (max-width: 460px) {
	h2 div{
		display:none;
	}

	h2 span{
		display:block;
	}
}