@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;1,300;1,400&family=Stalemate&display=swap");
a {
  color: #838c96;
}

.carousel-caption {
  width: auto;
  display: block;
  text-align: center;
  right: 0%;
  left: 0%;
  bottom: 0;
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
  background-color: rgba(41, 68, 95, 0.6);
}

.main-news {
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-right {
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-corners {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.clearspace {
  height: 40px;
  clear: both;
}

.clearspace-half {
  height: 20px;
}

.container {
  margin-top: 40px;
}

.footer {
  color: #c2c2c2;
  background-color: #29445f;
  margin-top: 60px;
}

.footer a:hover {
  color: white;
}

.footer a {
  color: #c2c2c2;
}

.mar-bottom-no {
  margin-bottom: 0px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  height: 52px;
  width: 52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*
#btn-back-to-top {
  position: fixed;
  bottom: -2px;
  right: 48.5%;

  padding: 2px;
  display: none;

  height: 34px;
  width: 52px;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
*/
.page-title {
  border-bottom: solid 1px #eef2f7;
  margin-bottom: 20px;
}

.tr-min {
  padding: 6px;
}

.btn-block {
  width: 100%;
}

/* Para los videos de Youtube */
.video-container {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  margin-bottom: 24px;
}

.iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#loader-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2;
  display: none;
}

#homButton {
  line-height: 16px;
  text-align: center;
  padding: 22px 20px;
  margin: 0px;
  height: 70px;
  cursor: pointer;
}

.topbar-link {
  position: relative;
}

.topbar-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #DA4B38;
  transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .topbar-link:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-caption {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .carousel-caption h3 {
    font-size: 16px;
  }
}
.logoColor {
  padding: 10px;
}

.wavesBg {
  background-image: url("../img/waves.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.squaresBg {
  background-image: url("../img/squares-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 35%;
}

.mainBannerContainer {
  width: 100%;
}

.bannerPictureBg {
  background-color: rgba(41, 68, 95, 0.65);
  color: white;
  background-image: url(../img/home-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerDarkBg {
  background-color: rgba(25, 25, 25, 0.75);
  padding-top: 40px;
  padding-bottom: 40px;
}

.mainBannerText {
  padding-left: 20px;
}

.has-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.grecaptcha-badge {
  bottom: 70px !important;
  display: none;
}

.stickyShadow {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 15px -20px;
  transition: box-shadow 0.5s ease-in-out;
}

.employeePicture {
  height: 6rem;
  width: 6rem;
  padding: 0.25rem;
  border-radius: 50%;
  background-color: #0a6aa1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.swal2-icon {
  width: 2.5em;
  height: 2.5em;
  border: 0em solid transparent;
}

/*# sourceMappingURL=unitec.css.map */
