.dropdown-menu {
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    color: #000000;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    font-family: 'Montserrat' !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0;
}

.dropdown-item{
    font-weight: 600;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #956940;
}

.lang{
    position: fixed;
    right: 0;
    top: 150px;
    display: block;
    border-radius: 5px 0 0 5px;
    z-index: 100;
    font-family: "Bree Serif", serif;
}

.lang ul{
    padding: 0;
}

.lang ul li{
    list-style: none;
}

.lang a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    background-color: #28332a;
    display: block;
    padding: 6px;
    margin-top: 2px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.modal-footer .btn{
    font-family: "Montserrat" !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background-color: #28332a !important;
    border: 0 !important;
}

.modal-body{
    padding: 1rem;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
}

.modal-title{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .box input {
    position: absolute;
    width:fit-content !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }

  
  /* On mouse-over, add a grey background color */
  .box:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .box input:checked ~ .checkmark {
    background-color: #28332a;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .box:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .box input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

.info label{
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 25px;
}

.info p{
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.box input:checked ~ .checkmark {
    background-color: #28332a
}

body{
    padding-top: 0 !important;
}

.comments{
    overflow: hidden;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .0);
    border-color: rgba(0, 0, 0, .0);
}

.es-review-content-text{
    font-family: "Montserrat", serif;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(8 8 8);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(149 105 64);
}

.navbar{
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-family: "Montserrat", serif;
    padding-top: 0rem;
    padding-bottom: 0rem;
    font-family: "Montserrat", serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #28332a;
}

.bg-light {
    /* background-color: #f8f9fa !important; */
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.fixed-top {
    top: 110px !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex !important;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.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: #28332a;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 2000;
}

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

.img_1, .img_2, .img_3, .img_4, .img_5, .img_6, .img_7, .img_8, .img_9, .img_10, .img_11, .img_12, .img_13{
    height: 500px;
}

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

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

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

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

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

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

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

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

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

 .img_10{
    background-image: url(../imagens/geral/j1.jpg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
 }

 .img_11{
    background-image: url(../imagens/geral/k1.jpg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
 }

  .img_12{
    background-image: url(../imagens/geral/l1.jpg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
 }

  .img_13{
    background-image: url(../imagens/geral/m1.jpg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
 }

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

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

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

.margin4{
    margin-top: 25px;
    margin-bottom: 50px;
}

.margin a{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    display: block;
    height: 50px;
    width: 300px;
    background-color: #28332a;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.margin3 a{
    font-size: 16px;
    font-weight: 600;
    color: #28332a;
}

.margin_2{
    margin: 120px 0;
    position: relative;
}



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

.mensagem h1, .mensagem2 h1{
    font-family: "Bree Serif", serif;
    font-size: 32px;
    color: #28332a;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.mensagem h2, .mensagem2 h2  {
    font-family: "Montserrat", serif;
    font-size: 20px;
    color: #956940;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.mensagem p, .mensagem2 p  {
    font-family: "Montserrat", serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-top: 35px;
}

.packs p {
    font-family: "Montserrat", serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.pack{
    height: 700px;
}


.packs h3{
    text-transform: uppercase;
    font-size: 21px;
    color: #28332a;
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
}

.pessoa{
    font-size: 12px !important;
}

#border{
    border-bottom: 3px solid #956940;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#border2{
    border-bottom: 1px solid #956940;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.packs h4{
    text-transform: uppercase;
    font-size: 21px;
    color: #28332a;
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
    margin-bottom: 0 !important;
}

.packs span{
    text-transform: uppercase;
    font-size: 13px;
    color: #28332a;
    font-family: 'Montserrat';
    font-weight: 600;
    margin:auto; 
    display:table;
}

.packs p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #956940;
}

.packs a{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    display: block;
    height: 50px;
    width: 75%;
    background-color: #28332a;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}

.packs a:hover{
    background-color: #4d584f;
}

.contacto{
    position: relative;
    background-image: url(../imagens/geral/rafting_fundo.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/footer.jpg);
    display: block;
    min-height: 300px;
    background-position: top;
    background-repeat: repeat;
    background-attachment: fixed;
}

.over{
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    height: 250px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(40 51 42 / 33%), #28332a);

}

.footer{
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(148, 105, 64, 0.63), #956940);

}



/*---.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;
    filter: drop-shadow(1px -1px 4px #000000);
}

.contacto h5{
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    filter: drop-shadow(1px -1px 4px #000000);
}

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

.chat a:hover{
    background-color: #4d584f;
}

.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;
    background-color: #28332a;
}

.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: 30px;
    
}

.endereco a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    font-family: 'Montserrat';
    color: #fff;
}

.endereco p{
    margin-bottom: 0;
}

.endereco img{
    height: 30px;
}


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

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



.form input, .form select, .form textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid #28332a69;
    margin: 5px 0 5px 0;
    border-radius: 3px;
    font-family: "Montserrat", serif;
    font-size: 14px;
    color: #28332a;
    margin: 5px 0;
    height: 45px;
    font-weight: 500;
}

.form input:focus, .form select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffffff !important;
    outline: 0;
    box-shadow: 0 0 1px 0.25rem rgb(149 105 64 / 50%);
}

.form textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid #28332a69;
    margin: 5px 0 5px 0;
    border-radius: 3px;
    font-family: "Montserrat", serif;
    font-size: 14px;
    color: #28332a;
    margin: 5px 0;
    height: 100px;
    font-weight: 500;
}

.form textarea:focus{
    color: #212529;
    background-color: #fff;
    border-color: #ffffff !important;
    outline: 0;
    box-shadow: 0 0 1px 0.25rem rgb(149 105 64 / 50%);
}

.date label{
    text-transform: uppercase;
    font-size: 13px;
    color: #28332a;
    font-family: 'Montserrat';
    font-weight: 600;
}

.send_bt input{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #28332a;
    color: white;
    text-transform: uppercase;
    height: 50px;
}

.send_bt input:hover, .send_bt input:focus{
    background-color: #4d584f;
    color: white;
    border: 0;
    box-shadow: none;
}



@media (max-width: 1400px) {  

   
 }
 
 @media (max-width: 1200px) { 
 
    #border, #border2, .packs a  {
        width: 100% !important;
    }
 
  }
 
 @media (max-width: 992px) { 

 
  }
 
 
 @media (max-width: 767px) { 
    .chat a{
        width: 100% !important;
        margin-left: 0;
    }

    .contacto h3{
        margin-top: 60px;
    }

    .chat div {
        margin-top: 20px;
        margin-bottom: 60px;
    }

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

    .margin_2 {
        margin: 25px 0 !important;
    }

    .margin4 {
        margin-top: 80px !important;
    }

    .logo_2 img{
        margin-right: auto;
        height: 100px;
        margin-bottom: 75px;
    }

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

    .mensagem p, .mensagem2 p {
        font-size: 14px;
    }
  

    .over{
        height: 397px;
    }

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

    header {
        height: 75px;
    }

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


    .img_1, .img_2, .img_3, .img_4, .img_5, .img_6, .img_7, .img_8, .img_9, .img_10, .img_11, .img_12, .img_13 {
        height: 300px;
        background-size: cover !important;
    }

    .carousel {
        margin-top: 75px !important;
    }

    .fixed-top {
        top: 75px !important;
    }

    .mensagem h1 {
        font-size: 25px !important;
    }

    .mensagem h3 {
        font-size: 18px !important;
    }

    .mensagem h2, .mensagem2 h2 {
        font-size: 16px;
    }

    .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;
    }

 
  }