/* @font-face {
    font-family: Hontana;
    src: url('../css/Hontana.ttf');
} */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');





body {

    /* background-image: url(../imagens/icone/); */
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    overflow-x: hidden;
    border: 0;
} 

.navbar.scrolled {
    /* background-color: rgb(255, 0, 0) !important; */
   background-image: linear-gradient(45deg, #043b56, #128c97 80%) !important; 

    transition: background-color 200ms linear;
  }


.link{
    top: -220px;
    position: relative;
    /* z-index: 5; */

}

.container h1{
    font-size: 1.8rem;
    padding-top: 40px;

}

.alert p{
    color: #045629;
    text-align: center;
    margin-left: auto;
    margin-right:auto ;
}

#numero{
    display: none;
}

.titulo1{

     font-family: 'Poppins', sans-serif;
     font-size: 5rem;
     color: white;
     position: relative;
     top: 38%;
     text-shadow: 3px 3px rgba(14, 90, 109, 0.322);
     z-index: 1;

}

.titulo2{
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    color: rgb(186, 186, 186);
    text-align: center;
    margin: 40px;

}

.rosaventos{
    position: absolute;
    left: 250px;
    transform: rotate(-30deg);
    z-index: 1;
    top: -75px;

}
.input-block{
    position: relative;
    z-index: 2;
}

.rosaventos img{
    width: 500px;
    opacity: 30%;
}
.container{
    max-width: 1250px;
}

.navbar{
   background-image: linear-gradient(45deg, #043b56, #128c97 80%);
   z-index: 2;

}

.navbar .container{
    max-width: 1000px;

}

.container hr{
    border-color: white;
    width: 70%;
}

.container .hr hr{
    width: 100%;

    margin-top: 1rem;
    margin-bottom: 1rem;
    /* border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1); */

}

.container2 .step_box{
    
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 100px;
}

.container2 .bilhete{
    margin-top: 0;
}

.step_box {

    display: none;
    align-items: center;
    /* display: flex; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

#step1{
    background-color: #0b6276;
}

.step{
    margin-top: 10px;
    margin-left: 2px;
    height: 6px;
    width: 90%;
    border-radius: 5px;
    background-color: #ebebeb;
    margin-right: 2px;
}

.title_step{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    color: grey;
}

.d-flex .classific2 {
    display: none;
}


.fs-1{
    font-size: 22px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .fs-2{
    font-size: 21px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .fs-3{
    font-size: 19px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .fs-4{
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .fs-5{
    font-size: 15px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .fs-6{
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
  }


.galeria{
    height: 70px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -15px;
}

.galeria img{
    height: 70px;
}

.carousel-item img{
    height: 350px;
}

.foto{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0 35%;
}


.foto-barco{
    display: none;
    width: 100%;
    height: 60%;
    background-size: cover;
    margin-bottom: 6px;
    margin: auto;
    position: relative;
}




.classificacao2{
    position: absolute;
    top: 5px;
    right: 12px;
    color: rgb(255, 196, 0);
    margin-left: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 9px;
    z-index: 1000;
}

.img-fluid{
    width: 100%;
}
.titulo_pagina{


    align-items: center;
   /* background-color:#128d97d1; */
   background-image: linear-gradient(45deg, #043b56b6, #128c97cb 80%);
  

   border-radius: 10px;

   position: relative;
   padding-top: 60px;
   padding-bottom: 40px;
   /* width: 60%; */
   /* padding-bottom: 20px;

   margin-top: 20px; */
   /* bottom: -116px; */

}


form .input-block input {
    width: 60%;
    height: 45px;
    /* display: block; */
    background-color: whitesmoke;
    margin-top: 8px;
    padding: 7px;
    font-size: 20px;
    color: gray;
    border-radius: 20px;
    /* border: 1px solid #ccddef; */
    outline-color: #bc1a1a;
text-align: center;

  }

  .nav-menu{
      display: flex;
  }


.container .titulo_pagina{
    display: block;
}


.logo{
    height: 80px;
    width: 80px;
    background-size: cover;
    border-radius: 40px;
}
.logo2{

    font-family: 'Hontana', serif; font-size: 20px;
    margin-right: 30px;
    margin-top: 10px;
    text-align: left;
    color: rgb(255, 255, 255);
    border: 0;

}






.navbar2{
    background-image: linear-gradient(45deg, #043b56da, #128c97c7 80%);
    text-align:right;
    padding-top: 40px;
    padding-bottom: 190px;
}

.navbar2 span a{
    color: white;
    text-decoration: none;
}


.descr-topo{

    background-image: url('https://bilhetenautico.com.br/adm/app/adms/assets/imagens/topo/denre1600.jpg');
    background-repeat: no-repeat;
    background-position: 0% 70%;
    background-size: cover;
    /* padding-top: 6%;
    margin-bottom: 0 !important; */
    height: 360px;

}

#topo_list{
    background-color:#eeeded;
    /* color: whitesmoke; */
    text-align: center;
}

#topo_list .div{

    padding: 0;
}

.vanilla-calendar{
    width: 100%;
    border: 1px solid rgba(0,0,0,.125);
}


#topo_list h6{

    font-size: 18px;

}




