@import url('https://fonts.googleapis.com/css?family=Poppins');

*{
    outline: none !important;
    scroll-behavior: smooth; 
}


body{
    font-family: 'Poppins', sans-serif;   
}

header {
    position: relative;
    z-index: 1000000;
}

p{
    font-size: 1.15rem;
}

.navbar {
    background: transparent !important;
    transition: 0.5s;    
}

.navbar.scrolled {
    background:rgb(151, 145, 145) !important;
    transition: 0.5s;
    height: 100px;    
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #000;
    background: rgb(245, 197, 77);
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
}

.navbar-light .navbar-nav .active>.nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav.link {
    color: rgba(255,255,255,.8);
}

.navbar-light .navbar-nav .nav.link:hover
.navbar-light .navbar-nav .nav.link:focus {
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:visited
{
    color: rgba(255,255,255,1);
    font-size: 2.5rem;
    font-weight: 600;
}

.banner {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url('img/london-3833039_1920.jpg');
    background-size: cover;
    margin-bottom: 0;
}

.banner:before,
.sec1:before,
.sec2:before,
.sec3:before,
.contato:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    background: linear-gradient(rgba(133, 131, 131, 0.8), transparent);
    pointer-events: none;
}

.height100p {
    height: 550px; 
}

.h100 {
    height: 100%;   
}

.h300 {
    height: 312px;
}

.contentBox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.contentBox h1 {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
}

.sec1 {
    padding: 100px 0;
    background:rgb(247, 226, 107);  
}

.headerText {
    color: rgb(77, 75, 75);
}

.headerText h2 {
    font-size: 2.5rem;
    color:rgb(3, 48, 3);
}

.placeBox {
    position: relative;
    max-width: 300px;
    height: 400px;
}

.placeBox .imgBx {
    width: 100%;
    height: 100%;
}

.placeBox .imgBx img {
    object-fit: cover;
}

.content {
    color: rgb(77, 75, 75);
}

.sec2 {
    padding: 100px 0;
    position: relative;
    background: rgb(1, 53, 1);
    background-size: cover;    
}

.btnD1 {
    border: 2px solid rgb(2, 44, 2);
    color: #000;
    background: rgb(245, 197, 77);
    border-radius: 50px;
    padding: 15px 50px;
    font-size: 1.15rem;
    outline: none;
    font-weight: bold;
    margin-top: 20px;
}

.btnD2 {
    border: 2px solid rgb(2, 44, 2);
    color: #000;
    background: rgb(245, 197, 77);
    border-radius: 50px;
    outline: none;
    font-weight: bold;    
}

.btnD3 {
    border: 2px solid rgb(2, 44, 2);
    color: rgb(2, 44, 2);
    background: rgb(245, 197, 77);
    border-radius: 50px;
    padding: 15px 50px;
    font-size: 1.15rem;
    outline: none;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 150px;
    top: 20px;    
}

.btnD32 {
    border: 2px solid  rgb(245, 197, 77);
    color:  rgb(245, 197, 77);
    background: rgb(2, 44, 2);;
    border-radius: 50px;
    padding: 15px 50px;
    font-size: 1.15rem;
    outline: none;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 150px;
    top: 20px;    
}

.sec3 {
    position: relative;
    padding: 100px 0;
    background:rgb(247, 226, 107);
}

.contato {
    position: relative;
    padding: 100px 0;
    background:  rgb(1, 53, 1);
    background-size: cover;
    min-height: 100vh;
}

.contato .form-control {
    border: solid 2px rgb(247, 226, 107);
    border-bottom: 2px solid rgba(255,255,255,.2);
    height: 30px;
    border-radius: 5px 5px 5px 5px;
    background: rgba(87, 84, 84, 0.6);
    color: #fff;
    font-size: 1rem;
}

.contato .form-control:focus,
.contato .form-control:hover {
    border: none;
    border-bottom: 2px solid rgba(255,255,255,1);
    box-shadow: none;
}

.contato .textarea {
    min-height: 100px;
}

.contato label {
    color: #fff;
    font-size: 1.25rem;
}

footer {
    background: rgb(1, 53, 1);
    padding: 10px 0 0;
}

