/* 
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 */

h1, h2, h3, h4, h5, h6 {
  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;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
max-width: 1000px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 1000px !important;
}



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

.mega-sub-menu {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.12) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
line-height: 58px !important;
height: 58px !important;
}

ul.mega-menu.max-mega-menu.mega-menu-horizontal {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.mega-menu.max-mega-menu.mega-menu-horizontal a {
	font-weight: 400 !important;
}
ul#menu-submenu-1,
ul#menu-submenu-2,
ul#menu-submenu-3 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu-submenu-1 li,
ul#menu-submenu-2 li,
ul#menu-submenu-3 li{
    padding: 5px 10px;
}
ul#menu-submenu-1 li a,
ul#menu-submenu-2 li a,
ul#menu-submenu-3 li a{
    color: #444 !important;
	font-size: 1.1rem;
	font-family: "Open Sans", Sans-serif;
}
ul#menu-submenu-1 li a:hover,
ul#menu-submenu-2 li a:hover,
ul#menu-submenu-3 li a:hover{
    color: #FFF !important;
}

ul#menu-submenu-1 li:hover,
ul#menu-submenu-2 li:hover,
ul#menu-submenu-3 li:hover {
    background: #996FA0;
}
ul#menu-submenu-1 li:hover a,
ul#menu-submenu-2 li:hover a,
ul#menu-submenu-3 li:hover a {
    color: #FFF !important;
}
.mega-ultimo-menu {
    position: relative !important;
}
.mega-ultimo-menu > .mega-sub-menu {
    position: absolute !important;
    right: 0 !important;
    left: auto;
    top: 100%;
}
a.mega-menu-link {
	padding: 0 !important;
}
a.mega-menu-link:hover {
    border-bottom: 2px solid #444 !important;
}
.mega-sub-menu .mega-menu-link {
    padding: 0 10px !important;
}
.mega-sub-menu .mega-menu-link:hover {
    border-bottom: none !important;
}
@media (min-width:767px) {
.current_page_item {
    background: #996FA0 !important
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    margin-bottom: 25px !important;
    min-height: 24px;
	text-transform: initial !important;
	font-size: 1.1rem !important;
	font-family: "Open Sans", Sans-serif !important;
}
	
#menu-submenu-1 li.current-menu-item > a,
#menu-submenu-1 li.current_page_item > a,
#menu-submenu-2 li.current-menu-item > a,
#menu-submenu-2 li.current_page_item > a,
#menu-submenu-3 li.current-menu-item > a,
#menu-submenu-3 li.current_page_item > a,
.mega-sub-menu .mega-current-menu-item > a.mega-menu-link,
.mega-sub-menu .mega-current_page_item > a.mega-menu-link {
    background-color: #996FA0 !important;
    color: #FFF !important;
}
}

.sub-menu.elementor-nav-menu--dropdown li,
.sub-menu.elementor-nav-menu--dropdown li a {
    border: none !important;
    box-shadow: none !important;
}
.mega-sub-menu a {
    color: #444 !important;
    font-size: 1.1rem !important;
    font-family: "Open Sans", Sans-serif !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 5px 10px !important
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #FFF !important
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item.elementor-item-active {
    padding-left: 10px !important;

}
.elementor-nav-menu--dropdown a {
padding-top: 28px !important;
padding-bottom: 28px !important;
}
p.mega-block-title {
    font-weight: bold;
        font-size: 1.1rem !important;
    font-family: "Open Sans", Sans-serif !important;
}


/* Garante que links com submenu usem flexbox */
.elementor-nav-menu .has-submenu {
    display: flex !important;
    align-items: center;         /* centraliza verticalmente */
    justify-content: space-between !important; /* texto à esquerda, seta à direita */
}

/* Remove margens extras da seta */
.elementor-nav-menu .has-submenu .sub-arrow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Garante que o SVG da seta gire sobre o próprio eixo */
.elementor-nav-menu .sub-arrow svg {
    display: block; /* remove inline behavior que atrapalha */
    transform-origin: 50% 50%; /* centro do SVG */
    transition: transform 0.3s ease; /* animação suave */
}

/* Gira o SVG quando o submenu estiver aberto */
.elementor-nav-menu .has-submenu[aria-expanded="true"] .sub-arrow svg {
    transform: rotate(180deg);
}
.elementor-nav-menu--dropdown a.elementor-item-active .sub-arrow svg {
    fill: #FFFFFF; 
    margin-right: 10px
}
.menu-item .elementor-item,
.menu-item .elementor-sub-item {
    padding: 24px 10px !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: #996FA0;
}





/*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: #D6D1E4;
    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: #996FA0;
    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%);
}
