*{
     box-sizing:border-box;
}
 body{
     margin:0 auto;
     background-color: white;
}

.appoint .heading h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;

}
.appoint .heading h2 span {
    color: #996515;
    font-size: 30px;
    font-weight: bolder;
}
.appoint .heading h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}
.appoint .heading p {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

form{
    /*margin-right: 200px;*/
    /*margin-top: 35px;*/
}

div.coluna5{
    width: 100%;
}
div.info{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
div.infopicture img{
    width: 500px;
    border-radius: 11%;
    cursor: pointer;
}

div.info span{
    
}
div.content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 40px;
    margin-right: 40px;
}
.infos img{
    width: 50px;
    display: flex;
    
}
.appoint .form-control {
    padding-top: 21px;
    padding-bottom: 9px;
    padding-right: 281px;
    padding-left: 38px;
    font-size: 14px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
    color:#996515
}
/*.appoint button.btn, #d_bookApp {
box-sizing: border-box;
color: #fff;
background: rgba(34,34,34, .9);
background-color: rgba(34, 34, 34, 0.9);
border: 2px solid transparent;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
border-radius: 0;
box-shadow: none;
display: block;
margin: 0 auto;
margin-top: 5px;
width: 40%;
height: auto;
padding: 8px 37px;
font-size: 12px;
}
*/
.plus h2{
    font-size: 15px;
}
section.bookapp{
   
    text-align: center;
    background-color: lightgrey;
    height: 300px;
    margin-top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 40px;
    
}
.appoint .title h3 {
    font-size: 18px;
    font-weight: bolder;
}
.appoint .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.appoint .content .info {
    margin-top: 30px;
}
.appoint .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.appoint .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
    color: #996515;
}
.appoint .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

div.letsbook{

}

section.step1{

}

section.step2{

}

section.step3{

}

section.step4{
    
}

@media only screen and (max-width: 1637px){
div.content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
}

@media only screen and (max-width: 1322px){
div.container{
    margin-left:0px;
    margin-right:0px;
}

form{
    margin-left: 10px;
}

}

@media only screen and (max-width: 1256px){
form{
    margin:0 auto;
}
@media only screen and (max-width:1077){
   div.infopicture img{
    display: none;
}
}
@media only screen and (max-width:1050px){
    div.infopicture img{
    display: none;
}

.col-md-7{
    margin-top: 30px;
}
}

@media only screen and (max-width:912px){
    div.infopicture img{
    display: none;
}
}
@media only screen and (max-width:841px){
div.content{
    flex-wrap: wrap;
}
.appoint button.btn{
    display: block;
    margin:0 auto;
}
.bookapp h2{
    font-size: 28pt !important;
    padding-left: 166px!important;
}
}

@media only screen and (max-width: 525px){
    .bookapp h2{
    font-size: 22pt !important;
    padding-left: 20px!important;
    top: 10px !important;
        }
    .appoint .form-control{
        padding-right: 51px;
        padding-left: 38px;
    }

textarea.form-control{
    width: 286px !important;
    height: 132px !important;
}
section.bookapp{
    background-image: url(images/imagem_mobile-book.jpg);
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
}
@media only screen and (max-width: 525px){


}