.botao-flutuante {

    position: fixed;
    left: 0px;
    z-index: 9999;
    width: 50px;
    height: auto;
}

.seta {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #333;
    margin-top: 10px;
    margin-left: 3px;
}

@font-face {
    font-family: "YESH_REGULAR";
    src: url("../fonts/YESHFONTS/PPNeueMachina-InktrapRegular.otf") format("opentype"),
        url("../fonts/YESHFONTS/PPNeueMachina-InktrapRegular.woff2") format("woff2"),
        url("../fonts/YESHFONTS/PPNeueMachina-InktrapRegular.woff") format("woff");
}

@font-face {
    font-family: "YESH_ULTRABOLD";
    src: url("../fonts/YESHFONTS/PPNeueMachina-InktrapUltrabold.otf") format("opentype"),
        url("../fonts/YESHFONTS/PPNeueMachina-InktrapUltrabold.woff2") format("woff2"),
        url("../fonts/YESHFONTS/PPNeueMachina-InktrapUltrabold.woff") format("woff");
}

@font-face {
    font-family: "YESH_ITALIC";
    src: url("../fonts/YESHFONTS/PPNeueMachina-PlainLightItalic.otf") format("opentype"),
        url("../fonts/YESHFONTS/PPNeueMachina-PlainLightItalic.woff2") format("woff2"),
        url("../fonts/YESHFONTS/PPNeueMachina-PlainLightItalic.woff") format("woff");
}

@font-face {
    font-family: "YESH_ITALIC_ULTRABOLD";
    src: url("../fonts/YESHFONTS/PPNeueMachina-PlainUltrabold.otf") format("opentype"),
        url("../fonts/YESHFONTS/PPNeueMachina-PlainUltrabold.woff2") format("woff2"),
        url("../fonts/YESHFONTS/PPNeueMachina-PlainUltrabold.woff") format("woff");
}

body {
    color: black;
    font-family: "YESH_REGULAR";
}

h1 {
    font-family: "YESH_ULTRABOLD";
    font-size: 8vmin !important;
}

h2 {
    font-family: "YESH_REGULAR";
    font-size: 35px;
}

h3 {
    font-family: "YESH_ULTRABOLD";
}

h5 {
    font-size: 3vmin !important;
}

em {
    font-family: "YESH_ITALIC";
}

strong {
    font-family: "YESH_ITALIC_ULTRABOLD";
}

p {
    font-size: 2vmin !important;
}

.masthead {
    text-align: start;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-color: #fffbf0;
}

.line {
    position: fixed;
    top: 80px;
}

#pogress_line {
    width: 20%;
    left: 40%;
    color: black;
    background-color: black;
    height: 3px;
}

#base_line {
    width: 100%;
    color: black;
    background-color: black;
    height: 1px;
}

.complete {
    /* padding-top: 30.5rem;
    padding-bottom: 30.5rem; */
}

.semi {
    padding-top: 15.25rem;
    padding-bottom: 15.25rem;
}


/* clasese menu e nav bar )*/



.yesh_navbar {
    /* padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 70px; */
}

.tamanho {
    min-width: 20%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.yesh_col_center {
    justify-content: center;
}

#logo_com {
    background-image: url("./../../assets/imagens/bg_com.png");
}

#logo_live {
    background-image: url("./../../assets/imagens/bg_live.png");
}

#logo_camp {
    background-image: url("./../../assets/imagens/bg_camp.png");
}

#logo_play {
    background-image: url("./../../assets/imagens/bg_play.png");
}

#logo_digital {
    background-image: url("./../../assets/imagens/bg_digital.png");
}

.icone {
    background-color: #e1e1e1;
    width: 150px;
    height: 100px;
    padding-right: 1px;
    border-right: white;
    border: 5px;
}

.fundo_icone {
    background-color: white;
    width: 100%;
}

.yesh_card_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none !important;
    border: none !important;
}

.yesh_nav_footer {
    height: 100px;

}

.yesh_menu_iten-header {
    align-items: center;
    flex-direction: row-reverse !important;

}

.yesh_menu_footer {
    flex-direction: row-reverse !important;
}

.logo_cliente {
    width: 100px;
}

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

.yesh_menu_logo {
    text-align: right;
    color: black;
}

.yesh_button_X {
    color: white !important;
}

.wpp_img {
    width: 184px;
    background-color: white;
    padding: 10px 27px;
    border-radius: 32px;
}


.yesh_footer_logo {
    width: 150px;
    padding-top: 15px;
}

.yesh_footer_logo:hover {
    border-top-color: black;
    border-top-style: solid;
    border-top-width: medium;
}

.yesh_footer_logo_rede {
    width: 50px;
    padding-right: 10px;
}

#yesh_tag_logo {
    content: url("./../imagens/YeshTag.svg");
}

#yesh_cast_logo {
    content: url("./../imagens/YeshCast.svg");
}

#yesh_beyesher_logo {
    content: url("./../imagens/BeYesher.svg");
}

