@charset "utf-8";
/* CSS Document */
/*Bg open site*/
.open-bg{
	background: url(../img/cover.jpg) no-repeat center;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 90vh;
}
.header-transparent {
    background-color: transparent;
}
.pi-section-w.pi-section-white.pi-row-reducible.header-transparent.pi-row-reduced {
    background-color: #fff;
}
.title{
    font-family: 'Playfair Display', Arial, sans-serif;
	font-size: 2.3em;
    line-height: 1.2em;
}
.title-2{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.1em;
}
.title-absolute{
    position: absolute;
  top: 50vh;
}
/*Cover*/
.cover-about{
	background: url(../img/cover-about.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-ambiti{
	background: url(../img/cover-ambiti.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-video{
	background: url(../img/cover-video.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-online{
	background: url(../img/cover-online.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-article{
	background: url(../img/cover-article.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-article-inside{
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 150px 60px;
}
.cover-event{
	background: url(../img/cover-event.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px;
}
.title-inside{
	position: relative;
	text-align: center;
	z-index: 3;
}
/*Section*/
.section-relative{
	position: relative;
	top: -80px;
}
.form-relative{
	position: relative;
	top: -80px;
}
.section-relative-left{
	position: relative;
	right: 120px;
	top: 100px;
	z-index: 3;
}
.footer-relative{
	position: relative;
	top: 100px;
}
.pi-box-base{
	background-color: #0085ad !important;
	color: #fff !important;
}
@media only screen and (max-width: 478px) {
.open-bg{
	background: url(../img/cover.jpg) no-repeat center;
	height: 80vh;
}
.title{
   font-size: 1.5em;
	}
    .title-absolute{
  top: 40vh;
}

.section-relative-left{
	right: 0;
	top: 0;
}
.pi-row-lg .pi-row-block-logo img {
  max-height: 75px;
}
}
/*Footer*/
.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.open-bg{
	background: url(../img/cover-s.jpg) no-repeat center;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 90vh;
}
}
