/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ==========================================================================
   custom styles
   ========================================================================== */


   .upfotos {
    transform: translateY(-140px);
}



/* Media query for screens*/
@media (max-width: 780px) {
    .upfotos {
        transform: initial;
    }
}





   .espaco {
   white-space: nowrap;
}


.widgetsize {
    max-height: 850px 
  }


.margembaixo{
    margin-bottom: 80px;
 }

   @font-face {
    font-family: 'saudagarregular';
    src: url('saudagar-webfont.woff2') format('woff2'),
         url('saudagar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


  /* por cima do background para esbater */
.overlay {
    /*  background-color: rgba(41, 39, 34, 0.75);*/
     width: 100%;
     height: 100%;
 }


  /* resize conteudo */
.minimiza{
   margin: 25px;
}


.paginaativa {
    text-decoration: underline;
    color: #E2D8BE;
    text-underline-offset: 5px;
}



/* Media query for screens 768px and below */
@media (max-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav > li > a {
        padding: 0;
    }
}


.textoultbotoes{
    letter-spacing: .15rem;
    font-size:1.5rem;
    font-family: 'saudagarregular';
    font-weight: 500;
    padding: 5%;  /* aumentar tamanho boxes */
}


@media (max-width: 1000px) {
    .textoultbotoes{
        letter-spacing: .1rem;
        font-size:1.1rem;
        font-family: 'saudagarregular';
        font-weight: 500;
        padding: 5%;  /* aumentar tamanho boxes */
    }
}


.ultbotoes{
    color: #fff;
    background-color: #140906;
    border-color: rgba(231, 191, 91, 1);
    display: inline-block;
    text-align: center;
    color: rgba(231, 191, 91, 1);
    margin: 0; 
    border-radius: 0px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 2px solid rgba(231, 191, 91, 1);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 2px;
    width:100%
}



.ultbotoes:hover{
    -webkit-box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
            box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
    color:#E2D8BE;
}




/* ==========================================================================
preloader  antigo
   ========================================================================== */


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 30%;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* Center the element using transform */
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* ==========================================================================
 carousel
   ========================================================================== */

   .overlay-text {
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    position: absolute;
    top: 30%; /* Center vertically */
    left: 50%; /* Center horizontally */
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* Adjust to precisely center the text */
    z-index: 1; /* Place it above the carousel */
    /* Add other styling as needed */
    padding: 2%;
    -webkit-box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);
            box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);
    border-radius: 2px;
}


@media (max-width: 1000px) {
    /* borda da navbar mobile */
    .overlay-text {      
        padding: 8%;
        top: 25%; /* Center vertically */
     }

    }
    


.tamanhocarousel {
    max-width: 100%;  
    margin-bottom: 3%;
}


.carousel-inner .item img {
    width: 100%; /* Make the image width equal to viewport width */
    max-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover; /* Scale and crop the image to cover the container */
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .carousel-inner .item img {
        max-height: 570px;
    }

    }

/* Remove sliding transition */
.carousel-inner .item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

/* Hide non-active items */
.carousel-inner .item:not(.active) {
    display: none;
}



/* ==========================================================================
   menu
   ========================================================================== */

.margemtextomenu {
 margin-top: 20%;
 margin-right: 20%;
}

.margemimgmenu {
 margin-top: -60%;
}

.margemtextomenu2 {
 margin-left: 5%;
 text-align: right;
}


/* ==========================================================================
   left right images animations
   ========================================================================== */

/* Left image */
.left-image {
    position: absolute;
    top: 40%;
    width: 20%;
    left: 0;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    z-index: 9999; /* Ensure it's above other content */
  }
  
  /* Right image */
  .right-image {
    position: absolute;
    width: 42%;
    top: 27%;
    right: -16%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999; /* Ensure it's above other content */
  }



  @media (max-width: 1000px) {
    .left-image {
        position: absolute;
        top: 40%;
        width: 50%;
        left: 0;
        -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
                transform: translateY(-25%);
        z-index: 9999; /* Ensure it's above other content */
      }
    }




  @media (max-width: 1000px) {

    .right-image {
        position: absolute;
        width: 80%;
        top: 27%;
        right: -26%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 9999; /* Ensure it's above other content */
      }

  }



