.rodape_inferior {
    text-align: center;
}
.rodape_inferior .link{
    color: #ed4f4f;
    font-family: 'bureau-regular', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    margin: 10px 15px;
    text-decoration: none;
}

.btlogin:after {
    content: url('images/profile_icon.svg');
    margin-left: 10px;
}

.btlogin.active:after {
    filter: brightness(0) saturate(100%) invert(74%) sepia(28%) saturate(2115%) hue-rotate(336deg) brightness(101%) contrast(101%);
}

.about .description:before {
    background: #cd6087;
}

.giftcard-contact {
    padding: 90px 0 0 0;
}

.pesquisa-header {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/pesquisa_header.jpg);
    position: relative;
}

.pesquisa-header .title {
    font-family: 'bureau-grot-ultrablack';
    font-size: 54px;
    line-height: 70px;
    color: var(--color-white);
    margin: 0;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pesquisa-content {
    background: #B35E83;
    position: relative;
    padding: 100px 0 150px;
    overflow: hidden;
    background-image: url(images/pesquisa_bg.png);
    text-align: center;
    background-size: 105%;
    background-position: center;
    background-repeat: no-repeat;
}

.pesquisa-content h2 {
    font-size: 25px;
    position: relative;
    display: inline-block;
    clear: both;
    font-family: 'chantal-bold', sans-serif;
    text-transform: uppercase;
}

.pesquisa-content h2::after {
    content: url(images/aussiegrill_frango.png);
    position: absolute;
    right: -75px;
    top: -30px;
}


.pesquisa-content h2 strong {
    font-size: 1.9em;
    color: white;
    font-family: 'bureau-grot-ultrablack', sans-serif;
    display: block;
}

.pesquisa-description {
    font-family: 'bureau-regular', sans-serif;
    color: white;
    font-weight: normal;
    font-size: 25px;
    max-width: 1000px;
    margin: 50px auto;
}

.pesquisa-content .button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 0;
    height: 60px;
    width: 325px;
    margin: 0 auto;
    border-radius: 30px;
    background: var(--color-white);
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: var(--color-orange);
    position: relative;
}

.pesquisa-content .button::before {
    content: url(images/aussiegrill_seta.png);
    position: absolute;
    left: -85px;
    top: 10px;
}

@media (max-width: 991px) {
    .pesquisa-header {
        background-image: url(images/pesquisa_header_mob.jpg);
        height: 280px;
    }
    .pesquisa-header .title {
        font-size: 35px;
        height: 280px;
    }
    .pesquisa-content h2 {
        font-size: 21px;
    }
    .pesquisa-description {
        font-size: 20px;
        max-width: 1000px;
    }
    
}

@media (max-width: 575px) {
    .pesquisa-header {
        background-size: 780px auto;
        height: 160px;
    }
    .pesquisa-header .title {
        font-size: 28px;
        line-height: 1;
        height: 160px;
    }
    .pesquisa-content {
        background-size: 120%;
        background-position: top;
    }
    
    .pesquisa-content h2 {
        font-size: 15px;
    }
    .pesquisa-content h2 strong {
        font-size: 1.7em;
    }
    .pesquisa-description {
        font-size: 15px;
    }

    .pesquisa-content .button {
        width: 75%;
        font-size: 18px;
        line-height: 1;

    }
}



.faleconosco-content {
    background-color: #FFCCA3;
    padding: 60px 0;
}

.columns-faleconosco {
    margin-top: 60px;
}

.faleconosco-header h1{
    text-align: center;
    font-family: 'bureau-grot-ultrablack';
    font-size: 74px;
    color: #ED4F4F;
    text-align: center;
    text-transform: uppercase;
}

.columns-faleconosco h2 {
    font-size: 50px;
    color: black;
    font-family: 'chantal-bold', sans-serif;
    text-transform: uppercase;
}
.form-top {
    margin-bottom: 40px;
}
.form-top p {
    font-family: 'bureau-regular', sans-serif;
    font-weight: normal;
    font-size: 17px;
}

