
.acupuntura{
    height:auto;
}

.img-teste{
    margin-bottom: auto;
    margin-top: auto;
}



.banner-tratamentos{
    width:100%;
    height:35rem;
    margin-top: 57px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/servicos.jpg);
    background-attachment: fixed;
    position: relative;
    background-color: black;
}

.palavras{
    display: none;
}
@media (min-width: 720px) {
.palavras{
    display: block;
}
.palavra{
    /*font-family: "Shadows Into Light", cursive;*/
    font-weight: bold;
    font-size: 400%;
    color: rgb(255, 127, 127,);
    position: absolute;
    list-style-type: none;
}
.enxaquecas {
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg) scale(.30);
            transform: translate(-50%, -50%) rotate(-5deg) scale(.35);
    opacity: .5;
}
.stress {
    top: 70%;   
    left: 20%;
    -webkit-transform: translate(-50%, -50%)  rotate(10deg) scale(.30);
            transform: translate(-50%, -50%) rotate(10deg) scale(.40);
    opacity: .5;
}
.tendinites {
    top: 45%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg) scale(.30);
            transform: translate(-50%, -50%) rotate(-10deg) scale(.35);
    opacity: .6;
}
.insonia {
    top: 55%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(5deg) scale(.30);
            transform: translate(-50%, -50%) rotate(5deg) scale(.35);
    opacity: .6;
}
.asma {
    top: 30%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(.30);
            transform: translate(-50%, -50%) rotate(10deg) scale(.35);
    opacity: .6;
}
.fibromialgia {
    top: 15%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg) scale(.30);
            transform: translate(-50%, -50%) rotate(-5deg) scale(.35);
    opacity: .6;
}
.depressao {
    top: 25%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg) scale(.30);
            transform: translate(-50%, -50%) rotate(-5deg) scale(.35);
    opacity: .8;
}
.dor-joelho {
    top: 35%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(.30);
            transform: translate(-50%, -50%) rotate(10deg) scale(.35);
    opacity: .8;
}
.lombalgias {
    top: 75%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg) scale(.30);
            transform: translate(-50%, -50%) rotate(-5deg) scale(.35);
    opacity: .6;
}
.dor-quadril {
    top: 85%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(5deg) scale(.30);
            transform: translate(-50%, -50%) rotate(5deg) scale(.35);
    opacity: .5;
}
.design {
    top: 37%;
    left: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(.30);
            transform: translate(-50%, -50%) rotate(10deg) scale(.35);
    opacity: .6;
}

.teste1{
    position: absolute;
        top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(.85);
            transform: translate(-50%, -50%) rotate(-90deg) scale(.85) ;
  }
}
















/*
	<div class="teste">
        <p>teste</p>
    </div>
.teste{
    background-image: url(../img/condominio.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color:red;
    background-color: aqua;
    padding-top: 250px;
    padding-bottom: 250px;
}*/