/* ==========================================================================
   SOBRE
   ========================================================================== */



.textocentinsta{
    text-align: center;
    color: rgba(231, 191, 91, 1);
    font-family: 'saudagarregular';
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }

a.maps {
    font-family: 'saudagarregular';
    font-weight: 800;
    font-size: 1.4125rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    color: #e2d8be;
    letter-spacing: 0.25rem;
    text-decoration: none; /* Remove default underline */
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; /* Add a smooth transition effect for color change */
}


a.maps:hover {
    color: rgba(231, 191, 91, 1); /* Change color on hover */
    text-decoration: underline; /* Underline on hover */
}


@media (max-width: 1000px) {
    a.maps {
        font-family: 'saudagarregular';
        font-weight: 800;
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
        color: #e2d8be;
        letter-spacing: 0.25rem;
        text-decoration: none; /* Remove default underline */
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; /* Add a smooth transition effect for color change */
    }
}





/* Hide <br> element on xs and sm screens */
@media (max-width: 1000px) {
    br {
        display: none;
    }
}


@media (max-width: 1000px) {
    p {
        margin: 1%;
    }
}

/* subtitulo maior em mobile */
.main_home p{
   
    font-size:1.1rem;
    letter-spacing: .2rem;

}

@media (max-width: 1000px) {
    .main_home p{
   
        font-size:0.9rem;
        letter-spacing: .2rem;
    
    }
}


@media (max-width: 1000px) {
/* borda da navbar mobile */
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    margin-top: 1%;
    border-color:rgba(231, 191, 91, 1);
}


/* texto dropdown mobile */
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color:rgba(231, 191, 91, 1);
}



}




/* cores menu hambuger */
.navbar-default .navbar-toggle {
    background-color: transparent;
    border-color: rgba(231, 191, 91, 1);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: rgba(231, 191, 91, 1); 
}

/*=================================================================
                        border 6imagens
===================================================================*/

.seisbordertodos{
    -webkit-box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);
            box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);
    border-radius: 2px;
}

.seisbordertopo{    
    -webkit-box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);    
            box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);
    border-radius: 2px;
}

.seisborderbaixodireita{    
    -webkit-box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);    
            box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);
    border-radius: 2px;
}

.seisborderbaixoesquerda{    
    -webkit-box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);    
            box-shadow: 0 0 0 2px rgba(231, 191, 91, 1);
    border-radius: 2px;
}


/*=================================================================
                        border2 imagens
===================================================================*/

.duasimagens{
    border: 1px solid rgba(231, 191, 91, 1);
    border-top: 2px solid rgba(231, 191, 91, 1); 
    border-bottom: 2px solid rgba(231, 191, 91, 1);
}

.duasimagensdois{    
 border-right: 1px solid rgba(231, 191, 91, 1); 
 border-top: 2px solid rgba(231, 191, 91, 1); 
 border-bottom: 1px solid rgba(231, 191, 91, 1);
}

/*=================================================================
                        icones subtitulo
===================================================================*/

.icon {
    width: 16px; /* width icon size */
    height: 16px; /* height icon size */
    margin-right: 5px; /* spacing between icon and text */
    vertical-align: middle;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}


/*=================================================================
                        texto sobre imagem intro
===================================================================*/

.imagem-intro {
    position: relative;
}

.imagem-intro img {
    display: block; 
    width: 100%; 
}

.textoimagem-intro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px; 
    font-family: 'saudagarregular';
    font-size:4.1rem;
    line-height: 4.2rem;
    font-weight: 100;
    letter-spacing: .5rem;
    color:#fff;
}


.textoimagem-intromobile {
    
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px; 
    font-family: 'saudagarregular';
    font-size:4.4rem;
    line-height: 4.2rem;
    font-weight: 100;
    letter-spacing: .5rem;
    color:#fff;
}



@media (max-width: 1000px) {
    .textoimagem-intromobile {
    
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        padding: 15px; 
        font-family: 'saudagarregular';
        font-size:2.5rem;
        line-height: 2.7rem;
        font-weight: 100;
        letter-spacing: .3rem;
        color:#fff;
    }
}





