
.row{
margin-right: unset!important;
}

h5{
    font-size: 1.4em!important;
}

h4{
    font-size: 1.7em!important;
}

#redes-sociais{
    bottom: auto;
}

#container{
    scroll-padding-top: 200px;
}

#redes-sociais a{
    text-decoration: none;
    color: var(--fontcolor)!important;
    
}

#redes-sociais .bi-facebook:hover{
    color: #1859b6;
    transition: 0.5s ease-out;
}

#redes-sociais .bi-instagram:hover{
    color: #d1359d;
    transition: 0.5s ease-out;
}

#redes-sociais .bi-whatsapp:hover{
    color: #21cc2a;
    transition: 0.5s ease-out;
}


#principal{
    width: 100%;
    height: 100%;
}

#AreaConsulta{
    position: relative;
    min-width:260px;   
    width: 100%;
    height: auto;
 
}

#AreaReserva{
    position: relative;
    min-width:300px;   
    width: 100%;
    height: auto;

}

#AreaConsulta label{
    display: block;
    width: 100%;
}

#AreaConsulta input {
    position: relative;
    height: 50px;
    outline: 0;
    font-size: 1.2em;
}

#AreaConsulta input:hover{
    background: #e9e9e9;
}

#AreaConsulta input:focus{
    border-color: #333940;
    box-shadow: 0 0 0 0!important;
}
#AreaConsulta form{
    border-radius: 10px;
    background-color: var(--backgroundcolorframe);
    color: var(--fontcolor);
}

#AreaCupom form{
    border-radius: 10px;
    background-color: var(--backgroundcolorframe);
    color: var(--fontcolor);
   
}

#AreaCupom{
    position: relative;
    min-width: 260px;
    width: 100%;
    height: auto;
}

.titulo{
    color: var(--fontcolor);
}


.titulo h4{
    font-size: 2.5em!important; 
    margin-bottom: 20px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    

  }
  
  /* Modal Content (Image) */
  .modal-content {
    display: contain;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 720px;
    max-height: 540px;
  }
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    color: #f1f1f1;
    font-size: 20px;
    justify-self: right;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

.close:hover{
    color: #a4a4a4
}

.btn-hora{
    border:0!important;
    background-color: transparent;
    font-size: 1em;
    height: 50%;
    padding: 5px;
}

.btn-hora:focus{
    border:0!important;
    box-shadow: none!important;
}

#hi-btn-up, #hf-btn-up{
    border-bottom: 1px solid #f1f1f1!important;
}

#HR_Fim, #HR_Inicio, #Hora_inicio{
    max-width: 85px;
}



#estadia{
    font-size:1.2em;
    font-weight:700;
    color: #4169E1;
}


.m-resp{
    margin-left: 78px!important;
}
.AreabtnReserva{
    background-color: var(--backgroundcolorframe);
    border-radius: 10px;
}
.btnReservaImediata,.btnReservaFutura{
    font-size: 2em;
    border-radius: 10px;
    border: 0;
    background-color: #46437f;
    color: aliceblue;
    width: 100%;
    height: 180px;
    padding: 20px;
    transition: all ease-in 0.3s;
    filter: opacity(0.8);
}
.btnReservaImediata:hover, .btnReservaFutura:hover{
    filter: opacity(1);
    color: white;
    box-shadow: 0px 0px 10px -2px grey;
}
.btnConsulta{
    font-size: 1em;
    border-radius: 10px;
    border: 0;
    background-color: #635BF5;
    color: aliceblue;
    padding: 20px;
    max-height: 76px;
    transition: all ease-in 0.3s;
}

.btnConsulta:hover{
    background-color: #837BF8;
    color: white;
    box-shadow: 0px 0px 10px -2px grey;
    line-height: 1.5em;
}

.btnConsulta2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    border-radius: 10px;
    border: 1px solid #515151;
    background-image: linear-gradient(180deg, #e9e9e9, #a1a1a1);
    color: #515151;

    padding: 20px;
    max-height: 76px;
    transition: all ease-in-out 0.3s;
}