.sci {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sci li {
    list-style: none;
    margin: 0 20px;
}

.sci li a {
    color: #777;
    font-size: 2em;
    transition: 0.5s;
}

.sci li a:hover {
    color: #fff;
}

.cpryt {
    margin-top: 20px;
    text-align: center;
    color: #777;
}

.cpryt a,
.cpryt a:hover{
    color: #fff;
}

.titulo1 {
    position: relative;
    color: honeydew;
    font-weight: bold;
    top: -80px;
}

.titulo11 {
    color: rgb(3, 48, 3);
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-size: 18pt;  
}

.titulo2 {
    color: honeydew;
    position: relative;
    top: -80px;
}

.titulo3 {
    color:rgb(3, 48, 3);
    font-weight: bold;
    font-size: 25pt;
}

.titulo33 {
    color:rgb(3, 48, 3);
    font-weight: bold;
    font-size: 25pt;
}

.titulo4,
.titulo4444 {
    color:rgb(247, 226, 107);
    font-weight: bold;
}

.titulo44 {
    position: relative;
    color:rgb(247, 226, 107);
    font-weight: bold;
    font-size: 20px;
}

.titulo444 {
    position: relative;
    color:rgb(247, 226, 107);
    font-weight: bold;
    font-size: 20px;
    margin-top: 3px;
}

.titulo5 {
    color:rgb(247, 226, 107); 
}

.texto1 {
    text-align: justify;
    font-size: 12pt;    
} 

.texto2 {
    text-align: center;
    font-size: 12pt;
    color: rgba(92, 88, 88, 0.616);
} 

.texto3 {
    color: whitesmoke;
    text-align: justify;
    font-size: 10pt;
    position: relative;
    right: 10px;
} 

.texto4,
.texto44 {
    color:white;
    text-align: center;
    font-size: 1.3rem;
} 

.texto5 {
    color: rgb(90, 88, 88);
    text-align: center;
    font-size: 1.3rem;
} 

.texto6 {
    color: white;
    text-align: center;
    font-size: small
} 

.texto7 {
    color: white;
    font-size: 1rem;
} 

.foto_sobre {
    border-radius: 5px;
    box-shadow: 3px 3px 3px 3px rgb(1, 53, 1);
}

.foto_servicos {
    border-radius: 5px;
    border: solid 2px rgb(245, 197, 77);
}

.foto_dif {
    border-radius: 5px;
    border: solid 2px rgb(1, 53, 1);
}

.imageBox img {
    border: solid 2px rgb(1, 53, 1);
    border-radius: 5px;
}

.conteudo {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.card .conteudo div {
    padding: 20px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.2s;
}

.card:hover .conteudo div {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.card {
    position: relative;
    margin: 15px;
    overflow: hidden;
}

.card span {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.95;
    background: rgb(1, 53, 1);
    z-index: 1;
    transition: width 0.5s, height 0.5s;
}

.card:hover span {
    width: 1000px;
    height: 1000px;
}

.card .imageBox img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h200 {
    position: relative;
    top: 100px;
    width: 100%;
}

.area {
    background-color: rgb(204, 177, 25);
    height: 100px;
}
.area1 {
    position: relative;
    bottom: 100px;
    float: left;
    margin-left: 0;
    width: 50%;
}

.area2 {
    position: relative;
    bottom: 100px;
    float: right;
    margin-right: 0;
    width: 50%;   
}

.qrcode {
    position: relative;
    bottom: 3px;
    border-radius: 5px 5px 5px 5px;
    border: solid 2px rgb(204, 177, 25);
}

/*-------------------------------------------RESPOSTA CONTATO-----------------------------------------*/
.resposta_contato{
    background: url('img/milky-way-2695569_1920.jpg');
    width: 100%;
    height: 100vh;
}
.resposta{
    padding: 15px;
    position: relative;
    top: 200px;
    width: 600px;
    height: 150px;
    background-color: #f8f8f8;
    margin: 100px auto 200px auto;
    border: 3px solid #000;
    border-radius: 4px;
    box-shadow: 3px 3px 0.3px rgba(0,0,0,.3);
    word-wrap: break-word;
    font-size: 40pt;
    text-align: center;
    align-items: center;
}
.footer3{
     padding: 15px;
     width: 600px;
     height: 100px;
     background-color: rgb(153, 151, 151);
     margin: 100px auto 200px auto;
     border: 3px solid #000;
     border-radius: 4px;
     box-shadow: 3px 3px 0.3px rgba(0,0,0,.3);
     word-wrap: break-word;
     font-size: 15pt;
     text-align: center;
     align-items: center;
}

/*---------------------------RESPONSIVOS DA MAIOR TELA PARA A MENOR--------------------------------*/

@media screen and (min-width: 1903px){
    .height100p {
        height: 920px;
    }
    .sec1 {
        height: 1000px;
    }
    .sec2 {
        height: 1000px;
    }
    .titulo11 {
        position: relative;
        top: 5px;
        margin-left: 15px ;
        font-size: 18pt;
    } 
    .btnD3 {
        left: 300px;
    }
} 

@media screen and (min-width: 1680px){
    .height100p {
        height: 800px;
    }
    .sec2 {
        height: 928px ;
    }
    .titulo11 {
        font-size: 15.5pt;
        margin-left: 15px;
        position: relative;
        top: 15px;
    }
    .btnD32 {
        left: 250px;
        font-size: 15pt;
    }
    .h200 {
        position: relative;
        top: 100px;
        width: 100%;
    }
    .area {
        position: relative;
        background-color: rgb(204, 177, 25);
        height: 100px;
    }
    .titulo11 {
        font-size: 18pt;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1440px){
    .titulo11 {
        font-size: 18pt;
        margin-top: 10px;
        margin-left: 15px;
        position: relative;
        top: 20px;
    }
    .btnD32 {
        left: 180px;
    }
    .sec2 {
        height: 928px;
    }
}

@media screen and (min-width: 1423px){
    .height100p {
        height: 700px;
    }
    .titulo11 {
        position: relative;
        top: 10px;
        margin-left: 15px ;
        margin-top: 10px;
    } 
    .texto4{
        margin-left: 20px;
        font-size: 18pt;
    }
    .texto5 {
        margin-left: 20px;
        font-size: 18pt;
    }
    .texto44 {
        font-size: 18pt;
    }
}

@media screen and (min-width: 1349px){
    .sec2 {
        height: 928px;
    }
   .texto4{
    margin-left: 20px;
    font-size: 18pt;
}
.texto5 {
    margin-left: 20px;
    font-size: 18pt;
}
.texto44 {
    font-size: 18pt;
   }
}
@media screen and (min-width: 1323px){
    .sec2 {
        height: 928px;
    }
} 

@media screen and (max-width: 1199px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
   
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
   }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
}
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 80px;
}
   .btnD32 {
       padding: 5px 5px;
       font-size: 13pt;
       left: 120px;
       top: 17px;
   }
    .titulo11 {
        font-size: 15pt;
        margin-left: 5px;
        margin-top: 10px;
    }
    
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 400px;
       height: 280px;
       position: relative;
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
   }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 20px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 11pt;
   }
   .texto2 {
       position: relative;
       font-size: 9pt;
   }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
   }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
   }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 200px ;
       height: 120px ;
   }
   .titulo5 {
       font-size: 14pt;
   }
   .texto3 {
       font-size: 10pt;
   }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
   }
   .sec2 {
      height: 780px; 
   }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
   }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
   }
   .card {
      position: relative;
      bottom: 100px;
   }
   .sec3 {
      height: 700px;
   }
   .titulo-dif {
      font-size: 14pt;
   }
   .texto-dif {
      font-size: 10pt;
   }
   .conteudo div {
      position: relative;
      bottom: 20px;
   }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
   }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
   }
   #margin-form {
      position: relative;
      bottom: 100px;
   }
   #margin-contato {
      position: relative;
      bottom: 100px;
   }
   .texto7 {
      font-size: 10.5pt;
   }
   .contato {
      height: 900px;
   } 
}

@media screen and (max-width: 1024px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .height100p {
        height: 500px;
    }
    .titulo1 {
        margin-top: 50px;
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 80px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 14pt;
       left: 120px;
       top: 17px;
    }
    .titulo11 {
        font-size: 13.5pt;
        margin-left: 5px;
        margin-top: 15px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 400px;
       height: 280px;
       position: relative;  
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 20px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 11pt;
    }
   .texto2 {
       position: relative;
       font-size: 9pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 200px ;
       height: 120px ;
    }
   .titulo5 {
       font-size: 14pt;
    }
   .texto3 {
       font-size: 10pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
    }
   .sec2 {
      height: 780px; 
   }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
   }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
   }
   .card {
      position: relative;
      bottom: 100px;
   }
   .sec3 {
      height: 700px;
   }
   .titulo-dif {
      font-size: 14pt;
   }
   .texto-dif {
      font-size: 10pt;
   }
   .conteudo div {
      position: relative;
      bottom: 20px;
   }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
   }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
   }
   #margin-form {
      position: relative;
      bottom: 100px;
   }
   #margin-contato {
      position: relative;
      bottom: 100px;
   }
   .texto7 {
      font-size: 10.5pt;
   }
   .contato {
      height: 900px;
   } 
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 80px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 14pt;
       left: 120px;
       top: 17px;
    }
    .titulo11 {
        font-size: 13.5pt;
        margin-left: 10px;
        margin-top: 12px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 90px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 400px;
       height: 280px;
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 30px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       font-size: 9pt; 
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 170px ;
       height: 120px ;
    }
   .titulo5 {
       font-size: 14pt;
    }
   .texto3 {
       font-size: 9pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 20px;
    }
   .sec2 {
      height: 850px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 700px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
   .texto-dif {
      font-size: 9pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 10.5pt;
    }
   .contato {
      height: 820px;
    }
   .qrcode {
       max-width: 194px;
       max-height: 304px;
       width: 180px;
       height: 200px;
    }
}

@media screen and (max-width: 900px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: 100px;
     }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 70px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 14pt;
       left: 120px;
       top: 17px;
    }
    .titulo11 {
        font-size: 13pt;
        margin-left: 20px;
        margin-top: 12px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 10px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 400px;
       height: 270px;
       position: relative;
       right: 50px;  
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       font-size: 9pt; 
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 155px ;
       height: 100px ;
    }
   .titulo5 {
       font-size: 11pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 2px;
    }
   .sec2 {
      height: 780px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
   .texto-dif {
      font-size: 9pt;
    }
   .conteudo div {
      position: relative;
      bottom: 50px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 10.5pt;
    }
   .contato {
      height: 820px;
    } 
}