/*=================================================================
                        texto
===================================================================*/

  /* texto intro  */
  .textointro{
    color:#ffffff;
    letter-spacing: .2rem;
    text-align: center;
    font-family: 'saudagarregular';
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1rem; 
  }


  @media (max-width: 1000px) {
    .textointro{
        color:#ffffff;
        letter-spacing: .2rem;
        text-align: center;
        font-family: 'saudagarregular';
        font-weight: 200;
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-bottom: 1rem; 
      }
    
}




  .sobreintro{
    color:#ffffff;
    letter-spacing: .1rem;
    text-align: center;
    font-family: 'saudagarregular';
    font-weight: 200;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1rem; 
  }



/* texto centrado  */
.textocent{
    text-align: center;
  }

/* texto da home centro  */
h1 {
    text-align: center;
    font-family: 'saudagarregular';
    font-weight: 100;
    font-size: 1000%;
    line-height: 8.5rem;
    color:#fff;
    letter-spacing: .8rem;
}

/* textos das imagens com hover  */
h2 {
    color:#fff;
    font-family: 'saudagarregular';
    font-size:3.5rem;
    line-height: 4rem;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .4rem;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    h2 {
        color:#fff;
        font-family: 'saudagarregular';
        font-size:2rem;
        line-height: 1.2rem;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: .2rem;
    }
  }


/* contactos e localização contactos */
h3 {
    font-family: 'saudagarregular';
    font-size:1.4125rem;
    line-height: 2.5rem; 
    color: rgba(231, 191, 91, 1);
    font-weight: 700;
    letter-spacing: .4rem;
    margin-bottom: 0%;
}



@media (max-width: 1000px) {
    h3 {
        font-family: 'saudagarregular';
        font-size:1.2rem;
        line-height: 2.5rem; 
        color: rgba(231, 191, 91, 1);
        font-weight: 700;
        letter-spacing: .4rem;
        margin-bottom: 0%;
    }
  }


/* reservas info horario contactos */
h4 {
    font-family: 'saudagarregular';
    font-weight: 800;
    font-size: 1.4125rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color:#e2d8be;
    letter-spacing: .4rem;
}

@media (max-width: 1000px) {
    h4 {
        font-family: 'saudagarregular';
        font-weight: 800;
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
        color:#e2d8be;
        letter-spacing: .4rem;
    }
  }




/* ultimas dos contactos */
h5 {
    font-family: 'saudagarregular';
    font-weight: 200;
    font-size: 1.4125rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    color:#fff;
    letter-spacing: .25rem;
}

@media (max-width: 1000px) {
    h5 {
        font-family: 'saudagarregular';
        font-weight: 200;
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
        color:#fff;
        letter-spacing: .25rem;
    }
  }




/* texto footer */
h6 {
    font-family: 'saudagarregular';
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: rgba(231, 191, 91, 1);
    letter-spacing: .2rem;
}


@media (max-width: 1000px) {
    h6 {
        font-family: 'saudagarregular';
        font-weight: 300;
        font-size: 0.9rem;
        line-height: 1.5rem;
        text-transform: uppercase;
        color: rgba(231, 191, 91, 1);
        letter-spacing: .2rem;
    }
  }




/* texto home subtitulo */

.h7 {
    font-family: 'saudagarregular';
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #fff;
    letter-spacing: .2rem;
    text-align: center;
    position: relative;
}


@media (max-width: 1000px) {
    .h7 {
        font-family: 'saudagarregular';
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.8rem;
        color: #fff;
        letter-spacing: .2rem;
        text-align: center;
        position: relative;
    }
  }




/* texto 2 imagens descricao hover */
.h8 {
    font-family: 'saudagarregular';
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color:#fff;
    letter-spacing: .2rem;
}


@media (max-width: 1000px) {
    .h8 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-family: 'saudagarregular';
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.2rem;
        color:#fff;
        letter-spacing: .2rem;
    }
  }





