/*
Theme Name: LP Petra
Theme URI: https://eventos.petraagregados.com
Author: i2w
Author URI: laissantostz@gmail.com
Description: Tema para a Landing Page de Petra em 2023.
Version: 1.0
*/

/* Estilos Gerais */
html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: 'Anek Latin', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #333647;
  letter-spacing: .2px;
}
.btn-link:hover,
a,
a:hover,
a:focus,
a:active {
  border: none;
  outline-style: none;
  text-decoration: none;
  transition: ease-in-out .2s;
}
html{
	width:100%;
	overflow-x: hidden;
}
body {
  background: #FFFDFB;
  position: relative;
	width:100%;
	overflow-x: hidden;
}
.bg-cover {
  background-repeat: no-repeat;
}
.cta {
  font-family: "Anek Latin", Sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 130%;
  color: #020202;
  background-color: #e9c634;
  border: 1px solid #e9c634;
  padding: 15px 35px;
  display: inline-block;
  transition: all .3s;
  position: relative;
  width: fit-content;
  border-radius: 8px;
}
p>a.cta{
	margin-bottom:-16px;
}
.cta:hover {
  border: 1px solid #e9c634;
  background: #fff;
}
/* Estilos Header */
#contato{
	min-height: 700px;
  background-position: left;
  background-size: cover;
}
.symplaLink{
	width:100vw;
	height:100%;
	min-height: 700px;
}
.secao-principal {
  padding: 30px 0 100px 0;
  position: relative;
}
.secao-principal h2{
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  line-height: 130%;
  padding-left: 160px;
}
.secao-principal h2 strong{
  font-weight: 500;
}
.secao-principal .selo {
  width: 130px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.secao-principal .data .box{
  border: 2px solid #fff;
  border-radius: 8px;
  max-width: 80px;
}
.secao-principal .data .box .topo{
  background: #fff;
  padding: 10px 5px;
}
.secao-principal .data .box .topo p{
  color: #333647;
  font-size: .85em;
  text-align: center;
  font-weight: 700;
}
.secao-principal .data .box span{
  color: #FFC927;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  display: block;
  line-height: 90.5%;
}
.secao-principal h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 30px;
}
.secao-principal h1 span{
  color: rgb(1, 66, 153);
}
.secao-principal .endereco{
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 8px;
  width: fit-content;
}
.secao-principal .endereco svg {
  margin-right: 15px;
  width: 30px;
}
.secao-principal .endereco p {
  color: #fff;
  font-weight: 300;
  font-size: 1em;
}
.secao-principal .formulario {
  border-radius: 23px;
  background: #014299;
  padding-top: 45px;
  max-width: 100%;
  position: relative;
  margin-top: 80px;
}
.secao-principal .formulario .icone{
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 63px;
  border-radius: 15px;
  border: 2px solid #FFF;
  background: #014299;
}
.secao-principal .formulario .icone img{
  width: 42px;
  object-fit: contain;
}
.secao-principal .formulario h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.secao-principal .formulario .cta {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.secao-principal .formulario .wpcf7-spinner {
  display: none;
}
.secao-principal .formulario .form-control{
  width: 85%;
  margin: 0 auto;
  color: #333647;
  border-radius: 8px;
}
.secao-principal .formulario .form-control::placeholder{
  color: #333647;
}
.secao-principal .formulario .wpcf7 {
  width: 100%;
}
.secao-principal .formulario svg {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.secao-icones{
	background-size: cover;
}
.capacete-absolute {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
	z-index:10;
}
.capacete-absolute img{
	position: absolute;
	transform: translateX(-50%);
  width: 80px;
}

/* Página inicial */
.secao-cta {
  position: relative;
}
.secao-cta .cta {
  font-size: .85em;
  text-transform: none;
  font-weight: 400;
  border-radius: 5px;
  padding: 10px 20px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.secao-cta .cta span{
  font-weight: 700;
}
.secao-icones {
  position: relative;

}
.secao-icones::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  opacity: .5;
  background: #000;
  width: 100%;
  height: 100%;
}
.secao-icones .row {
  position: relative;
  z-index: 3;
}
.secao-icones .box h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.secao-icones .box p {
  color: #fff;
  font-weight: 300;
  line-height: 142.023%; /* 28.405px */
  font-size: 1.2em;
}
.secao-icones .box p strong {
  font-weight: 700;
}
.secao-numeros .box span {
	font-size: 3em;
	font-weight: bolder;
	color: rgb(1, 66, 153);
}
.secao-numeros .box p {
	font-size: 1.3em;
	margin-top: 15px;
	color: #3F6B92;
	font-weight: 600;
}
.secao-sobre {
  position: relative;
	padding-bottom: 50px;
}
.secao-sobre .logo {
  max-width: 300px;
  margin-bottom: 40px;
}

.secao-sobre .logo{
	align-self: center;
}
.secao-sobre .texto p {
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 1.2em;
	text-align: justify;
}
.secao-sobre .right img {
  height: 500px;
}
.secao-sobre .textura{
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}
.secao-sobre .textura img{
  object-fit: cover;
  width: 100vw;
  height: 200px;
}
.textura{
	position: relative;
}
.textura > a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translatex(-50%) translatey(-50%);
}
h2.titulo {
  text-transform: uppercase;
  margin-bottom: 20px;
	letter-spacing: 1px;
}
h2.titulo.white {
  color: #fff;
}
.secao-brindes .slide img {
  height: 200px;
  object-fit: contain;
}
.secao-programacao .item {
  background: #EDEDED;
  border-radius: 8px;
  padding: 15px;
}
.secao-programacao .horario-inicial {
  background: #124BA0;
  border: 2px solid #124BA0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px;
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
}
.secao-programacao .horario-final {
  background: transparent;
  border: 2px solid #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px;
  font-size: 1.2em;
  font-weight: 500;
  color: #020202;
}
.secao-programacao .info img {
  height: 40px;
  object-fit: contain;
  margin-right: 5px;
}
.secao-programacao .info img:last-child {
  margin-right: 0;
}
.secao-depoimentos{
	background-size: cover;
}
.alignleft {
  float: left;
}
.secao-programacao .info .conteudo {
  width: 100%;
}
.secao-programacao .info p {
  font-size: .8em;
}
.secao-parceiros {
  border-top: 1px solid rgba(215, 215, 215, .5);
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
  width: auto !important;
  vertical-align: top;
  line-height: 1;
}
.slick-dots li button {
  border: none;
  background-color: #FFC927;
  color: #FFC927;
  font-size: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 30px;
}
.slick-dots li.slick-active button {
  background-color: #FFC927;
}
.secao-localizacao .mapa iframe {
  width: 100%;
}

/* Footer */
footer {
  position: relative;
}
footer::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  opacity: .2;
  background: lightgray;
  width: 100%;
  height: 100%;
}
footer .row {
  position: relative;
  z-index: 2;
}
footer .selo {
  width: 85px;
}
footer .back-to-top {
  backface-visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  transition: 0.3s all ease;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 5000;
  font-size: .85em;
}
footer a:hover {
  color: #3F6B92;
}

