.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-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%;
    height: 50%;
    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: 100px;
    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;
}

#acordormargeh{
    margin-top: 50px;
    margin-bottom: 50px;
}

footer {
    bottom: -1870px;
}

#downloadapp > p {
    font-size: 40px;
}

#imgacordos{
    margin-bottom: 40px;
}

#downloadapp > p:nth-child(3) {
    font-size: 20px;
}

@media only screen and (max-width: 1700px) {
    footer {
        bottom: -1860px;
    }
}

@media only screen and (max-width: 1550px) {
    footer {
        bottom: -1850px;
    }

    #downloadapp > p {
        font-size: 35px;
    }

    #downloadapp > p:nth-child(3) {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1275px) {

    .footer > img {
        margin-right: 30px;
    }

    footer {
        bottom: -1800px;
    }
    
    
    #downloadapp > p {
        font-size: 30px;
    }

    #downloadapp > p:nth-child(3) {
        font-size: 12px;
    }

}
@media only screen and (max-width: 1205px) {

    footer {
        bottom: -1850px;
    }

}

@media only screen and (max-width: 980px) {

    footer {
        bottom: -2800px;
    }
    
    
    #downloadapp > p {
        font-size: 24px;
    }

    #downloadapp > p:nth-child(3) {
        font-size: 10px;
    }
}

@media only screen and (max-width: 780px) {

    footer {
        bottom: -2800px;
    }
    
    
    #downloadapp > p {
        font-size: 20px;
    }

    #downloadapp > p:nth-child(3) {
        font-size: 9px;
    }
}

@media only screen and (max-width: 700px) {

    #downloadapp > p {
        font-size: 16px;
    }

    #downloadapp > p:nth-child(3) {
        font-size: 9px;
    }
}

@media only screen and (max-width: 650px) {

    footer {
        bottom: -2900px;
    }

}

@media only screen and (max-width: 550px) {

    footer {
        bottom: -3000px;
    }

}

@media only screen and (max-width: 450px) {

    footer {
        bottom: -3200px;
    }

}