/* texto welcome mobile */
.h9 {
    text-align: center;
    font-family: 'saudagarregular';
    font-weight: 100;
    font-size: 250%;
    line-height: 3rem;
    color:#fff;
    letter-spacing: .5rem;  
    white-space: nowrap;
}

.h9space{
    margin-bottom: 3%;
}



/* texto reservas contacto*/
.h10{
    font-family: 'saudagarregular';
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: rgba(231, 191, 91, 1);
    letter-spacing: .2rem;
}



/* texto footer */
.h11 {
    font-family: 'saudagarregular';
    font-weight: 300;
    font-size: 0.75rem;
    margin: 0; 
    line-height: 0;
    text-transform: lowercase;
    color: white;
    letter-spacing: .15rem;
    margin-bottom: -5px; 
    margin-bottom: 20px; 
}


@media (max-width: 1000px) {
    .h11 {
    font-family: 'saudagarregular';
    font-weight: 300;
    font-size: 0.75rem;
    margin: 0; 
    line-height: 0;
    text-transform: lowercase;
    color: white;
    letter-spacing: .15rem;
    margin-bottom: -5px; 
    margin-bottom: 20px; 
    }
  }







/*=================================================================
                        sobre bg 
===================================================================*/
  
.bg1-image {
    background-image: url('https://ninerooftop.com/assets/images/bgsobre.avif');
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%
  }

  /* sobre  For mobile screens */
  @media (max-width: 1000px) {
    .bg1-image {
      height: 100% /* Adjust height mobile screens */
    }
    .bg1-image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://ninerooftop.com/assets/images/bgsobre.avif');
      background-size: cover;
      background-position: center;
      pointer-events: none; 
    }
  }


  .sobreimagem-intro {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px; 
    font-family: 'saudagarregular';
    font-size:4.1rem;
    line-height: 4.2rem;
    font-weight: 100;
    letter-spacing: .5rem;
    color:#fff;
}

@media (max-width: 1000px) {
    .sobreimagem-intro {
        text-align: center;
        background-color: rgba(0, 0, 0, 0);
        padding: 15px; 
        font-family: 'saudagarregular';
        font-size:2rem;
        line-height: 2.2rem;
        font-weight: 100;
        letter-spacing: .5rem;
        color:#fff;
    }


    }



.espacosobre {
   margin-top:2%;
  }

/*=================================================================
                        remover gutters boostrap
===================================================================*/
.remove-gutter [class^="col-"] {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0;
  }
  .remove-gutter [class^="col-"]:first-child {
    padding-left: 0;
    padding-bottom: 0px;
    margin: 0;
  }
  .remove-gutter [class^="col-"]:last-child {
    padding-right: 0;
    padding-bottom: 0px;
    margin: 0;
  }






/*=================================================================
                        Overlay 2 imagens
===================================================================*/
.image-container {
    position: relative;
    overflow: hidden;
  }
  
  .image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlayhover {
    font-family: 'saudagarregular';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    opacity: 0; /* Initially hidden */
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; /* smooth transition effect */
  }
  
  .image-container:hover .overlayhover {
    opacity: 1; /* Show overlay on hover */
  }
  
  .text-overlay {
    font-weight: 100;
    font-size: 6.5rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .3rem;

    font-family: 'saudagarregular';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
  }

  .text-imagem {
    font-weight: 100;
    font-size: 6.5rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .3rem;

    font-family: 'saudagarregular';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
  }

  
.image-container:hover .text-imagem {
    opacity: 0;
  }





/*=================================================================
                        mobile transition 2 images
===================================================================*/

