@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
        font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
        color: #006442;
}
select{
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2301694b' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 36px 18px;
    background-position: right;
}

a{
    color: #17a976!important;
}
a:hover{
    color: #00af7b!important;
}
a:active{
    color: #17a976!important;
}
.container{
    max-width: 1140px;
}
.cursor-pointer{
    cursor: pointer;
}
.table{
    color: #334e69!important;
}

.small{
    font-size: 80%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.strong{
    font-weight: 800!important
}
.bold{
    font-weight: bold!important
}

.btn-primary {
    color: #fff!important;
    background-color: #01694b;
    border-color: #01694b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-primary:focus {
    color: #fff!important;
    background-color: #02c08a!important;
    border-color: #02c08a!important;
    box-shadow: 0 0 0 0.25rem rgb(37 145 41 / 50%)!important;
}

.btn-primary:active{
    background-color: #01694b!important;
    border-color: #01694b!important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff!important;
    background-color: #016a4b!important;
    border-color: #016a4b!important;
}

.btn-xs {
    padding: .1rem .5rem;
    font-size: .6rem;
    border-radius: .2rem;
}

.form-control{
    color: #006442;
}

.form-control:focus {
    color: #01694b;
    background-color: #fff;
    border-color: #e6e6e6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 253 131 / 25%);
}

.bg-dark {
    background-color: #01694b!important;
}

.bi-patch-check-fill{
    color:  #03a9f4;
}

.grecaptcha-badge{
    bottom:  93px!important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators{
    margin-bottom: -2rem;
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-item .container{
    max-width: 95%;
    margin: 15px auto;
    min-height: 250px;
    text-align: center;

    display: flex!important; /* d-flex */
    align-items: center!important; /* align-items-center */
    justify-content: center!important; /* justify-content-center */
}
.carousel-item .container .form-group{
    width: 80%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0d2353!important;
    background-clip: unset;
    border: none;
    border-top: none;
    border-bottom: none;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 20px;
}

.carousel-indicators [data-bs-target].active{
    opacity: 1!important;
}

.alert{
    opacity: 1!important;
}

.alert-warning{
    color: #54736a!important;
    background-color: #fffaea!important;
    border-color: #fffaea!important;
}

#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div {
	width: 600px;
	opacity: 1;
	background-image: none!important;
	padding: 15px!important;
}

.toast-success {
    background-color: #FFF2CC;
    color: #095d24!important;
}
.toast-warning {
    background-color: #FFF2CC;
    color: #01694b!important;
}
.toast-warning .toast-close-button{
    color:  #01694b!important;
}

.toast-message{
    text-align: center;
}

.navbar{
	background-color: #01694b;
    padding-bottom: 0;
    border-bottom: 3px solid #01694b;
    height: 67px;
}

.navbar .nav-link{
    color: #FFF!important;
    font-size: 1.5rem!important;
    text-align: right;
}
.navbar .navbar-brand img{
    height: 58px!important;
    width: auto!important;
    position: absolute;
    top: 3px;
}

.navbar .navbar-toggler{
	border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 20%);
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.carrinho .qtd{
    width: 65px;
}

#form-ingressos #qtd{
    width: 100px;
}

#form-ingressos .form-filled{
    max-width: 375px;
    border: 1px solid #d3d8de;
    border-radius: 3px;
    padding: 7px;
    overflow: hidden;
    background-color: #f1f1f1;
    cursor: not-allowed;
}

#form-ingressos #full_nameHelp{
    max-width: 375px;
    margin: 3px auto;
}

#form-ingressos #rg{
    max-width: 375px;
    text-align: center;
}

#form-ingressos #rgHelp{
    max-width: 375px;
    margin: 3px auto;
}

#form-ingressos .btn-solicitar{
    width: 100%;
    max-width: 375px;
}

#form-ingressos-buy #qtd_full, #form-ingressos-buy #qtd_half {
    width: 80px;
}

.account-selfie{
    max-width: 200px;
    max-height: 200px;
}

.no-selfie{
    width: 200px;
    height: 200px;
    text-align: center;
    padding-top: 93px;
    display: block;
    background-color: #ccc;
}


footer a{
	color:  #49cb9c!important
}

footer .row{
    min-height: 290px;
}

footer .logo{
    width: 260px;
    height: 66px;
    margin-top: 84px;
}




/* MEDIA QUERY */

@media (max-width: 377px) {

   

    .navbar .container{
        max-width: 100%!important;
    }

    .navbar .navbar-brand{
        margin-left: 1rem;
    }



    .navbar-collapse {
        background-color: #01694b;
        color: #FFF;
    }

    .navbar-nav{
        border-top: 1px solid #6a799c;
    }


    footer .logo {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .disclaimer p{
        line-height: 120%;
    }
}

@media(min-width:  376px) and (max-width: 575px) {

   
    .navbar .container{
        max-width: 100%!important;
    }

    .navbar .navbar-brand{
        margin-left: 1rem;
    }


    .navbar-collapse {
        background-color: #01694b;
        color: #FFF;
    }

     .navbar-nav{
        border-top: 1px solid #6a799c;
    }

    footer .logo {
        margin-top: 30px;
        margin-bottom: 60px;
    }


    .disclaimer p{
        line-height: 120%;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .navbar .container{
        max-width: 100%!important;
    }

    .navbar .navbar-brand{
        margin-left: 1rem;
    }


    .navbar-collapse {
        background-color: #01694b;
        color: #FFF;
    }

     .navbar-nav{
        border-top: 1px solid #6a799c;
    }


    footer .logo {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .disclaimer p{
        line-height: 120%;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .navbar .container{
        max-width: 100%!important;
    }

    .navbar .navbar-brand{
        margin-left: 1rem;
    }

    .navbar-collapse {
        background-color: #01694b;
        color: #FFF;
    }

     .navbar-nav{
        border-top: 1px solid #6a799c;
    }

    footer .logo {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .disclaimer p{
        line-height: 120%;
    }

}

@media (min-width: 992px) {

    .navbar .nav-link {
        font-size: 1.2rem;
    }

    .navbar .navbar-brand img{
        height: 58px!important;
    }
  
}