.bar,
.bar1,
.bar2,
.bar3 {
    width: 50px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.card-body-yesh {
    padding: 10px 10px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fef806;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlayCases {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: right;
    /*  margin-top: 30px;
    padding-right: 90px; */
    line-height: 1;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 50px;
    color: black;
    display: block;
    transition: 0.3s;

}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#menu_bu h5 {
    display: block;
}

#menu_bu h3 {
    display: block;
}

.titulo {
    font-weight: bold;
    color: black;
    font-size: 9.375rem;
    line-height: 1.2em;
}

.corpo {
    color: white;
    font-size: 51.2px;
    line-height: 1.2em;
}


/* clasese menu e nav bar */


/*estilo da home */

.home {
    background-image: url(../Bgs/Bg1B.webp);
    /* background-color: #fef806; */
    padding-left: 10%;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.home_titulo {
    font-weight: bold;
    color: black;
    line-height: 1.2em;
}

.home_corpo {
    color: white;
    font-size: 51.2px;
    line-height: 1.2em;
}


/*estilo da home */


/*estilo da sobre */

.sobre {
    /* background-image: url(../Bgs/Bg1B.jpg); */
    background-color: white;
    padding-left: 10%;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.sobre_titulo {
    font-weight: bold;
    color: black;
    line-height: 1.2em;
}

.sobre_corpo {
    color: white;
    font-size: 51.2px;
    line-height: 1.2em;
}

.sobre_1 {
    background-image: url(../imagens/Background_03.png);
    padding-left: 10%;
}

.sobre_texto {
    font-weight: 600;
    color: #fef806;
    line-height: 1.2em;
}

.borda {
    margin: 0px 0px 10px 0px;
}


/*estilo da sobre */


/*estilo da case */

.yesh_titulo_h1 {
    color: #fef806;
}

.yesh_corpo {
    color: black;
    font-size: 1.55rem;
}

.case_titulo {
    font-weight: lighter;
    color: white;
    font-size: 1.6rem;
    line-height: 1.2em;
}

.case_corpo {
    font-weight: lighter;
    color: white;
    font-size: 4rem;
    line-height: 1.2em;
}

.yesh_a {
    text-transform: uppercase;
    font-family: "YESH_REGULAR";
    font-size: 16vmin !important;

}

.card-header-yesh {

    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 2px solid rgb(0, 0, 0);
}

.card-footer-yesh {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-top: 2px solid rgb(0, 0, 0);
}

.case_botao {
    color: white;
    font-size: 1vw;
    line-height: 3rem;
    font-weight: 600;
    border-radius: 40px;
    padding: 0.5vw 15.8px;
    border-width: 2px;
}

.case_link {
    color: white;
    font-size: 0.8vw;
    line-height: 1.2em;
    padding-top: 15px;
}

.yesh_contato_logo_rede {
    width: 50px;
    margin-left: 25px;
}

.case_1 {
    background-image: url(../imagens/cases/COM.png);
}

.case_2 {
    background-image: url(../imagens/cases/LIVE.png);
}

.case_3 {
    background-image: url(../imagens/cases/CAMP.png);
}

.case_4 {
    background-image: url(../imagens/cases/PLAY.png);
}

.case_5 {
    background-image: url(../imagens/cases/DIGITAL.png  );
}


/*estilo da case */

#areas {
    background: url(../imagens/seta_combo.png) #fef806 no-repeat 98% 52.5% !important;
    border-radius: 10px;
    width: 57%;
}

.div_logo {
    padding-bottom: 16px;
}


/*estilo da fle conosco */

.contato {
    background-image: url(../imagens/Background_fale-conosco.png);
    padding-left: 10%;
}

.contato_corpo {
    color: black;
    font-weight: lighter;
    font-size: 2.8rem;
    padding-bottom: 11px;
    line-height: 3.5rem;
    padding-left: 25px;
}

.contato_título {
    color: black;
    font-weight: bold;
    font-size: 6.4rem;
    padding-top: 7.8125vw;
    padding-bottom: 11px;
}

.wpp_contato_img {
    width: 238px;
    background-color: white;
    padding: 10px 27px;
    border-radius: 32px;
}

.div_logo_cliente {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo_localizacao {
    padding-top: 1px;
    padding-bottom: 1px;
}

.contato_rede_logo {
    padding-top: 516px;
}


/*estilo da fle conosco */


/* ---------AJUSTAR --)*/

.campo {
    font-family: 'Atyp Display';
    font-weight: normal;
    font-style: normal;
    font-size: 1.50rem;
    background-color: white;
}

.campo option {
    font-family: 'Atyp Display';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
}

.campo ::placeholder {
    color: white;
}

.banner_img {
    width: 100%;
    position: relative;
}

.todos_corpo {
    color: black !important;
    font-size: 1.213rem;
    line-height: 1.9em;
}

.todos_titulo {
    font-weight: bold;
    color: black !important;
    font-size: 1.213rem;
}

.case_titulo {
    font-weight: lighter;
    color: white;
    font-size: 1vw;
    line-height: 1.2em;
}

.case_corpo {
    font-weight: lighter;
    color: white;
    font-size: 2.1vw;
    line-height: 1.2em;
}

.case_botao_form {
    color: white;
    font-size: 1vw;
    line-height: 1.2em;
    font-weight: 600;
    border-radius: 40px;
    padding: 17px 65px;
    border-width: 3px;
}

.case_botao:hover {
    background-color: transparent;
    color: white;
}

#form_fale_conosco input,
#form_fale_conosco textarea,
#form_fale_conosco select {
    border-radius: 15px;
}

.anima {
    animation: bounce;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}

.tag {
    min-width: 20%;
    min-height: 355px;
    background-size: cover;
    text-align: center;
    padding: 3%;
    opacity: 1;
    transition: none;
    border: 1px solid black;
}

.tag_titulo {
    font-weight: 400;
    color: white;
    font-size: 2.68rem;
    line-height: 1.2em;
}

.tag_corpo {
    font-weight: 400;
    color: white;
    font-size: 1.2rem;
    line-height: 1.2em;
}

.logo_yesh {
    display: block;
}

.tag {}

.tag:hover {
    opacity: 1;
    transition: none;
    background-color: black;
    color: #fef806;
}

/* .tag_com {
    background-image: url("../imagens/cases/Cases_1980x1080_banner-desktop_v1_com.png");
}

.tag_live {
    background-image: url("../imagens/cases/Cases_1980x1080_banner-desktop_v1_live.png");
}

.tag_camp {
    background-image: url("../imagens/cases/Cases_1980x1080_banner-desktop_v1_camp.png");
}

.tag_play {
    background-image: url("../imagens/cases/Cases_1980x1080_banner-desktop_v1_play.png");
}

.tag_digital {
    background-image: url("../imagens/cases/Cases_1980x1080_banner-desktop_v1_digital.png");
}

 */
.imagem {
    position: relative;
}

.imagem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagem .texto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 2rem;
}

