html,
body {
	overflow-x: hidden;
	/* Prevents horizontal scrolling */
	overflow-y: auto;
	/* Allows vertical scrolling */

}

body * .elementor-heading-title,
Body,
a,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10,
span {
	font-family: 'Helvetica Neue'
}

:root {
	--e-global-typography-primary-font-family: 'Helvetica Neue' !important
}

p {
	font-family: 'Helvetica Neue' !important
}

.container-barra-azul {
	display: flex;
	background: #015985;
	width: 100%;
	margin: 0;
	height: 60px;
	padding: 0 30px
}

.topbar {
	width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	min-height: 70px;
	max-width: 100%;
	justify-content: end;
	display: flex;
	background: #FFF
}

.topbar * p {
	font-size: 14px
}

.social-icons {
	float: right;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center
}

.hidemb {
	color: #737373;
}


.afterIcon:after {
	display: block;

}

.site-header {
	top: 0;
	padding-block-start: 0;
	padding-block-end: 0;
	width: 100%;
	max-width: 100%;
	position: fixed;
	background: #FFF;
	z-index: 1
}

.bar-size-1280 {
	width: 1280px;
	display: flex;
	max-width: 100%;
	margin: 0 auto;
	padding: 0
}

.social-desc {
	margin: auto;
	line-height: 0;
	padding: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px
}

.social-desc a {
	margin-left: 15px
}

.emailus-top {
	margin: auto;
	line-height: 0;
	padding: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center
}

.emailus-top a {
	margin-left: 15px
}


.afterIcon:after {
	font-family: dashicons !important;
	font-size: 29px;
}


.afterIcon:hover {
	color: #025a85;

}


.custom-logo {
	transition: width .3s ease-in-out;
	border-radius: 0 !important;
	width:170px;
}

.shrink .topbar {
	display: none
}

.shrink .custom-logo {
	width: 119px;
}

body:not(.home) #content {
	margin-top: 118px;
}


.circle_share {
	color: #FFF;
	background: #000;
	padding: 0;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	float:left;
}

.share-wrapper * a {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-family: "Helvetica Neue";
}


.share_container{

	width: 880px;
	margin: 0 auto;
	padding: 0 30px;
}


.share-wrapper {
	display: flex;
	align-items: center;
	margin: 0 0 84px 0;
}

.sharethis-inline-share-buttons {
	margin-left: 20px;
	height: 0;
	overflow: hidden;
	opacity: 0 !important;
	transition: .3s !important;
}

.open ._sharethis-inline-share-buttons {
	height: auto;
	opacity: 1 !important;
	overflow: initial;
	margin-top: -60px;
}

.click-container.share {
	background-color: var(--main-color);
}

.click-container.share a {
	color: white;
}

.click-container.share a::after {
	content: "\f237";
	font-family: "dashicons";
	background-color: white;
	color: var(--main-color);
	border-radius: 20px;
	margin-left: 16px;
	padding: 4px;
	font-size: 18px;
}

.share-wrapper.open .sharethis-inline-share-buttons{
    margin-left: 0px;
    height: auto;
    overflow: visible;
    opacity: 1 !important;
    transition: .3s !important;
}

.click-container.share a::before {
	border-top: 25px solid var(--main-color);
	transition: .3s;
}

.click-container.share:hover {
	background-color: var(--hover-color);
}

.click-container.share:hover>a::before {
	border-top: 25px solid var(--hover-color);
}

.open .click-container.share>a::before {
	transform: rotate(3deg);
	right: -8px;
	bottom: 12px;
}


.single .click-container.share,
.page .click-container.share {
	margin-top: 0;
}

body.home * .news_no_image * .post-thumbnail {
	display: none;
}


body:not(.home) * .envent-list-home-369 {
	display: flex;
	gap: 40px;
	margin-bottom: 0px;
	width: calc(50% - 100px);
}

body:not(.home) * .custom-post-loop {
	flex-wrap: wrap;
	display: flex;
	gap: 70px 100px;
}


@media (min-width: 1025px) {
	#site-header {
		padding-top: 20px
	}

	#site-header.shrink {
		padding-top: 0px
	}


	.shrink .site-branding {

		position: relative;
		top: 48px;
	}

	.texteira-btn-menu {
		display: none
	}
}