.input-wrap {
    display: flex;
    flex-direction: column;
}
.input-wrap .label-input {
    color: #ED4F4F;
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}
.select-wrap {
    position: relative;
}
.form-row small {
    font-family: 'bureau-regular', sans-serif;
    font-weight: normal;
}
.select-wrap .select-input {
    width: 100%;
    background-color: #f0eaea;
    font-size: 1.125rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.9375rem;
    appearance: none;
    color: #ED4F4F;
    font-family: 'bureau-regular', sans-serif;
}
.select-wrap .arrow-select {
    position: absolute;
    top: 50%;
    right: 1.15rem;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    pointer-events: none;
    background-color: rgba(0,0,0,0);
    border-top: 10px solid transparent;
    border-left: 10px solid #ED4F4F;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%) ;
    transition: transform .2s linear forwards;
}
.columns-faleconosco .column-form #form-contact .form-row+.form-row {
    margin-top: 1rem;
}
.input-wrap .label-input {
    color: #ED4F4F;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-family: 'chantal-bold', sans-serif;
    text-transform: uppercase;
}
.input-wrap .field-typed {
    width: 100%;
    background-color: #f0eaea;
    font-size: 1.125rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.9375rem;
    font-family: 'bureau-regular', sans-serif;
    color: #ED4F4F;

}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 0 !important;
    background-color: #f0eaea !important;
    border-radius: 0.9375rem !important;
    color: #ED4F4F !important;
    font-size: 1.125rem !important;
    height: auto !important;
    padding: 0.5rem 1rem;
    font-family: 'bureau-regular', sans-serif;
    font-weight: normal;
}
.select2 *, .select2-selection__rendered, .select2-results__option {
    font-family: 'bureau-regular', sans-serif;
    font-weight: normal;
    color: #ED4F4F !important;
}

.button.button-submit {
    font-size: .9375rem;
    color: #ED4F4F;
    background-color: white;
    border-radius: 1.875rem;
    padding: 0.75rem 3.75rem;
    border: none;
    font-family: 'bureau-grot-ultrablack';
    text-transform: uppercase;
}


.input-wrap .area-input {
    display: block;
    width: 100%;
    min-height: 10rem;
}

.columns-faleconosco  .acordion {
    border-bottom: solid 1px #000000;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 25px 0;;
}