/* Apply the opacity transition on xs and sm screens */
@media (max-width: 1000px) {
    .overlayhover {
      /* Initially set the opacity to 0 */
      opacity: 0;
      /* Use visibility:hidden to hide the element while keeping the layout */
      visibility: hidden;
      /* Apply the CSS transition to smoothly change opacity */
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
    }
  
    /* Apply the class when the element comes into view while scrolling */
    .overlayhover.visible {
      /* Restore the element visibility and set opacity to 1 */
      visibility: visible;
      opacity: 1;
    }
    
    /* Hide the text inside the image when the opacity transition is active */
    .overlayhover.visible .image-container .text-imagem {
      opacity: 0;
      visibility: hidden;
    }
    
    /* Show the text inside the image on hover */
    .overlayhover .image-container:hover .text-imagem {
      opacity: 1;
      visibility: visible;
    }
    
    /* Ensure the text inside the image stays hidden during hover */
    .overlayhover.visible .image-container:hover .text-imagem {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  /*=================================================================
                       end of mobile transition 2 images
===================================================================*/
  
  
  

/*=================================================================
                       Rest + a+p's
===================================================================*/

html,
body {
    font-size: 14px;
    color: #797979;
    width: 100%; 
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 100;
    font-family: 'saudagarregular';
    -webkit-transition: width 0.3s ease, height 0.3s ease;
    -o-transition: width 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease;
}

   

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}


a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}


.clear {
    clear: both;
}

img {
    max-width: 100%;
}


p {
    line-height: 2rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}


.transition {
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

/*=================================================================
                        Buttons section main home
===================================================================*/
.textotresbotoes{
    letter-spacing: .2rem;
    font-size:1.4125rem;
    font-family: 'saudagarregular';
    font-weight: 500;
    padding: 2%;  /* aumentar tamanho boxes */
}


/* Override width for small and extra-small screens */
@media (max-width: 1000px) {
    .textotresbotoes {
        letter-spacing: .2rem;
        font-size:1rem;
        font-family: 'saudagarregular';
        font-weight: 500;
        padding: 2%;  /* aumentar tamanho boxes */
    }
}





.tresbotoes{
    color: #fff;
    background-color: #140906;
    border-color: rgba(231, 191, 91, 1);
    display: inline-block;
    text-align: center;
    color: rgba(231, 191, 91, 1);
    margin: 0; 
    border-radius: 0px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 2px solid rgba(231, 191, 91, 1);
    padding: 0.8rem 3rem;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 2px;
    width:90%
}

/* Override width for small and extra-small screens */
@media (max-width: 1000px) {
    .tresbotoes {
        width: 100%;
    }
}


.tresbotoes:hover{
    -webkit-box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
            box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
    color:#E2D8BE;
    font-weight: bold;
}

/*=================================================================
                        Buttons section main home
===================================================================*/
.textoquatrobotoes{
    letter-spacing: .2rem;
    font-size:1.4125rem;
    font-family: 'saudagarregular';
    font-weight: 500;
    padding: 3%;  /* aumentar tamanho boxes */
}

.quatrobotoes{
    color: #fff;
    background-color: #140906;
    border-color: rgba(231, 191, 91, 1);
    display: inline-block;
    text-align: center;
    color: rgba(231, 191, 91, 1);
    margin: 0; 
    border-radius: 0px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 2px solid rgba(231, 191, 91, 1);
    padding: 0.8rem 3rem;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 2px;
    width:100%
}



.quatrobotoes:hover{
    -webkit-box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
            box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
    color:#E2D8BE;
}



/*=================================================================
                        Buttons section
===================================================================*/

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: rgba(231, 191, 91, 1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #140906;
    border-color: rgba(231, 191, 91, 1);
}
.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: rgba(231, 191, 91, 1);
    letter-spacing: 1px;
    margin: 0;
    font-size:1.4125rem;
    border-radius: 0px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 2px solid rgba(231, 191, 91, 1);
    font-family: 'saudagarregular';
    font-weight: 100;
    padding: 0.8rem 3rem;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 2px;

}
.btn:hover{
    -webkit-box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
            box-shadow: 0px 2px 2px 1px rgba(231, 191, 91, 1);
    color:#E2D8BE;
}
.btn-default{
    background: transparent;
    border:1px solid rgba(231, 191, 91, 1);
    padding: 1.125rem 3rem;
}
.btn-default:hover{
    background: #140906;
    border:1px solid #e74c3c;
}
.btn-lg{
    background: #140906;
    padding: 1.125rem 3rem;
}
.btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}




/*=================================================================
                        navbar section
===================================================================*/