#menu-toggle {
	font-size: 30px;
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 20px;
	top: 15px
}

#mobile-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #015985;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	z-index: -1
}

#mobile-menu .menu-items {
	list-style: none;
	padding: 0;
	margin: 0
}

#mobile-menu .menu-items li {
	padding: 10px;
	border-bottom: 1px solid #ddd
}

#mobile-menu .menu-items li a {
	text-decoration: none;
	color: #000;
	display: block
}

.site-navigation ul.menu li a:hover {
	color: #015985;
	background: #FFF;
	border-radius: 6px;
	font-weight: 700
}

.site-navigation ul.menu li ul li a:hover {
	color: #95e0ff;
	background: transparent;
	border-radius: 6px;
	font-weight: 700
}

.menu * .desktop-hide_{display:none !Important}

#mobile-menu .sub-menu {
	display: none;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease-out, opacity .4s ease-out
}

.sub-menu.active {
	display: block;
	opacity: 1;
	max-height: 500px
}

.submenu-toggle {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	margin-left: 10px
}

#menu-ltaw {
	position: relative
}

#menu-ltaw>.sub-menu {
	max-height: 0;
	opacity: 0;
	transform: translateY(-10px);
	overflow: hidden;
	transition: opacity .3s ease, transform .3s ease
}

#menu-ltaw:hover>.sub-menu {
	max-height: 500px;
	opacity: 1;
	transform: translateY(0)
}

#mobile-menu.active {
	display: block
}

.site-navigation ul.menu li a {
	color: #FFF;
	font-size: 18px;
	padding: 1px 9px
}

.site-navigation ul.menu li ul a {
	padding: 7px 9px
}

#menu-toggle,
#mobile-menu {
	display: none
}

.texteira-btn-menu {}

#menu-toggle,
#mobile-menu {
	display: none
}

#site-footer {
	min-height: 506px
}

#site-footer a,
#site-footer p {
	color: #FFF !important
}

.title_line .elementor-widget-container {
	position: relative;
	background: #fff;
	display: inline-block
}

.title_line {
	display: flex;
	align-items: center
}

.title_line::after {
	content: "";
	position: absolute;
	height: 1px;
	background: #000;
	width: 1280px;
	z-index: -1;
	max-width: 100%;
	display: inline-block;
	top: 21px
}

.lineBg * h2::after {
	content: "";
	position: absolute;
	top: 58%;
	left: 100%;
	height: 1px;
	background-color: #000;
	margin-left: 25px;
	width: 1280px
}

.keep-me-update-text * span {
	font-size: 36px
}

.newsletter_bxc {
	display: flex;
	gap: 22px
}

.newsletter_bxc * p {
	margin: 0;
	padding: 0
}

.newsletter_bx1 {
	display: flex;
	flex-direction: column;
	width: 87.199%;
	justify-content: center
}

.newsletter_bx2 {
	display: flex;
	height: 58px;
	justify-content: center;
	width: 101px
}

.newsletter_bx1 {
	margin: 0 !important
}

.newsletter_bx2 .wpcf7-submit {
	background: #000 !important;
	border: 0;
	font-size: 24px;
	width: 101px;
	height: 58px;
	text-align: center;
	border-radius: 5px
}

.newsletter_bx2 .wpcf7-submit:hover {
	background-color: #00EAFF !Important;
	color: #000000;
}

.newsletter_bx1 .wpcf7-email {
	height: 58px;
	border-radius: 5px;
	line-height: normal;
	padding: 0 24px;
	font-size: 24px;
	color: #000 !important;
	font-weight: 700
}

.newsletter_bxc * input[name="your-email"]::placeholder {
	font-size: 24px;
	color: #000 !important;
	font-weight: 700
}

#slick-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background: #015985;
	padding: 20px;
	border-radius: 10px;
	z-index: 999
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #ccc;
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}


.slick-initialized~#slick-loading {
	display: none
}

.newsletter_update * .wpcf7 form .wpcf7-response-output {
	margin: 8px 0 0;
	padding: 3px 6px;
	border: 1px solid #FFF !important;
	color: #FFF;
	width: auto;
	text-align: center;
	max-width: 100%;
	
	position: absolute;
	border-radius: 6px;
	line-height: normal
}

