@charset "utf-8";
/* CSS Document */

/* ==========================================================================
  Personalizados
========================================================================== */

body {font-family: 'Poppins', sans-serif; text-align: center;}
h1 {  color:#000;  font-size: 18px;  font-weight: 500;  }
a, a:active, a:focus, a:hover { color:#e67817; font-size: 14px;  font-weight: 300;}
.overlay {
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0.4;
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
}
a i {
  margin-right: 10px;
    color: white;
    background: #01449d;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 32px;
}
a i:active, a i:hover, a i:focus {
  background: black;
}
a img {
  margin: 15px;
}
.parallax-text {
    margin: 40vh 0;
    width: 100%;
    position: fixed;
    display: block;
    overflow: hidden;
    z-index: 999;
    left: 0;
    top: 0;
}
.btn {
    background: #01449d;
    border-radius: 50px;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.btn:hover, .btn:active, .btn:focus {
  background: black;
    border-radius: 50px;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
}
p {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .parallax-text {
    margin: 40% auto;
    width: 100%;
}
}