@media screen and (max-width: 862px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -20px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: 100px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 70px;
    }
    .area1 {
        position: relative;
        bottom: 105px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 13pt;
       left: 120px;
       top: 12px;
    }
    .titulo11 {
        font-size: 13pt;
        margin-left: 25px;
        margin-top: 12px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 10px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 380px;
       height: 250px;
       position: relative;
       right: 25px; 
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       font-size: 9pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 155px ;
       height: 100px ;
    }
   .titulo5 {
       font-size: 11pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 2px;
    }
   .sec2 {
      height: 780px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
   .texto-dif {
      font-size: 9pt;
    }
   .conteudo div {
      position: relative;
      bottom: 50px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 10.5pt;
    }
   .contato {
      height: 820px;
    } 
}

@media screen and (max-width: 838px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -20px;
    }
    .logo{
        position: relative;
        left: 100px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 70px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 13pt;
       left: 120px;
       top: 14px;
    }
    .titulo11 {
        font-size: 13pt;
        margin-left: 25px;
        margin-top: 12px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 10px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 380px;
       height: 250px;
       position: relative;
       right: 25px;  
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       font-size: 9pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 155px ;
       height: 100px ;
    }
   .titulo5 {
       font-size: 11pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 2px;
    }
   .sec2 {
      height: 780px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
   .texto-dif {
      font-size: 9pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 10.5pt;
    }
   .contato {
      height: 820px;
    }
}

@media screen and (max-width: 805px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -20px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: 100px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 70px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 13pt;
       left: 90px;
       top: 14px;
    }
    .titulo11 {
        font-size: 13pt;
        margin-left: 25px;
        margin-top: 12px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 10px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 380px;
       height: 250px;
       position: relative;
       right: 25px;  
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       font-size: 9pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 155px ;
       height: 100px ;
    }
   .titulo5 {
       font-size: 11pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 2px;
    }
   .sec2 {
      height: 780px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
   .texto-dif {
      font-size: 9pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 10.5pt;
    }
   .contato {
      height: 820px;
    } 
}

 @media screen and (max-width: 768px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .height100p {
        height: 520px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -20px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: 100px;
     }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 60px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 13pt;
       left: 90px;
       top: 14px;
    }
    .titulo11 {
        font-size: 12pt;
        margin-left: 20px;
        margin-top: 12px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 10px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 330px;
       height: 230px;
       position: relative;
       left: 20px; 
    }
    .placeBox2 {
        position: relative;
        top: 100px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 30px; 
       text-align: center;
       font-size: 10pt;
   }
   .texto2 {
       position: relative;
       font-size: 9pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 100px;
       height: 130px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 80px;
       font-size: 15pt;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 155px ;
       height: 100px ;
    }
   .titulo5 {
       font-size: 11pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 70px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 2px;
    }
   .sec2 {
      height: 780px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 100px;
     font-size: 15pt;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
   .texto-dif {
      font-size: 9pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 10.5pt;
    }
   .contato {
      height: 900px;
    }
   .qrcode {
       max-width: 180px;
       max-height: 200px;
       width: 120px;
       height: 150px;
    }
   .wmap {
       height: 150px;
    }
   footer {
       height: 170px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: 60px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 60px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 10pt;
       left: 90px;
       top: 14px;
    }
    .titulo11 {
        font-size: 11pt;
        margin-left: 5px;
        margin-top: 11px;
    } 
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 330px;
       height: 230px;
       position: relative;
       left: 10px;
    }
    .placeBox2 {
        position: relative;
        top: 200px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 60px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 60px; 
       left: 30px;
       text-align: center;
       font-size: 9.5pt;
    }
   .texto2 {
       position: relative;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 60px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 820px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 9pt;
    }
   .texto-dif {
      font-size: 5pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
    .btnD2{
        font-size: 8pt;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    }
  .qrcode {
      max-width: 180px;
      max-height: 200px;
      width: 100px;
      height: 150px;
    } 
}

@media screen and (max-width: 742px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: 60px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 60px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 10pt;
       left: 90px;
       top: 14px;
    }
    .titulo11 {
        font-size: 11pt;
        margin-left: 5px;
        margin-top: 8px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 330px;
       height: 230px;
       position: relative;
       left: 8px; 
    }
    .placeBox2 {
        position: relative;
        top: 200px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 40px; 
       text-align: center;
       font-size: 9.5pt;
   }
   .texto2 {
       position: relative;
       font-size: 8pt; 
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 820px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 9pt;
    }
   .texto-dif {
      font-size: 5pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    }
   .conteudo div {
       font-size: 6pt;
    }
   .fas .fa-building {
       font-size: 20px;
    } 
}

@media screen and (max-width: 723px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: 60px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 60px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 10pt;
       left: 60px;
       top: 14px;
    }
    .titulo11 {
        font-size: 11pt;
        margin-left: 5px;
        margin-top: 8px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 330px;
       height: 230px;
       position: relative;
       left: 8px;  
    }
    .placeBox2 {
        position: relative;
        top: 200px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 40px; 
       text-align: center;
       font-size: 9.5pt;
    }
   .texto2 {
       position: relative;
       font-size: 8pt; 
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 820px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 9pt;
    }
   .texto-dif {
      font-size: 5pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    }
   .conteudo div {
       font-size: 6pt;
    }
   .fas .fa-building {
       font-size: 20px;
    }
}

@media screen and (max-width: 651px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        right: 20px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 80px;
    }
    .area1 {
        position: relative;
        bottom: -10px;
    }
    .area2{
        position: relative;
        bottom: -10px;
    }
   .btnD32 {
       
       padding: 5px 5px;
       font-size: 11pt;
       left: 50px;    
    }
    .titulo11 {
        font-size: 15pt;
        margin-left: 10px;  
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 15px;
       
    }
    .placeBox2 {
        position: relative;
        top: 170px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 40px; 
       text-align: center;
       font-size: 8.5pt;
    }
   .texto2 {
       position: relative;
       font-size: 8pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }

   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 850px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 9pt;
    }
   .texto-dif {
      font-size: 5pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    } 
}

@media screen and (max-width: 675px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: -10px;
     }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 70px;
    }
    .area1 {
        position: relative;
        bottom: 100px;
    }
    .area2{
        position: relative;
        bottom: 100px;
    }
   .btnD32 {
       
       padding: 5px 5px;
       font-size: 11pt;
       left: 50px;
    }
    .titulo11 {
        font-size: 12pt;
        margin-left: 10px;   
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 15px;  
    }
    .placeBox2 {
        position: relative;
        top: 170px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 40px; 
       text-align: center;
       font-size: 8.5pt;
       left: -5px;
    }
   .texto2 {
       position: relative;
       font-size: 8pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 820px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 9pt;
    }
   .texto-dif {
      font-size: 5pt;
    }
   .conteudo div {
      position: relative;
      bottom: 60px;
    }
    .btnD2{
        font-size: 8pt;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    } 
}

