/*
Theme Name: GE Embalagens
Author: I2W
Version: 2023
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700;800;900&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
	color: #C2393C;
	transition:color 350ms ease-in-out;
}

a:hover, a:focus{
	text-decoration: none;
	color: #9E2B46;
}

body{
	background-color: #042F39;
	font: 18px 'Rubik', sans-serif;
	line-height: 1.8em;
	font-weight: 400;
	color: #fff;
}

b,
strong{
	font-weight: 700;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.number{
	list-style: decimal;
	padding-left: 20px;
}

ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

section{
	padding: 80px 0;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.cor-primaria{
	color: #042F39;
}

.cor-secundaria{
	color: #028C48;
}

.cor-branca{
	color: #fff;
}

.cor-detalhe{
	color: #84BE5E;
}

.bg-branco{
	background: #fff;
}

.bg-primario{
	background-color: #042F39;
}

.bg-secundario{
	background-color: #028C48;
}

.bg-detalhe{
	background-color: #84BE5E;
}

.bg-cinza-claro{
	background: #f4f4f4;
}


.font-weight-700{
	font-weight: 700;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-300{
	font-weight: 300;
}

.font-weight-100{
	font-weight: 100;
}

.font-size-10{
	font-size: 10px;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-17{
	font-size: 17px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

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

.font-size-25{
	font-size: 25px;
}

.font-size-28{
	font-size: 28px;
}

.font-size-30{
	font-size: 30px;
}

.font-size-34{
	font-size: 34px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-38{
	font-size: 38px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-80{
	font-size: 80px;
}

.font-size-85{
	font-size: 85px;
}

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-3{
	letter-spacing: 3px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

.letter-spacing-8{
	letter-spacing: 8px;
}

.border-radius-5{
	border-radius: 5px;
}

.border-radius-10{
	border-radius: 10px;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	height: 10px;
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 0;
	margin: 0 5px;
	border-radius: 100%;
}

.owl-carousel button.owl-dot.active {
	background: #fff;
	border-color: #fff;
}

.owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	font-size: 20px;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #841057;
    width: 30px;
    height: 30px;
    top: calc(50% - 20px);
    right: 5px;
    text-indent: 0;
    z-index: 99;
    position: absolute;
    transition: all .35s ease-in-out;
    background: #fff;
	border-radius: 100%;
	border: 1px solid #fff;

}

.owl-carousel .owl-nav button.owl-prev{
	right: auto;
	left: 5pxpx;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background: transparent;
	color: #fff;
}

.cta{
	font-size: 18px;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 8px 45px;
	border: 0;
	font-weight: 300;
	border-radius: 30px;
	background: #028C48;
	border:1px solid #028C48;
	letter-spacing: 1px;
}

.cta:hover,
.cta:focus{
	color: #fff;
	background: #042F39;
	border-color: #042F39;
}

.cta.borda{
	border-color: #fff;
	background: transparent;
}

.cta.borda:hover,
.cta.borda:focus{
	background: #fff;
	border-color: #fff;
	color: #042F39;
}

.form-control[readonly]{
	background: #fff;
}

.form-control{
	transition: all 350ms ease-in-out;
	font-size: 16px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	border-radius: 10px;
	padding: 10px 15px;
	box-shadow: none;
	height: 55px;
	box-shadow: none;
	box-shadow: 0px 4px 13px 0px #9595951F;
}

.form-control:hover,
.form-control:focus{
	border: 1px solid #008006;
	background: #e5f2e6;
	color: #008006;
	box-shadow: none;

}

.link-video {
    width: 100%;
	border-radius: 100%;
}

.link-video {
    position: relative;
    display: block
}

.link-video:before {
    content: '';
    width: 100px;
    height: 100px;
    background: #84be5e69;
    border: 1px solid #028C48;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    border-radius: 100%;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #028C48;
    transition: all .35s ease-in-out;
    font-size: 35px
}

.link-video:hover:before,.link-video:focus:before {
    transform: scale(1.1);
    opacity: 1
}

/* Home */


/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 350ms ease-in-out;
	background: #042f39;
	border-bottom:1px solid transparent;
}


header.fixed{
	background: #042F39CF;
	backdrop-filter: blur(5px);
	border-bottom-color: #84be5e38;
}

header .topo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
	position: relative;
	transition: all 350ms ease-in-out;
	padding: 0px;
}

header .logo{
	padding: 15px 0;
}

