@font-face{
    font-family: Halvetica;
    src: url(../fonts/Helvetica-Neue-Font/Helvetica\ Neue\ LT\ 45\ Light.woff);
}
html{
    scroll-behavior: smooth;
    text-decoration: none;
    font-family: Halvetica;
}

header{
    position: relative;
}

.header-bg{
    background-image: linear-gradient(to left, rgb(101, 19, 185),rgb(85, 15, 176));
    border-bottom: 8px solid rgb(253, 31, 114);
}

.navbar{
    padding: 0 !important;
}

.nav-container{
    width: 100%;
    margin: 0 auto;
    color: white;
    height: 6.375rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.nav-container ul{
    /* display: flex; */
    font-size: 15px;
    align-items: center;
    margin-bottom: 0 !important;
}

.nav-item{
    margin-right: 2.5rem;
    padding: 0.1em;
}

.nav-container li:nth-child(5){
    /* background-color:rgb(50,134,161) ; */
    padding: 0.8rem;
    margin-right: 0;
}

.nav-container li a, a.button-link{
    /* text-decoration: none; */
    color: white;
    scroll-behavior: smooth;
}

.navbar-nav .dropdown-menu{
    color: white;
    background-color:rgb(50,134,161) !important;
}

.dropdown-item:hover{
    background-color: rgb(25,45,80) !important;
}

.offcanvas-end{
    background-color: transparent !important;
}
.button-text{
    border-radius: 8px;
    padding: 0.2em;
   
    transition: transform .30s;
    box-shadow: 0 2px 7px 0px rgba(255, 255, 255, 0.979);
    background-color: rgb(84, 36, 197);
    border: 1px solid rgb(14, 13, 13);
}
.button-text:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}

/* .navbar-light .navbar-toggler {
    color: rgb(0, 0, 0) !important;
    border-color: rgb(0, 0, 0)!important;
} */

.navbar-toggler{
    border: 2px solid transparent !important;
    background-color:rgb(251, 57, 125) !important;
}