.texto_sobre {
    position: absolute;
    top: 352px;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    font-size: 2rem;
}

.texto_sobre h2 {
    font-size: 10vmin !important;
    margin: -50px 0 0 0;
}

.texto_sobre p {
    font-size: 2vmin !important;
    margin: 30px 0 0 0;
}

.texto_sobre_btn {
    position: absolute;
    bottom: 170px;
    right: 50px;
    width: 50px;
    height: auto;

}

.sessao-botao {
    position: relative;
}

.sessao-botao button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.texto_clients_btn {
    width: 50px;
    position: relative;
    top: 80px;
    left: 80%;
}

.texto_footer_btn {
    width: 50px;
    position: relative;
    left: 70%;
    rotate: 180deg;
    bottom: 20px;

}

.col-2_cards {
    border: 1px solid black;

    min-width: 250px;
    min-height: 250px;
}

.texto_projetos {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    font-size: 2rem;
    width: 100%;
}

.casesCol {

    min-width: 20%;
    min-height: 300px;
    text-align: center;
    padding-top: 66px;
    background-size: cover;
}

.casesTitle {
    font-size: 2.5em;
    font-family: "YESH_ULTRABOLD";
    text-transform: uppercase;
}

.casesSubTitle {
    line-height: 1.9;
    font-size: 16px;
}

.caseButton {
    border: 1px solid black;
    margin-top: 5%;
    border-width: 2px;
    color: black;
}

.caseButton:hover {

    border: 1px solid #fef806;
    margin-top: 5%;
    border-width: 2px;
    color: #fef806;
    background-color: black;
}

.btn {
    border: 1px solid black;
    margin-top: 5%;
    border-width: 2px;
    color: black;
    background-color: #fef806;

}

.btn:hover {

    border: 1px solid #fef806;
    margin-top: 5%;
    border-width: 2px;
    color: #fef806;
    background-color: black;
}
  
select {
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #fef806;
    border-color: #fef806;
    text-align: left;
}

input {
    width: 100%;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

textarea {
    width: 100%;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.modal-dialog {
    max-width: 100% !important;
    margin: 0;
}

#icon {
    gap: 18px;
}

.modal-dialog {
    max-width: 100% !important;
    height: 100vh !important;
    margin: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem;
}
.lang{
    font-family: "YESH_ULTRABOLD";
    color: white;
    text-decoration: none;
}
.lang:hover{
    font-family: "YESH_ULTRABOLD";
    color: #fef806;
    text-decoration: none;
}
.lang:after{
    font-family: "YESH_ULTRABOLD";
    color: #fef806;
    text-decoration: none;
}
.lang_black{
    font-family: "YESH_ULTRABOLD";
    color: black;
    text-decoration: none;
}
.lang_black:hover{
    font-family: "YESH_ULTRABOLD";
    color: white;
    text-decoration: none;
}
.lang_black:after{
    font-family: "YESH_ULTRABOLD";
    color: white;
    text-decoration: none;
}
.loader{
    height: 100%;
    width: 100%;
}
.imagem-centro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }