

body{
    font-family: "Anek Odia", sans-serif;
    padding-top: 0 !important;
    background-color: #F2F2F2;
    
}

.nav {
    background-color: #7E3C0E;
    width: 400px;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(1px 5px 2px #000000);
}

.nav a{
        text-align: center;
    display: block;
    width: 50%;
    height: 50px;
    line-height: 54px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.nav a:hover{
    background-color: #e9b64f;
    
}

.nav a:nth-child(2) {
    border-left: 1px solid rgb(255, 255, 255);
}

.scrollable {
    height: 300px;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }

header{
    background-color: #7E3C0E;
    height: 120px;
}

header img {
    display: block;
    margin: auto;
    margin-top: 30px;
    height: 60px !important;
}

.img_1{
    background-image: url(../imagens/geral/a.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_2{
    background-image: url(../imagens/geral/b.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_3{
    background-image: url(../imagens/geral/c.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_4{
    background-image: url(../imagens/geral/d.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_5{
    background-image: url(../imagens/geral/e.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_6{
    background-image: url(../imagens/geral/f.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_7{
    background-image: url(../imagens/geral/g.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_8{
    background-image: url(../imagens/geral/h.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_9{
    background-image: url(../imagens/geral/i.jpg);
    display: block;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
 }

 .line{
    display: block;
    background-color: #E9B64F;
    height: 3px;
 }

 .carousel {
    position: relative;
    margin-top: 3px !important;
}

.margin{
    margin-top: 50px;
    margin-bottom: 100px;
}

.margin_2{
    margin: 90px 0;
}

.mensagem img {
    height: 60px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.mensagem h1{
    font-size: 35px;
    color: black;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.mensagem h3 {
    font-size: 25px;
    color: black;
    font-weight: 300;
    text-align: center;
}

.fundo{
    background-color: #F2F2F2;
}

.contacto{
    position: relative;
    background-image: url(../imagens/geral/porto.jpg);
    display: block;
    min-height: 250px;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer_img{
    position: relative;
    background-image: url(../imagens/geral/frente.jpg);
    display: block;
    height: 300px;
    background-position: right;
    background-repeat: no-repeat;
}

.over{
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    height: 250px;
    width: 100%;
    background-image: linear-gradient(to left, rgba(126, 60, 14, 0), #7E3C0E);

}

.footer{
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    height: 300px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(126, 60, 14, 0.8), #7E3C0E);

}



/*---.cloud{
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    height: 250px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(126, 60, 14, 0), #7E3C0E);

}
----*/

.contacto_base{
    margin-top: 3px;
}

.contacto_base .row{
    position: relative;
}

.contacto h3{
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    margin-top: 90px;
    margin-bottom: 0;
    border-bottom: 1px solid white;
}

.contacto h5{
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.chat a{
    display: block;
    height: 50px;
    width: 250px;
    background-color:#E9B64F;
    border-radius: 3px;
    margin: 10px 40px;
    text-decoration: none;
    transition: all 0.5s;
}

.chat a:hover{
    background-color: #7E3C0E;
}

.chat img{
    display: block;
    height: 35px;
    float: left;
    margin: 5px 9px 0px 55px;
}

.chat p{
    line-height: 53px;
    margin-bottom: 0;
    font-size: 18px;
    color: white;
}

.chat div{
    margin-top: 70px;
}

.map{
    padding: 0 !important;
    margin-bottom: 90px;
}

.local h1 {
    font-size: 35px;
    color: black;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.local h3 {
    font-size: 25px;
    color: black;
    font-weight: 300;
    text-align: center;
}

.endereco {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-top: 45px;
}

.endereco ul{
    padding-left: 0;
}

.endereco li{
    list-style: none;
    line-height: 40px;
    
}

.endereco a{
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 10px;
}

.endereco p{
    margin-bottom: 0;
}

.endereco img{
    height: 30px;
}

.redes{

}

.redes img{
    display: inline-block;
    height: 45px;
    margin-right: 10px;
}

.logo_2 img{
    display: block;
    height: 65px;
    margin-left: auto;
    margin-top: 90px;
}

@media (max-width: 1400px) {  

   
 }
 
 @media (max-width: 1200px) { 
 
  
 
  }
 
 @media (max-width: 992px) { 

 
  }
 
 
 @media (max-width: 767px) { 
 
 
  }
 
 @media (max-width: 576px) { 

    .logo_2 img{
        margin-right: auto;
        height: 50px;
        margin-bottom: 40px;
    }

    .endereco a {
        font-size: 14px;
    }

    .map {
        margin-bottom: 40px;
    }

    .chat a{
        width: 100% !important;
        margin-left: 0;
    }

    .over{
        height: 397px;
    }

    header img {
        display: block;
        margin: auto;
        margin-top: 15px;
        height: 45px !important;
    }

    header {
        height: 75px;
    }

    .img_1, .img_2, .img_3, .img_4, .img_5, .img_6, .img_7, .img_8, .img_9{
        height: 220px;
        background-size: 650px;
    }

    .mensagem h1 {
        font-size: 30px;
    }

    .mensagem h3 {
        font-size: 20px;
    }

    .local h1 {
        font-size: 30px;
    }

    .local h3 {
        font-size: 20px;
    }

    .nav{

        position: fixed;
        bottom: -25px;
        top: unset;
        z-index: 1000000000;
        width: 100%;
        filter: drop-shadow(1px 0px 8px #a3a3a3);
        background-color: transparent;
    }
    
    .nav a{
        display: block;
        margin: auto;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        color: #7e3c0e;
        text-decoration: none;
        line-height: 54px;
        min-height: 40px;
        width: 50%;
        background-color: #f2f2f2;
    }
    
    .nav a:nth-child(2) {
        border-left: 1px solid gray;
    }

 
  }