@import url("https://use.typekit.net/iir8zwi.css");
:root {
  /*Fonts*/
  --proxima: proxima-nova, sans-serif;
  --proxima-extra: proxima-nova-extra-condensed, sans-serif;
  --skolar: skolar-latin, serif;
  --mono: input-mono, monospace;
  /*Fonts*/
  /*Colors*/
  --white-main: #fafafa;
  --white-secondary: #ededed;
  --black-secondary: #222;
  --yellow-main: #ffe500;
  --red-main: #f72732;
  --gray-main: #8d8d8d;
  --blue-menu: #000c2d;
  --gray-secondary: #aaa;
  /*Colors*/
}

/*Us Page*/
.us-page {
  font-family: var(--proxima);
  font-size: 18px;
  font-weight: normal;
}

.us-page .title-us {
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
  color: var(--blue-menu);
  line-height: 1;
}

.us-page .title-us span {
  color: var(--red-main);
}

.us-page .last-entry-section .container-fluid {
  position: relative;
  z-index: 1;
}

.us-page .bg-imago {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("assets/images/imagotipo-mcci-blanco.svg");
  background-position: 130% 150%;
  background-size: 50% auto;
  background-repeat: no-repeat;
  z-index: 0;
}

.us-page .white-secondary-bg-half {
  background: linear-gradient(180deg, var(--white-secondary) 75%, transparent 25%);
}

.us-page .title-us-section {
  font-family: var(--proxima);
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.us-page .title-us-section span {
  color: var(--red-main);
}

.us-page .strategy-section {
  background-color: var(--blue-menu);
  color: #fff;
}

.us-page .strategy-section .number {
  font-size: 105px;
  color: var(--red-main);
  font-weight: 800;
  line-height: 1;
}

.us-page .projects-nav {
  display: flex;
  justify-content: center;
  border-bottom: none;
}

.us-page .projects-nav .nav-item {
  width: 50px;
  height: 8px;
  background-color: var(--white-secondary);
  border-radius: 0;
  padding: 0;
}

.us-page .projects-nav .nav-link.active {
  color: var(--red-main);
  background-color: var(--red-main);
  border-color: var(--red-main);
}

.us-page .team-section .title-team {
  font-size: 22px;
  color: var(--gray-secondary);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.us-page .team-section .name-team {
  font-size: 24px;
  font-weight: 800;
  color: var(--black-secondary);
  line-height: 1;
}

.us-page .team-section .position-team {
  font-size: 16px;
  text-transform: uppercase;
}

.us-page .team-section .social-team {
  font-size: 14px;
  font-weight: 800;
  color: var(--blue-menu);
}

.us-page .team-section .social-team i {
  color: var(--red-main);
}

.us-page .results-section {
  background-color: var(--blue-menu);
}

.us-page .results-section .number {
  font-size: 60px;
  font-weight: 800;
  color: var(--red-main);
  text-align: center;
  margin-bottom: 0;
}

.us-page .results-section .number:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 135px;
  height: 90px;
  color: var(--red-main);
  transform: translate(-60%, -50%);
  background-image: url("data:image/svg+xml;charset=utf-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon fill='%23fff' points='40,70 40.5,71 60,30 59.5,29'></polygon></svg>");
  background-position: center center;
  background-repeat: no-repeat;
}

.us-page .results-section .result-list a:first-child::before {
  background: none !important;
}

.us-page .docs-section .title-us-section {
  color: var(--blue-menu);
}

@media (max-width: 767px) {
  .us-page {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .us-page .title-us {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .us-page .title-special-section {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .us-page .bg-imago {
    background-position: 250% -20%;
    background-size: 80% auto;
  }
}
@media (max-width: 767px) {
  .us-page .title-us-section {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .us-page .strategy-section .number {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .us-page .team-section .title-team {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .us-page .team-section .name-team {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .us-page .team-section .position-team {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .us-page .team-section .social-team {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .us-page .results-section .number {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .us-page .results-section .result-list a:nth-child(odd)::before {
    background: none;
  }
}
.us-page .carousel-control-next,
.us-page .carousel-control-prev {
  opacity: 1;
  color: var(--red-main);
}

.us-page .carousel-control-next:focus,
.us-page .carousel-control-next:hover {
  opacity: 1;
  color: var(--red-main);
}

.us-page .carousel-control-prev:focus,
.us-page .carousel-control-prev:hover {
  opacity: 1;
  color: var(--red-main);
}

.us-page .carousel-control-next svg,
.us-page .carousel-control-prev svg {
  fill: var(--red-main);
  width: 2rem;
}

.us-page .carousel-control-next:focus svg,
.us-page .carousel-control-next:hover svg {
  fill: var(--red-main);
}

.us-page .carousel-control-prev:focus svg,
.us-page .carousel-control-prev:hover svg {
  fill: var(--red-main);
}

.title-special-section {
  font-family: var(--proxima);
  font-size: 30px;
  font-weight: 800;
  text-transform: lowercase;
  color: var(--blue-menu);
  line-height: 1;
}

.title-special-section span {
  color: var(--red-main);
}

.title-special-section:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 135px;
  height: 90px;
  color: var(--red-main);
  transform: translate(-60%, -50%);
  background-image: url("data:image/svg+xml;charset=utf-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon fill='%23f72732' points='40,70 40.5,71 60,30 59.5,29'></polygon></svg>");
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .title-special-section {
    font-size: 24px;
  }
}
.line {
  display: block;
  width: 10px;
  font-size: 4px;
  background-color: var(--red-main);
  color: var(--red-main);
}

.line.large {
  width: 70px;
}

.line.short {
  width: 40px;
}

/*Us page*//*# sourceMappingURL=template-quienes-somos.css.map */