/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@media (max-width: 767px) {
h1 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
}



main a {
	color: #7A561B !important;
	font-weight: bold !important;
}
main a:hover {
	color: #444 !important;
}



/*Menu*/
@media (min-width: 768px) {

    .elementor-nav-menu--dropdown .elementor-sub-item {
        font-family: "Open Sans", sans-serif !important;
        font-size: 1.1vw !important;
        font-weight: 400 !important;
    }

    ul.elementor-nav-menu {
        width: 95vw !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    ul.elementor-nav-menu li {
        flex-shrink: 0;
        flex-grow: 0;
        position: relative;
    }

    .elementor-nav-menu__align-justify 
    .elementor-nav-menu--layout-horizontal 
    .elementor-nav-menu > li {
        flex-grow: initial !important;
    }

    .elementor-nav-menu:after {
        display: none;
    }

    .elementor-item {
        font-family: "Open Sans", sans-serif !important;
        border-bottom: 3px solid #FCF3E1;
        font-size: 1.1vw !important;
        font-weight: 400 !important;
        line-height: 58px !important;
        height: 58px !important;
        padding-bottom: 0;
        color: #555 !important;
        position: relative;
    }

    .elementor-item:hover {
        border-bottom: 3px solid #555555;
    }

    .elementor-nav-menu > li > .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .menu-item-has-children:hover > .sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0);
    }

    .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
        min-width: 17vw !important;
    }

    .elementor-nav-menu .sub-menu .sub-menu {
        position: absolute;
        top: 0 !important;
        left: 100% !important;
        z-index: 1100;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: none !important;
        transition: opacity 0.25s ease;
    }

    .elementor-nav-menu 
    .sub-menu 
    .menu-item-has-children:hover > .sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .sub-menu.elementor-nav-menu--dropdown.sm-nowrap .menu-item {
        font-family: "Open Sans", sans-serif !important;
        font-size: 1.1vw;
        font-weight: 400 !important;
    }

    .sub-menu.elementor-nav-menu--dropdown.sm-nowrap .menu-item a {
        font-weight: 400 !important;
        transition: background 0.3s ease, color 0.3s ease;
    }

    a.elementor-sub-item:hover,
    .menu-item-has-children .current-menu-item > a {
        background: #7A561B !important;
        color: #FFF !important;
    }
}




.text-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-transition: 0.3s;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: calc((100vw - 1770px) / 2);
}
.text-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-transition: 0.3s;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc((100vw - 1770px) / 2);
}

.ico-rodape h3.elementor-icon-box-title {
    margin-top:-5px
}
.ico-rodape h3.elementor-icon-box-title div {
    font-size: 20px !important;
    margin-top: 5px
}

.list-foot div {
    font-weight: 400;
}
.list-foot li {
    margin-bottom: 30px !important;
    width: 40%;
}
.list-foot ul {
    display: flex !important;
    flex-wrap: wrap;
}
@media (max-width: 600px) {
.list-foot li {
    width: 100%;
}
} 


.list-fix-right {
  position: fixed;
  right: -170px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999; 
  background: white;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 230px;
    white-space: nowrap;
}
.list-fix-right {
    background: transparent !important;
    box-shadow: none !important
}
.list-fix-right .elementor-icon-list-item {
  background: white;
  border-radius: 50px;
  padding: 10px 15px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* sombra leve */
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s, transform 0.2s;
}
.list-fix-right li:hover {
    transform: translatex(-120px);
    transition:all .2s ease-in;
	background: #7A561B;
}





/*Efeito botão*/
.but-animated .elementor-button-text,
.but-animated1 .elementor-button-text {
    white-space: nowrap;
}
/* Estilo base do botão */
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm {
    position: relative;
	padding: 16px 20px 16px 70px;
    display: inline-block;
    z-index: 2;
    color: black !important;
    transition: color 0.3s ease;
    overflow: hidden;
}

.but-animated .elementor-button.elementor-button-link.elementor-size-sm {
    position: relative;
	padding: 16px 20px 16px 70px;
    display: inline-block;
    z-index: 2;
    color: #FFF !important;
    transition: color 0.3s ease;
    overflow: hidden;
}