header .logo img{
	transition: all 350ms ease-in-out;
	width: 285px;
}

header.fixed .logo{
	padding: 10px 0;
}

header.fixed .logo img{
	width:260px;
}

header .menu-principal > ul,
header .idioma{
	list-style: none;
	padding: 0;
	margin: 0 0px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .menu-principal  > ul > li,
header .idioma li{
	position: relative;
	cursor: pointer;
	margin-right: 25px;
}

header .idioma li{
	margin-right: 10px;
}

header .menu-principal > ul > li:last-child{
	padding-right: 0px;
	margin-right: 0;
}

header .menu-principal > ul > li > a,
header .idioma li a{
	color: #fff;
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-size: 17px;
	padding:5px 0 2px 0;
	margin-right: 0px;
	font-weight: 400;
	position: relative;
}

header .menu-principal > ul > li:last-child > a {
    background: #84BE5E;
	border: 1px solid #84BE5E;
    padding: 5px 20px 2px 20px;
    border-radius: 20px;
    color: #04413C;
}

header .menu-principal > ul > li > a.active,
header .menu-principal ul > li > a:hover,
header .menu-principal ul > li > a:focus,
header .menu-principal ul > li.current-menu-item > a,
header .idioma > li > a.active,
header .idioma > li > a:hover,
header .idioma > li > a:focus,
header .idioma > li.current-menu-item > a {
	color: #84BE5E;
}


header .menu-principal ul > li.current-menu-item > a{
	text-decoration: underline;
}

header .menu-principal > ul > li:last-child > a:hover,
header .menu-principal > ul > li:last-child > a:focus,
header .menu-principal > ul > li:last-child.current-menu-item > a{
    background: transparent;
    border-radius: 20px;
    color: #84BE5E;
	text-decoration: none;
}

.rede-social{
	width:35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #fff;
	transition: all 350ms ease-in-out;
	border:1px solid rgba(255,255,255,0.2);
	border-radius: 100%;
}

.rede-social:hover,
.rede-social:focus{
	background: #fff;
	color: #04413C;
}

section#banner{
	height: auto;
	padding: 0;
}

section#banner ul.banner-principal,
section#banner ul.banner-principal li,
section#banner ul.banner-principal li .container,
section#banner ul.banner-principal li .container .row{
	height: auto;
}

section#banner ul li {
    position: relative;
    padding-top: 100px;
}

section#banner ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section#produtos,
section#outras-diretrizes{
	background: #042F39 url(img/bg-quadrados.png) no-repeat right center;
}

.listagem-servicos li .foto{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 8px solid #028C48;
	display: inline-block;
	background-size: 120%;
}

section#segmentos .bg-secundario,
section#banner-pequeno .bg-secundario{
	border-radius: 0 0 100px 0;
}

section#banner-pequeno .bg-secundario{
	background-image: url(img/detalhe-ge.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 100%;
}

.bg-ge{
	background: url(img/bg-ge.png);
}

.listagem-segmentos li .icone{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #fff;
	display: inline-block;
}

.listagem-segmentos li .icone i:before{
	line-height: 100px;
}

section#sobre{
	background-image: url(img/bg-ge.png);
	position: relative;
	background-repeat: repeat-y;
}

section#diferenciais{
	background: linear-gradient(180deg, #083843 20.01%, rgba(8, 56, 67, 0) 100%);
}

section#banner-interno {
    background-size: auto 101%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-color: #028c48;
}

section#banner-interno:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(86.03deg, #028C48 40%, rgba(2, 140, 72, 0) 96.75%);
    z-index: 8;
}

section#banner-interno .col-md-6{
	position: relative;
	z-index: 9;
}


footer{
	padding-top: 60px;
	background: #042F39 url(img/bg-verde-vertical.png) repeat-y left;
}

footer a{
	transition: color 350ms ease-in-out;
}

footer a:hover,
footer a:focus{
	color: #fff;
}

footer .copyright{
	margin-top: 60px;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}


footer .copyright a:hover,
footer .copyright a:focus{
	color: #fff;
	text-decoration: underline;
}

section#capa {
    position: relative;
	padding-top: 140px;
	background: #028C48 url('img/bg-branco-horizontal.png') repeat-x bottom;
}

section#empresa .link-video{
	height: 400px;
	border-radius: 30px;
	box-shadow: 0px 6px 20px rgba(0,0,0,.3);
}

.galeria-fotos li a{
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 350ms ease-in-out;
}