.columns-faleconosco  .acordion-title{
    color: #ED4F4F;
    font-size: 24px;
    font-family: 'chantal-bold', sans-serif;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.columns-faleconosco  .acordion-title{
}

.columns-faleconosco   .acordion-description {
    font-family: 'bureau-regular', sans-serif;
    font-weight: normal;
    transition: all 0.6s ease;
    padding: 0 60px 0 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.columns-faleconosco   .acordion-description h4{
    color: black;
    margin: 20px 0;
    font-size: 20px;
}

.columns-faleconosco   .acordion-description h5 {
    font-weight:bold;
    color: #ED4F4F;
    margin: 20px 0 5px 0;
    font-size: 20px;
}
.columns-faleconosco   .acordion-description a,
.columns-faleconosco   .acordion-description p a
    {
    color: #ED4F4F;
}
.columns-faleconosco  .acordion .acordion-title:after {
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-left: 10px solid black;
    border-bottom: 10px solid transparent;
    transition: all 0.6s ease;
    margin-left: 15px;
}
.columns-faleconosco .acordion.active .acordion-title:after {
    transform: rotate(90deg);
}

.columns-faleconosco  .acordion.active  .acordion-description{
    padding: 15px 0px 0 0;
    height: auto;
    cursor: default;
}

.alert {
    font-family: 'bureau-regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    border-radius: 15px;
    margin: 20px 0;
    padding: 15px;;
}

.alert ul {
    padding-left: 20px;
}

.alert li {
    margin: 5px 0;
}

.alert.alert-danger {
    background: #ED4F4F;
    color: white;
}

.alert.alert-success {
    background-color: #ABE3E3;
    font-family: 'bureau-grot-ultrablack';
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .columns-faleconosco .grid-content-columns {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 5rem;
    }
}

@media screen and (min-width: 1224px) {
    .columns-faleconosco .grid-content-columns {
        display: grid;
        grid-template-columns: 1fr 1.3fr;
        gap: 6em;
    }
}

@media screen and (max-width: 1024px) {
    .faleconosco-header h1 {
        display: none;
    }
    .column-faq {
        margin-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .faleconosco-header h1 {
        display: none;
    }
    .columns-faleconosco h2 {
        font-size: 38px;
    }
    .columns-faleconosco .acordion-title {
        font-size: 20px;
    }
    .columns-faleconosco {
        margin-top: 0px;
    }
}




.defaultpage {
    background-color: #FFCCA3;
    padding: 50px 0;
}

.defaultpage .container {
    max-width: 1200px;
}

.defaultpage-header h1{
    text-align: center;
    font-family: 'bureau-grot-ultrablack';
    font-size: 50px;
    color: #ED4F4F;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;;
}

.defaultpage-header h2 {
    font-family: 'chantal-bold', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    margin: 45px 0 15px 0;
}

.defaultpage-content h3{ 
    font-family: 'chantal-bold', sans-serif;
    text-transform: uppercase;
    color: #ED4F4F;
    margin: 45px 0 15px 0;
    font-size: 35px;
    line-height: 1;
}

.defaultpage-content p{ 
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.4;
}

.defaultpage-content * strong{ 
    font-weight: bold;
}

.defaultpage-content ul {
    margin: 20px 0 20px 25px;
}

.defaultpage-content li {
    margin: 8px 0;
}

.defaultpage-content a {
    color: #B35E83;
}


.defaultpage-content {
    font-family: 'bureau-regular', sans-serif;
    font-size:22px;
}

@media screen and (max-width: 1024px) {
   
    .defaultpage {
        padding: 40px 0;
    }

    .defaultpage-header h1{
        font-size: 40px;
        padding: 40px 0;;
    }
}

@media screen and (max-width: 575px) {
    .defaultpage {
        padding: 30px 0;
    }

    .defaultpage-header h1{
        font-size: 30px;
        padding: 30px 0;;
    }

    .defaultpage-header h2 {
        font-size: 40px;
    }

    .defaultpage-content h3{ 
        margin: 35px 0 15px 0;
        font-size: 30px;
    }
}




/* MEU AUSSIEGRILL */

.meuaussiegrill {
    background-color: #FFCCA3;
    padding: 50px;;
}
.meuaussiegrill-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0px auto 40px auto;

}

.user-profile {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.user-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: gray;
    margin-right: 20px;
    flex: 0 0 auto;
}

.greating {
    color: #ED4F4F;
    font-size: 45px;
}
.mini-men {
    margin-top: 13px;
}
.mini-menu a {
    font-size: 15px;
    font-family: 'bureau-regular', sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #ED4F4F;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;;
}

.mini-menu a:last-child {
    border-left: 1px solid #ED4F4F;
    padding-left: 5px;

}
.coupons-count {
    display: block;
    border-radius: 25px;
    border: black 4px solid;
    font-family: 'chantal-bold', sans-serif;
    text-transform: uppercase;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 15%;

}
.coupon-number {
    font-family: 'chantal-bold', sans-serif;
    font-size: 80px;
    line-height: 0.7;
    text-align: center;
    width: 100%;
}
.coupon-text {
    font-size: 30px;
    width: 20%;
    width: 100%;
    text-align: center;
}
.cem-button {
    background-color: #ED4F4F;
    border-radius: 25px;
    color: white;
    width: 35%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
    text-align: center;
   
}


.coupons-area p {
    text-align: center;
}

#coupons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 40px;
    margin-top: 50px;
}

#coupons-list::after {
    content: "";
    flex-basis: 300px;
}

.coupon-item {
    flex-basis: 300px;
    display: block;
}

.coupon-item img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px; 
}



/* RESTAURANTS */
.restaurants .content .item.disabled-restaurant .text {
    background-color: rgb(215 215 215 / 64%);
}
.restaurants .content .item.disabled-restaurant .city {
    color: #7b7b7b;
}
.restaurants .content .item.disabled-restaurant .address {
    color: #7b7b7b;
}