@media screen and (max-width: 638px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px; 
    }
    .logo{
        max-width: 405px;
        max-height: 94px ;
        width: 320px;
        height: 60px;
        position: relative;
        right: 150px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 70px;
    }
   .btnD32 {
       margin-top: -5px;
       padding: 5px 5px;
       font-size: 11pt;
       left: 10px;
       top: 5px;   
    }
    .titulo11 {
        font-size: 15pt;
        margin-left: 10px;
        margin-top: 10px;
    }  
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 25px;  
    }
    .placeBox2 {
        position: relative;
        top: 170px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 40px; 
       text-align: center;
       font-size: 8.5pt;
    }
   .texto2 {
       position: relative;
       font-size: 8pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 820px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
   .texto-dif {
      font-size: 9pt;
    }
   .conteudo div {
      position: relative;
      bottom: 50px;
    }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    }  
}

@media screen and (max-width: 659px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -20px;
    }
    .logo{
        position: relative;
        left: -10px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
    .area1{
        height: 50px;
        bottom: 90px;
    }
    .area2{
       height: 50px;
       bottom: 90px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 9pt;
       left: 50px;
       top: 5px;
    }
    .titulo11 {
        font-size: 10pt;
        margin-left: 10px;
        margin-top: 8px;
    } 
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 25px; 
    }
    .placeBox2 {
        position: relative;
        top: 170px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 40px; 
       text-align: center;
       font-size: 8.5pt;
    }
   .texto2 {
       position: relative;
       font-size: 8pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 820px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 9pt;
    }
   .texto-dif {
      font-size: 5.5pt;
    }
   .conteudo div {
      position: relative;
      bottom: 67px;
    }
    
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    }
}

@media screen and (max-width: 630px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -20px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: -10px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
    .area1{
        height: 50px;
        bottom: 85px;
    }
    .area2{
       height: 50px;
       bottom: 85px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 9pt;
       left: 60px;
       top: 10px;
    }
    .titulo11 {
        font-size: 10pt;
        margin-left: 10px;
        margin-top: 8px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 280px;
       height: 180px;
       position: relative;
       left: 35px;  
    }
    .placeBox2 {
        position: relative;
        top: 170px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 40px; 
       text-align: center;
       font-size: 8.5pt;
    }
   .texto2 {
       position: relative;
       font-size: 8pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 820px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
    .titulo-dif {
        font-size: 9pt;
      }
     .texto-dif {
        font-size: 5.5pt;
      }
     .conteudo div {
        position: relative;
        bottom: 67px;
      }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    } 
}

@media screen and (max-width: 612px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
       position: relative;
       left: 50px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -20px;
    }
    .navbar.scrolled{
        height: 305px;
    }
    .logo{
        position: relative;
        left: -10px;
    }
    .titulo1 {
        font-size: 22pt;
    }
    .titulo2 {
       font-size: 18pt;
    }
    .area {
        height: 60px;
    }
    .area1{
        height: 50px;
        bottom: 95px;
    }
    .area2{
       height: 50px;
       bottom: 95px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 9pt;
       left: 50px;
       top: 10px;
    }
    .titulo11 {
        font-size: 10pt;
        margin-left: 10px;
        margin-top: 8px;
    }
    #margin-sobre {
        position: relative;
        bottom: 50px;
    }
    #margin-sobre2 {
        position: relative;
        right: 80px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 260px;
       height: 160px;
       position: relative;
       left: 45px; 
    }
    .placeBox2 {
        position: relative;
        top: 170px;  
    }
   .sec1 {
       height: 800px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 40px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       left: -5px;
       bottom: 40px; 
       text-align: center;
       font-size: 8.5pt;
    }
   .texto2 {
       position: relative;
       font-size: 8pt;  
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 90px;
       height: 110px;
    }
   .titulo4 {
       position: relative;
       bottom: 80px;
       font-size: 20pt;
    }
   .texto4 {
       position: relative;
       bottom: 65px;
       font-size: 15pt;
       left: 20px;
    }
   .foto_servicos {
       max-width: 255px;
       max-height: 180px;
       width: 130px ;
       height: 90px ;
    }
   .titulo5 {
       font-size: 9.5pt;
    }
   .texto3 {
       font-size: 8pt;
    }
   #margin-serv1 {
    position: relative;
    bottom: 90px;
    }
   #margin-serv4 {
     position: relative;
     bottom: 15px;
    }
   .sec2 {
      height: 850px; 
    }
   .titulo33 {
     position: relative;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto5 {
     position: relative;
     bottom: 85px;
     font-size: 15pt;
     left: 20px;
    }
   .card {
      position: relative;
      bottom: 100px;
    }
   .sec3 {
      height: 600px;
    }
   .titulo-dif {
      font-size: 12pt;
    }
    .titulo-dif {
        font-size: 9pt;
      }
     .texto-dif {
        font-size: 5.5pt;
      }
     .conteudo div {
        position: relative;
        bottom: 67px;
      }
   .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 20pt;
    }
   .texto44 {
     position: relative;
     bottom: 90px;
     right: 3px;
     font-size: 15pt;
    }
   #margin-form {
      position: relative;
      bottom: 100px;
    }
   #margin-contato {
      position: relative;
      bottom: 100px;
    }
   .texto7 {
      font-size: 9pt;
    }
   .contato {
      height: 900px;
    } 
}

@media screen and (max-width: 574px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar.scrolled{
        height: 260px;
        width: 100%;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -80px;
    }
    #margin-sobre {
        position: relative;
        bottom: 70px;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
    .area1{
        height: 50px;
        bottom: 95px;
    }
    .area2{
       height: 50px;
       bottom: 95px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 8pt;
       left: 60px;
    }
    .titulo11 {
        font-size: 10pt;
        margin-left: 20px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 300px;
       height: 70px;
       position: relative;
       left: 75px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 350px;
       height: 250px;
       position: relative;
       left: 170px;
    }
    .placeBox2 {
        position: relative;
        top: 280px;  
    }
   .sec1 {
       height: 1100px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 130px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 140px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       text-align: center;
       font-size: 9pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 200px;
       bottom: 80px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 0;
       left: -50px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 100px
    }
    .texto3 {
         position: relative;
         left: 95px;
         font-size: 10pt
    }
    .sec2 {
         height: 1800px;
    }
    #margin-serv {
         margin-top: 50px;
    } 
    #margin-serv2 {
         position: relative;
         bottom: 20px;
    } 
    #margin-serv3 {
         position: relative;
         bottom: 10px;
    } 
    #margin-serv4 {
         position: relative;
         bottom: 20px;
    } 
    .titulo33 {
         position: relative;
         left: 190px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto5 {
         position: relative;
         bottom: 30px;
         left: -60px;
         font-size: 15pt;
    }
    .card {
         position: relative;
         height: 400px;
         border-bottom: solid 2px rgb(1, 53, 1);
         border-radius: 5px;
         bottom: 70px;
    }
    #card2 {
         position: relative;
         bottom: 150px;
    }
    #card3 {
         position: relative;
         bottom: 230px;
    }
    .titulo-dif {
        font-size: 18pt;
    }
    .texto-dif {
        font-size: 14pt;
    }
    .conteudo div {
        position: relative;
        bottom: 10px;
    }
    .sec3 {
         height: 1620px;
    }
    .titulo4444{
         position: relative;
         right: 5px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto44 {
         position: relative;
         bottom: 80px;
         right: 3px;
         font-size: 13pt;
    }
    #margin-form {
         position: relative;
         bottom: 100px;
    }
    .contato {
         height: 1900px;
    }
    .wmap {
        height: 180px;
    }
}