.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    /* background-color:rgba(34, 61, 97, 0.64); */
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    height: 75px;

}
.main_menu_bg{
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.70);
}
.main_menu_bg .navbar-default {
    text-align: center;
    background-color: transparent; 
    border-color: transparent; 
    -webkit-transition: all .6s; 
    -o-transition: all .6s; 
    transition: all .6s;
    
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#E2D8BE;
    background: transparent;
}



.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:#E2D8BE;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    background: transparent;

}

/* texto navbar */
.main_menu_bg .navbar-nav>li>a {
   /* meter animação */
    letter-spacing: .2rem;
    text-transform: uppercase;
    color:rgba(231, 191, 91, 1);
    font-family: 'saudagarregular';
    font-size:1.114rem;
    line-height: 2.5rem; 
    font-weight: 500;
}


.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand>img {
    max-width: 100%;
    padding: 5px 10px; 
}


@media (max-width: 1200px) {
    .navbar-brand>img {
        max-width: 80%;
        padding: 0px 0px; 
    }
  }




.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    padding: 0px;
    margin: 2px 0 0;
    font-size: 1rem;
    text-align: center;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.85);
    color:rgba(231, 191, 91, 1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px;    
}

.dropdown-menu li a {
    color: rgba(231, 191, 91, 1);
    letter-spacing: .2rem;
    font-family: 'saudagarregular';
    font-size:1.114rem;
    line-height: 2rem; 
    font-weight: 500;
    text-align: center;
  }



/* esconder li's menu hamburger - mobile 

@media screen and (max-width: 768px) {
    
    // Hide specific list items in the hamburger menu - Hide the third, fifth, and seventh li elements 

    .nav-list li:nth-child(2),
    .nav-list li:nth-child(4),
    .nav-list li:nth-child(6) {
      display: none;  
    }
  }

  */


.scrooldown{
    position: absolute;
    left: 48.5%;
    bottom: -2%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.scrooldown a i{
    font-size:1.5rem;
    color:#e74c3c;
}


.culmn{
    width:100%;
    overflow: hidden;
    background-color: #000; /*ensuring bgs doesnt go white mobile */
}



/*=================================================================
                        home section
===================================================================*/


.home{
    background: url(../images/front2.webp) no-repeat center center;
    background-size: cover;
}
.home_skew_border{
    position: relative;
}

.main_home{
    padding-top: 200px;
    padding-bottom: 300px;
    display: block;
}


/* Styles for xs and sm screens (viewport width < 1000px) */  
@media (max-width: 1200px) {
    .main_home{ 
        padding-top: 60px;
        padding-bottom: 70px;   /* Reduce the padding for xs and sm screens and fix 1000px deformation*/
    }
  }


.main_home h1{
    color: #fff;
    margin-bottom:20px;
}



/*=================================================================
                        sobre section
===================================================================*/


.sobre{
    background: url(../images/about.webp) no-repeat center center;
    background-size: cover;
}
.sobre_skew_border{
    position: relative;
}

.main_sobre{
   
    padding-bottom: 40%;
    display: block;
}


/* Styles for xs and sm screens (viewport width < 1000px) */  
@media (max-width: 1200px) {
    .main_sobre{ 

        padding-bottom: 150%;   
    }
  }

.main_sobre h1{
    color: #fff;
    margin-bottom:20px;
}






/*=================================================================
                        footer section
===================================================================*/


.footer{
    background: #000000;
    border-top: 2px solid rgba(231, 191, 91, 1);
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 100;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: .2rem;
}

@media (max-width: 1000px) {
    .footer{
        padding-top: 5px;
        padding-bottom: 5px;  /* Reduce the padding for xs and sm screens and fix 1000px deformation*/
    }
  }

  @media (max-width: 1000px) {
  h6{
    margin-top: 2px;
    margin-bottom: 2px; 
    font-size: 1rem;
  }
}


/*=================================================================
                        scrollup button 
===================================================================*/

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .9;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: rgba(231, 191, 91, 1);
    cursor: pointer;
    background-color: rgba(231, 191, 91, 1);
    -o-transition: opacity .5s, background-color .5s;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
    display:block; 
}

.scrollup:hover {
    color:#E2D8BE;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;
}
