@font-face {
  font-family: DS-DIGIB;
  src: url(/../assets/fonts/DS-DIGIB.TTF);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #3949ab;
}

a {
  color: #0039b1;
  text-decoration: none;
}

a:hover {
  color: #5d94e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color:#fff;
}

#barra-superior h4 {
  text-align: center;
  color: #fff;
  font-size: 35pt;
}


/*--------------------------------------------------------------
# Contagem Regressiva
--------------------------------------------------------------*/

#contador h1 {
    font-family: DS-DIGIB;
    font-size: 45pt;
    margin-top: -15px;
    margin-bottom: -15px;
}
.legenda {
    font-size: 11pt;
}

#contador{
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    color: #fff;
    padding:2px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #0039b1;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.info ul{
  padding-left: 1em; 
  color: rgb(51, 51, 51); 
  font-family: Helvetica, Tahoma, serif; 
  font-size: 15px; 
  white-space: normal;
}
.info ul li{
  list-style-type: none;
  color:#fff;
  font-size: 12pt;
}
.contact h1 {
  font-size: 20pt;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.contact .info h4 {
  padding: 10px 0 0 60px;
  font-size: 20pt;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}

.contact .info h5 {
  text-align: left;
  margin-bottom: 30px;
  /*text-transform: uppercase;*/
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #0039b1;
  color: #fff;
}

.contact .php-email-form {
  width: 600px;
  margin: auto;
}

.contact .info .btn {
  width: 300px;
  display: block;
  margin: auto;
  padding: 15px 5px;
  color: #fff;
  font-weight: 600;
  font-size: 12pt;
  background-color: #ffae08;
  border-radius: 50px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #0039b1;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #0039b1;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #0039b1;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background-color: #ffae08;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background-color: #ffae08;
}

#php-email-form .g-recaptcha div{
    display: block;
    margin: auto;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffffd0;
  font-size: 14px;
  background: #00000047;
}

#footer img {
  max-height: 60px;
}

#footer .footer-top {
  margin-top: 40px;
  padding: 10px 0 15px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0039b1;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #0039b1;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #0039b1;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #5d94e6;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #5d94e6;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #0039b1;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0039b1;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5d94e6;
  color: #fff;
  text-decoration: none;
}

/*
* BotÃ£o Flutuante WhatsApp
*/
.whatsapp {
  position: fixed;
  top: 84%;
  left: 1%;
  padding: 10px;
  z-index: 10000000;
}

@media (max-width: 375px) {
  .whatsapp {
    top: 67%;
  }
}