.btnConsulta2:hover{
    color: black;
    border-color: black;
    background-image: linear-gradient(180deg, #a1a1a1, #e9e9e9);
    box-shadow: 0px 0px 10px -2px grey;
    line-height: 1.5em;
}

.arrow-effect{
    display: none;
}

.Consulta{
    width: 100%;
}


#Acomodacoes{
    width: 100%;
    height:auto;
    background-color: var(--backgroundcolorframe);
    padding-top: 30px;
    padding-bottom: 98px;
    margin-bottom: 30px;
    border-radius: 10px;
   /* box-shadow: inset 0px 0px 15px -3px rgba(50, 50, 50, 0.75); */
}

#Sobre{
    background-color: var(--backgroundcolorframe);
    border-radius: 10px;
    margin-bottom: 40px;
    color: var(--fontcolor);
}

#carouselIndicadores{
    border-radius: 5px;
}
.CarouselPrincipal .carousel-indicators [data-bs-target] {
     width: auto; 
     height: auto;
     text-indent: unset;
     border: unset;
     margin:unset;
     opacity:unset;

}

.CarouselPrincipal{
    width: 50%;
    height: 520px; 
    max-width: 900px;
    background-color: #313131;
    border-radius: 5px;
}
.CarouselPrincipal .carousel-item{
    height: 520px;
}

.carouselImg{
    width: 100%;
    cursor: default;
    border-radius: 5px;
    filter: contrast(70%);
    height: 100%;
}


.CarouselPrincipal .carousel-inner h5{
    font-size: 1.5em!important;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid white;
    
}

.CarouselPrincipal ol{
    width: 100%;
    margin:0px;
    overflow-y: hidden;
    position: relative;
    justify-content: start!important;
}

.CarouselPrincipal ol img{
    border: 2px solid white;
    width: 80px;
    max-width: 150px;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
}

.CarouselPrincipal ol img:hover{
    transform: scale(1.1);
}



i.AreaTitulo{
    font-size: 1.8em;
}

#divMensagem{
    margin-top: 8px;
    font-size: 0.8em;
    color: white!important;
    background-color: lightskyblue;
    border-radius:5px;
    padding:8px;
    width:200px!important;
    margin-left:auto;
    margin-right:auto;
}
.divMensagem{
    margin-top: 8px;
    font-size: 0.8em;
    color: white!important;
    background-color: lightskyblue;
    border-radius:5px;
    padding:8px;
    width:200px!important;
    margin-left:auto;
    margin-right:auto; 
}

#capa{
    width: 100%;
    height: 80%;
    background-color: lightgrey;
}



.centralizar{
  z-index: 1;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top:15%;
  width: 50%;
  text-align: center;
}

.centralizar2{
    z-index: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top:26%;
    width: 50%;
    text-align: center; 
}
.centralizar3{
    z-index: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top:50%;
    width: 50%;
    text-align: center; 
}

.contate{
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.6em;
    color: #818181!important;
}
canvas {
    display:block;
    height: 100%;
    width:100%;
}

#particles-js{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;

}


.icon-rotate{
    transform:rotate(90deg);
}

#Hospedagens{
    width:75%
}

.mousehover{
    filter: opacity(0.85);
}
.mousehover:hover{
    filter: opacity(1);
}
.turnblack:hover{
    color:black;
}

.Hospedagem{
    background-color: white;
    transition:background-color 0.3s ease-in-out;
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
}

