html, body {
    /*height: 100%;*/
	margin:0;
	padding:0;
background: #AD3BEB;
background: linear-gradient(130deg,rgba(173, 59, 235, 1) 0%, rgba(68, 82, 245, 1) 100%);

}
.main {
    /*min-height: 100%;*/
    width: 100%;	
    display: table;
	background-image: url(elemento2.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 315px) calc(50% + -85px);
}
.wrapper {
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	background-image: url(elemento1.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 260px) 0%;
}
.botao{
	font-family:"Open Sans"; 
	font-size:1.05rem; 
	text-align:center; 
	height:34px; 
	padding:6px 10px 6px 16px; 

	font-weight:700; 
	color:#4125c5; 
	margin:10px 0px 0px 0px;
	align-items: center;
    display: flex;
	background: #FEFEFE;
background: linear-gradient(130deg,rgba(254, 254, 254, 1) 0%, rgba(219, 229, 242, 1) 100%);
}
.botao span span{
    background: red;
    color: #FFF;
    padding: 2px 8px;
    font-size: 0.8rem;
    border-radius: 5px;
    margin-left: 5px;
	display: inline-block;
}

.social{margin-top:10px}
.social img{margin:5px;}

.botao:hover{background: linear-gradient(270deg,rgba(254, 254, 254, 1) 0%, rgba(219, 229, 242, 1) 100%);}
.conteudo{
	max-width:340px; 
	margin:auto; 
	text-align:center; 
	padding:20px;
}
.botao svg{width:20px; height:20px; margin-right:5px; color:#4125c5; fill:#4125c5;}
.g1 svg{width:20px; height:20px; margin-right:8px; fill:#c4170c; margin-top:2px;}
.ibahia svg{width:22px; height:26px; margin-right:4px; fill:#fe3849;}
.bahiafm svg{width:22px; height:18px; margin-right:4px; fill:#ca16d8;}
.wa svg{width:22px; height:22px; margin-right:6px; fill:#17980e;}
a{text-decoration:none;}
.guitarra{position:absolute;}

.icones{
	max-width:400px; 
	margin:auto;	
	font-family:"Open Sans"; 
	font-size:0.85rem; 
	font-weight:600;
	text-align:center; 
	color:#FFF;
	display: inline-block;
    margin-bottom: 50px;
}
.icones div{ width:calc(100% / 3); float:left; padding:8px 0px}
.icones div img{ max-width:60%;}
.icones div span {
    display: block;
}
.az{background: linear-gradient(130deg,rgba(115, 25, 230, 1) 0%, rgba(40, 20, 200, 1) 100%);}
.am{background: linear-gradient(130deg,rgba(254, 228, 82, 1) 0%, rgba(250, 160, 0, 1) 100%);}
.rx{background: linear-gradient(130deg,rgba(247, 56, 209, 1) 0%, rgba(165, 55, 235, 1) 100%);}
.bc{background: linear-gradient(130deg,rgba(250, 250, 250, 1) 0%, rgba(219, 229, 242, 1) 100%);}