@media screen and (max-width: 540px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -230px;
        bottom: -70px;
    }
    .navbar.scrolled{
        height: 260px;
        width: 100%;
    }
    #margin-sobre {
        position: relative;
        bottom: 70px;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
    .area {
        height: 50px;
    }
    .area1{
        height: 50px;
        bottom: 95px;
    }
    .area2{
       height: 50px;
       bottom: 90px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 8pt;
       left: 60px;
    }
    .titulo11 {
        font-size: 9pt;
        margin-left: 20px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 320px;
       height: 80px;
       position: relative;
       left: 95px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 310px;
       height: 210px;
       position: relative;
       left: 180px;
    }
    .placeBox2 {
        position: relative;
        top: 250px;  
    }
   .sec1 {
       height: 1100px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 170px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       left: 5px;
       bottom: 180px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       text-align: center;
       font-size: 9pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 200px;
       bottom: 80px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 10px;
       right: 50px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 100px
    }
    .texto3 {
         position: relative;
         left: 95px;
         font-size: 9pt;
    }
    .sec2 {
         height: 1800px;
    }
    #margin-serv {
         margin-top: 50px;
    } 
    #margin-serv1 {
       position: relative;
       bottom: 60px;
    } 
    #margin-serv2 {
         position: relative;
         bottom: 40px;
    } 
    #margin-serv3 {
         position: relative;
         bottom: 40px;
    } 
    #margin-serv4 {
         position: relative;
         bottom: 90px;
    } 
    .titulo33 {
         position: relative;
         left: 190px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto5 {
         position: relative;
         bottom: 5px;
         right: 60px;
         font-size: 13pt;
    }
    .card {
         position: relative;
         height: 400px;
         border-bottom: solid 2px rgb(1, 53, 1);
         border-radius: 5px;
         bottom: 70px;
    }
    #card2 {
         position: relative;
         bottom: 150px;
    }
    #card3 {
         position: relative;
         bottom: 230px;
    }
    .titulo-dif {
        font-size: 18pt;
    }
    .texto-dif {
        font-size: 14pt;
    }
    .conteudo div {
        position: relative;
        bottom: 10px;
    }
    .sec3 {
         height: 1620px;
    }
    .titulo4444{
         position: relative;
         right: 5px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto44 {
         position: relative;
         bottom: 80px;
         right: 3px;
         font-size: 13pt;
    }
    #margin-form {
         position: relative;
         bottom: 100px;
    }
    .contato {
         height: 1800px;
    }
    .wmap {
        height: 150px;
    }
  footer {
      height: 200px;
    }
}

@media screen and (max-width: 503px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar.scrolled{
        height: 260px;
        margin-right: 20px;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -220px;
       
    }
    #margin-sobre {
        position: relative;
        bottom: 70px;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
    .area{
        height: 60px;
    }
    .area1{
        height: 50px;
        bottom: 95px;
    }
    .area2{
       height: 50px;
       bottom: 95px;
    }
   .btnD3 {
       padding: 5px 5px;
       font-size: 8pt;
       left: 60px;
    }
    .titulo11 {
        font-size: 9pt;
        margin-left: 20px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 300px;
       height: 70px;
       position: relative;
       left: 75px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 170px;
    }
    .placeBox2 {
        position: relative;
        top: 320px;  
    }
   .sec1 {
       height: 1100px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 170px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 160px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 200px;
       bottom: 80px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 10px;
       right: 50px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 80px
    }
    .texto3 {
         position: relative;
         left: 75px
    }
    .sec2 {
         height: 1800px;
    }
    #margin-serv {
         margin-top: 50px;
    } 
    #margin-serv2 {
         position: relative;
         bottom: 40px;
    } 
    #margin-serv3 {
         position: relative;
         bottom: 40px;
    } 
    #margin-serv4 {
         position: relative;
         bottom: 80px;
    } 
    .titulo33 {
         position: relative;
         left: 170px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto5 {
         position: relative;
         bottom: 5px;
         right: 60px;
         font-size: 13pt;
    }
    .card {
         position: relative;
         height: 400px;
         border-bottom: solid 2px rgb(1, 53, 1);
         border-radius: 5px;
         bottom: 70px;
    }
    #card2 {
         position: relative;
         bottom: 150px;
    }
    #card3 {
         position: relative;
         bottom: 230px;
    }
    .titulo-dif {
        font-size: 18pt;
    }
    .texto-dif {
        font-size: 14pt;
    }
    .conteudo div {
        position: relative;
        bottom: 10px;
    }
    .sec3 {
         height: 1620px;
    }
    .titulo4444{
         position: relative;
         right: 5px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto44 {
         position: relative;
         bottom: 80px;
         right: 3px;
         font-size: 13pt;
    }
    #margin-form {
         position: relative;
         bottom: 100px;
    }
    .contato {
         height: 1900px;
    }
    .wmap {
        height: 180px;
    }
}

@media screen and (max-width: 451px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar.scrolled{
        height: 260px;
        margin-right: 20px;
    }
    .logo {
        position: relative;
        right: -70px;
    }
    #margin-sobre {
        position: relative;
        bottom: 70px;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
    .area1{
        height: 50px;
        bottom: 95px;
    }
    .area2{
       height: 50px;
       bottom: 95px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 8pt;
       left: 25px;
    }
    .titulo11 {
        font-size: 8.5pt;
        margin-left: 20px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 300px;
       height: 70px;
       position: relative;
       left: 75px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 150px;
    }
    .placeBox2 {
        position: relative;
        top: 320px;  
    }
  
   .sec1 {
       height: 1100px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 170px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 160px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 155px;
       bottom: 80px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 10px;
       right: 30px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 70px
    }
    .texto3 {
         position: relative;
         left: 65px;
         font-size: 9pt;
    }
    .sec2 {
         height: 1800px;
    }
    #margin-serv {
         margin-top: 50px;
    } 
    #margin-serv2 {
         position: relative;
         bottom: 30px;
    } 
    #margin-serv3 {
         position: relative;
         bottom: 30px;
    } 
    #margin-serv4 {
         position: relative;
         bottom: 80px;
    } 
    .titulo33 {
         position: relative;
         left: 150px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto5 {
         position: relative;
         bottom: 5px;
         right: 60px;
         font-size: 13pt;
    }
    .card {
         position: relative;
         height: 400px;
         border-bottom: solid 2px rgb(1, 53, 1);
         border-radius: 5px;
         bottom: 70px;
    }
    #card2 {
         position: relative;
         bottom: 150px;
    }
    #card3 {
         position: relative;
         bottom: 230px;
    }
    .titulo-dif {
        font-size: 18pt;
    }
    .texto-dif {
        font-size: 14pt;
    }
    .conteudo div {
        position: relative;
        bottom: 10px;
    }
    .sec3 {
         height: 1620px;
    }
    .titulo4444{
         position: relative;
         right: 5px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto44 {
         position: relative;
         bottom: 80px;
         right: 3px;
         font-size: 13pt;
    }
    #margin-form {
         position: relative;
         bottom: 100px;
    }
    .contato {
         height: 1900px;
    }
    .wmap {
        height: 180px;
    }
}

 @media screen and (max-width: 414px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .height100p {
        height: 520px;
    }
    .navbar.scrolled{
        height: 260px;
        width: 100%;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -150px;
        bottom: -70px;
    }
    #margin-sobre {
        position: relative;
        bottom: 70px;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
   .area {
       height: 50px;
    }
    .area1{
        height: 50px;
        bottom: 100px;
    }
    .area2{
       height: 50px;
       bottom: 90px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 8pt;
       left: 20px;
    }
    .titulo11 {
        font-size: 8pt;
        margin-left: 20px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 300px;
       height: 70px;
       position: relative;
       left: 50px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 120px;
    }
    .placeBox2 {
        position: relative;
        top: 320px;  
    }
   .sec1 {
       height: 1100px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 170px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       left: 5px;
       bottom: 160px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 140px;
       bottom: 80px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 20px;
       right: 50px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 45px
    }
    .texto3 {
         position: relative;
         left: 35px
    }
    .sec2 {
         height: 1800px;
    }
    #margin-serv {
         margin-top: 50px;
    } 
    #margin-serv1 {
        position: relative;
        bottom: 50px;
    } 
    #margin-serv2 {
         position: relative;
         bottom: 30px;
    } 
    #margin-serv3 {
         position: relative;
         bottom: 30px;
    } 
    #margin-serv4 {
         position: relative;
         bottom: 80px;
    } 
    .titulo33 {
         position: relative;
         left: 130px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto5 {
         position: relative;
         bottom: 5px;
         right: 60px;
         font-size: 13pt;
    }
    .card {
         position: relative;
         height: 400px;
         border-bottom: solid 2px rgb(1, 53, 1);
         border-radius: 5px;
         bottom: 70px;
    }
    #card2 {
         position: relative;
         bottom: 150px;
    }
    #card3 {
         position: relative;
         bottom: 230px;
    }
    .sec3 {
         height: 1620px;
    }
    .titulo4444{
         position: relative;
         right: 5px;
         bottom: 100px;
         font-size: 18pt;
    }
    .texto44 {
         position: relative;
         bottom: 80px;
         right: 3px;
         font-size: 13pt;
    }
    #margin-form {
         position: relative;
         bottom: 100px;
    }
    .contato {
         height: 1780px;
    }
    .wmap {
        height: 120px;
    }
   footer {
        height: 250px;
    }
}