.galeria-fotos li a:hover,
.galeria-fotos li a:focus{	
	opacity: 0.4;
}

body.page-produtos-e-tecnologia .listagem-segmentos li .icone {
    border: 1px solid #028C48;
	transition: all 350ms ease-in-out;
}

body.page-produtos-e-tecnologia .listagem-segmentos li .icone i{
	transition: all 350ms ease-in-out;
}

body.page-produtos-e-tecnologia .listagem-segmentos li:hover .icone,
body.page-produtos-e-tecnologia .listagem-segmentos li:focus .icone,
body.page-produtos-e-tecnologia .listagem-segmentos li .icone:hover,
body.page-produtos-e-tecnologia .listagem-segmentos li .icone:focus{
	background: #028C48;
}

body.page-produtos-e-tecnologia .listagem-segmentos li:hover .icone i,
body.page-produtos-e-tecnologia .listagem-segmentos li:focus .icone i,
body.page-produtos-e-tecnologia .listagem-segmentos li .icone:hover i,
body.page-produtos-e-tecnologia .listagem-segmentos li .icone:focus i{
	color: #fff;
}

body.page-produtos-e-tecnologia section#banner-pequeno{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+50,042f39+50,042f39+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(4,47,57,1) 50%, rgba(4,47,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(4,47,57,1) 50%,rgba(4,47,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(4,47,57,1) 50%,rgba(4,47,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#042f39',GradientType=0 ); /* IE6-9 */
}

.wpcf7-spinner {
    background-color: #028C48;
    position: absolute;
    bottom: 14px;
}

.card {
    background: transparent;
    border: 0;
	margin-bottom: 30px;
	color: #042F39;
}

.card-header{
	border: 0;
	padding: 0;
}

.card-header button{
	width: 100%;
	padding: 20px;
	text-transform: uppercase;
	font-size: 14px;
	color: #042F39;
	white-space: normal;
    text-align: left;
	transition: background 350ms ease-in-out;
	padding-right: 65px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	background: #fff;
}

.card-header button[aria-expanded="false"]{
	background: #dbdbdb;
	border-radius: 10px;
}

.card-header button:hover,
.card-header button:focus{
	text-decoration: none;
	background: #fff;
	color: #042F39;
}

.card-header button i:before {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    top: 20px;
    right: 20px;	
    font-style: normal;
	background: #028C48;
	border-radius: 2px;
}

.card-header button[aria-expanded="false"] i:before {
    content: "\f067";
}

.show .card-body{
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.card-body ul{
	list-style-type: disc;
	margin-left: 20px;
}

.card-body ul li a{
	color: #028C48;
}

.card-body ul li a:hover,
.card-body ul li a:focus{
	color: #84BE5E;
}

section#mapa iframe{
	width: 100%;
	height: 400px;
}

/*Responsivo*/

header .abrir-menu{
	display: none;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	color: #fff; 
	width: 30px;
    height: 30px;
    font-size: 30px; 
	top: 40px;
    right: 0px;
    background: transparent;
}


.menu-responsivo {
	display: none;
	background: #fff;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}

.fechar-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 999;
    font-size: 30px;
	transition: all 350ms ease-in-out;
	font-size: 20px;
}

header.fixed .fechar-menu{	
    top: 30px;
}

.fechar-menu:hover,
.fechar-menu:focus{
    color: #000;
}

.menu-responsivo:hover,
.menu-responsivo:focus{
	color: #ff8d18;
}

.mobile{
	display: none !important;
}

@media only screen and (max-width: 1400px){
	
	header .logo img {
		width: 200px;
	}
	
	header.fixed .logo img {
		width: 180px;
	}
	
	header .menu-principal > ul > li{
		margin-right: 10px;
	}
	
	header .menu-principal > ul > li > a {
		font-size: 16px;
		letter-spacing: 0;
	}
	
}


@media only screen and (max-width: 1200px){
	header .rede-social{
		display: none;
	}
	
	header .idioma{
		margin-left: 20px;
	}
	
	section#banner ul li {
		padding-top: 90px;
	}
	
}