.figure{
    max-width: 700px;
    padding-right: 5px; 
}

.card-text{
    text-align: center;
    color: white;
    background-image: linear-gradient(45deg, #043b56da, #128c97c7 100%);


    height: 80px;
    padding: 26px;
    margin-top: 15px;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 0;
    position: relative;
}


/* .radio{ */
    /* display: grid; */
    /* position: relative; */
    /* left: -5px; */
    /* justify-content: center; */
    /* background-image: radial-gradient( #ffffff, #fcfcfc 100% ); */
    /* border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);

    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 20px; */



/* } */

.cabeca{
    display: flex;
    justify-content: space-between;
}

.classific{
    display: inline-flex;
    justify-content: space-between;
}






/* .list-group{
    margin-top: 40px;
} */


.list-group .list-group-item{
    padding: 10px;
}


.radio p.descricao{
    color: red;
    margin-top: 15px;
    margin-bottom: 5px;
}

.form-check{
    padding-top: 5px;
    padding-left: 40px;
    justify-content: left;
}

.content{
    display: flex;
    justify-content: center;
    background-image: radial-gradient( #f8f8f8, #e1e0e0 );

    /* margin-left: 20px;
    margin-right: 20px; */
    padding: 0.3%;


}

.box-checkout{
    /* max-width: 500px; */
    min-height: 300px;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 40px;
    margin-top: 35px;
    
}


.dados_reserva{
    margin-top: 5px;
    color: rgb(97, 97, 97);
    padding-left: 10px;
}






.checkout{
    height: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #043b56;
    display: block;
    position: relative;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding-bottom: 30px;
    margin-top: 30px;
  

}

.status{
    font-style: italic;
}

.checkout h2, .status{
    color: #f6f6f6;
    position: relative;
    text-align: center;
    top: 36%;
    
    font-size: 23px;
}

.bilhete{
    background-image: linear-gradient( 30deg, #78c7ce, #cbe8eb 60%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-right: 0;
    padding-bottom: 50px;
    height: 50%;
}

.bilhete p{
    font-size: 20px;
    color: #000;
}
.hr_reserva{
    display: none;
}

.bilhete .endereco{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
main hr{
    margin-top: 50px;
}
.qr .qrcode{
    margin: auto;
}
.qrcode{
    width: 255px;
    height: 255px;
    /* position: absolute; */
    background-repeat: no-repeat;
  background-size: cover;
}

.qr p{
    text-align: center;
    font-size: x-large;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    color: whitesmoke;
    background-color: #043b56;
    width: 255px;




    
}

.container2{
    margin-left: auto;
    margin-right: auto;
}


.cho-container .mercadopago-button{
    margin-top: 50px;
    margin-bottom: 20px;
    height: 48px;
    background-color: #0d6efd;
    width: 100%;
    font-size: 20px;
}

.cho-container .mercadopago-button:hover{
    background-color: #0656cf;
    
}

.cho-container{
    display: none;
}






/* .float-right, .float-left{
    margin-bottom: 30px;
    margin-top: 30px;

} */



.cardx{
    background-color: #043b56;
    width: 220px;
    height: 180px;
    margin: 10px 10px 30px 10px;
    border-radius: 5px;
}

.cardx-img{
    height: 150px;
    margin-bottom: 15px;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}


.cardx p{
    background-color: #043b56;
    color: white;
    padding: 10px 10px;
    display: block;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 90%;

}

.cardx-img #p2{
    display: none;
}

.container1{
    /* background-color: whitesmoke; */
    
    width: 90%; 
    margin-left: 5%;
    margin-right: 5%;
    margin-top:30px;
    /* align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; */
}



.card{
    min-width: 18rem;
    /* margin-bottom: 20px */
    
}

.card-text-small{
    /* display: none; */
    text-align: center;
    padding-top: 3px;
    padding-bottom: 12px;
    border-radius: 0 0 5px 5px;
    margin-top: -27px;

  }


.card-text-small span{
    color: white;
    font-size: large;

}

.row{

    margin-right: 0;
    margin-left: 0;
}

.img-card{
    background-size: cover;
    background-repeat: no-repeat;
    height: 190px;
    border-radius: 5px 5px 0 0;
    width: 100%;
    min-height: 100px;
  


}

.img-card::after{
    position: absolute;
    content: '';
    height: 17%;
    width: 96%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: linear-gradient( 30deg, #0b6276, #128c97 100%);
    /* background-image: linear-gradient(45deg, #043b56, #128c97 100%); */

    /* background-color: #bc1a1a; */
    padding: 0 0 0 0;
    margin: 10px;
    margin-left: -32px;
    bottom: 0px;
  }



.centralizar{
    margin: 0 auto !important;
    float: nome !important;
}

.descr-chamada{

    /* background-image: url('../img/fundo-2.jpg'); */
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    padding-bottom: 260px;
    margin-bottom: 0rem ;
    margin-top: 0;
    border-radius: 0rem;

}

.descr-chamada h2{
    font-size: 50px;
}

.contato{

    background-color: rgb(228, 228, 228);
    padding-top: 190px;
    padding-bottom: 250px;
    margin-bottom: 0px !important;
    border-radius: 0px;
}

.rodape{

    padding-top: 30px;
    padding-bottom: 100px;
    background-image: linear-gradient(45deg, #043b56, #128c97 100%);
    color: white;
   
}

.rodape .container ul li a.link-rodape{
    
    color: rgb(255, 255, 255) !important;
    
    /* padding-left:10px; */
}

.rodape .container ul li i{
    
   padding-right: 5px;
}
.rodape .container ul li a.link-rodape:hover{

    color: #ffffff !important;
}

/* ################################################# */


/* .btn_checkout {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 50px;

} */

#tabela_horarios{
    width:80%;
    margin:0 auto;
    border:0;
    /* box-shadow: 0 5px 30px darkgrey; */
    border-spacing: 0;
  }
  
  #tabela_horarios thead th{
    font-weight: bold;
    background-color: black;
    color:white;
    
    padding:5px 10px;
  }
  
  #tabela_horarios tr td{
    padding:5px 10px;
    text-align: center;
    
    
    cursor: pointer; /**importante para não mostrar cursor de texto**/
  }
  
  #tabela_horarios tr td:last-child{
    text-align: right;
  }


  .button-plus{
    display: flex;
    justify-content: space-around;

  }

  .list-group-item .num_passageiro{
      margin: auto;
      padding-right: 15%;
      font-weight: bold;
      color: gray;
  }

  #btn_plus, #btn_plus_adult{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin-right: 0;
max-height: 40px;

}