@media screen and (max-width: 411px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: -50px;
        bottom: 5px;
    }
    .navbar.scrolled{
        height: 260px;
        width: 100%;
    }
    #margin-sobre {
        position: relative;
        bottom: 70px;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
   .h200 {
    position: relative;
    top: 100px;
    width: 100%;
    }
   .area {
    position: relative;
    background-color: rgb(204, 177, 25);
    height: 50px;
    }
    .area1 {
        position: relative;
        bottom: 70px;
    }
    .area2 {
        position: relative;
        bottom: 70px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 7pt;
       left: 30px;
       position: relative;
       top: -15px;
    }
    .titulo11 {
        font-size: 8pt;
        margin-left: 20px;
        position: relative;
        bottom: 30px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 250px;
       height: 50px;
       position: relative;
       left: 10px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 120px;
    }
    .placeBox2 {
        position: relative;
        top: 250px;  
    }
  
   .sec1 {
       height: 1100px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 190px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 180px; 
       text-align: center;
       font-size: 8pt;
       left: 10px;
    }
   .texto2 {
       position: relative;
       
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 140px;
       bottom: 80px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 20px;
       right: 50px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 45px
    }
   .texto3 {
     position: relative;
     left: 35px
    }
   #margin-serv {
     margin-top: 50px;
    } 
   #margin-serv1 {
     position: relative;
     bottom: 50px;
    } 
   #margin-serv2 {
     position: relative;
     bottom: 30px;
    } 
   #margin-serv3 {
     position: relative;
     bottom: 30px;
    } 
   #margin-serv4 {
      position: relative;
      bottom: 80px;
    } 
   .sec2 {
      height: 1800px;
    }
   .titulo33 {
     position: relative;
     left: 130px;
     bottom: 100px;
     font-size: 18pt;
    }
   .texto5 {
     position: relative;
     bottom: 5px;
     right: 60px;
     font-size: 13pt;
    }
  .card {
      position: relative;
      height: 400px;
      border-bottom: solid 2px rgb(1, 53, 1);
      border-radius: 5px;
      bottom: 70px;
    }
  #card2 {
      position: relative;
      bottom: 150px;
    }
  #card3 {
     position: relative;
     bottom: 230px;
    }
  .sec3 {
      height: 1620px;
    }
  .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto44 {
     position: relative;
     bottom: 80px;
     right: 3px;
     font-size: 13pt;
    }
  #margin-form {
      position: relative;
      bottom: 100px;
    }
  .contato {
      height: 1800px;
    }
  .wmap {
      height: 120px;
    }
  footer {
      height: 250px;
    }
}

 @media screen and (max-width: 375px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: 150px;
        bottom: -5px;
    }
    .navbar.scrolled{
        height: 260px;
    }
    #margin-sobre {
        position: relative;
        bottom: 70px;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
    .area1{
        height: 50px;
        bottom: 70px;
    }
    .area2{
       height: 50px;
       bottom: 70px;
    }
   .btnD3 {
       padding: 4px 4px;
       font-size: 7pt;
       left: 18px;
       top: 12px;
    }
    .titulo11 {
        font-size: 7pt;
        margin-left: 18px;
        margin-top: 12px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 300px;
       height: 70px;
       position: relative;
       left: 25px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 300px;
       height: 200px;
       position: relative;
       left: 100px;
    }
    .placeBox2 {
        position: relative;
        top: 350px;  
    }
   .sec1 {
       height: 1100px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        left: 10px;
        bottom: 170px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       left: 10px;
       bottom: 160px; 
       text-align: center;
       font-size: 10pt;
    }
   .texto2 {
       position: relative;
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 120px;
       bottom: 80px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 10px;
       right: 40px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 25px
    }
  .texto3 {
   position: relative;
   left: 25px
    }
  #margin-serv {
      margin-top: 90px;
    } 
  
  #margin-serv1 {
     position: relative;
     bottom: 100px;
    }  

  #margin-serv2 {
     position: relative;
     bottom: 30px;
    } 
  
   #margin-serv3 {
     position: relative;
     bottom: 30px;
    } 
  #margin-serv4 {
      position: relative;
      bottom: 80px;
    } 
  .sec2 {
      height: 1800px;
    }
  .titulo33 {
     position: relative;
     left: 110px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto5 {
     position: relative;
     bottom: 10px;
     right: 60px;
     font-size: 13pt;
    }
  .card {
      position: relative;
      height: 400px;
      border-bottom: solid 2px rgb(1, 53, 1);
      border-radius: 5px;
      bottom: 70px;
    }
  #card2 {
      position: relative;
      bottom: 150px;
    }
  #card3 {
     position: relative;
     bottom: 230px;
    }
  .sec3 {
      height: 1620px;
    }
  .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto44 {
     position: relative;
     bottom: 80px;
     right: 3px;
     font-size: 13pt;
    }
  #margin-form {
      position: relative;
      bottom: 100px;
    }
  .contato {
      height: 1850px;
    }
  .mapa {
      position: relative;
      bottom: 50px;
      height: 100px;
    }
  .wmap {
      height: 120px;
    }
  footer {
      height: 230px;
    }
}

 @media screen and (max-width: 360px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: relative;
        bottom: -5px;
        left: 150px;
    }
    .logo {
        max-width: 405px;
        max-height: 94px;
        width: 190px;
        height: 30px;
        position: relative;
        right: -10px;
    }
    .titulo1 {
        font-size: 17pt;
    }
    .titulo2 {
       font-size: 14pt;
    }
   .h200 {
     position: relative;
     top: 100px;
     width: 100%;
    }
   .area {
     position: relative;
     background-color: rgb(204, 177, 25);
     height: 50px;
    }
   .btnD32 {
       padding: 5px 5px;
       font-size: 7pt;
       left: 13px;
       top: -13px;
    }
    .titulo11 {
        position: relative;
        font-size: 8pt;
        margin-left: 10px;
        bottom: 35px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 280px;
       height: 50px;
       position: relative;
       left: 30px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 280px;
       height: 180px;
       position: relative;
       left: 110px;
    }
    .placeBox2 {
        position: relative;
        top: 230px;  
    }
   .sec1 {
       height:970px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 180px; 
        text-align: center;
        right: 20px;
    }
    .texto1 {
       position: relative;
       bottom: 170px; 
       text-align: center;
       font-size: 7pt;
       left: 0;
    }
   .texto2 {
       position: relative;
       text-align: center;
       font-size: 7pt;
       right: 5px;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
       position: relative;
       right: 0;
    }
   .titulo4 {
       position: relative;
       left: 120px;
       bottom: 100px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 10px;
       right: 45px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 15px
    }
   .texto3 {
     position: relative;
     left: 10px;
     font-size: 8pt;
    }
   #margin-serv {
      margin-top: 50px;
    } 
   #margin-serv1 {
     position: relative;
     bottom: 70px;
    }
   #margin-serv2 {
     position: relative;
     bottom: 70px;
    } 
   #margin-serv3 {
     position: relative;
     bottom: 140px;
    } 
   #margin-serv4 {
      position: relative;
      bottom: 220px;
    } 
  .sec2 {
      height: 1700px;
    }
  .titulo33 {
     position: relative;
     left: 95px;
     bottom: 130px;
     font-size: 18pt;
    }

  .texto5 {
     position: relative;
     bottom: 5px;
     right: 80px;
     font-size: 13pt;
    }
  .conteudo h2 {
      font-size: 15pt;
    }
  .card {
      position: relative;
      right: 5px;
      height: 400px;
      border-bottom: solid 2px rgb(1, 53, 1);
      border-radius: 5px;
      bottom: 70px;
    }
  #card2 {
      position: relative;
      bottom: 150px;
    }
  #card3 {
     position: relative;
     bottom: 230px;
    }
  .sec3 {
      height: 1620px;
    }
  .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto44 {
     position: relative;
     bottom: 80px;
     right: 3px;
     font-size: 13pt;
    }
  #margin-form {
      position: relative;
      bottom: 100px;
    }

  #margin-contato {
      position: relative;
      bottom: 100px;
    }
  .contato {
      height: 1950px;
    }
  .wmap {
      height: 150px;
    }
  footer {
      height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: 120px;
        bottom: -5px;
    }
    .height100p {
        height: 500px ;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
    .area {
        height: 50px;
    }
    .area1{
        height: 50px;
        bottom: 100px;
    }
    .area2{
       height: 50px;
       bottom: 90px;
    }
   .btnD32 {
       padding: 4px 4px;
       font-size: 6pt;
       left: 15px;
       top: 10px;
    }
    .titulo11 {
        position: relative;
        font-size: 7pt;
        margin-left: 20px;
        bottom: 3px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 280px;
       height: 50px;
       position: relative;
       left: 8px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 250px;
       height: 150px;
       position: relative;
       left: 100px;
    }
    .placeBox2 {
        position: relative;
        top: 300px;  
    }
   .sec1 {
       height: 1180px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        left: 8px;
        bottom: 220px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       left: 8px;
       bottom: 220px; 
       text-align: center;
       font-size: 9pt;
    }
   .texto2 {
       position: relative;
       left: 10px;
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
       left: 10px;
    }
   .titulo4 {
       position: relative;
       left: 100px;
       bottom: 100px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 5px;
       right: 50px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 10px
    }
   .texto3 {
     position: relative;
     left: 2px
    }
   #margin-serv {
      margin-top: 90px;
    } 
  #margin-serv1 {
     position: relative;
     bottom: 100px;
    } 
  #margin-serv2 {
     position: relative;
     bottom: 70px;
    } 
   #margin-serv3 {
     position: relative;
     bottom: 120px;
    } 
  #margin-serv4 {
      position: relative;
      bottom: 200px;
    } 
  .sec2 {
      height: 1800px;
    }
  .titulo33 {
     position: relative;
     left: 80px;
     bottom: 140px;
     font-size: 18pt;
   }
  .texto5 {
     position: relative;
     bottom: 2px;
     right: 60px;
     font-size: 13pt;
    }
  .conteudo h2 {
     font-size: 15pt;
    }
  .card {
      position: relative;
      left: 8px;
      height: 400px;
      border-bottom: solid 2px rgb(1, 53, 1);
      border-radius: 5px;
      bottom: 70px;
    }
  #card2 {
      position: relative;
      bottom: 150px;
    }
  #card3 {
     position: relative;
     bottom: 230px;
    }
  .sec3 {
      height: 1620px;
    }
  .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto44 {
     position: relative;
     bottom: 80px;
     right: 3px;
     font-size: 13pt;
    }
  #margin-form {
      position: relative;
      bottom: 100px;
    }
  #margin-contato {
      position: relative;
      bottom: 100px;
    }
  .contato {
      height: 1850px;
    }
  .wmap {
      height: 150px;
    }
  footer {
      height: 150px;
    }
}