.newsletter_update * .wpcf7-not-valid-tip {
	color: #ffb900;
	margin: -16px 0 0 23px;
	font-size: 11px;
	position: absolute
}

.slick-slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease
}

.slick-slider.slick-initialized {
	visibility: visible;
	opacity: 1
}

.slick-slide,
.slide {
	min-height: 400px;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0 !important;
	visibility: hidden;
	transition: opacity 5.5s ease-in-out
}

.slick-initialized .slick-slide {
	opacity: 1 !important;
	visibility: visible
}

.home-top-slider {
	
}

.text-slider-top-home * a:hover p,
.text-slider-top-home * a:hover h2{
	color:#0099FF;
}

.shadow_inner3 {
	content: "";
	height: 143px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	width: 100%;
	max-width: 100%;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 0
}

.flip-title {
	position: relative;
	z-index: 1;
	text-align:left;
}

.icon-custom-icon-list * .elementor-icon-list-icon {
	padding-right: 1px;
	background: url(https://letstalkaboutwater.org/wp-content/uploads/2025/02/arrow.png);
	background-repeat: no-repeat;
	background-position: center
}

.icon-custom-icon-list * .elementor-icon-list-icon svg {
	opacity: 0
}


.logos_footer {
	text-align: center;
	padding: 0 30px;
}

.logos_footer .content {
	width: 941px;
	margin: 0 auto;
	display: flex;
	max-width: 100%;
	justify-content: center;
	gap: 16px 28px;
	margin-top: 43px;
}


.logos_footer .content div {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.linebackground {
	text-align: center;
	font-family: "Rubik", Sans-serif;
	font-size: 36px;
	font-weight: 600;
	display: inline-block;
	color: #000000;
	position: relative;
	background: #FFF;
	padding: 0 37px;
	MARGIN: 0;
}


.logos_footer * img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	max-width: 100%;
	text-align: center;
}

.linha_h2 {
	width: 558px;
	margin: -20px auto 0;
	color: #025a85;
	height: 1px;
	background: #025a85;
	border: 0;
	max-width: 100%;
}


.partenrs_ .content {
	width: 1081px;

	margin-top: 50px;
	margin-bottom: 40px;
}


.partenrs_ {

	/* display: none; */
	margin-top: 24px;

}


.newsletter_update_box {

	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 100px;
	width: 1340px;
	max-width: 100%;
	padding: 0 30px;
	position: relative;


}

#newsletter {
	position: absolute;
	top: -100px;
}

.newsletter_update {
	padding: 45px 0 40px 11px;
	background: #025A85;
	width: 100%;
	margin: 0 auto;
	display: flex;
	margin: 0;
	border-radius: 6px;
	gap: 0 30px;


}

.newsletter_update .container_text {
	width: 186px;
	margin: 0;
	padding: 0;
	height: auto;
}

.form-shortcode {
	width: 1012px;
	height: 50px;
	max-width: 80%;
}

.text_update {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF !important;
	text-align: right;
	margin: -14px 0 0 0;
	padding: 0;
	line-height: 36px;
}

.text_update span {

	font-size: 36px;
}


body.page-id-17464 * .custom-post-loop {
	flex-wrap: wrap;
	display: flex;
	gap: 0 50px;
}


.page-id-17464 * .post-item {
	gap: 30px;
	width: calc(33% - 30px);
	padding: 33px;
}

.page-id-17464 * .post-item:hover {
	background-color: #025a85;

	border-radius: 6px;
}


.page-id-17464 * .post-item:hover a.readmorebtn {
	background-color: #FFF !Important;

	color: #015985 !Important;

}

body.page-id-17464 * .post-item:hover h3 a {

	color: #00eaff !important;
}


body.page-id-17464 * .post-item:hover * p {
	color: #FFF;
}


.page-id-17464 * .post-thumbnail {
	display: none;
}


.page-header {
	width: 820px;
	padding: 90px 34px 0 0px;
	margin: 0 auto;
	margin-bottom: 60px;
	max-width:100%;
}


.page-header h1.entry-title {
	font-size: 36px;
	line-height: 120%;
	color: #000000;
	font-weight: 800;

}

