/* Highlight color: #ea5b0d */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
.text-tussock, .btn-link.text-tussock, a.text-tussock-hover:hover {
  color: #ea5b0d;
}

.bg-tussock {
  background-color: #ea5b0d;
}

.btn.btn-tussock {
  background: #ea5b0d;
  border-color: #ea5b0d;
}

.btn.btn-tussock:hover, .btn.btn-tussock:focus {
  color: #ea5b0d;
}

.btn.btn-transparent-tussock {
  border-color: #ea5b0d;
  color: #ea5b0d;
}

.btn.btn-transparent-tussock:hover, .btn.btn-transparent-tussock:focus {
  background: #ea5b0d;
  border-color: #ea5b0d;
}

.home-decor .tp-bullet {
  background: #ea5b0d !important;
  border: 1px solid #ea5b0d !important;
}

/* Fonts */
body {
  font-family: "Montserrat", sans-serif;
}

.alt-font {
  font-family: "Montserrat", sans-serif;
}

.main-font {
  font-family: "Montserrat", sans-serif !important;
}

/* Custom styles */
body {
  overscroll-behavior-y: none;
  color: #1e1e1e;
}

.default-logo {
  height: 42px;
  width: auto;
}

header .navbar .navbar-brand img, header header.side-menu .logo img, header header .sidebar-nav-menu .navbar-brand img {
  max-height: none;
}
header img.logo-small {
  display: none;
}
header.header-with-topbar img.logo-color {
  display: block;
}
header.header-with-topbar img.logo-black {
  display: none;
}
header.header-with-topbar.sticky img.logo-color {
  display: none;
}
header.header-with-topbar.sticky img.logo-black {
  display: block;
}
header.header-with-topbar .inner-section img.logo-color {
  display: none;
}
header.header-with-topbar .inner-section img.logo-black {
  display: block;
}
header.sticky .navbar .navbar-brand .default-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}

@media (max-width: 991px) {
  header .logo-color, header .logo-black {
    display: none !important;
  }
  header .logo-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
  }
}
.highlight-text {
  color: #ea5b0d;
}

/* HOME */
section.hero-section h2 {
  font-size: 3.8rem;
}
section.hero-section h2 b, section.hero-section h2 a {
  color: #ea5b0d;
}
section.hero-section a.lead:hover {
  color: #ea5b0d;
}
section.hero-section .text-medium {
  font-size: 20px;
}
section.hero-section .cchc-logos {
  position: absolute;
  left: 0;
  bottom: 0;
}
section.hero-section .cchc-logos p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 0;
}
section.hero-section .cchc-logos p.logos {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
section.hero-section .cchc-logos img {
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 20px 80px 0 0;
}

section.home-projects {
  padding: 80px 0;
}
section.home-projects h1 {
  font-weight: 400;
  color: #1e1e1e;
  text-align: center;
  font-size: 42px;
  margin: 0 0 80px 0;
}
section.home-projects h1 b {
  font-weight: 400;
  color: #ea5b0d;
}
section.home-projects .swiper-slide .slide-item {
  display: block;
  position: relative;
  height: 500px;
  margin: 0 10px;
  background-size: cover;
  background-position: center center;
}
section.home-projects .swiper-slide .slide-item div.lightbox {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.2s;
}
section.home-projects .swiper-slide .slide-item div.lightbox p {
  font-size: 14px;
  color: #fff;
  line-height: 2em;
  margin: 10px;
}
section.home-projects .swiper-slide .slide-item:hover div {
  opacity: 1;
}
section.home-projects .swiper-slide h3.slide-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  color: #1e1e1e;
  line-height: 1.5em;
}

section.home-consulting {
  background: #343335;
  color: #FFF;
}
section.home-consulting h4 {
  color: #FFF;
  font-size: 2.7rem;
}

section.home-icons {
  background: #FFF;
  color: #000;
  padding: 50px 0;
}
section.home-icons.black {
  background: #343335;
  color: #FFF;
}
section.home-icons.black h3 {
  color: #FFF;
}
section.home-icons .icon-column {
  text-align: center;
}
section.home-icons .icon-column .icon {
  width: 115px;
  margin: 20px;
}
section.home-icons h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
section.home-icons p {
  line-height: 1.4em;
}
section.home-icons .brands-carousel {
  position: relative;
  width: 100vw;
  max-width: 100%;
  min-height: 140px;
  margin-top: 80px;
  overflow-x: hidden;
}
section.home-icons .brands-carousel .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}
section.home-icons .brands-carousel .carousel-cell {
  padding: 0 25px;
  display: inline-block;
}
section.home-icons .brands-carousel .carousel-cell img {
  width: 100%;
  max-width: 150px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}

section.home-customers h5 {
  color: #000;
}
section.home-customers .customers-list .single-customer {
  background: #FFF;
  margin: 5px;
  max-width: 200px;
}
section.home-customers .customers-list .single-customer .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.home-customers .customers-list .single-customer img {
  padding: 15px;
}

section.home-news {
  background: #FFF;
  padding-top: 50px;
}
section.home-news .title-row {
  padding: 30px 0;
  margin-bottom: 30px;
}
section.home-news .title-row h5 {
  margin-bottom: 0px;
}

h3.page-title b, h3.page-title strong {
  color: #ea5b0d;
}

section.home-video-section strong {
  color: #ea5b0d;
  font-weight: 700;
}

footer .extra-small-icon a.apolo-link {
  color: #ea5b0d !important;
  width: auto;
}

/* ABOUT US */
section.about-process {
  background: #ea5b0d;
}
section.about-process .somos-alcop {
  font-size: 9.5rem;
}

section.timeline h5.year {
  color: #ea5b0d;
}
section.timeline .feature-box p:first-line {
  font-weight: bold;
}

section.about-us-partners h6 {
  margin-bottom: 0;
}

section.company-experience {
  padding-bottom: 100px;
}
section.company-experience .experience-p p {
  font-size: 18px;
  line-height: 2em;
}

/* BLOG */
section.blog-list .blog-post a.blog-date {
  color: #ea5b0d;
}
section.blog-list .blog-post a.blog-title:hover {
  color: #ea5b0d;
}
section.blog-list .blog-post a.blog-more:hover {
  color: #ea5b0d;
}

/* CONTACT */
.submit-button {
  background: #ea5b0d;
  color: #FFF;
}

.main-form-field {
  display: none;
}

@media (max-width: 767px) {
  section.hero-section .cchc-logos {
    position: relative;
    margin-top: -20px;
  }
  section.hero-section .cchc-logos img {
    max-width: 120px;
    margin-right: 20px;
  }
  section.hero-section .cchc-logos img.logo-cchc {
    margin-right: 40px;
  }
}

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