#btn_dash{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
    max-height: 40px;

    }
  
  /**Cores**/
  #tabela_horarios tr:nth-child(odd){
    background-color: #eee;
  }
  
  /**Cor quando passar por cima**/
  #tabela_horarios tr:hover td{
    background-color: #feffb7;
  }
  
  /**Cor quando selecionado**/
  #tabela_horarios tr.selecionado td{
    background-color: #aff7ff;
  }


.navbar2{

    background-color: rgba(0, 0, 0, 0.815);



}



.galery{
    margin: 14px auto;
    columns: 4;
    column-gap: 12px;
}

.galery2{
    margin: 14px auto;
    columns: 2;
    column-gap: 12px;
}

.galery .box{
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid;
    filter: drop-shadow(5px 2px 4px #c0c0c054);
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    
    background-position: 1% 100%;
    background-repeat: no-repeat;
    background-size: 200%;

}

.galery2 .box2{
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid;
    filter: drop-shadow(5px 2px 4px #c0c0c054);
    /* border: solid 1px #e6e6e6; */
    border-radius: 10px;
    
    background-position: 1% 100%;
    background-repeat: no-repeat;
    background-size: 200%;

}


.galery2 .box2 img{
    max-width: 100%;
    border-radius: 10px;
    /* border-top-right-radius: 10px; */
    /* border-radius: 10px; */

}

.galery2 .box2 video{
    
    max-width: 100%;
    border-radius: 10px;
    /* border-top-right-radius: 10px; */
    /* border-radius: 10px; */

}

/* .galery2 .box2 video:hover{
    
    ;

} */


.galery .box img{
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* border-radius: 10px; */

}



.box .card-body{


    display: grid;
    position: relative;
    background-color:#f0f0f0;
    height: 100px;
    padding: 15px 0 10px 20px;
    color: rgb(88, 88, 88);

}



.box .footer{

    height: 46px;
    padding: 17px 10px 3px 18px;
    background-color:#d9d9d9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    bottom: 15px;
    z-index: -1;
  
}

.box2 .footer{

    height: 30px;
    padding: 3px 10px 2px 17px;
    background-color: #f7f7f7eb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    bottom: 1px;
    font-size: 12px;
    color: grey;
    z-index: -1;
  
}




.box:hover{

    transition: 0.1s;
    scale: 1.02;
    

}



#id_barco{

    display: none;

}

.carousel{
    margin-bottom: 30px;
}

.preco{
    font-size: 19px;
}

.preco2{
    color: grey;
    font-size: x-large;
    
}

.descricao{
    font-size: 16px;
    color:grey;
    position: relative;
    bottom: 6px; 
    padding-left: 10px;
}

.col-md-5 hr{
    margin-top: 25px;
    margin-bottom: 25px;
}

span p{
    color: #043b56;
}




.descricao2 table{
    color: #a3a3a3;
    position: relative;
    margin-left: -14px;
    top: 12px;
}

.descricao2 table td{
    /* display: none; */
    border-width: 0 1px 0 0;
    padding: 0 15px 0 15px;
    border-color: rgb(255, 255, 255) rgb(239, 239, 239) rgb(255, 255, 255) rgb(255, 255, 255); 
}

.descricao2{
    font-size: 12px;
    color:grey;
    position: relative;
    bottom: 3px;
    /* margin-left: 2px; */
    align-content:right ;
}


.classific{
    display: inline-flex;
}
.classific2{
    display: inline-flex;
}


.classificacao{
    display: flex;
    color: rgb(251, 193, 0);
    margin-left: 2px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 16px;
    /* min-width: 100px; */
    /* width: auto; */
    /* background-color: #bdbdbd; */
  }

  .d-flex .classificacao{
      position: relative;
      top: 23px;
  }

  

  .classificacao .servicos{
      display: flex ;
  }



.col{
    margin-bottom: 10px;
    margin-top: 10px;
  
    
}

.btn-comprar{
    /* position: relative; */
    /* bottom: 60px; */
    padding-bottom: 24px;
    margin-top: 2px;
    margin-left: 20px;

}

.ticket{
    height: 70px;
    width: 175px;
    position: relative;
    /* background-color: #000; */
  }
  
  .shape{
    position: absolute;
    height: 100px;
    width: 220px;
    border-radius: 20px;
    background-image: linear-gradient( 30deg, #78c7ce, #cbe8eb 60%);
    z-index: 1;
transform: translate(-6%, -196%);
  }
  
  .shape::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 15%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background-image: linear-gradient(
    30deg, #0b6276, #128c97 100%);
  }

  .shape-linha{
    position: relative;
    height: 90px;
    width: 0;
    border: dashed;
    border-color: whitesmoke;
    border-width: 2px;
    left: 80%;
    top: 108;
    z-index: 1;
  }
  
  .barcode1{
    transform: rotate(90deg);
    position: absolute;
    right: 3px;
    margin-left: 277px;
    left: -25px;
    top: 95px;
  
   
    background-color: tomato;
  }
  
  .bi-upc{
   width: 20px;
   /* height: 80px; */
   /* margin: -7px; */
   /* translate: 50% 50%; */
   margin: -6px;
  
  }
.servicos{
    /* position: relative;
    top: 1px; */
    color: rgb(158, 158, 158);
    /* margin-left: 10px; */
    /* margin-bottom: 20px; */
    letter-spacing: 0;
    font-size: 11px;
}




.nome_barco{
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 1px;
    width: max-content;
}

.horario{
    color: grey;
    margin: 5px 0 10px 0;
}
/* #rodape{
    color: white;
    padding-top: 30px;
    padding-bottom: 100px;
    
} */

.endereco a{
    display: block;
    font-size: 20px;
    
}

.endereco hr{
    display: none;
}


.bi-geo-alt-fill{
   font-size: xx-large;
   color: rgb(151, 0, 0);
}

.ocultar {
    display: none;

}



@media (max-width:1600px){
    .container2{
        width: 80%;
    }

    .foto-barco{
        height: 55%;
       
    }

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

    .wd-120{
        max-width: 120px;
    
    }
    .vw .v-720{
            
        display: none;
    }


}

@media (max-width:1440px){
    .container2{
        width: 90%;
    }

    .bilhete main{
        padding-left: 70px;
        height: 40%;
    }

    .bilhete p{
        font-size: 23px;
    }

    .qr{
        width: 200px;
        height: 200px;
    }

    .qr p{
        /* width: 200px; */
    width: auto;

        
    }

    .qr .qrcode{
        width: 200px;
        height: 200px;
    }

    .foto-barco{
        height: 50%;
       
    }

    .cabeca_preco{
        margin-top: 20px;
    }

    .rodape-bilhete{
        background-image: url(../imagens/acao/summer.jpg);
        background-size: cover;
      }

    

}

@media (max-width:1200px){



.container1{
width: 98%;
margin-left: 4px;
margin-right: 4px;
}


.logo1{
    font-size: 4rem;
}

.titulo1{

    font-size: 4rem;
}

.titulo2{
    font-size: 1.8rem;

}


.img-card{
    height: 160px;
}
.mais-opcoes .row .col {
    padding-right: 5px;
    padding-left: 5px;
}

.card-text-small span{
    font-size: 14px;
}

.nome_barco{
    font-size: 14px;
}

.preco{
font-size: 18px;
}

.preco2{
    color: grey;
    font-size: large;
}



.descricao{
    font-size: 14px;
    color:grey;
    position: relative;
    bottom: 3px;
    /* margin-left: 6px; */
}

.descricao2{
    font-size: 12px;
    color:grey;
    position: relative;
    bottom: 2px;
    /* margin-left: 1px; */
}

/* .classificacao .servicos{
   
    margin-left: 10px; 
    letter-spacing: 2px;
    font-size: 15px;
    padding-top: 9px;
} */

#topo_list h6{

    /* padding-top: 5px;
    padding-bottom: 0px; */
    font-size: 16px;

}


/* 
.nome_barco{
    font-size: large;
    margin-top: 20px;
} */

.horario{
    color: grey;
    margin: 5px 0 10px 0;
}


.bilhete main{
    padding-left: 70px;
    /* height: 30%; */
}

.bilhete p{
    font-size: 20px;
}

.qr{
    width: 160px;
    height: 160px;
}

.qr p{
    font-size: 20px;

}

.qr .qrcode{
    width: 160px;
    height: 160px;
}

.carousel-item img{
    height: 310px;
}
.endereco a{
    font-size: 18px;   
    
}

}

@media (max-width:992px){

    .galery{
        width: 100%;
        columns: 2;
        column-gap: 10px;
    }

    h1{
        font-size: 2rem;
    }
    /* .container1{
        margin:1%;
    
    } */
    .container2{
        width: 96%;
    }

    .descr-topo{

        background-image: url('https://bilhetenautico.com.br/adm/app/adms/assets/imagens/topo/denre992.jpg');
    
    }
    
    .checkout{
        width: 70%;
        
    }

    .checkout h2{
        font-size: 22px;
        
    }

    .box-checkout{
        padding: 20px;
    }

    .bilhete{
        width: 70%;
}

    .bilhete main{
        padding-left: 0;
    }
    
    .bilhete p{
        font-size: 22px;
        text-align: center;
    }

    .hr_reserva{
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .bilhete .qr{
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: 300px;
    }
 
    .qr .qrcode {
        width: 300px;
        height: 300px;
    }
    

    

    

    .dados_reserva {
        padding-left: 0;
      }

      /* .row{
          margin-left: 0;
      }  */
    

    .jumbotron1{

        height: 250px;
        

    }
    .titulo1{

        font-size: 3rem;
    }

    .titulo2{
        font-size: 1.6rem;
    
    }
    .titulo_pagina{
        height: 200px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    form .input-block input{
        width: 80%;
        height: 40px;
        text-align: center;
        font-size: 19px;

    }


    .galery{
        width: calc(100%-40px);
        columns: 3;
        column-gap: 10px;
    }
  

    
    /* .classific{
        display: block;
    } */

   
    /* .classificacao .servicos{
        display: none;
    } */

 

    .classificacao {
        font-size: 12px;
        position: relative;
        top: -1px;
    }

    .cabeca .classificacao{

        font-size: 12px;
        position: relative;
        top: -1px;
    }

    #topo_list h6{

        padding-top: 5px;
        padding-bottom: 0px;
        font-size: 15px;
    
    }

    /* .servicos .bi{
        display: none;
    } */
  
    .content{
        padding-left: 1%;
        padding-right: 1%;
    }



    .cardx {

        background-color: #043b56;
        width: 150px;
        height: 140px;
        margin: 13px;
        border-radius: 5px;
    }

    .cardx p{
        padding: 10px 10px;
    
    }
   
    .cardx-img{
        height: 114px;
        /* margin-bottom: 40px;
        padding-top: 150px; */
       
    }

    .cardx-img #p2{
        display: block;
        padding: 5px 0;

    }

    .cardx-img p{
        display: none;
    }

    .mais-opcoes .row .col {
        padding-right: 15px;
        padding-left: 15px;
    }
   
    .img-card{
        height: 128px;
        width: 116%;
    }
    .card{
        min-width: 15rem;
        /* background-color: red; */
        /* margin-bottom: 20px */
        
    }
    
    .col{
        padding-right: 0;
        padding-left: 0;
    }
    
    .card-text-small span{
        font-size: 12px;
    }

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

    .endereco hr{
        display: block;
    }


    .rodape-bilhete{
        background-image: url(../imagens/acao/summer992.jpg);
        background-size: cover;
      }

    }

   

    @media (max-width:800px){

        .rosaventos{
            display: none;
        }

        h1{
            font-size: 1.7rem;
        }
        

        .jumbotron1{

            height: 270px;
            padding-top: 20px;
    
        }
        .titulo_pagina{
            height: 160px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .titulo2{
            font-size: 1.5rem;
        
        }

        form .input-block input{
            width: 90%;
            height: 40px;
            text-align: center;
            font-size: 16px;
    
        }
        /* .cabeca{
            display: none;
        } */

        /* .preco2{
            display: none;
        } */

        .img-card::after{
            display: none;
        }
        .card-text-small{
            display: none;
        }


        .cardx{
            height: 130px;
            margin: 5px;
        }


        .cardx-img{
            height: 110px;
            margin-bottom: 10px;
           
        }

        .box .card-body{
            height: 110px;
        }



        .nome_barco{
            font-size: 14px;
        }

      .preco{
        font-size: 18px;
      }

    


    .container2{
        width: 96%;
    }
    .checkout{
        width: 76%;
        
    }

    .checkout h2{
        font-size: 22px;
        
    }

    .bilhete{
        width: 76%;
    
    }

    .bilhete .qr{
        margin-bottom: 80px;
        width: 200px;
        height: 200px;
    }
 
    .qr .qrcode {
        width: 200px;
        height: 200px;
    }
        

   
        

       


        .mais-opcoes .row .col {
            padding-right: 10px;
            padding-left: 10px;
        }
       
        .img-card{
            height: 128px;
            width: 116%;
        }

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

        .descricao2{
            font-size: 12px;
        }

    }



    @media (max-width:768px){
        
        .carousel{
            margin-bottom: 20px;
        }

        .nome_barco{
            font-size: 12px;
        }

      .preco{
        font-size: 14px;
      }

        .classific2 .classificacao{
            font-size: 8px;
        }

        .row .col-md-5 {
            margin-top: 20px;
            
        }


        .descricao2{
            font-size: 11px;
        }
     


        .cabeca_preco{
            display: none;
        }

        /* .row{
            margin-top: -40px; 
        } */


        .d-flex .classific2{
            display: inline-flex;

        }

        .classific2 .classificacao .servicos{
            display: none;
            /* display: inline-flex;
            font-size: large; */

        }

        .d-flex .classific{
            display: none;

        }

        .galery{
            width: calc(100%-10px);
            columns: 2;
            column-gap: 10px;
        }

        .exclusivo {
            display: none;
        }

        .foto-barco{
            height: 340px;
        }

        .carousel-item img{
            height: 440px;
        }

     
       
    }


    @media (max-width:720px){

       

        .descr-topo{

            background-image: url('https://bilhetenautico.com.br/adm/app/adms/assets/imagens/topo/denre720.jpg');
        
        }

        h1{
            font-size: 1.3rem;
            margin-bottom: -5px;
        }
        

        
        .titulo1{

            font-size: 2.2rem;
            margin-top: 10px;
        }

        .titulo2{
            font-size: 1.3rem;
        
        }


        .titulo_pagina{
            height: 100px;
            padding-top: 15px;
        }

        form .input-block input{
            width: 90%;
            height: 30px;
            text-align: center;
            font-size: 14px;
    
        }


        .container2{
            width: 100%;
        }
        .checkout{
            width: 80%;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;


            
        }
    
        .checkout h2{
            font-size: 20px;
            
        }
    
        .bilhete{
            width: 80%;
            /* border-radius: 36px; */

        
        }
        .bilhete p{
            font-size: 20px;
        }
       
        .cardx{
            height: 110px;
            width: 110px;
            margin: 5px;
            border-radius: 100px;
        }


        .cardx-img{
            height: 110px;
            width: 110px;
            margin-bottom: 10px;
            border-radius: 100px;
            
        }

        .cardx-img #p2{
            display: none;
        }

        .carousel-item img{
            height: 400px;
        }

        /* li{
            margin: 10px 0 15px 0;
        } */


        .descricao2{
            font-size: 10px;
        }

        .galery{
            column-gap: 5px;
        }

        .box .card-body{
            height: 80px;
        }

        .box .footer{
            height: 31px;
            bottom: 5px;
            padding: 8px 0 5px 20px;
        }

        .hdn-720{
            
            display: none;
        }

        .vw .v-720{
            
            display: block;
        }



    }

    @media (max-width:600px){

        

        .carousel-item img{
            height: 350px;
        }

        
    }


    @media (max-width:480px){

        .galery{
            width: 100%;
            columns: 1;
        }

        h1{
            font-size: 1.2rem;
            margin-bottom: -5px;
        }
        

        .jumbotron1{

            height: 240px;
            padding-top: 20px;
    
        }

        .checkout{
            width:  97%;
            
        }
    
        .checkout h2{
            font-size: 18px;
            
        }
    
        .bilhete{
            width: 97%;
        
        }
        .bilhete p{
            font-size: 18px;
        }

        .bilhete .qr{
            margin-bottom: 80px;
            width: 170px;
            height: 170px;
        }
     
        .qr .qrcode {
            width: 170px;
            height: 170px;
        }
           



        .titulo1{

            font-size: 1.7rem;
        }

        .titulo2{
            font-size: 1.2rem;
        
        }


        .titulo_pagina{
            height: 100px;
            padding-top: 15px;
        }

        form .input-block input{
            width: 90%;
            height: 30px;
            text-align: center;
            font-size: 14px;
    
        }
       
        .card-text{
            height: 70px;
        }
        .card-text h4{
            font-size: 1.2rem;
        }

        .cardx{
            height: 90px;
            width: 90px;
            margin: 5px;
            border-radius: 100px;
        }


        .cardx .cardx-img{
            height: 90px;
            width: 90px;
            margin-bottom: 10px;
            border-radius: 100px;
            
        }
        .carousel-item img{
            height: 270px;
        }

        .nome_barco{
            font-size: 13px;
        }

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


    }

    @media (max-width:393px){


        .jumbotron1{

            height: 200px;
            padding-top: 20px;
    
        }

        .cardx{
            height: 75px;
            width: 75px;
            margin: 5px;
            border-radius: 100px;
        }


        .cardx .cardx-img{
            height: 75px;
            width: 75px;
            margin-bottom: 10px;
            border-radius: 100px;
            
        }

        .rodape li h6{
            font-size: 1rem;
        }

        .rodape li .fs-6{
            display: none;
        }

        .checkout h2{
            display: none;
        }

        #numero{
            display: block;
        }

        .bilhete p{
            font-size: 15px;
        }

        .carousel-item img{
            height: 230px;
        }

         .nome_barco{
            font-size: 17px;
        }

        .classific2 .classificacao{
            font-size: 14px;
        }


    }


    @media (max-width:350px){

        .carousel-item img{
            height: 190px;
        }

        .classific2 .classificacao .bi{
            font-size: 10px;
            position: relative;
            top: 5px;
        }

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

      
    }


    @media (max-width:290px){

        .carousel-item img{
            height: 170px;
        }
    }