html {
    scroll-behavior: smooth;
  }


  /* background home */

.bg-card{
    background-image: url("../img/bannercard.webp");
    background-position: 38%;
    background-size: cover;
}

@media screen and (max-width:550px){
    .bg-card{
        background-image: url("../img/bannermobcard.webp");
        background-position: 55%;
        background-size: cover;
    }
}
@media screen and (max-width:350px){
    .bg-card{
        background-image: url("../img/bannermobcard.webp");
        background-position: 65%;
        background-size: cover;
    }

    .titulo-principal{
        font-size: 32px;
    }
}

.buttonhamb {
    align-items: center;
    justify-content: center;
}

#checkbox-menu {
    position: absolute;
    opacity: 0;
}

.buttonhamb label {
    cursor: pointer;
    position: relative;
    display: block;
    height: 22px;
    width: 30px;

}

.buttonhamb label span {
    position: absolute;
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
}

.buttonhamb label span:nth-child(1) {
    top: 0;
}

.buttonhamb label span:nth-child(2) {
    top: 8px;
}

.buttonhamb label span:nth-child(3) {
    top: 16px;
}

#checkbox-menu:checked+label span:nth-child(1) {
    transform: rotate(-45deg);
    top: 8px;
}

#checkbox-menu:checked+label span:nth-child(2) {
    opacity: 0;
}

#checkbox-menu:checked+label span:nth-child(3) {
    transform: rotate(45deg);
    top: 8px;
}

.esconderTexto{
    display: none;
}

.aparecer{
    display: block !important;
}



@media screen and (max-width:600px){
    .container-video iframe{
        width: 100%;
        padding: 0 1em;
    }
}


/* cook bau */

.cook {
    position: fixed;
    bottom: 14%;
    left: 3%;
    z-index: 100000000;
}

.cookies-content {
    z-index: 100;
    position: fixed;
    bottom: 13%;
    left: 6%;
}

.content_cookie {
    width: 360px;
    height: 170px;
    box-shadow: 0 0 10px #292929;
    border-radius: 5px;
    padding: 1.5em;
    line-height: 26px;
    background-color: #faf7f7;
    font-size: 13px;
}

.content__msg a {
    font-weight: bolder;
    color:  #333789;
}

.content__action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__button {
    border-radius: 5px;
    background-color: #F68934;
    padding: .4em;
    margin-top: .7em;
    font-weight: 600;
    display: inline-block;
    width: 150px;
    text-align: center;
    color:  #333789;
    font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    font-size: 17px;
}

.desaparecer {
    display: none;
}

.content_img {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-direction: row;
}

.cookie-img {
    align-self: flex-start;
}

/* .cookie-img img {
    width: 50px;
    height: 50px;
} */

.baus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.text-bau {
    height: auto;
    width: auto;
    background-color: #d3d3d3;
    padding: .2em;
    text-align: center;
    border-radius: 25px;
    margin-bottom: -5px;

}

.text-bau p {
    margin: 0;
    font-weight: bold;
}

#imagembau{
    width: 32px;
    height: 32px;
}

.display-none {
	display: none !important;
}

.classtop{
    top: 50px;
}
.classtopzero{
    top: 0px;
}

.mobilenone{
    display: none;
}

.mobile_aparecer{
    display: block;
}


/* video do youtube */



.show_player{
    height: 298px;
    width: 530px;
    background-color: #000;
    overflow: hidden;
}

.show_player .player{

    position: relative;
    width: 100%;
    height: 100%;
    background-color: inherit;
}
/* .show_player .player,
.show_player iframe{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: inherit;
} */

.show_player iframe{
    width: 100%;
    height: 100%;
}

.show_player .player{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.show_player img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.show_player i{
    width: 50px;
    font-size: 52px;
    line-height: 0;
    z-index: 1;
    padding: 2px;
    background-color: transparent;
    border-radius: 50%;
    color: #F68934;
}


@media screen and (max-width: 560px){
    .show_player {
        width: 95%;
        height: auto;
        min-height: 300px;
    }
    
}

