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;
}
.tratamentos>div{
    width: 26%;
    margin: auto;
    margin-bottom: 50px;
    cursor: pointer;
    transition: 0.1s;
    max-width: 330px;
    padding: 30px;
}
#imagenscorpo{
    width: 20%;
}
#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;
}

#marcarter{
    position: relative;
    cursor: pointer;
}
#marcarter:hover > div{
    background-color:  rgba(239, 123, 26, 0.6);;
}
#marcarter>div{
    width: 100%;
    height: 99%;
    background-color:  rgba(239, 123, 26, 0.3);
    position: absolute;
    transition: 0.3s;
}
#marcarter>p{
    position: absolute;
    border-radius: 15px;
    background-color:  rgba(239, 123, 26, 1);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    line-height: 100%;
    vertical-align: middle;
    width: 140px;
    cursor: pointer;
    transition: 0.3s;
}
#marcarter>p:hover{
    background-color:  rgba(239, 123, 26, 0.7);
}

#marcarter>p> a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
    color: white;
}


#mamainnnnn{
    padding: 50px;
    display: inline-block;
    width: 90%;
}
#mamainnnnn>.floatleft{
    width: 40%;
    display: inline-block;
}
#mamainnnnn>.floatleft>div>h1{
    font-weight: normal;
}
#mamainnnnn>.floatleft>div>h3{
    font-weight: normal;
}
#mamainnnnn>.floatright{
    width: 40%;
    display: inline-block;
}



footer {
        bottom: -1570px;
    }
@media only screen and (max-width: 1700px) {
    footer {
         bottom: -1600px;
    }
}

@media only screen and (max-width: 1550px) {
    footer {
        bottom: -1530px;
    }
}

@media only screen and (max-width: 1275px) {

    .footer > img {
        margin-right: 30px;
    }
    footer {
        bottom: -1540px;
    }

}

@media only screen and (max-width: 980px) {

    footer {
        bottom: -2400px;
    }
}
@media only screen and (max-width: 780px) {

    footer {
        bottom: -2500px;
    }
}

@media only screen and (max-width: 650px) {

    footer {
        bottom: -2500px;
    }

}

@media only screen and (max-width: 550px) {

    footer {
        bottom: -2500px;
    }

}
@media only screen and (max-width: 450px) {

    footer {
        bottom: -2500px;
    }

}