/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.video-resumo{
	width: 500px;
}
/* Responsividade */
.elementosBanner{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-flow: row wrap;
}
#brasaoBanner{
	width: 50%;
	min-width: 500px;
	display: flex;
	justify-content: center;
}
#coluna2banner{
	width: 500px;
	display: flex;
	flex-flow: column;
}
#textoBanner{
	font-size: 2em;
	height: 100px;
	text-align: justify;
	margin: 20px;
	line-height: 1em;
	max-width: 600px;
	align-self: center;
}
#placaDataEndereco{
	max-width:500px;
	align-self: end;
	margin-right: -50px;
}
#btn_Inscricao{
	width: 500px;
	align-self: center;
}

@media (min-width: 768px) {
	#contato{
		background-image: url('https://eventos.petraagregados.com/wp-content/uploads/2024/09/Petra-Dia-P-Desktop-Banner-Background-1.png');
	}
	.elementosBanner{
		flex-flow: row wrap;
	}
}
@media (max-width: 768px) {
	#contato{
		background-image: url('https://eventos.petraagregados.com/wp-content/uploads/2024/09/Petra-Dia-P-Mobile-Banner-Background.png');
		min-height: 100vh;
		max-height: 100vh;
		padding-top: 5px;
	}
	#contato #brasaoBanner img{
		width: 150px;
	}
	#contato #textoBanner{
		height: auto;
	}
	#contato #placaDataEndereco{
		max-width: 240px;
	}
	.elementosBanner{
		flex-flow: column;
	}
	#brasaoBanner > img{
		width: 250px;
	}
	#placaDataEndereco{
		min-width:200px;
		max-width: 320px;
	}
	#coluna2banner{
		width: 100%;
	}
	#textoBanner{
		font-size: 1.3em;
	}
	#btn_Inscricao{
		width: 400px;
	}
	.secao-sobre {
	  padding-bottom: 120px;
	}
	.video-resumo{
	width: 330px;
	}
  .secao-principal {
    position: relative;
  } 
  .secao-principal::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: .2;
    width: 100%;
    height: 100%;
  }
  .secao-principal .row {
    position: relative;
    z-index: 2;
  }
  .secao-principal h2 {
    padding-left: 0;
  }
  .secao-principal .capacete {
    z-index: 3;
  }
  .secao-principal a {
	display: block;
	position: relative;
	z-index: 10;
  }
  .secao-parceiros img {
	height: 85px;
  }
  .secao-cta h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .secao-cta .cta {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  h2.titulo {
    font-size: 1.8em;
  }
  .secao-programacao .horario-inicial,
  .secao-programacao .horario-final {
    font-size: 1em;
  }
  .selo {
    margin: 0 auto;
    display: block;
  }
}
