* {
    outline: none;
}
body {
  padding-top: 4rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
.jumbotron {
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #0D9FE6 0%, #0072BC 80%);
}
h2.text-primary {
  color: #FB590D !important;
}
a.btn-primary {
  background-color: #FB590D;
  border-color: transparent;
}

a.btn-primary:hover {
  background-color: #FB590D;
  border-color: transparent;
}

a.btn {
  padding: .375rem 1.5rem;
  font-weight: 300;
}

.hero {
  position: relative;
  padding: 2rem 2rem;
}
.hero::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: -30px;
  left: 50%;
  height: 175px;
  width: 100%;
  background-image: url(../img/V-TIC.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 260px;
  z-index: 0;
  opacity: 0;
  animation: fadeIn 1s ease;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
  -webkit-animation: fadeIn 1s ease;
  -webkit-animation-delay: 800ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 1s ease;
  -moz-animation-delay: 800ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation: fadeIn 1s ease;
  -ms-animation-delay: 800ms;
  -ms-animation-fill-mode: forwards;
  -o-animation: fadeIn 1s ease;
  -o-animation-delay: 800ms;
  -o-animation-fill-mode: forwards;
}
.hero > div {
  position: relative;
  z-index: 1;
}
.hero h3 {
  letter-spacing: 3px;
}

/* Footer */
#footer {
  background: #24262b;
  border-top: 0px solid #e6e6e6;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 34px 0 10px;
  width: 100%;
  clear: both;
}
#footer a {
  color: #757579;
}
#footer .h5 {
  color: #CCC;
  font-size: 1em;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#footer ul {
  padding: 0;
}
#footer .social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
#footer .social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
#footer a:not(.btn) {
  display: block;
  color: #777;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#footer p,
#footer a,
#footer strong {
  color: #95989c;
}
#footer .social-icons li a {
  background: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 0.8rem;
}
#footer .social-icons li:hover a {
	background: #151719;
	color: #FFF;
}
#footer .social-icons li:hover.social-icons-twitter a {
	background: #FB590D; 
	/*#1aa9e1;  */
}
#footer .social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}
#footer .social-icons li:hover.social-icons-linkedin a {
	background: #FB590D;
	/*background: #0073b2; */
}
#footer .social-icons li:hover.social-icons-youtube a {
	background: #c3191e;
}
#footer .social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}
#footer .footer-copyright {
  background: #24262b;
  border-top: 0px solid #ffffff;
  margin-top: 20px;
  padding: 30px 0 10px;
}
#footer .footer-copyright p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
#footer .footer-copyright p,
#footer .footer-copyright a {
  color: #555;
}
#footer a.text-primary {
    color: #157dc1 !important;
}
/* End Footer */

@media (max-width: 1024px) {
  .display-3 {
    font-size: 3rem;
  }
}

.navbar .container{
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.navbar .container img {
  width: 350px;
}

main .container {
  margin-top: 0px !important;
  padding-top: 0px !important;
}