.dotBox{
    display: inline-block;
    padding-left:2px;
}
.dotBox:hover{
    color:black;
}
.CatBox{
    cursor:default;
    color:white;
    padding:1px 4px 3px 4px;
    border-radius:4px;
    background-color: #837BF8;
    display: inline-block;
    margin-top: 1px;
    cursor:pointer;
}
.PagBox{
    cursor:default;
    color:white;
    padding:2px 4px 2px 4px;
    border-radius:4px;
    background-color: rgb(0, 147, 29);
    display: inline-block;
    margin-top: 1px;
    cursor:pointer;
}
.ResBox{
    cursor:default;
    color:white;
    padding:2px 4px 2px 4px;;
    border-radius:4px;
    background-color: rgb(0, 73, 104);
    display: inline-block;
    margin-top: 1px;
    cursor:pointer;

}
fieldset {
    bottom: 0px;
    padding: 5px!important;
    border-radius: 8px;
    text-align: right;
    width: 100%;
    display: inline-block;
    align-self: flex-end;
    margin-left: -5px!important;
}
legend {
    font-size: 1em!important;
    float: unset!important;
    width: auto!important;
    margin-bottom: -4px!important;
    text-align: right;
    color: grey;
    padding-left: 5px!important;
    padding-right: none!important;
}
#body_index{
    font-family: 'Century Gothic', 'sans-serif';
}
#Area_Pesquisa{
    background-color: rgba(119,112,244,0.8);
    background-image: url(../img/Cidade-Fundo-Busca.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:280px;

}
.campo-pesquisa{
    width:100%;
    vertical-align: middle;
}
.btn-mapa{
    background-color:rgba(98,92,202,1);
    color:white;
    padding:15px;
    border-radius:20px;
    margin-left:20px;
    text-wrap:nowrap;
    box-shadow:0px 0px 5px 0.5px lightgrey;
    position:relative;
    border-style:dashed;
    border-color: white;
}
#qr_image img{
    border:1px solid white;
}

.Info-Index{
    background-color: rgba(239, 243, 242, 0.86);
    padding:5px;
    color:#333333;
    display: flex;
    justify-content: center;

}
.Desc_Item_Index{
    margin-left:16px;
}

#espaco-campo-pesquisa{
    width: 85%;
}
.View_Area{
    height: calc(100vh - 51px);
    width: 100%;
}
#Lista .list-group-item{
    text-wrap: nowrap;
}
.Titulos-Index{
    font-family:'Dosis','Montserrat','arial';
    color:#333333;
    
}
#FrameVideo li{
    list-style-type: none;
}
#FrameVideo{
    width:75%;
}

.link_hotel{
    color:black;
}

.link_hotel:hover{
    color:rgb(40, 33, 232);
}

.form-index{
    background-color: transparent;
    text-align: center;
}

.form-index select{
    height: 80px;
    font-size: 1.5em;
}

.btn-fechar{
    font-size:1.5em;
    background-color:white;
    border-radius:50%;
    padding:5px;
    border: 1px solid lightgrey;
    box-shadow: 0px 0px 3px 1px lightgrey;
}

.btn-fechar:hover{
    background-color: #f4f4f4;
}

#container-index{
    min-height: calc(100vh - 292px);
    background-color:white;
    margin-top:50px
}




