@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.navbar {
  padding: 0.8rem;
}

.navbar-nav li {
  padding-right: 20px;
}

.nav-link {
  font-size: 1em !important;
}

.nav-link:hover {
  color: #43dbfb !important;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-centrado {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
}

.carousel-caption h1 {
  font-size: 325%;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h2 {
  font-size: 180%;
  font-weight: 500;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 450;
}

.portfolio-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.portfolio-img {
}

.portfolio-description {
}

#prompt {
  font-family: "Courier New", Courier !important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: transparent;
}

#prompt:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  border-right: 1px solid #fff;
  animation: type 9s steps(24) infinite;
  white-space: nowrap;
}

@keyframes type {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

.btn-outline-light:hover {
  color: #43dbfb;
}

.contact .btn-outline-secondary {
  margin-top: 1rem;
  width: 100%;
  background-color: #43dbfb;
  border-color: #a8c5cb;
}

.btn-outline-secondary:hover {
  /*
  background-color: #8aa5aa;
  color: #43dbfb;
  */
  background-color: #fff;
  color: #43dbfb;
  border-color: #a8c5cb;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
  /*background-color: #a8c5cb;
  color: #fff;*/
  background-color: #43dbfb;
  color: #fff;
}

.contact-exito {
  padding-top: 4.4rem;
}

.btn {
  color: #fff;
  border-color: #fff;
}

.padding {
  padding-bottom: 2rem;
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}

.welcome hr {
  border-top: 1px solid #b4b4b4;
  width: 95%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

.fa-cloud,
.fa-mobile-alt,
.fa-desktop {
  color: #43dbfb; /* #63d6f5; */
  font-size: 2em;
  margin: 1rem;
}

.fun {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.1rem;
  background-color: #43dbfb;
  color: #fff;
  border-style: none;
  font-size: 1.2em;
}

.jpg {
  max-width: 100%;
}

.social a {
  font-size: 3em;
  padding: 3rem;
}

.link-normal {
  color: #6e98a1 !important;
}

.link-normal:visited {
  color: #43dbfb !important;
}

.link-normal:hover {
  color: #43dbfb !important;
}

.fa-facebook {
  color: #3b5998;
}

.fa-twitter {
  color: #00aced;
}

.fa-youtube {
  color: #bb0000;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-youtube:hover {
  color: #43dbfb;
}

.btn-primary {
  background-color: #a8c5cb;
  border: 1px solid #8aa5aa;
  color: #fff;
}

.btn-primary:hover {
  background-color: #8aa5aa;
  border: 1px solid #a8c5cb;
  color: #43dbfb;
}

footer {
  background-color: #a8c5cb; /*#c4ebf3;*/
  color: #fff;
  padding-top: 2rem;
}

hr.light {
  border-top: 1px solid #fff;
  width: 75%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

hr.peque {
  border-top: 1px solid #c4ebf3;
  width: 50%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

footer a {
  color: #d5d5d5;
}

hr.light-100 {
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.my-4 {
  border-top: 1px solid #c4ebf3;
}

.display-4 {
  color: #6e98a1;
}

.subtitulos {
  color: #6e98a1;
}

.card-img-top {
  opacity: 1;
}

.card-img-top:hover {
  opacity: 0.8;
}

.linkFooter {
  color: #fff;
}

.linkFooter:hover {
  color: #fff;
}
/*---Media Queries --*/
@media (min-width: 1200px) {
  a.btn-lg {
    display: inline;
  }

  a.btn-sm {
    display: none;
  }

  #prompt {
    font-size: 2.5em;
  }
}

@media (max-width: 1200px) {
  .social a {
    font-size: 2em;
    padding: 2rem;
  }

  a.btn-lg {
    display: none;
  }

  a.btn-sm {
    display: inline;
  }

  #prompt {
    font-size: 1.7em;
  }
}

@media (max-width: 768px) {
  .carousel-centrado {
    top: 45%;
  }
  .carousel-caption h1 {
    font-size: 200%;
  }

  .carousel-caption h2 {
    font-size: 150%;
    font-weight: 350;
  }

  .carousel-caption h3 {
    font-size: 150%;
    font-weight: 350;
  }

  a.btn-outline-light {
    display: none;
  }

  .display-4 {
    font-size: 200%;
  }

  h2.subtitulos {
    font-size: 150%;
  }

  h4.subtitulos {
    font-size: 130%;
  }

  #prompt {
    font-size: 1.2em;
  }
}

@media (max-width: 576px) {
  .carousel-centrado {
    top: 55%;
  }

  .carousel-caption h1 {
    font-size: 100%;
  }

  .carousel-caption h2 {
    font-size: 80%;
    font-weight: 300;
  }

  .carousel-caption h3 {
    font-size: 95%;
    font-weight: 300;
  }

  .carousel-indicators {
    display: none;
  }

  a.btn-outline-light {
    display: none;
  }

  .display-4 {
    font-size: 180%;
  }

  h2.subtitulos {
    font-size: 130%;
  }

  h4.subtitulos {
    font-size: 110%;
  }

  #prompt {
    font-size: 0.8em;
  }
}

@media (max-width: 414px) {
  #slides {
    padding-top: 4rem;
  }

  #prompt {
    top: 2.5rem;
  }
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0 !important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url("../img/Background/MonumentoTehuacan.jpg");
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