.click-container.share b {
	font-family: 'Helvetica Neue' !important;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	float:left;
}


.archive * .page-content {
	width: 1337px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 30px 90px;
}


.archive * .page-header {
	width: 1280px;
	padding: 141px 34px 60px 255px;
	margin: 0 auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(https://letstalkaboutwater.org/wp-content/uploads/2025/02/Novo-Projeto-1-1.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	max-width: 100%;
}

.archive * a {
	text-decoration: none;
}


body:not(.home) * .loop-customized-3 .readmorebtn {
	margin-bottom: 0;

}


body:not(.home) * .default-loop-category-archive .post-item {
	gap: 30px;
	width: calc(33% - 30px);
	padding: 33px;
}


body:not(.home) * .default-loop-category-archive {
	flex-wrap: wrap;
	display: flex;
	gap: 0 50px;
}


body:not(.home) * .default-loop-category-archive .post-item:hover {
	background-color: #025a85;

	border-radius: 6px;
}


body:not(.home) * .default-loop-category-archive .post-item:hover a.readmorebtn {
	background-color: #FFF !Important;

	color: #015985 !Important;

}

body:not(.home) * .default-loop-category-archive .post-item:hover h3 a {

	color: #00eaff !important;
}


body:not(.home) * .default-loop-category-archive .post-item:hover * p {
	color: #FFF;
}


.post-item:hover * h3 a,

.loop-customized-3 h3 a:hover {
	color: #0099ff;
}

.post-item:hover * .t_x_h,
.text-item-loop-post:hover * .t_x_h,
.text-item-loop-post p a:hover{
	color:#666 !Important;
}

.post-item:hover * a.readmorebtn {
	color: #000;
	background: #00eaff ! Important;
}


.post-thumbnail {
	overflow: hidden;
	border-radius: 6px;
	max-height: 108px;
}

.post-thumbnail a img {
	transition: transform 0.3s ease;
}

.post-item:hover .post-thumbnail a img {
	transform: scale(1.2);
}

body * .dateNews {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 16px;
	font-weight: bold;
}

body.page-id-17464 * .post-item:hover * p a {
	color: #FFF !important;
}



.card_bx_ {
    width: 380px;
    max-width: 380px;
    flex: 0 0 380px;
}
.custom-post-loop._projects{gap:69px !Important;}

.custom-post-loop._events * .post-thumbnail {
   
    width: 260px;
}






.share_container {
    max-width: 100%;
    padding: 30px 30px 0 30px;
    margin-bottom: -30px;
}




.error404 * .page-content{
    width: 1280px;
	max-width:100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
}




/* search css */
.search-wrapper{margin-left: 41px;}



.search-icon {
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}


.search_icon_top::after {
	content: "\f179";
	font-family: dashicons !important;
	font-size: 28px;
	font-weight: normal;
	font-style: initial;
	color: #000;
	position: relative;
	top: -2px;
}
.search-slide form{display:flex;}

/* Caixa de busca deslizante */

.search-slide {
  position: absolute;
  top:-27px;
  right: 0;
  background: #025A85;
  border: 0;
  padding:8px 3px 8px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
	z-index:-1;
}

/* Quando ativa */
.search-slide.active {
    width: 446px;
    opacity: 1;
	  z-index: 1;
}



.search-slide form{
  display: flex;
  width: 100%;
  max-width: 100%;
}



#search-toggle span{
    color: #737373;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -9px;
}


/* Input de busca */
.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 6px 8px;
    font-size: 18px;
	  width: 286px !Important;
    max-width:100%;
}
.search-input::placeholder{
color:#000 !Important;	
}
/* Botão da lupa dentro do input */
.search-button {
    background: transparent !Important;
    border: none;
    cursor: pointer;
    font-size: 16px;
  

}