/* Rodape change */
.login .content-nav {
    display: flex;
    align-content: space-between;
}

.login .content-nav .nav .link {
    width: auto;
    font-size: 16px;
}
@media (max-width: 767px) {
    .login .content-nav .nav .link {
        font-size: 12px;
        line-height: 16px;
    }
}


/* GRASSROOTS */

.grassrootpage {
    background: #ED4F4F;
    position: relative;
}
.grassrootpage::after, .grassrootpage::before {
    width: 600px;
    height: 600px;
    content: ' ';
    background: url("images/grassroot_circle.png");
    background-size: contain;
    position: absolute;
    left: -400px;
    top: 28%;    
    z-index: 1;
}
.grassrootpage::after  {
    width: 600px;
    height: 600px;
    background: url("images/grassroot_circle_2.png");
    background-size: contain;
    right: -400px;
    top: auto;
    bottom: -100px;  
    left: auto;
}
.grassroot-header {
    background: url("images/grassroots_bg.jpg") repeat-x;
    padding: 60px 10px;
    font-size: 25px;
}

.grassroot-header h1::before {
    content: ' ';
    width: 50px;
    height: 100%;
    background: url(images/heart3.png) no-repeat;
    background-size: contain;
    margin-left: -55px;
    margin-top: 2%;
    position: absolute;
}
.grassroot-header h1 {
    text-align: center;
    font-family: 'chantal-bold';
    color: black;
    font-size: 2em;
    z-index: 2;
    line-height: 0.9;
}
.grassroot-header h1 strong{
    color: #B35E83;
    z-index: 1;
    font-family: 'bureau-grot-ultrablack', sans-serif;
    display: block;
    font-size: 1.8em;
    text-transform: uppercase;;
}
.grassroot-intro {
    background: #B35E83;
    display: flex;
    width: 100%;;
}    
.grassroot-intro > div{
    width: 50%;
    color: white;
    position: relative;
    z-index: 4;
}
.grassroot-about {
    padding: 50px 20px;
}
.grassroot-about > div {
    max-width: 550px;
    float: right;
}
.grassroot-about p {
    padding: 10px 0;
 }

 .grassroot-content {
    margin-top: 50px;
    position: relative;
    z-index: 5;
 }

 .grassroot-content h2 {
    text-align: center;
    font-family: 'chantal-bold';
    color: black;
    font-size: 50px;
    z-index: 2;
    line-height: 0.9;
}
.grassroot-content h2 strong{
    color: white;
    z-index: 1;
    font-family: 'bureau-grot-ultrablack', sans-serif;
    display: block;
    font-size: 1.1em;
    text-transform: uppercase;;
}

.grassroot-list {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grassroot-item {
    width: 48%;
    background: white;
    border-radius: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.grassroot-item a {
    text-decoration: none;
}

.grassroot-item img {
    width: 100%;
    height: auto;
}
.grassroot-item-about {
    padding: 25px 20px;
    text-decoration: none;
}
.grassroot-item-about h3 {
    text-decoration: none;
    margin-bottom: 20px;
    color: #ED4F4F;
}
.grassroot-item.even .grassroot-item-about h3 {
    color: #FFA35C;
}
.grassroot-item-about p {
    text-decoration: none;
    color: black;
}

@media (max-width: 800px) {
    .grassroot-header {
        font-size: 15px;
    }
    .grassroot-item-about h3 {
        font-size: 0.8em;
    }
    .grassroot-item-about p {
        font-size: 0.8em;
    }
    .grassrootpage::before {
        top: 45%;    
    }
}

@media (max-width: 500px) {
    .grassroot-header {
        font-size: 9px;
        padding: 50px 5px 30px 5px;
    }
    .grassroot-header h1::before {
        width: 35px;
        margin-left: 0px;
        margin-top: -35px;
    }
    .grassrootpage::before {
        top: 25%;    
    }
    .grassroot-item {
        width: 100%;
    }
    .grassroot-intro > div{
        width: 100%;
        font-size: 0.8em;
    }
    .grassroot-mainimage {
        display: none;;
    }
    
}