@media only screen and (max-width: 991px) {	

	header .logo img {
		width: 250px;
	}
	
	header.fixed .logo img {
		width: 230px;
	}
	
	.fechar-menu {
		display: flex;
	}
	
	header .abrir-menu{
		display: flex;
    	margin-right: 15px;
	}
	
	.menu-principal {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: #84be5ed1;
		height: calc(100vh + 10px);
		z-index: 999;
		display: none;
    	backdrop-filter: blur(4px);
	}

	header .menu-principal > ul{
		display: block;
		width: 350px;
		background:#042f39;
		height: calc(100vh + 10px);
		margin: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		padding: 30px;
	}

	header .menu-principal > ul > li{
		margin-left: 0;
		margin-right: 0;
	}

	header .menu-principal > ul > li > a,
	header.fixed .menu-principal > ul > li > a,
	header .menu-principal > ul > li > a:hover,
	header .menu-principal > ul > li > a:focus,
	header .menu-principal > ul > li > ul > li > a,
	header .menu-principal > ul > li > ul > li > a:hover,
	header .menu-principal > ul > li > ul > li > a:focus,
	header .menu-principal > ul > li > a.active, 
	header .menu-principal ul > li.current-menu-item > a{
		display: block;
		text-align: left;
		font-size: 16px;
		padding: 15px;
		margin-right: 0;
		border: 0;
		text-align: center;
		color: #fff;
	}

	header .menu-principal > ul.transform{
		transform: translateX(0px);
	}	
	
	header .idioma {
		margin-left: auto;
		margin-right: 20px;
	}
	
			
	section#banner ul li {
		padding-top: 100px;
	}
	
	
	footer{
		text-align: center;
	}
	
	footer .redes-sociais {
		justify-content: center;
	}
	
	footer .redes-sociais a{
		margin: 0 5px;
	}
	
	footer ul.disc{
		list-style-type: none;
	}
	
	section#detalhes-solucoes {
		box-shadow: inset 0 0 0 1000px rgba(255, 255, 255,.8);
	}
	
	.galeria-fotos li a {
    	height: 200px;
	}
}

@media only screen and (max-width: 767px) {
	
	section#banner,
	section#banner ul.banner-principal, 
	section#banner ul.banner-principal li, 
	section#banner ul.banner-principal li .container, 
	section#banner ul.banner-principal li .container .row {
		height: auto;
	}
	
	.desktop{
		display: none !important;
	}
	
	.mobile{
		display: block !important;
	}
	
	section#produtos {
    	background-size: 400px
	}
	
	footer{
		 background-size: 150px;
	}
	
}

@media only screen and (max-width: 576px) {		
	.font-size-60 {
		font-size: 40px;
	}
	
	.font-size-24 {
		font-size: 20px;
	}
	
	.font-size-45 {
		font-size: 30px;
	}
	
	.font-size-35 {
		font-size: 25px;
	}

	.cta{
		padding: 10px 25px;
	}

	section {
		padding: 50px 0;
	}	
	
	section#banner ul li {
		padding-top: 30px;
	}
	
	header .logo img {
		width: 180px;
	}
	
	header.fixed .logo img {
		width: 170px;
	}

	header .main-menu > ul{
		width: 100%;
		transform: translateX(-100%);
	}	
	
	header .menu-principal > ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	header .menu-principal > ul.transform {
		transform: translateX(0px);
	}
	
	header .idioma {
		margin: 0 10px;
	}
	
	header .idioma li a {
		font-size: 15px;
	}
	
	section#capa {
    	padding-top: 110px;
	}
	
	section#segmentos .bg-secundario,
	section#banner-pequeno .bg-secundario{
		padding: 25px;
	}
	
	section#empresa .link-video {
    	height: 270px
	}
	
}
/*Paginação*/

.pagination{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.pagination h2{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	color: #2B2B2B;
	font-weight: bold;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus{
	color: #CF6950;
}

.pagination .nav-links .current{
	background: #CF6950;
	color: #fff;
}


.pagination .nav-links .next,
.pagination .nav-links .prev{
	color: #2B2B2B;
	border:0px;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
	color: #CF6950 ;
}

span.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #d84141;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    border: 1px solid #f7b7b7;
    color: #c35959;
    background: #ffe4e4;
    font-size: 12px;
    padding: 5px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #a3e4b4;
    color: #59c375;
    background: #dbffe4;
    font-size: 12px;
    padding: 5px 20px;
}

body.login{
	padding-top: 0;
	background: #fff;
	color: #042F39;
}

.login h1 a {
	background-image: url('img/logo-ge-embalagens.svg');
	background-size: 286px 61px;
	width: 286px;
	height: 61px;
}

p.sml_thankyou{
	color: #fff;
}

#wpadminbar{
	display: none;
}