@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: #334e69;
}
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='%230d2253' 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;
}
.alert{
    opacity: 1!important;
}
.table{
    color: #334e69!important;
}

.small{
    font-size: 80%;
}

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

.btn-primary {
    color: #fff;
    background-color: #0d2253;
    border-color: #0d2253;
}

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

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

.bg-dark {
    background-color: #0d2253!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;
}

#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: #448af1;
}
.toast-warning {
    background-color: #ffce3c;
    color: #0d2253!important;
}
.toast-warning .toast-close-button{
    color:  #0d2253!important;
}

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


.navbar{
	background-color: #0d2253;
    padding-bottom: 0;
    border-bottom: 3px solid #0d2253;
    min-height: 63px;
}
.navbar .container{
    max-width: 1000px;
}

.navbar .nav-link{
    color: #FFF!important;
    font-size: 1.5rem!important;
    text-align: right;
}

.navbar .navbar-brand{
    width: 84px;
}
.navbar .navbar-brand .logo-wrapper{
    position: absolute;
    top: 5px;
}
.navbar .navbar-brand img{
    width: 138px;
}

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

#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: 150px;
    max-height: 150px;
    margin-top: 15px;
    max-width: 100%;
}

.no-selfie{
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 64px;
    display: block;
    background-color: #ccc;
    margin-top: 15px;
    max-width: 100%;
}


footer a{
	color:  #f4b113!important;
}

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

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


.pagination li{
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
}

.pagination li a{
    color: gray;
    text-decoration: none;
}

/* MEDIA QUERY */

@media (max-width: 377px) {

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

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

    .navbar .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .navbar-collapse {
        background-color: #0d2253;
        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 .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .navbar-collapse {
        background-color: #0d2253;
        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 .navbar-brand img {
        width: auto;
        height: 80px;
    }
    .navbar-collapse {
        background-color: #0d2253;
        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 .navbar-brand img {
        width: auto;
        height: 80px;
    }

    .navbar-collapse {
        background-color: #0d2253;
        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) and (max-width: 1200px) {

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

    .navbar .navbar-brand{
        width: 138px;
    }
    .navbar .navbar-brand img {
        width: 138px;
    }


    
}

@media (min-width: 1201px) {

    .no-selfie{
        float: right;
        margin-top: 0;
        max-width: 100%;
    }
    .account-selfie{
        margin-top: 0;
        max-width: 100%;
    }

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

    .navbar .navbar-brand{
        width: 138px;
    }
    .navbar .navbar-brand img {
        width: 138px;
    }

  
}