body{
    min-width: 566px;
}
.conteudo>p{
    width: 80%;
    margin: auto;
    color: rgba(0,0,0,0.6);
    margin-bottom: 90px;
}

.tratamentos{
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
        align-items: stretch;
}
.tratamentos>div{
    width: 26%;
    margin: auto;
    margin-bottom: 50px;
    cursor: pointer;
    transition: 0.1s;
    max-width: 330px;
    padding: 30px;

}
#imagenscorpo{
    width: 20%;
    margin: 0px;
}
#corpoclinico{
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 20px;
}
.tratamentos>div:hover{
    opacity: 0.7;
}
.tratamentos>div>p{
    color: rgba(0,0,0,0.8);
}
.imagemtratamento{
    width: 100%;
    border-radius: 100%;
}

#tratabg, #corpobg {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(239, 123, 26, 0.3);
    display: none;
}
#tratacont, #corpocont{
    background: white;
    position: fixed;
    width: 80%;
    top: 50%;
    left: 50%;
    margin-top: -18%;
    /* Negative half of height. */
    margin-left: -40%;
    /* Negative half of width. */
    min-width: 486px;
}
#tratacont>h1, #corpocont>h1{
    font-size: 27px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
     margin-bottom: 20px;
    color: rgba(239, 123, 26, 0.8);
}
#corpocont>h3{
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}
#mamain{
    width: 100%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.floatleft{
    width: 30%;
    text-align: center;
}
.floatleft>div{
}
.floatleft>div>img{
    width: 80%;
    max-width: 230px;
    margin: auto;
    border-radius: 100%;
    border-color: rgba(239, 123, 26, 0.8);
    border-width: 3px;
    border-style: solid;
    padding: 10px;
    margin-left:20px;
}
.floatright{
    width: 60%;
  
}
.floatright>p{
    padding-left:30px;
    padding-right:50px;
    margin: 0;
    color: rgba(0,0,0,0.8);
}
.floatrighter{
    width: 10%;
    text-align: center;
    
}
.floatrighter>img{
    width: 30%;
    padding-right: 20px;
    opacity: 0.7;
    cursor: pointer;
}
.floatrighter>img:hover{
    opacity: 0.9;
}


footer {
        bottom: -2200px;
    }
@media only screen and (max-width: 1700px) {
    footer {
         bottom: -2200px;
    }
}

@media only screen and (max-width: 1550px) {
    footer {
        bottom: -2200px;
    }
}
@media only screen and (max-width: 1275px) {

    .footer > img {
        margin-right: 30px;
    }
    footer {
        bottom: -2250px;
    }

}
@media only screen and (max-width: 1040px) {

    .footer > img {
        margin-right: 30px;
    }
    footer {
        bottom: -2950px;
    }

}

@media only screen and (max-width: 980px) {

    footer {
        bottom: -3800px;
    }
}

@media only screen and (max-width: 650px) {

    footer {
        bottom: -3800px;
    }

}

@media only screen and (max-width: 550px) {

    footer {
        bottom: -3800px;
    }

}