.contatos h3 a{
    font-size: 0.8em;
    text-decoration: none;
    color: var(--fontcolor);
    transition: all ease-in-out 0.25s;
    cursor:pointer;
    border: 1px solid var(--fontcolor);
    border-radius: 15px;
    padding: 8px 13px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contatos h3:hover a{
    color: var(--backgroundcolor);
    background-color: var(--fontcolor)
}


.contatos h3{
    line-height: 20px;
    font-size: 1.4em;
}

    .list-group-item-site{
        color: #41464b;
        background-color: #efefef;
        position: relative;
        display: block;
        padding: 0.5rem 1rem;
        text-decoration: none;
        border-bottom: 1px solid #c9c9c9;
        border-left: 1px solid #c9c9c9;
        display: table-cell;
        font-size: 1.4em;
        } 

    .ultimo{
        border-bottom: unset!important;
    }    

    span.Uni-Disponivel{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #565A5D;
        font-weight: bold;
        font-size: 1.5em;
        padding: 50px;
        
    }
    
    #InfoResponsiva{
        min-width: 350px;
    }
    
    #Cod_cabine{
        opacity: 0;
        width: 0;
        float:right;
        cursor: default;
    }

    .bi{
        vertical-align: 0.125em;
    }
    
    #tabela{
        background-color: var(--tablecolor);
        color: var(--fontcolor);
        width: 100%;
        margin-bottom: 0px!important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
 

    #tabela thead th{
        border-width: 0px 0px 0px 0px!important ;
    }
    
    #tabela thead{
        color: #f9f9f9;
        background-color: #6495ED;
        border-width: 0px 0px 0px 0px!important ;
    }

    


    #tabela td{
        border-width: 0px 0px 0px 0px;
        border-color: var(--fontcolor2);
    }
    .table-hover>tbody>tr:hover{
        color:var(--fontcolor)!important;
    }

    table td{
        color: var(--fontcolor);
    }

    .modal-content{
        background-color: var(--backgroundcolorframe)!important;
        color: var(--fontcolor)!important;
    }


    #CadastroReserva{
        padding-bottom: 10px;
        background-color: var(--backgroundcolorframe);
        border-radius: 10px;
        color: var(--fontcolor);
        

    }
   

    #CadastroReserva textarea{
        font-size: 1.2em;
    }

    #CadastroReserva label{
        font-size: 1.2em;
        padding-left: 0px;
    }

    #CadastroReserva input, #CadastroReserva textarea{
        outline: 0;
        border-radius: 0!important;
        border-width: 2px 2px 2px 2px;
        font-size: 1.2em;
        text-overflow: ellipsis;
    }

    #AreaConsulta #DT_Inicio,#DT_Fim,#HR_Inicio,#Data_inicio, #HR_Fim,#Valor{
        background-color:white;
    }

    #CadastroReserva input:focus, #CadastroReserva textarea:focus{
        box-shadow: 0 0 0 0!important;
        border: 2px solid black!important;
    }

    #CadastroReserva .input-group-text{
        font-size: 1.6em!important;
        height: 100%!important;
    }

    .input-icon{
        position: relative;
    }

    .input-icon i {
        position: absolute;
        color: #afafaf;
        font-size: 2em;
        top:11px;
        right:15px;
    }

    #label_cabine{
        word-wrap: inherit;
    }

    input#Valor{
        border-width: 0 0 0 0!important;
    }

    input#Valor:focus{
        border-width: 0 0 0 0!important;
    }

    #Datas input{
        border-width: 0 0 0 0!important;
        width: 100px;
        color: var(--fontcolor);
    }

    #Datas input:focus{
        border-width: 0 0 0 0!important;
    }
    
    #Pagamento{
        background-color: #f5f5f5 ;
        min-width: 350px;
    }

    #Pagamento input{
        outline: 0;
        font-size: 1.5em;
        background-color: white;
        border: 1px solid #a9a9a9;
        margin-bottom: 5px;
    }

    #Pagamento input:focus{
        box-shadow: unset;
        border-bottom: #212529;
        border: 1px solid black
    }
    #Pagamento select{
        font-size: 1.5em;
    }

    #Pagamento .btn{
        font-size: 1.3em;
    }
    
    .info-button{
        border:0;
        color:var(--fontcolor);
        background: transparent;
        margin-top: 8px!important;
    }
    .info-button:hover{
        color:var(--fontcolor2);
    }
    
    .erro{
        font-size: 0.9em;
        border-radius: 10px;
        color: red;
        height: 5px;
    }

    .img_td{
        height:120px;
        width: 190px;
    }
    
    .imgTabela{
        height: 120px;
        width: 190px;
        overflow: hidden;  
    }
    
    .imgDiv{
        height: 200px;
        width: 250px;
        font-weight: bold;
        font-size: 1.2em;
        overflow: hidden;
    }

    .imgDiv p{
        font-size: 1.3em;
    }

    .rowCabine{
        border-bottom: 1px solid var(--bordercolor);
    }


    .text-image{
        width:250px
    }
 
    .contatos{
   
        padding: 5px;
        border-radius: 10px;
    }

    .AreaMapa{
        overflow: hidden;
        height: 362px;
        border-radius: 10px;

    }

    #FormCadastro{
        padding-top: 32px;
    }

    .iti{
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }
    


    .Seletor{
        padding: 10px 20px!important;
        min-width: 107px;
    }
    
    .ValorCompra{
        font-size: 0.9em;
        margin:0px;
        text-align: right;
        font-family:Arial, Helvetica, sans-serif;
        white-space: nowrap;
    }

    .ValorCompra2{
        font-size:0.75em;
        margin:0px;
        text-align: right;
        font-family:Arial, Helvetica, sans-serif;
        white-space: nowrap;
    }

    .Ap_titulo{
        font-size: 1em;
    }

    .Ap_desc{
        font-size: 0.9em;
    }
    .Ap_desc_responsive{
        display: none;
    }

    
    .Escolha{
        font-size: 1.7em;
    }

    .divQuarto{
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: #e9e9e9;
        border: 1px solid #a9a9a9;
        padding-right: unset!important;
        padding-left: unset!important;
     
    
    }

    .border-datas{
        border-right: 1px solid var(--bordercolor);
        border-left: 1px solid var(--bordercolor);
    }

    .titulo h4{
        text-align: center;
    }

    .navbar .navbar-brand{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.8em;
        font-stretch: expanded;
    }

    #carouselCabine{
        width:auto;
        height:450px;
    }

    #carouselCabine .carousel-item{
        transition: none!important;
    }

    .fundoDatas{
        background-color:var(--fundoData);
        border-radius:10px!important;
        max-width:355px;
    }

    .logo_motor{
        margin-right:auto;
    }
    #ConfirmacaoReserva{
        
        color:var(--fontcolor);
    }

    #ConfirmacaoReserva .modal-content{
        background-color:var(--backgroundcolor)!important;
    }

    #ModalDetalhe .modal-content{
        border: 3px solid var(--bordercolor);
    }

    .IconsCab{
        border-radius: 15px;
        padding-top:5px;
        flex-wrap: wrap;
        padding:10px;
        font-size: 0.8em;

        
    }

    .IconCab{
        width: 32px;
        padding: 5px;
        border:1px solid grey;
        border-radius:5px;
    }
    .legendIcon{
        font-size: 0.8em;
    }
    .modal .carousel-control-next{
    filter: invert(100%);
    }
    .modal .carousel-control-prev /*, .carousel-indicators */ {
        filter: invert(100%);
    }

    #modal-dialog-map{
        max-width:96%!important;
        margin:auto;
        height:92vh;
    }
    #modal-content-map{
        max-width:96%!important;
        width:100%;
        border-radius: 20px;
        box-shadow: 0px 0px 2px 0.5px black;
        max-height: 92%;
        height:92vh;
    }

    .TituloPortal{
        position:absolute;
        right:50%;
        top:15%;
        padding:5px;
        font-family:sans-serif;
        background-color:rgba(200,200,200,0.8);
        line-height:1.7em;
        font-size:2.5em;
        color:white;
        letter-spacing:5px;
        transform: translate(50%,50%);
    }
    .detail-responsive{
        display:none;
    }

    
