@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background-color: #FFF;
}

/* h1, h2, h3, h4, h5, h6 {
    
} */

a, a:hover {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

b {
    font-weight: 700;
}

section {
    padding: 100px 0;
}

.inicial {
    background-color: #e7e7e7;
}

.inicial h1 {
    font-size: 3rem;
    text-transform: uppercase;
    color: #555;
}

.inicial h1:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    height: 0px;
    width: 20%;
    border-bottom: 10px solid #304a69;
  }

.sobre {
    background-color: #304a69;
    color: #FFF;
}

.sobre p {
    line-height: 1.8rem;
}

.tratamentos h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #304a69;
    font-weight: 700;
}

.tratamentos h4 {
    text-transform: uppercase;
    color: #304a69;
    font-weight: 700;
}

.tratamentos img {
    background-color: #f6f6f6;
    padding: 30px;
    border-radius: 20%;
    max-width: 200px
}

.tratamentos img:after {
    content: "+";
    position: relative;
    right: 0;
    bottom: 0;
    color: #000;
    width: 20px;
    height: 20px;
    background-color: red;
}

.footer {
    background-color: #a6a6a6;
}

@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 991px) {

    .tratamentos h4 {
        font-size: 1rem;
    }

}

@media only screen and (max-width: 1024px) {

}
    
@media only screen and (max-width: 1200px) {

}
    
@media only screen and (min-width: 1201px) and (max-width: 1400px) {

}