body {
  font-family: 'Montserrat', sans-serif!important;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, ul, li, a {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.oculta {
    display: none;
}
h4 {
    font-size: 22px;
}
p.subtitle {
    letter-spacing: 2px;
    margin-top: 10px;
}
p {
    margin: 0 0 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.titulo_centro {
    text-align: center!important;
}
.titulo_esquerda {
    text-align: left!important;
}
.mini_bloco_texto h1{
  text-align: center;
}
a:hover {
    text-decoration: none;
	color: #fff;
}
.lazyloaded {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 46, 82, 0.15);
    padding: 20px;
}
.text-white {
    color: #FFF!important;
}
.page-header {
    padding: 0;
    border: none;
}
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff url(../img/page-loader.gif) center center no-repeat;
}
.parallax input[type="text"], .parallax input[type="text"]:hover, .parallax input[type="email"], .parallax input[type="email"]:hover, .parallax input[type="url"], .parallax input[type="url"]:hover, .parallax input[type="password"], .parallax input[type="password"]:hover, .parallax textarea, .parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}
#formulario .branco {
    color: #fff;
}
.glowCircle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00ff00;
    border-radius: 64px;
    animation: glow .8s ease-in;
    animation-iteration-count: infinite;
    position: absolute;
}
.sumir {
    animation: fadeOutAnimation .8s ease-out;
    animation-iteration-count: 1;
}
.aparecer {
    animation: fadeInAnimation .8s ease-in;
    animation-iteration-count: 1;
}
/*Presets*/
@keyframes glow {
    0% {
        opacity: 0;
		transform: scale(1)
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 0;
		transform: scale(2)
    }
}
@keyframes piscaVerde {
    0% {
        color: #252525;
    }
    50% {
        color: #ffd595;
    }
    100% {
        color: #252525;
     }
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
}
@keyframes rotation {
	0% {
		opacity: 0;
		transform: rotate(45deg)
	}
	95% {
		opacity: 1;
		transform: rotate(-45deg);
	}
	100% {
		opacity: 0;
		transform: rotate(45deg)
	}
  }
  @keyframes disapear {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
  }
  @keyframes zoomLeft {
	0% {
		transform: translateX(100%); 
	}
	100% {
		transform: translateX(0%); 
	}
  }
  @keyframes slideLeftIn {
	0% {
		opacity: 0;
		transform: translateX(100%); 
	}
	100% {
		opacity: 1;
		transform: translateX(0%); 
	}
  }
  @keyframes slideLeftOut {
	0% {
		opacity: 1;
		transform: translateX(0%); 
	}
	100% {
		opacity: 0;
		transform: translateX(100%); 
	}
  }
  @font-face {
    font-family: "Loud";
    src: url('../fonts/loud.ttf') format('truetype');
  }