/*
Theme Name: Memória Ambiental
Author: Cláudia Barreto
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

/* Geral */

*{
	outline: none !important;
}

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

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

body{
	font: 18px 'Montserrat', sans-serif;
	line-height: 1.8em;
	color: #303030;
	font-weight: 300;
}

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;
}

.cta{
	font-size: 15px;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-decoration: none;
	color: #2b3428;
	border-radius: 30px;
	font-weight: 700;
	padding: 10px 35px;
	position: relative;
	background: transparent;
	border: 0px;
	text-transform: uppercase;
	border: 1px solid #a5b4a0;
}

.cta:hover,
.cta:focus{
	background-color:#a5b4a0;
	color: #2b3428;
}

.cta.cor-branca{
	color: #fff;
}

.cta.cor-branca:hover,
.cta.cor-branca:focus{
	background-color:#a5b4a0;
	color: #fff;
}

section{
	padding: 80px 0;
}

.cor-verde{
	color:#2b3428;
}

.cor-verde-claro{
	color:#a5b4a0;
}

.cor-laranja{
	color: #fb9a30;
}

.cor-grafite{
	color: #303030;
}

.cor-cinza-claro{
	color: #efefef;
}

.cor-branca{
	color: #fff;
}

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

.bg-branco{
	background: #fff;
}

.bg-verde{
	background: #2e372b;
}

.bg-verde-claro{
	background: #a5b4a0;
}

.bg-laranja{
	background:#fb9a30;
}

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

.bg-noise{
	background: url(img/bg-noise.jpg);
}

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

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

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


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

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

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

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

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

.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-35{
	font-size: 35px;
}

.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-2{
	letter-spacing: 2px;
}

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

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

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

.form-group {
	margin-bottom: 1rem;
}

.form-control{
	transition: border 350ms ease-in-out;
	font-size: 14px;
	border-radius: 0px;
	height: 50px;
	border: 1px solid #a5b4a0;
	color: #2e372b;
	border-radius: 5px;
	padding: 10px 30px;
	margin-bottom: 15px;
	background: #f0f9ed;
}

.form-control:hover,
.form-control:focus{
	background: #fff;
	border-color: #a5b4a0;
	box-shadow: 0 0 20px 0 rgba(43,52,40,0.2);
}

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

.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: 16px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #a1a1a1;
    width: 44px;
    height: 44px;
    top: calc(50% - 22px);
    right: 0px;
    text-indent: 0px;
    z-index: 99;
    position: absolute;
    transition: all 350ms ease-in-out;
    border: 1px solid #d2d2d2;
    opacity: 0.6;
}

.owl-carousel .owl-nav button.owl-prev{
	right: auto;
	left: 0px;
}

.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{
	opacity: 1;
	color: #454545;
}

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

.owl-carousel button.owl-dot {
	width: 23px;
	height: 14px;
	background: #2d372b;
	border: 1px solid #2d372b;
	display: inline-block;
	border-radius: 100% 100% 0 0;
	margin: 0 10px;
	transform: skewX(-5deg);
	transform: all 350ms ease-in-out;
}

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

/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 999;
	transition: all 350ms ease-in-out;
	background: transparent;
}

header.fixed{
	background: url(img/bg-noise.jpg);
	box-shadow: 0 0 10px 0 rgba(46,55,43,0.3);
}

header .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

header ul.traducao li:before{
	content: '// ';
	display: inline-block;
	margin-right: 5px;
    margin-left: 10px;
}

header ul.traducao li:first-child:before{
	margin-left: 0;
}

header .logo{
	padding:10px 0;
	display: flex;
	align-items: center;
	justify-content:center;
	transition: all 350ms ease-in-out;
	position: relative;
	z-index: 9;
}

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

header.fixed .logo a img{
	width: 200px;
}

header .main-menu{
	align-items: center;
}

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

header .main-menu  > ul > li{
	position: relative;
	cursor: pointer;
	padding: 0 15px;
}

header .maintop .main-menu  > ul > li:last-child{
	padding-right: 0;
}

header .main-menu > ul > li > a{
	color: #2e372b;
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-weight:  400;
	position: relative;
	font-size: 16px;
}

header .main-menu > ul > li > a:before{
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2e372b;
	content: '';
	transition: width 350ms ease-in-out;
}

header .main-menu ul > li > a:hover,
header .main-menu ul > li > a:focus,
header .main-menu ul > li:hover > a,
header .main-menu ul > li:focus > a,
header .main-menu ul > li.current-menu-item > a{
	color: #2e372b;
}

header .main-menu ul > li > a:hover:before,
header .main-menu ul > li > a:focus,
header .main-menu ul > li:hover > a:before,
header .main-menu ul > li:focus > a:before,
header .main-menu ul > li.current-menu-item > a:before{
	width: 100%;
}

header .main-menu ul > li.current-menu-item > a{
	font-weight: 700;
}

/* Conteúdo*/

section#banner{
	padding: 102px 0 0 0;
	position: relative;
	margin-top: 0px;
}

.banner-principal{
	position: relative;
	width: 100%;
}

.banner-principal.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.banner-principal h2 {
	line-height: 0.90em;
}

.banner-principal h2 b{
	color: #eb5e29;
	text-decoration: underline;
	display: block;
}

/* O que é */

section#memoria-ambiental{
	background: url(img/bg-oq.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

section#secao-equipe{
	padding: 40px 0; 
}

section#secao-equipe img{
	width: 200px;
	height: 200px;
	margin: 25px 20px;
	border-radius: 50%;
	object-fit: cover;
}

section#secao-equipe p{
	font-size: .95em;
    line-height: 1.3em;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    font-weight: 500;
}