.escolhermetodo img{
    width: 40px;
    height: 20px;
}

.escolhermetodo label{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left:3px;
    margin-right:3px;
    transition: ease-in 0.25s;
    border-radius: 3px;
    cursor: pointer;
}

.escolhermetodo label:hover{
    background-color: #d3d3d3;
}

.escolhermetodo input{
    display:none;
}


#AreaPagamento{
    background-color: var(--backgroundcolorframe);
    color: var(--fontcolor);
    padding: 15px;
    border-radius: 10px;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: fit-content;
}

#AreaForm{
    height: auto;
}


#Cardapio td{
    color: var(--fontcolor)!important; 
}
#Cardapio i{
    color: var(--fontcolor)!important; 
}

.Prod_Destaq{
    background-color:var(--fundoData);
    font-size:0.8em;
    color: var(--fontcolor);
    border-radius:6px;
    margin:2px!important;
    min-width:190px!important; 
    max-width:280px!important;
    border: 1px solid #0d6efd;
}
.Prod_Destaq .btnSelecionaProd{
    border-radius:0px;
    width:100%;
    border:none;
}
.Prod_Destaq .btnSelecionaProd:hover{
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-width:1px 0px 0px 0px;
}
#IncProds{
    color: var(--fontcolor)!important;  
    border:1px solid var(--fontcolor)!important;
}
#IncProds td{
    border:1px solid var(--fontcolor)!important;
    padding:3px!important;
}
#IncProds td:nth-child(1){
    text-align:left!important;
}
#IncProds td:nth-child(2){
    text-align:center!important;
}
#IncProds td:nth-child(3){
    text-align: right!important;
}
#IncProds th{
    text-align: center!important;
    padding:3px!important;
}
#areabtnImprimir{
    display:block!important;
}
#Finalfooter{
    display:block!important;
}
#areaNavbar{
    display:block!important;
}
#areaModalFinal{
    display:block!important;
}