.tamandare-icon{
    background-image: linear-gradient( rgb(102, 20, 187),rgb(102, 20, 187),rgb(211, 248, 8));
    width: 10.2em;
    height: 9em;
    padding: 2.2em 0 0;
    position: absolute;
    top: 0px;
    left: 5.4rem;
    z-index: 1000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.tamandare-icon img{
   width: 100%;
   height: 5rem;

}

.banner{
    position: relative;
}

.banner img{
    width: 100%;
    height: auto;
}

.banner-icon{
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translate(50%,-50%);
}

.banner-icon img{
    width: 12.5rem;
    height: 12.5rem;
}

.comprar-btn{
    background-image: linear-gradient( rgb(251, 53, 123),rgb(102, 20, 187),rgb(251, 53, 123));
    padding: 2rem 0;
}

.comprar-btn button{
    width: 60%;
    text-align: center;
    background-color: rgb(102, 20, 187);
    border-radius: 16px;
    
}
.comprar-btn button:hover{
    background-image: linear-gradient(rgb(102, 20, 187),rgb(105, 25, 188));
    
}


/* .banner button{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color:rgb(255,154,29);
    border: 0px;
    color: white;
    padding: 0.8rem 0rem;
    width: 40%;
} */

.cronograma-bg{
    background-color:rgb(25,45,80) ;
    width: 100%;
    height: 250px;
    margin-top: -5px;
}

.cronograma-container{
    position: relative;
    top: -150px;
}
.cronograma{
    width: 35%;
    height: 18.3rem;
    margin: 0 auto;
    display: flex
}

.cronograma-d{
    background-color:rgb(255,154,29);
    width: 100%;
}

.cronograma-d div{
    background-color:#F6D313 ;
    width: 100%;
    height: 70px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding-left: 0.8rem;
    box-sizing: border-box;
}

.data{
    margin-left: 1rem;
    font-size: 1.438rem;
}

.atracoes{
    color: white;
    font-size: 1.313rem;
    line-height: 2.375rem;
    padding-left: 1.8rem;
    padding-top: 1.5rem;
    box-sizing: border-box;
    font-weight: bold;
}

.cronograma-e{
    background-color:rgb(25,45,80);
    width: 100%;
}

.cronograma-e div{
    background-color: rgb(50,134,161);
    width: 100%;
    height: 70px;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding-left: 0.8rem;
    box-sizing: border-box;
}

.cronograma-bg button{
    width: 35%;
    margin: 0 auto;
    display: flex;
    font-size: 1.563rem;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: rgb(177,24,93);
    border: 0px;
    justify-content: center;
    padding: 0.8rem 0;
}

.form-bg{
    background-image: linear-gradient(rgb(32,50,80),rgb(34,88,119));
    width: 100%;
    padding-bottom: 1.8rem ;
}

.cadastro{
    width: 60%;
    margin: 0 auto;
    background-image: linear-gradient(rgb(32,50,80),rgb(89,206,222));
    color:white;
    font-size: 1.563rem;
    text-align: center;
    font-weight: bold;
    padding: 1.5rem 0;
    border-radius: 16px;
}

.cadastro-detalhe{
    width: 26.88px;
    height: 26.88px;
    background-image: linear-gradient(rgb(32,50,80),rgb(89,206,222));
    text-align: center;
    transform: rotate(45deg);
    margin: -15px auto
}

form{
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 1.8rem auto;
}

form input{
    background-color: rgb(25,45,80);
    border: 1px solid rgb(177,24,93);
    margin-bottom: 1rem;
    padding: 1.5rem 0.8rem;
    color: white;
}

.form-button{
    background-color: rgb(89,206,222);
    color: #F7D10F;
    width: 100%;
    margin: 0 auto;
    display: flex;
    font-size: 1.563rem;
    font-weight: bold;
    color: white;
    text-align: center;
    border: 0px;
    justify-content: center;
    padding: 0.8rem 0;
    border-radius: 16px;
    
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

::placeholder{
    color: white;
}

.insta-fixo{
    position: fixed;
    z-index: 999999;
    bottom: 33px;
    right: 15px;
    background-color: rgb(50,134,161);
    border-radius: 10px;
    padding: 0.3rem;
    /* width: px; */
}

.mapa{
    width: 45%;
    margin: 0 auto;
    background-color: rgb(255,251,75);
    color:white;
    font-size: 1.563rem;
    text-align: center;
    font-weight: bold;
    padding: 1.5rem 0;
}

.mapa-detalhe{
    width: 26.88px;
    height: 26.88px;
    background-color: rgb(255,251,75);
    text-align: center;
    transform: rotate(45deg);
    margin: -15px auto
}

/* Modal pedido */

.modal-header{
    border-bottom: 1px solid rgb(25,45,80) !important;
    color: white !important;
    text-align: center !important;
}

.modal-content{
    background-color: rgb(50,134,161) !important;
}

.modal-footer{
    border-top: 1px solid rgb(25,45,80) !important;
}

.modal-footer .btn{
    background-color: rgb(177,24,93) !important;
}

/* Modal evento */

.modal-header-evento{
    border-bottom: 1px solid rgb(50,134,161) !important;
}

.modal-body-evento input{
    background-color: rgb(50,134,161) !important;
}

.modal-content-evento{
    background-color: rgb(25,45,80) !important;
}

.modal-footer-evento{
    border-top: 1px solid rgb(50,134,161) !important;
}

.form-button-evento{
    background-color: rgb(177,24,93) !important;
}

.modal-footer .btn-evento{
    background-color: rgb(177,24,93) !important;
}


.modal-body form{
    width: 90%;
}

/* Toast */

.sucesso-header{ 
    background-color: green !important;
    color: white !important;
    border-bottom: 0px !important
}

.sucesso-footer{
    background-color: rgb(11, 161, 11)  !important;
    color: white !important;
}

.fracasso-header{ 
    background-color: rgb(194, 3, 3) !important;
    color: white !important;
    border-bottom: 0px !important
}

.fracasso-footer{
    background-color: red  !important;
    color: white !important;
}

@media only screen and (max-width: 1024px) {
    .banner-icon{
        top: 35%;
    }

    .banner-icon img{
        width: 8rem;
        height: 8rem;
    }

    .tamandare-icon{
        position: absolute;
        left: 100px;
        width: 8.7rem;
        height: 7.8rem;
        padding: 1em 0 0;
       
       
    }

    .cronograma, .cronograma-bg button{
        width: 60%;
    }

    .cronograma-d div, .cronograma-e div{
        height: 100px;
    }
    .offcanvas-end{
        background-image: linear-gradient(rgb(119, 53, 216),rgb(30, 255, 49));
    }


}

@media only screen and (max-width: 992px) {
    .nav-container ul{
        align-items: flex-start;
        line-height: 2rem;
    }
    .nav-container{
        padding: 1em;
    }

    .navbar-light .navbar-nav .nav-link{
        padding: 0;
    }

    .navbar-nav .dropdown-menu{
        margin-bottom: 8px !important;
    }
     .offcanvas-end{
        background-image: linear-gradient(rgb(216, 53, 129),rgb(119, 53, 216), rgb(5, 5, 5));
    }
    .button-text{
        padding:0  0.1em;
        margin: 0 0 1em;
    }

}

@media only screen and (max-width: 767px) {
    
    .nav-container{
        width:100% ;
        padding: 1em;
    }
   

    .tamandare-icon{
        left: 10%;
        width: 8.5rem;
        height: 8.6rem;
        padding: 2em 0 0;
        
    }

    
    
    .banner-icon{
        top: 50%;
    }

    .banner-icon img{
        width: 10rem;
        height: 10rem;
    }

    .cronograma-container{
        top: -115px;
    }

    .cronograma, .cronograma-bg button, .cadastro, form{
        width: 80%;
    }

    /* .cronograma-bg button{
        width: 80%;
    }

    .cadastro, form input, {
        width: 80%;
    } */

    .cronograma-bg{
        height: auto;
        padding: 1rem 0;
    }
    
    .cronograma-container{
        top: 0px;
    }

    .cronograma{
        width: 100%;
        display: block;
        height: auto;
    }

    .cronograma-d, .cronograma-e{
        padding-bottom: 5%;
    }

    .cronograma-bg button{
        width: 100%;
    }

    .cadastro{
        width: 80%;
    }

    .comprar-btn{
        padding: 1rem;
    }
    
    .comprar-btn button{
        width: 80%;
    }
    .offcanvas-end{
        background-image: linear-gradient(rgb(119, 53, 216),rgb(30, 255, 49));
    }

}

@media only screen and (max-width: 625px) {
    .nav-container{
        width: 100%;
        padding: 1em;
        
        /* justify-content: center; */
    }

    .nav-container li:nth-child(3){
        margin-right: 0;
    }

    .tamandare-icon img{
       left: 10%;
       
      
       
    }
    .tamandare-icon{
        left: 10%;
        width: 6.5rem;
        height: 7.6rem;
        padding: 2em 0 0;
        
    }

    .banner-icon {
        top: 50%;
    }

    .banner-icon img{
        width: 7rem;
        height: 7rem;
    }
    .offcanvas-end{
        background-image: linear-gradient(rgb(119, 53, 216),rgb(30, 255, 49));
    }

    .banner img{
        height: 100%;
        width: 100%;
    }
    /* .footer2{
        height: 23vh;
        width: 100%;
    } */
    /* .cronograma-bg{
        height: auto;
        padding: 1rem 0;
    }
    
    .cronograma-container{
        top: 0px;
    }

    .cronograma{
        width: 100%;
        display: block;
        height: auto;
    }

    .cronograma-d, .cronograma-e{
        padding-bottom: 5%;
    }

    .cronograma-bg button{
        width: 100%;
    }

    .cadastro{
        width: 80%;
    } */
    .comprar-btn{
        padding: 1rem;
    }

    .comprar-btn button{
        width: 100%;
        font-size: 20px;
    }
}


