@import url("./bootstrap.min.css");
/* -----------------------------------------------------------------
    - Spaces
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    - Colors
----------------------------------------------------------------- */
body {
    padding-top: 4.7rem;
}
a, a:hover {
  color: #6D6E71;
}

small {
  color: #aaaaaa;
}

.btn-link {
  color: #000 !important;
}

.dark-bg {
    background-color: #000;
    border: none;
    float: right;
}
.dark-bg:hover{
    background-color: #e9ecef;
    color: black;
}
.color-white{
    color: white;
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sin-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.jumbotron .card-image {
    background-image: url("../img/bk.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0px;
    padding-right: 0px;
    height: 28rem;
}

.jumbotron .card h2{
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: black;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 4rem;
}

.jumbotron .card p {
    color: white;
    font-size: 2rem;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 4rem;
}

.about {
    width: 56%;
    font-size: 1.1rem;
}

#front-landing .jumbotron{
	background-image: url('../img/vg.png');
    background-size: cover;
    color: white;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
}

#front-landing .jumbotron h3{
    padding-top: 3rem;
    width: 80%;
    font-size: 2.5rem;
}

#front-landing-black {
    background: black;
}

.p-3 {
    padding: 30px;
}

.color-white {
    color: white;
}

.font-2 {
    font-size: 1.5rem;
}

.mb-3{
    margin-bottom: 8rem !important;
}

/* -----------------------------------------------------------------
    - Font
----------------------------------------------------------------- */
* {
  font-family: "Arial", sans-serif;
}

footer {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .text-center-sm {
    text-align: center;
  }
}
.underlined {
  text-decoration: underline;
}

/* -----------------------------------------------------------------
    - Menu
----------------------------------------------------------------- */
.menu-logo {
  height: 50px;
  margin-right: 1rem;
}

.nav-item {
  text-align: center;
}

.navbar-toggler {
  border-color: transparent !important;
}

.superparque-logo {
    width: 100px;
    text-align: right;
}



/* -----------------------------------------------------------------
    - Content
----------------------------------------------------------------- */
.faq-image {
  width: 8rem;
  height: 7rem;
}

.recommendation-image {
  width: 8rem;
  height: 8rem;
}

.btn-link {
  text-align: left;
}

.visualization-container {
  max-height: 500px;
}

.card-header {
  padding: 0 !important;
  background-color: #f8f9fa !important;
  border-bottom: none;
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
.social-icon {
  margin-right: 0.88rem;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.preloader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1106;
  opacity: 1;
}

.preloader__wrap {
  width: 100%;
  max-width: 150px;
}

.preloader__progress {
  background: #FFF;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.preloader__progress span {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.circle-pulse > * {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  animation: pulse 1.6s linear infinite;
}

.circle-pulse__1 {
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  margin-left: -3rem;
  background-color: #000;
}

.circle-pulse__2 {
  width: 4.8rem;
  height: 4.8rem;
  margin-top: -2.4rem;
  margin-left: -2.4rem;
  background-color: rgba(0, 0, 0, 0.7);
  animation-delay: -0.8s;
}

@keyframes pulse {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media screen and (max-width: 992px) { 
    .jumbotron .card h2{
        font-size: 2rem;
        margin-bottom: 1rem;
        margin-top: 0px;
    }
    .jumbotron .card p {
        font-size: 1.2rem;
        line-height: 20px;
        margin-bottom: 20px;       
    }
    .jumbotron .about {
        width: 100%;
        padding: 30px;
        font-size: .9rem;
    }
}
/*# sourceMappingURL=index.css.map */
