@font-face {
  font-family: 'BasicSans';
  src: url('../fonts/basicsans.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FestivalBudaya';
  src: url('../fonts/FestivalBudayaXXXI.ttf');
  font-weight: normal;
  font-style: normal;
}

header{
    background-color: #339969;
    padding: 20px 0;
}

header nav a i{
    color: #fff;
}

.banner .buttons {
    position: absolute;
    top: 50px;
    right: 25px;
    transform: translate(-50%, -50%);
}
.banner .buttons a {
    font-size: 25px;
    color: #d79818;
}
.banner{
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
}
.banner video{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner .ibanner-m{
    width: 100%;
    display: none;
}
.banner .ibanner{
    display: block;
    width: 100%;
}

.marcas .ibanner4-m{
    width: 100%;
    display: none;
}
.marcas .ibanner4{
    display: block;
    width: 100%;
}

.tradicao{
    background-color: #004F41;
}
.tradicao .conteudo{
    padding: 80px 35px;
}
.tradicao .ileft{
    width: 100%;
}
.tradicao table{
    margin-bottom: 30px;
}
.tradicao table td.title{
    color: #DFA52F;
    font-size: 36px;
    vertical-align: bottom;
    font-family: BasicSans;
    font-weight: bold;
}
.tradicao .conteudo p{
    margin-top: 30px;
    color: #fff;
    font-size: 25px;
}
  

.btn-whats {
    color: #fff;
    background-color: #022C2A;
    border-color: #02940F;
    margin-top: 20px;
}
.btn-whats:hover {
    color: #fff;
    background-color: #022C2A;
    border-color: #02940F;
}
.btn-whats:focus {
    color: #fff;
    background-color: #022C2A;
    border-color: #02940F;
    box-shadow: 0 0 0 .25rem rgba(1, 35, 33, .5);
}
.btn-whats-2 {
    color: #fff;
    background-color: #4B8381;
    border-color: #02940F;
    margin-top: 20px;
}
.btn-whats-2:hover {
    color: #fff;
    background-color: #4B8381;
    border-color: #02940F;
}
.btn-whats-2:focus {
    color: #fff;
    background-color: #4B8381;
    border-color: #02940F;
    box-shadow: 0 0 0 .25rem rgba(1, 35, 33, .5);
}


.cachacas .title{
    padding: 30px 0;
    background-color: #DFA52F;
}
.cachacas .title h2{
    color: #213B49;
    text-align: center;
    font-family: FestivalBudaya;
    font-size: 80px;
}
.cachacas .title h3{
    color: #213B49;
    text-align: center;
    text-transform: uppercase;
    font-family: BasicSans;
    font-size: 30px;
    font-weight: bold;
}
.cachacas .logos{
    padding: 70px 0;
    background-image: url(../img/bg2.jpg);
    background-position: left bottom;
}
.cachacas .logos img{
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 20px;
}
.text-center{
    text-align: center;
}

.atracoes{
    padding: 70px 0;
    background-image: url(../img/bg3.jpg);
    background-position: center bottom;
    background-size: cover;
}
.atracoes .title{
    margin-bottom: 40px;
}
.atracoes .title h2{
    color: #DFA52F;
    text-align: center;
    font-family: FestivalBudaya;
    font-size: 80px;
}
.atracoes .title h3{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: BasicSans;
    font-size: 30px;
    font-weight: bold;
}

.atracoes img{
    margin-bottom: 30px;
    width: 100%;
}
.other{
    padding: 70px 0;
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-size: cover;
}
.other .atersanato, .other .workshop, .other .palestra{
    text-align: center;
    padding: 30px;
    font-family: FestivalBudaya;
    font-size: 80px;

}
.other .atersanato{
    color: #213B49;
}
.other .workshop, .other .palestra{
    color: #339969;
}
.other .cachaca2{
    text-align: center;
    padding: 30px;
}
.other .cachaca2 img{
    height: 120px;
}
.other .cachaca{
    text-align: center;
    padding: 30px;
    color: #213B49;
}
.other .cachaca h2{
    color: #213B49;
    font-family: FestivalBudaya;
    font-size: 90px;
}
.other .cachaca h3{
    color: #213B49;
    text-transform: uppercase;
    font-family: BasicSans;
    font-size: 45px;
    font-weight: bold;
}
.other .cachaca h3 span{
    color: #339969;
}

.local{
    background-color: #272325;
}
.local table tr td{
    vertical-align: middle;
}
.local .iframe{
    margin-top: 30px;
}
.local .iframe iframe{
    border:0;
    width: 100%;
    height: 400px;
}
.local .iimg{
    text-align: right;
    padding: 0;
}
.local .iimg img{
    width: 100%;
}


.footer{
    padding: 50px;
    background-color: #EFEFEF;
}
.footer img{
    width: 100%;
    padding-right: 40px;
}
.footer p{
    margin-top: 20px;
    font-size: 1.5rem;
}


@media (min-width: 1450px) AND (max-width: 1762px) {
    .local .iframe iframe{
        height: 300px;
    }
}
@media (min-width: 1450px) AND (max-width: 1800px) {
    .tradicao .conteudo{
        padding: 50px 35px;
    }
    .tradicao .conteudo p{
        margin-top: 20px;
        color: #fff;
        font-size: 18px;
    }
}
@media (min-width: 992px) AND (max-width: 1449px) {
    .tradicao .conteudo{
        padding: 30px 25px;
    }
    .tradicao .conteudo p{
        font-size: 15px;
    }
    .tradicao table td.title{
        color: #DFA52F;
        font-size: 25px;
    }
    .tradicao table td img{
        max-width: 70%;
    }
    .footer p{
        font-size: 1.2rem;
    }
    .local .iframe iframe{
        height: 250px;
    }
}

@media (max-width: 991px) {
    .footer p{
        font-size: 1rem;
    }
    .tradicao .conteudo{
        padding: 30px 25px;
    }
    .tradicao .conteudo p{
        font-size: 15px;
    }
    .tradicao table td.title{
        color: #DFA52F;
        font-size: 25px;
    }
    .tradicao table td img{
        max-width: 70%;
    }
    .local .iframe iframe{
        height: 300px;
    }
}
@media (max-width: 767px) {
    .local .iframe iframe{
        height: 200px;
    }
    .footer img{
        width: 60%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .tradicao .ileft{
        display: none;
    }
    .banner .ibanner{
        display: none;
    }
    .banner .ibanner-m{
        display: block;
    }
    .marcas .ibanner4{
        display: none;
    }
    .marcas .ibanner4-m{
        display: block;
    }
}
@media (max-width: 590px) {
    .other .atersanato, .other .workshop, .other .palestra {
        font-size: 40px;
    }
    .other .cachaca h2 {
        font-size: 45px;
    }
    .other .cachaca h3 {
        font-size: 25px;
    }
    .atracoes .title h2{
        font-size: 45px;
    }
    .atracoes .title h{
        font-size: 23px;
    }
    .cachacas .title h2 {
        font-size: 45px;
    }
    .cachacas .title h3 {
        font-size: 23px;
    }
    .tradicao table td.title {
        font-size: 23px;
    }
    .cachacas .logos {
        background-position: center;
        background-size: cover;
    }
    .other .cachaca2 img{
        height: 60px;
    }
    .footer p{
        font-size: 1rem;
    }
    .banner .buttons {
        position: absolute;
        top: 30px;
        right: 0;
        transform: translate(-50%, -50%);
    }
    .banner .buttons a {
        font-size: 20px;
        color: #d79818;
    }
}