#MaisProds{
    padding:2px 93px;
}

.row{
    --bs-gutter-x:0!important;
}
.btn-cidade{
    font-size: 1.2em;
}

#Form_Api input{
    display: block;
    margin-bottom:5px;
    
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#Form_Api input:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

#Form_Api select{
    display: block;
    margin-bottom:5.2px;
    margin-right: 5px;
    padding:0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.InfoPagamento{
    font-size: 1.3em;
    color: var(--fontcolor)
}

#InfoReserva{
    font-size: 1.2em;
    border: 1px solid #dee2e6;
    padding:15px;
}

#ReservaParceiro{
  color:var(--fontcolor);
}

.mapouter{
    height:199px!important;
}

.mapouter a{
    display: none!important;
}
#payment_container{
    background-color: var(--backgroundcolorframe);
    border: 1px solid var(--fontcolor);
}


#QR_Code_msg2{
  color: var(--fontcolor);
}

#QR_Code_text_msg{
  color: var(--fontcolor);
}
.input-group-cupom{
    width:75%!important;
}
.Icone_Conquista{
    transition: transform .2s;
}
.Icone_Conquista:hover{
    transform: scale(1.5);
}

.gmap_canvas{
    display: flex;
    justify-content: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin-bottom:5px;
    margin-left: 5px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .lds-roller {
    /* change color here */
    color: #635BF5
  }
  .lds-roller,
  .lds-roller div,
  .lds-roller div:after {
    box-sizing: border-box;
  }
  .lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: currentColor;
    margin: -3.6px 0 0 -3.6px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  

@media (min-width:701px) and (max-width:1510px){
    

}

@media print {

    body * {
      visibility: hidden;
      font-size:0.95em;
    }

    #InfoResponsiva, #InfoResponsiva * {
      visibility: visible;
    }

    #InfoResponsiva {
      position: fixed;
      top: 0;
      left: 0;  
    }
    
  }
    

@media (max-width: 700px){

    .gmap_canvas iframe{
        width:60%!important;
    }
    .map{
        padding-right:0px!important;
    }
    .text-image{
        width:120px;
    }
    .imgTabela{
        height: 80px;
        width: 100px;
    }

    

   /* .centralizar{
        right: 100%;
        left: 0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top:40%;
        width: 50%;
        text-align: center;
      } */

      .gmap-canvas{
          width: 50%;
      }

      #AreaConsulta i{   
        left: 190px;
    }


    .contatos h3{
        font-size: 1.2em;
    }
}