.search .site-main{
  background-color: #FFFFFF;
  background-image: url("https://letstalkaboutwater.org/staging/wp-content/uploads/2025/02/ltaw-news.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
	padding-top:100px;
}

.search * .entry-title span{color:#025A85;}

.search .pagination span{border:0;color:#FFF;}
.search-slide * .search_icon_top::after{color:#FFF;}
.search .pagination a{
background: #025A85;
  border: 0;
  color: #FFF;
  padding: 6px 0px 6px 0px;
  width: 155px;
  text-align: center;
	font-size: 18px;
}


.search .pagination a:hover{
background:#00EAFF;
color:#000;
}

.search .pagination a:hover span{
	color:#000;
}

.search a.readmorebtn{text-decoration:none;display: table;
  margin-bottom: 72px;}

.search .post .entry-title a:hover{color:#00EAFF;}


 


  .horizontal-scroll-2,
	.horizontal-scroll{
		width:auto;
scroll-snap-type: x mandatory;

		-webkit-overflow-scrolling: touch;
	

		
		padding-right: 0px;
	
		scrollbar-width: none;
	
		overflow-y:visible;
		overflow-x:scroll;
		    max-width: none !important;
		width:auto !Important;
	}



      .horizontal-scroll-2,
	.horizontal-scroll{
        --width: auto !Important;
      
		    max-width: none !important;
		width:auto !Important;
    }
	
	
	
	.horizontal-scroll::-webkit-scrollbar {
		display: none
	}


.horizontal-scroll-2 .e-con-inner .elementor-widget-flip_card,
	.horizontal-scroll .e-con-inner .elementor-widget-flip_card{
		flex: 0 0 380px !Important;
max-width:380px !Important;
		width:380px !important;
		scroll-snap-align: start;
	}




.page-id-17464 * .text-item-loop-post * h3{line-height:90%}




/* Estilização do formulário */
.contact-form-ltaw * .wpcf7-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 33px 20px 0 20px;
    background: #025A85;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilização dos campos de entrada */
.contact-form-ltaw * .wpcf7-form-control.wpcf7-text,
.contact-form-ltaw * .wpcf7-form-control.wpcf7-email,
.contact-form-ltaw * .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #666;
    border-radius: 5px;
    font-size: 24px;
    background: #fff;
	color:#000;
    transition: border 0.3s ease-in-out;
}
.contact-form-ltaw *  .wpcf7-form-control.wpcf7-textarea {height:160px;}
/* Efeito ao focar */
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #015985;
    outline: none;
	
}

/* Placeholder estilizado */
.contact-form-ltaw * .wpcf7-form-control::placeholder {
    color: #000;
  
}

/* Botão de envio estilizado */
.contact-form-ltaw * .wpcf7-submit {
    width: 100%;
    padding: 12px;
    background: #000 !Important;
    color: white;
    font-size: 24px;
	text-transform:uppercase;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
	margin-top:10px;
}

.contact-form-ltaw *  .wpcf7-submit:hover {
    background: #00EAFF !important;
	color:#000;
}

/* Mensagem de sucesso */
.contact-form-ltaw *  .wpcf7-mail-sent-ok {
    color: #155724;
    background: #d4edda;
    padding: 10px;
    border-radius:6px;
}

.contact-form-ltaw * .wpcf7-not-valid-tip {
    color: white;
    font-size: 14px;
    margin: -3px 0 6px 0;
    padding: 0;
}


.contact-form-ltaw * .wpcf7 form .wpcf7-response-output {
    margin: -13px 0 0 0;
    padding: 0.2em 1em;
    border: 1px solid #FFF !important;
    border-radius: 6px;
    color: #FFF;
    
    bottom: 18px;
    position: relative;
}


.contact-form-ltaw * .wpcf7-spinner {
   
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 50%;
    left: -12px;
    top: 9px;
    position: relative;
    text-align: center;
}

.newsletter_update * .wpcf7-spinner{

    margin: 14px 0 0px 10px;
    position: absolute;
}



.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 10px;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s;
}
.pagination a:hover {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
.pagination .current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
}


body:not(.elementor-page) .page-content{
    width: 880px;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 100%;
}

body:not(.elementor-page) blockquote{margin:0;}



.wpcf7-form-control-wrap.recaptcha{
    max-width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}


@media(max-width: 1280px) {

	.max100w *,
	.max100w {
		max-width: 100% !important
	}

	html,
	body {
		overflow-x: hidden
	}




.flip-card-back h2 {
   
    font-size: 20px;
    margin-bottom: 9px;
    line-height: 120%;
}
	
	
	
	
	
	
	


}


.carroussel-ltaw-flip {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease, height 0.5s ease;
}
.carroussel-ativo {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* Seu CSS existente */

.carroussel-ltaw-flip .e-con-inner .slick-list {
  padding: 40px 0;
}

.carroussel-ltaw-flip * .slick-slide {
  min-height: 0;
  overflow: visible;
  margin: 0 35px;
}



@media (max-width: 1160px) {
	.custom-logo {
		width: 150px
	}

	.site-navigation ul.menu {
		margin-right: -16px
	}

	.site-navigation ul.menu li a {
		font-size: 16px;
		padding: 1px 6px
	}

	.site-navigation ul.menu li {
		padding: 0 12px
	}

	.keep-me-update-text * span {
		font-size: 24px
	}

	.newsletter_bxc * input[name="your-email"]::placeholder {
		font-size: 18px;
	}

	.newsletter_update {
		padding: 45px 40px 40px 40px;

	}

  .horizontal-scroll-2,
	.horizontal-scroll{
		
		gap:20px;
		
	}
 


}

@media (max-width: 1024px) {

.menu * .desktop-hide_{display:block !Important}
	
	.home-top-slider {
  height:auto !Important;
}
	
	#menu-toggle {
		display: block
	}

	#mobile-menu.active {
		padding: 0 32PX;
		max-height: 100vh;
		height: 100vh
	}

	.site-navigation {
		display: none !important
	}

	#menu-toggle {
		display: block
	}

	.container-barra-azul {
		height: 52px;
		padding: 0 30px
	}

	.hidemb {
		display: none
	}

	.social-desc {
		margin-right: 0
	}

	.emailus-top a,
	.social-desc a {
		margin-left: 16px
	}

	#menu-toggle span {
		background-color: #FFF;
		display: block;
		width: 27px;
		height: 2px;
		margin: 0 auto 5px;
		position: relative;
		top: 0;
		left: 0;
		transition-duration: 1.1s;
		transform: rotate(0deg)
	}

	#menu-toggle span {
		background-color: #FFF;
		display: block;
		width: 27px;
		height: 2px;
		margin: 0 auto 5px;
		position: relative;
		top: 0;
		left: 0;
		transition-duration: 1.1s;
		transform: rotate(0deg);
		float: left
	}

	.topbar {
		padding: 0 30px;
		background: #FFF;
		min-height:0;
	}

	.menu-mobile {
		margin-top: 0;
		margin-right: 0;
		float: right;
		width: 100%
	}

	#menu-toggle span:nth-child(2) {
		width: 23px
	}

	#menu-toggle span:nth-child(3) {
		width: 18px
	}

	.site-header .site-branding *,
	.site-header .site-branding {
		width: 112px !important;
		max-width: 100%;
		margin: 0;
		padding: 0
	}

	.site-header .site-branding {
		margin-top: 10px
	}

	.texteira-btn-menu {
		color: #FFF;
		font-weight: 700;
		font-size: 16px;
		padding: 0;
		line-height: 0;
		margin-top: 1px;
		letter-spacing: 1px
	}

	.social-icons {
		margin-top: 26px
	}

	.bar-size-1280 {
		display: flex;
		align-items: center
	}

	.menu-btn-text {
		float: right;
		position: relative;
		right: -7px;
		width: 125px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	#menu-toggle {
		flex-direction: column;
		font-size: 30px;
		background: none;
		border: none;
		cursor: pointer;
		position: relative;
		align-items: center;
		right: 0;
		top: 0;
		display: flex !important;
		width: 40px;
		padding: 9px 34px 4px 16px;
		justify-content: center
	}

	.menu-btn-text {
		display: flex;
		justify-content: end;
		align-items: center
	}

	#menu-ltaw {
		position: relative;
		margin-top: 231px;
		list-style: none;
		padding: 0
	}

	#menu-ltaw li a {
		font-size: 24px;
		color: #FFF;
		font-weight: 700;
		padding: 6px 0;
		display: block
	}

	#menu-ltaw li a:hover {
		color: #9ce3ff
	}

	#menu-ltaw li {
		border-bottom: 1px solid #6593a9
	}

	.sub-menu {
		display: none
	}

	.sub-menu.active {
		display: block !important;
		max-height: 1000px !important;
		opacity: 1 !important;
		overflow: visible !important
	}

	.sub-menu li a {
		font-weight: 400 !important;
		font-size: 18px !important
	}

	.sub-menu li {
		border: 0 !important
	}

	#mobile-menu .sub-menu {
		margin-left: 0;
		padding: 0 0 12px;
		list-style: none
	}

	#mobile-menu {
		min-height: 0;
		display: inherit;
		overflow: hidden;
		max-height: 0;
		transition: max-height .3s ease-in-out;
		height: 100vh;
		padding: 0 32PX
	}

	.sub-menu li ul li a {
		font-size: 16px !important
	}

	.menu-mobile.active * #menu-toggle {
		width: 31px;
		height: 31px;
		padding: 0;
		justify-content: center;
		background: #FFF;
		border-radius: 100%;
		margin-left: 14px;
		margin-right: 9px
	}

	.menu-mobile.active * .texteira-btn-menu {
		display: none
	}

	.texteira-btn-menu-close {
		display: none
	}

	.menu-mobile.active * .texteira-btn-menu-close {
		display: block
	}

	.menu-mobile.active * #menu-toggle span:nth-child(1) {
		background-color: #245e7e;
		top: 6px;
		transform: rotate(45deg);
		width: 21px
	}

	.menu-mobile.active * #menu-toggle span:nth-child(2) {
		display: none;
		opacity: 0
	}

	.menu-mobile.active * #menu-toggle span:nth-child(3) {
		background-color: #245e7e;
		top: -1px;
		width: 21px;
		transform: rotate(-45deg)
	}

	#site-footer {
		min-height: 291px
	}

	.topbar * p {
		margin: 0 0 20px
	}

	.cover_film_ {
		position: relative !important
	}

	#footer-ltaw-widgets {
		padding: 0 30px;
		text-align: center;
		font-size: 12px
	}

	.film_cover {
		position: relative !important
	}

	.newsletter_bx2 .wpcf7-submit {
		font-size: 16.35px;
		width: 69px;
		height: 40px;
		text-align: center;
		border-radius: 5px
	}

	.newsletter_update_box * .wpcf7 {
		background: #FFF;
		padding: 6px;
		border-radius: 6px;
		height: 52px
	}

	.newsletter_bx2 {
		display: flex;
		height: 40px;
		justify-content: center;
		width: 70px
	}

	.newsletter_bx1 .wpcf7-email {
		height: 40px;
		border-radius: 5px;
		line-height: normal;
		padding: 6px 9px 7px;
		border: 0
	}

	.flip-card {
		height: 190px
	}

	.shrink .custom-logo {
		width: 90px !important;
		margin: 58px 0 0 !important
	}

	.newsletter_bxc {
		gap: 9px
	}

	 .newsletter_update * .wpcf7 form .wpcf7-response-output {
		padding: 2px;
		border: 1px solid #FFF !important;
		color: #FFF;
		width: auto;
		text-align: center;
		max-width: 100%;
		font-size: 11px;
		margin: 8px 0 0 -6px;
		border-radius: 6px
	}

	.newsletter_update * .wpcf7-not-valid-tip {
		color: #ffb900;
		font-size: 11px;
		margin: -11px 0 0 10px
	}

	.newsletter_update * .wpcf7-spinner {
		margin: 7px 0 0 18px;
		position: absolute
	}


	body:not(.home) * .envent-list-home-369 {

		gap: 30px;

		width: calc(50% - 30px);
	}


	body:not(.home) * .custom-post-loop {
		flex-wrap: wrap;
		display: flex;
		gap: 40px 30px;
	}

	.page-header {
		padding: 120px 30px 0 30px;

		margin-bottom: 36px;
	}


	.page-id-17464 * .post-item {
		gap: 0;
		width: 46%;
	}
	
	
	body.archive #content {
	margin-top: 96px;
}

	
	.archive * .page-header {
 max-width:100%;
    padding: 120px 30px 0;
}
	
	
	
	body:not(.home) * .default-loop-category-archive .post-item {
    gap: 0px;
    width: calc(50% - 16px);
    padding: 16px;
}
	
	
	.card_bx_ {
    width: 280px;
    max-width: 280px;
    flex: 0 0 280px !important;
}
	
	
	
	.horizontal-scroll-2,
	.horizontal-scroll{

    gap: 20px !important;

}
	

	
	
	.page-header h1.entry-title {
		font-size: 30px;
	}
	
