@charset "utf-8";



html, body{
	width: 100%;
	height: 100%;
	boder: 0px;
	padding: 0px;
	margin: 0px;
	
}
body{
	background: url("img/spa-do-toque.jpg") fixed;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

#corpo{
	width: 100%;
	height: 100%;
}


#menu {
    width: 80%;
    height: 65px;
    background: #0000009e;
    margin-left: 10%;
    margin-right: 10%;
    position: fixed;
    top: 0px;
}
#marca {
    background: url(img/conexao-do-tantra-marca.png) no-repeat left center;
    background-size: contain;
    width: 300px;
    height: 50px;
    margin: 7px 10px 0px 10px;
    display: block;
    text-indent: -9000px;
    float: left;
	overflow: hidden;
}

#marca a {
	width: 300px;
	height: 50px;
	display: block;
}

#tel {
    width: 165px;
    height: 50px;
    margin: 0px 10px 7px 10px;
    float: right;
    overflow: hidden;
    color: #fff;
    font-family: sans-serif;
    line-height: 68px;
    font-size: 20px;
    text-align: right;
}
#tel_icon{
    background: url(img/conexao-do-tantra-marca-whats.png) no-repeat left center;
    background-size: contain;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 20px;
}

#caixa {
    background-color: rgba(0,0,0,0.80);
    width: 30%;
    min-width: 300px;
    height: auto;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 15%;
    padding-top: 25px;
    padding-bottom: 25px;
}

#caixa p{
    width: 80%;
    margin: auto;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
	font-size: 1em;
}
#marca img{
	width: 100%;
	height: auto;
	
}

#botao {
    background: url(img/conexao-do-tantra-bt.png) repeat-x left bottom;
    background-size: contain;
    width: 70%;
    height: 40px;
    margin: auto;
    border: solid 2px #78005D;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-family: sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}
#botao a, #tel a {
	color: #fff;
	text-decoration: none;
} 



@media (max-width:425px){
#menu {
height:  auto;
width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	}
#marca {
    width: 85%;
    height: 55px;
	}
#tel {
    width: 50%;
	}
#caixa {
	width: 94%;
    margin-top: 50%;
	margin-left: 3%;
	margin-right: 3%
	}


}