@media(max-width: 768px){
    .Desc_Item_Index{
        margin-left:0px;
        text-align: center;
    }

    .Img_Item_Index{
        margin-left:auto;
        margin-right:auto;
    }
    .btn-mapa{
        padding:12px!important
    }
    .campo-btnmapa{
        width:96%!important;
    }
    #Cel_Area{
        justify-content: center!important;
    }
    #espaco-campo-pesquisa{
        width: 100%!important;
    }
    .carousel-index{
        width:125px!important;
    }
    #Lista{
        right:110px!important;
    }
    #Area_Pesquisa select{
        flex: 0 0 8em!important;
    }
    .input-group-cupom{
        width:100%!important;
    }
    .AjusteVerMapa{
        right: 2px !important;;
    }
    #modal-dialog-map{
        max-width:100%!important;
        margin:0px!important;
    }
    #modal-content-map{
        max-width:100%!important;
    }
    .responsive-span{
        display:none;
    }
    
    #Info-Index .responsive-border{
        border-left:0px!important;
        border-right:0px!important;

    }
    #Inner_Area .responsive-justify{
        justify-content: center!important;
    }
    .PagBox{
        padding-bottom:2px;
    }
    .ResBox{
        padding-bottom:2px;
    }
    .IconHotel{
        top: 25%!important;
        font-size: 0.7em;
        right: 10%!important;    
    }
    .btn-responsive-search{
        padding: 14px!important;
    }
    #Hospedagens{
        width:95%;
    }
    .campo-pesquisa{
        width:96%;
    }
    #FrameVideo{
        width:96%;
    }
    .IconCab{
        width: 24px;
    }
    .IconsCab{
        font-size:0.6em;
    }
   
    .acessar-index{
        margin-top:30px!important;
        }
    .tutorial{
        width:100%
    }

    .ValorCompra{
        font-size: 0.8em;
    }

    .ValorCompra2{
        font-size: 0.6em;
    }

    .Seletor{
        padding: 8px 5px!important;
        min-width: 58px;
        font-size:0.6em!important;
    }

    #Datas{
        font-size:0.7em;
    }

    #tabela thead th{
        font-size:0.7em;
    }
    .td-responsive{
        display:none;
    }
    .detail-responsive{
        display:block;
    }
    .img_td{
        height: 80px;
        width: 100px;
    }

    .Ap_titulo{
        font-size:0.8em;
    }

    .Ap_desc{
        display:none;
        width: 0!important;
        padding: 0;
        margin: 0;
    }
    .Ap_desc_responsive{
        display: block;
    }

    .Ap_head_desc{
        display: none;
    }
    
    .CarouselPrincipal .carousel-item{
        height: 300px;
    }
    .CarouselPrincipal .carousel-inner h5{
        font-size: 1.5em!important;
        font-weight: bold;
        color: white;
        border-bottom: 2px solid white;
        
    }

    #CadastroReserva{
        width: 100%!important;
        margin-left: 0!important;
        margin-right:0!important;
    }

    #Sobre .Sobretexto{
        width: 450px;
    }

    .carousel-caption{
        bottom:0em!important;
    }

    #carouselCabine .carousel-caption{
        font-size:0.8em;
    }


    .AreabtnConsulta{
        margin-top: 0px!important;
    }
 

    .conteudoResponsivo{
        padding: 0!important;
    }

    .m-resp{
        margin-left: 0px;
    }

    #AreaConsulta form{
        margin-left: 0px;
    }

    #bordaResponsiva{
        border-right: 0px solid #dee2e6!important;
        padding-right: 0px!important;
    }
    
    .CarouselPrincipal{
        width:100%;
        height:300px;

    }

    #Acomodacoes{
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 120px;
        
    }
    .logo_motor{
        margin-left:auto;
    }

}
@media (max-width:1000px){
    #AreaPagamento{
        width: 100%;
    }

}

@media (max-width: 992px) and (min-width:768px){
    
    .CarouselPrincipal{
        height: 360px; 
    }
    .CarouselPrincipal .carousel-item{
        height: 360px;
    }

    #CadastroReserva{
        width: 100%!important;
        margin-left: 0!important;
        margin-right:0!important;
    }

    .CarouselPrincipal .carousel-inner h5{
        font-size: 2.0em!important;
        font-weight: bold;
        color: white;
        border-bottom: 2px solid white;
        
    }

    .carousel-caption{
        bottom:0em!important;
    }

    #bordaResponsiva{
        border-right: 0px solid #dee2e6!important;
    }

    #AreaConsulta form{
        margin-left: 0px;
    }

}

@media (max-width: 1350px) and (min-width:993px){

    .CarouselPrincipal .carousel-item{
        height: 400px;
    }

    .CarouselPrincipal{
        height: 400px; 
    }



}

@media (max-width: 800px) and (min-width:700px){

    .imgTabela{
        height: 90px;
        width: 150px;
    }

    .img_td{
        height: 90px;
        width: 150px;
    }

}

@media (max-width: 320px){
    .lightpick__month{
        width: 180px!important;
    }
}
@media (max-width: 420px) and (min-width:320px){
    .lightpick__month{
        width: 230px!important;
    }
}