.share_container {
    width: 100%;
   
}
	
	
	
	
	
	.horizontal-scroll-2, .horizontal-scroll {

    margin-left: 0;
}	
	
  	
  body:not(.home) #content {
    margin-top: 0;
}

    .page-header {
        padding: 180px 30px 0 30px;
        margin-bottom: -18px;
    }
    
    
     .carroussel-ltaw-flip * .slick-slide {
    min-height: 0;
    overflow: visible;
    margin: 0 20px 0 0;
  }

 .carroussel-ltaw-flip * .elementor-widget-flip_card {
    flex: 0 0 280px !important;
    max-width: 280px !important;
    width: 280px !important;
    scroll-snap-align: start;
  }
	
	.search .site-main{padding-top:0px;}
	
	  .search .page-header h1.entry-title {
    font-size: 30px;
    padding-bottom: 24px;
  }
	
	
	.search_icon_top::after {

	top: -12px;
}
	
		
 .search-slide form	.search_icon_top::after {

	top: 0px;
}
	
	#search-toggle span {

 display:none;
}
	.search-wrapper {
  margin-left: 3px;
		margin-right: -11px;

}
 
}

@media (max-width: 768px) {

h1, h2, h3, h4, h5, h6, span,{line-height:normal}



	.horizontal-scroll >* {
		flex: 0 0 280px;
	}
	.horizontal-scroll-2>* {
		flex: 0 0 280px;
	}

	.newsletter_update * .wpcf7 form .wpcf7-response-output {
		padding: 2px;
		border: 1px solid #FFF !important;
		font-size: 9px
	}

	.newsletter_update * .wpcf7 form .wpcf7-response-output {
		padding: 2px 6px;
		font-size: 11px;
		margin: 6px 0 0 -6px;
		border-radius: 6px
	}


	.logos_footer .content div {
		width: calc(50% - 16px);
		justify-content: center;
		align-items: center;
	}

	.logos_footer .content {

		gap: 16px 16px;
		margin-top: 43px;
		flex-wrap: wrap;
	}

	.text_update span {
		font-size: 24px;
	}

	.text_update {

		text-align: left;
	}

	.newsletter_update .container_text {
		width: 100%;

	}


	.newsletter_update {
		padding: 30px 30px 36px 30px;
		flex-direction: column;
	}

	.form-shortcode {
		width: 100%;
		height: 50px;
		max-width: 100%;
	}

	.text_update {

		margin: 0 0 12px 0;
		padding: 0;
		line-height: normal;
	}


	#site-footer {

		margin: -2px 0 0 0;

	}


	body:not(.home) * .envent-list-home-369 {
		gap: 24px;
		width: calc(100% - 30px);
		flex-direction: column;
		padding-bottom:40px;
	}

	body:not(.home) * .envent-list-home-369 * h3 {
    margin: 4px 0 10px;
}

	body:not(.home) * .custom-post-loop {
		flex-wrap: nowrap;
		display: flex;
		gap: 0px;
		flex-direction: column;
	}

	.page-id-17464 * .post-item {
		gap: 0;
		width: 100%;
		padding: 16px;
	}
	
	    body:not(.home) * .default-loop-category-archive .post-item {
        gap: 0px;
        width: 100%;
        padding: 16px;
    }
	
	.archive * .page-content {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 16px 90px;
}
	
	    body.archive #content {
        margin-top: 84px;
    }
	
	

	
	
.horizontal-scroll-2 .e-con-inner .elementor-widget-flip_card, .horizontal-scroll .e-con-inner .elementor-widget-flip_card {
    flex: 0 0 280px ! Important;
    max-width: 280px ! Important;
    width: 280px !important;
    
}	

		.flip-card-back,
	.flip-card-front,
	.flip-card {
		height: 240px !important
	}
	
	
	.search-slide.active {
    width:321px;
	padding: 6px 6px;
	top: -21px;
    
}
	
	
	.search-slide [type="button"], .search-slide [type="submit"], button {

	padding: 0.1rem 1rem;

}
	
}