.conteudo {
    min-width: 344px;
}

.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;
    margin-top: 90px;

}

.tratamentos > div {
    width: 26%;
    margin-bottom: 50px;
    transition: 0.1s;
    max-width: 330px;
}

#imagenscorpo {
    width: 20%;
}

#corpoclinico {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 20px;
}

.tratamentos > div > p {
    color: rgba(0, 0, 0, 0.8);
    cursor: default;
    font-weight: bold;
}

.imagemtratamento {
    width: 60%;
    fill: rgba(239, 123, 26, 0.3);
}
#duvidaform{
    margin-top: 50px;
}
#duvidaform > p {
    width: 50%;
    margin: auto;
    text-align: right;
    vertical-align: middle;
    line-height: 35px;
    font-weight: bold;
    font-size: 15px;
    min-width: 588px;
}

#duvidaform > p > input {
    width: 60%;
    float: right;
    margin-left: 20px;
    border-style: solid;
    border-color: rgba(239, 123, 26, 0.8);
    border-radius: 8px;
    padding: 7px;
    max-width: 350px;
    margin-right: 29%;
}

#duvidaform > p > textarea {
    width: 60%;
    float: right;
    margin-left: 20px;
    border-style: solid;
    border-color: rgba(239, 123, 26, 0.8);
    border-radius: 8px;
    padding: 7px;
    max-width: 350px;
    resize: none;
    margin-right: 29%;
}

#duvidaform > p:last-child > input {
    margin-top: 25px;
    width: 20%;
    padding: 12px;
    border: none;
    background-color: rgba(239, 123, 26, 0.8);
    color: white;
    font-weight: bold;
    transition: 0.3s;
}
#duvidaform > p:last-child > input:hover {
    background-color: rgba(239, 123, 26, 0.9);
    cursor: pointer;
}

#precisomaispadding {
    margin-bottom: 50px !important;
}

#tratabg,
#corpobg {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(239, 123, 26, 0.3);
    display: none;
}

.conteudo > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #ef7b1a;
    opacity: 0.8;
}

#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;
}


footer {
    bottom: -1300px;
}

@media only screen and (max-width: 1700px) {
    footer {
        bottom: -1350px;
    }

    #duvidaform > p > input,
    #duvidaform > p > textarea {
        margin-right: 27%;
    }

    #d
}

@media only screen and (max-width: 1550px) {
    footer {
        bottom: -1350px;
    }
    
    #duvidaform > p > input,
    #duvidaform > p > textarea {
        margin-right: 25%;
    }
    
}

@media only screen and (max-width: 1275px) {

    .footer > img {
        margin-right: 30px;
    }

    footer {
        bottom: -1350px;
    }
    
    #duvidaform > p > input,
    #duvidaform > p > textarea {
        margin-right: 20%;
    }

}

@media only screen and (max-width: 980px) {

    footer {
        bottom: -2220px;
    }
}

@media only screen and (max-width: 650px) {

    footer {
        bottom: -2300px;
    }

}

@media only screen and (max-width: 550px) {

    footer {
        bottom: -2300px;
    }

}