section#secao-equipe h3{
	font-size: 1.5em;
    line-height: 1.3em;
    text-align: left;
    font-weight: 600;
	text-decoration: underline;
	color: #000;
}

/* América Latina */

section#america-latina ul.galeria li .bg-cover{
	width: 100%;
	height: 210px;
}

/* Histórias */

section#historias{
	background: url(img/bg-historias.jpg) no-repeat;
	background-size: cover;
    background-position: center;
}

/* Rodapé */

footer{
	padding: 60px 0 20px 0;
	background: #dcdcdc;
}

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

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

footer #copy{
	border-top: 1px solid rgb(46 55 43 / 20%);
    padding-top: 20px;
    margin-top: 40px;
}

/* Internas */

section#capa {
    padding-top: 150px;
    background-position: center bottom;
}

.texto-detalhes h2{
	font-size: 30px;
	font-weight: 700;
	color: #fb9a30;
	margin: 24px 0;
}

.texto-detalhes h3{
	font-size: 25px;
	font-weight: 700;
	color: #eb5e29;
	margin: 35px 0;
}

.texto-detalhes img{
	max-width: 100%;
	height: auto;
}

section#desafios.texto-detalhes ul{
	list-style: disc;
	padding-left: 20px;
	margin: 15px 0 30px 0;
}

ul.galeria-fotos li a.bg-cover {
    width: 100%;
    height: 210px;
	display: block;
}


ul.americas li a .foto{
	width: 100%;
    height: 210px;
}

.listagem-memorias li a{
	display: block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.listagem-memorias li a .info{
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px;
}

.listagem-memorias li a .foto{
	width: 100%;
    height: 210px;
}

.email{
	color: #eb5e29;
	max-width: 100%;
    overflow: hidden;
}

.email:hover,
.email:focus{
	color: #fb9a30;
}

/*Responsivo*/

.mobile{
	display: none;
}

.abrir-menu {
	display: none;
	color: #2b3428;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.abrir-menu:hover,
.abrir-menu:focus{
	color: #2b3428;
}

.fechar-menu {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	display: none;
	align-items: center;
	justify-content: center;
	color: #2b3428;
	width: 30px;
	height: 30px;
	z-index: 999;
}



@media only screen and (max-width: 1200px) {
	
	header .main-menu > ul > li {
		padding: 0 10px;
	}
	
	.font-size-80 {
		font-size: 60px;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.font-size-80 {
		font-size: 40px;
	}

	header .top {
    	align-items: self-end;
	}
	
	header .logo a img {
    	width: 200px;
	}
	
	header .main-menu > ul > li {
		padding: 0 7px;
	}
	
	header .main-menu > ul > li > a {
		font-size: 12px;
	}
	
}


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

	.responsive-menu, .fechar-menu{
		display: flex;
	}
	
	.menu-space {
		text-align: right;
	}
	
	.abrir-menu{
		display: inline-block;
		text-align: center;
		background: #fff;
	}
	
	.abrir-menu i{
		line-height: 30px;
	}
	
	header .top {
		align-items: flex-start;
	}
	
	.main-menu{
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: rgba(43,52,40,0.85);
		height: 100vh;
		z-index: 99;
		display: none;
	}

	header .main-menu > ul{
		display: block;
		width: 350px;
		background: #fff;
		height: 100vh;
		margin-top: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		padding: 20px;
	}

	header .main-menu > ul > li > a,
	header .main-menu > ul > li > a:hover,
	header .main-menu > ul > li > a:focus,
	header .main-menu > ul > li > ul > li > a,
	header .main-menu > ul > li > ul > li > a:hover,
	header .main-menu > ul > li > ul > li > a:focus,
	header .main-menu > ul > li:last-child > a{
		display: block;
		text-align: center;
		font-size: 16px;
		padding: 10px;
		text-transform: uppercase;
		font-weight: 700;
	}

	header .main-menu > ul.transform{
		transform: translateX(0px);
	}
	
	.banner-principal li{
		text-align: center;
	}
	
	footer #copy{
		text-align: center;
	}
	
	/* Internas */
	
	.texto-detalhes h2{
		font-size: 22px;
	}
}

@media only screen and (max-width: 576px) {	
	
	.font-size-20{
		font-size: 14px;
	}
	
	section{
		padding: 40px 0;
	}
	
	body{
		font-size: 16px;
	}
	
	header{
		padding: 0 10px;
	}
	
	header .logo a img {
		width: 180px;
	}
	
	header.fixed .logo a img {
		width: 175px;
	}
	
	header .main-menu > ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	.font-size-45 {
		font-size: 25px;
	}
	
	section#america-latina ul.galeria li .bg-cover {
		height: 140px;
	}
	
	footer a b {
		font-size: 12px;
		display: block;
	}
	
	/* Internas */
	
	.texto-detalhes h2{
		font-size: 18px;
	}
	
	
	section#secao-equipe .box-equipe{
		margin: 0 auto; 
	}
	
}

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;
}

.login h1 a {
	background-image: url('img/logo.png');
	background-size: 247px 72px;
	width: 247px;
	height: 72px;
}

/*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;
	display: inline-block;
	margin-right: 15px;
	color: #2b3428;
	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;
	border: 1px solid transparent;
	line-height: 36px;
	border-radius: 100%;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current{
	border-color: #fb9a30 ;
	color: #fff ;
	background: #fb9a30;
}

.pagination .nav-links .current,
.pagination .nav-links .current:hover,
.pagination .nav-links .current:focus{
	width: 50px;
	height: 50px;
	line-height: 46px;
}


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

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


/* Filtro Memórias */

#memorias .filtro{
	display: flex;
}
#memorias span{
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9em;
}
#form-blog select{
	border-radius: 20px;
	margin-right: 15px;
	font-size: .8em;
	padding: 2px 5px;
}