.popupmenu.but-animated .elementor-button-text,
.popupmenu.but-animated1 .elementor-button-text {
    line-height: 49px;
    padding-left: 55px;
    padding-right: 20px
}


/* Fundo preto atrás do conteúdo */
.but-animated .elementor-button.elementor-button-link.elementor-size-sm::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3rem;
    height: 3rem;
    background-color: #CBB281;
    border-radius: 100px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.4s ease;
}

/* Fundo vermelho atrás do conteúdo */
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3rem;
    height: 3rem;
    background-color: #7A561B;
    border-radius: 100px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.4s ease;
}

/* LINHA branca (antes da seta) */
.but-animated .elementor-button.elementor-button-link.elementor-size-sm::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.2rem; /* posição antes da seta */
    width: 0;
    height: 2px;
    background-color: #444;
    transform: translateY(-50%);
    z-index: 3;
    transition: width 0.3s ease 0.05s;
}
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.2rem; /* posição antes da seta */
    width: 0;
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
    z-index: 3;
    transition: width 0.3s ease 0.05s;
}

/* Seta branca com pseudo-elemento adicional */
.but-animated .elementor-button.elementor-button-link.elementor-size-sm span.elementor-button-text::after,
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm span.elementor-button-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.1rem; /* posiciona a seta após a linha */
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid white;
    border-right: 0.125rem solid white;
    transform: translateY(-50%) rotate(45deg);
    z-index: 3;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

/* HOVER — fundo preto se estica */
.but-animated .elementor-button.elementor-button-link.elementor-size-sm:hover::before,
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm:hover::before {
    width: 100%;
    border-radius: 100px;
}

/* HOVER — linha branca aparece */
.but-animated .elementor-button.elementor-button-link.elementor-size-sm:hover::after,
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm:hover::after {
    width: 15px;
}

/* HOVER — seta desliza 20px para a direita */
.but-animated .elementor-button.elementor-button-link.elementor-size-sm:hover span.elementor-button-text::after {
    transform: translateY(-50%) translateX(15px) rotate(45deg);
    border-color: #444;
}
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm:hover span.elementor-button-text::after {
    transform: translateY(-50%) translateX(15px) rotate(45deg);
    border-color: #FFF;
}

/* HOVER — texto branco */
.but-animated .elementor-button.elementor-button-link.elementor-size-sm:hover,
.but-animated .elementor-button.elementor-button-link.elementor-size-sm:hover .elementor-button-text {
    color: #444;
    z-index: 2;
}

/* HOVER — texto branco */
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm:hover,
.but-animated1 .elementor-button.elementor-button-link.elementor-size-sm:hover .elementor-button-text {
    color: white;
    z-index: 2;
}

.jobsearch:hover h2 {
    color: #FFF !important
}


/* Link dentro de .tetzt-tv */
.tetzt-tv a {
    position: relative;
    padding-left: 22px;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease, filter 0.3s ease;
}

/* Ícone antes do link (cor branca via SVG) */
.tetzt-tv a::before {
    content: '';
    position: absolute;
    top: 5px !important;
	left: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: filter 0.3s ease;

    /* SVG branco (#fff codificado como %23fff) */
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M6.62 10.79a15.053 15.053 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 .96-.26 11.72 11.72 0 0 0 3.68.59 1 1 0 0 1 1 1V21a1 1 0 0 1-1 1C10.42 22 2 13.58 2 3a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.29.21 2.56.59 3.68a1 1 0 0 1-.26.96l-2.2 2.2z'/></svg>");
}

/* Hover: texto + ícone ficam #444 */
.tetzt-tv a:hover {
    color: #444 !important;
}

/* Filtro para transformar o SVG branco (#fff) em #444 */
.tetzt-tv a:hover::before {
    filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(45%) contrast(90%);
}



.sub-menu.elementor-nav-menu--dropdown {
    min-width: 200px; /* ajusta conforme necessário */
    width: auto !important; /* força a largura automática do Elementor */
}