@media screen and (max-width: 300px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .height100p {
        height: 550px ;
    }
    .titulo1 {
        font-size: 18pt;
    }
    .titulo2 {
       font-size: 15pt;
    }
    .area1{
        height: 50px;
        bottom: 100px;
    }
    .area2{
       height: 50px;
       bottom: 100px;
    }
   .btnD3 {
       padding: 4px 4px;
       font-size: 6pt;
       left: 15px;
       top: 10px;
    }
    .titulo11 {
        position: relative;
        font-size: 7pt;
        margin-left: 20px;
        bottom: 3px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 280px;
       height: 50px;
       position: relative;
       left: 2px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 220px;
       height: 12   0px;
       position: relative;
       left: 100px;
    }
    .placeBox2 {
        position: relative;
        top: 340px;  
    }
   .sec1 {
       height: 1180px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 220px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 210px; 
       text-align: center;
       font-size: 9pt;
    }
   .texto2 {
       position: relative;
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 90px;
       bottom: 120px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       right: 45px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 10px
    }
   .texto3 {
     position: relative;
     left: 5px
    }
   #margin-serv {
      margin-top: 90px;
    } 
   #margin-serv1 {
     position: relative;
     bottom: 120px;
    } 
   #margin-serv2 {
     position: relative;
     bottom: 30px;
    } 
   #margin-serv3 {
     position: relative;
     bottom: 60px;
    } 
  #margin-serv4 {
      position: relative;
      bottom: 120px;
    } 
  .sec2 {
      height: 1800px;
    }
  .titulo33 {
     position: relative;
     left: 70px;
     bottom: 140px;
     font-size: 18pt;
    }
  .texto5 {
     position: relative;
     bottom: 2px;
     right: 60px;
    font-size: 13pt;
    }
  .conteudo h2 {
     font-size: 15pt;
    }
  .card {
      position: relative;
      height: 350px;
      border-bottom: solid 2px rgb(1, 53, 1);
      border-radius: 5px;
      bottom: 90px;
    }
  #card2 {
      position: relative;
      bottom: 150px;
    }
  #card3 {
     position: relative;
     bottom: 230px;
   }
   .conteudo div{
       position: relative;
       bottom: 50px;
   }
   .texto-dif {
       font-size: 12pt;
   }
  .sec3 {
      height: 1620px;
    }
  .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto44 {
     position: relative;
      bottom: 80px;
     right: 3px;
     font-size: 13pt;
    }
  #margin-form {
      position: relative;
      bottom: 100px;
    }
  #margin-contato {
      position: relative;
      bottom: 100px;
    }
  .contato {
      height: 2290px;
    }
  .wmap {
      height: 180px;
    }
}


@media screen and (max-width: 288px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: 100px;
    }
    .height100p {
        height: 520px;
    }
    .titulo1 {
        font-size: 15pt;
    }
    .titulo2 {
       font-size: 12pt;
    }
   .area {
       height: 40px;
    }
    .area1{
        height: 40px;
        bottom: 100px;
    }
    .area2{
       height: 40px;
       bottom: 95px;
    }
   .btnD32{
       padding: 4px 4px;
       font-size: 5pt;
       left: 15px;
       top: 5px;
    }
    .titulo11 {
        position: relative;
        font-size: 6pt;
        margin-left: 10px;
        bottom: 3px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 250px;
       height: 40px;
       position: relative;
       left: 5px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 220px;
       height: 120px;
       position: relative;
       left: 95px;
    }
    .placeBox2 {
        position: relative;
        top: 350px;  
    }
   .sec1 {
       height: 1180px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 250px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 250px; 
       text-align: center;
       font-size: 9pt;
   }
   .texto2 {
       position: relative;
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 80px;
       bottom: 120px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 5px;
       right: 45px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 10px
    }
  .texto3 {
     position: relative;
     left: 5px
    }
  #margin-serv {
     margin-top: 50px;
    } 
  #margin-serv1 {
    position: relative;
     bottom: 80px;
    } 
  #margin-serv2 {
     position: relative;
     bottom: 60px;
    } 
  #margin-serv3 {
     position: relative;
     bottom: 70px;
    } 
  #margin-serv4 {
     position: relative;
     bottom: 120px;
    } 
  .sec2 {
      height: 1850px;
    }
  .titulo33 {
     position: relative;
     left: 70px;
     bottom: 140px;
     font-size: 18pt;
    }
  .texto5 {
     position: relative;
     bottom: 2px;
     right: 60px;
     font-size: 13pt;
    }
  .conteudo h2 {
     font-size: 15pt;
    }
  .card {
      position: relative;
      height: 350px;
      border-bottom: solid 2px rgb(1, 53, 1);
      border-radius: 5px;
      bottom: 70px;
    }
  #card2 {
      position: relative;
      bottom: 180px;
    }
  #card3 {
     position: relative;
     bottom: 260px;
    }
  .titulo-dif {
      font-size: 14pt;
    }
  .texto-dif {
      font-size: 10pt;
    }
  .sec3 {
      height: 1620px;
    }
  .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto44 {
     position: relative;
     bottom: 80px;
     right: 3px;
     font-size: 13pt;
    }
  #margin-form {
      position: relative;
      bottom: 100px;
    }
  #margin-contato {
      position: relative;
      bottom: 100px;
    }
  .contato {
      height: 1950px;
    }
  .wmap {
      height: 100px;
    }
  .qrcode {
      max-width: 180px;
      max-height: 200px;
      width: 120px;
      height: 150px;
    }
  footer {
      height: 200px;
    }
}

@media screen and (max-width: 280px) {
    .navbar-light .navbar-toggler {
       border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: relative;
        left: 100px;
    }
    .height100p {
        height: 520px;
    }
    .titulo1 {
        font-size: 15pt;
    }
    .titulo2 {
       font-size: 12pt;
    }
   .area {
       height: 40px;
    }
    .area1{
        height: 40px;
        bottom: 100px;
    }
    .area2{
       height: 40px;
       bottom: 95px;
    }
   .btnD32{
       padding: 4px 4px;
       font-size: 5pt;
       left: 15px;
       top: 5px;
    }
    .titulo11 {
        position: relative;
        font-size: 6pt;
        margin-left: 10px;
        bottom: 3px;
    }
    .logo{
       max-width: 405px;
       max-height: 94px;
       width: 250px;
       height: 40px;
       position: relative;
       left: 5px;
    }
    .foto_sobre {
       max-width: 550px;
       max-height: 330px;
       width: 220px;
       height: 120px;
       position: relative;
       left: 95px;
    }
    .placeBox2 {
        position: relative;
        top: 350px;  
    }
   .sec1 {
       height: 1180px;
    }
    .h300 {
        height: 200px;
    }
    .titulo3 {
        position: relative;
        bottom: 250px; 
        text-align: center;
    }
    .texto1 {
       position: relative;
       bottom: 250px; 
       text-align: center;
       font-size: 9pt;
    }
   .texto2 {
       position: relative;
       text-align: center;
       font-size: 8pt;
    }
    .img-fluid {
       max-width: 120px;
       max-height: 151px;
       width: 50px;
       height: 70px;
    }
   .titulo4 {
       position: relative;
       left: 80px;
       bottom: 120px;
       font-size: 18pt;
    }
   .texto4 {
       position: relative;
       top: 5px;
       right: 45px;
       font-size: 13pt;
    }
   .titulo5,
   .foto_servicos {
       position: relative;
       left: 10px
    }
  .texto3 {
     position: relative;
     left: 5px
    }
  #margin-serv {
     margin-top: 50px;
    } 

  #margin-serv1 {
     position: relative;
     bottom: 80px; 
    } 
  #margin-serv2 {
     position: relative;
     bottom: 50px;
    } 

  #margin-serv3 {
     position: relative;
     bottom: 70px;
    } 
  #margin-serv4 {
     position: relative;
     bottom: 120px;
    } 
  .sec2 {
      height: 1850px;
    }
  .titulo33 {
     position: relative;
     left: 60px;
     bottom: 140px;
     font-size: 18pt;
    }
  .texto5 {
     position: relative;
     bottom: 2px;
     right: 60px;
     font-size: 13pt;
    }
  .conteudo h2 {
     font-size: 15pt;
    }
  .card {
      position: relative;
      height: 350px;
      border-bottom: solid 2px rgb(1, 53, 1);
      border-radius: 5px;
      bottom: 70px;
    }
  #card2 {
      position: relative;
      bottom: 180px;
    }
  #card3 {
     position: relative;
     bottom: 260px;
   }
  .titulo-dif {
      font-size: 14pt;
    }
  .texto-dif {
      font-size: 10pt;
    }
  .sec3 {
      height: 1620px;
    }
  .titulo4444{
     position: relative;
     right: 5px;
     bottom: 100px;
     font-size: 18pt;
    }
  .texto44 {
     position: relative;
     bottom: 80px;
     right: 3px;
     font-size: 13pt;
    }
  #margin-form {
      position: relative;
      bottom: 100px;
    }
  #margin-contato {
      position: relative;
      bottom: 100px;
    }
  .contato {
      height: 1950px;
    }
  .wmap {
      height: 100px;
    }
  .qrcode {
      max-width: 180px;
      max-height: 200px;
      width: 120px;
      height: 150px;
    }
  footer {
      height: 200px;
    }
}
