@import 'fontawesome.css';
@import 'hover.css';
@import 'animate.css';
@import 'glide.css';
@import 'theme.css';
@import 'glightbox.css';

body {
  font-family: "Rubik", sans-serif;
  font-weight: 300; }

h1, h2, h3, h4,h5, h6 { font-family: "Montserrat", sans-serif !important; }

h1 {
  text-transform: uppercase;
  letter-spacing: 7px; }

a { color: #616161; }
#barrita { background-color: #FFF; }

section { overflow: hidden; }
#indicator {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#indicator > div {
  background-color: white;
  width:10px;
  height:10px;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer; }

#indicator > div.active { transform: scale(1.6); }

a { text-decoration: none; }
.text-info { color: #0f56d2 !important; }
.text-danger { color: #a12218 !important; }
.text-warning { color: #e4b328 !important; }
.text-success { color: #1fa393 !important; }
.text-secondary { color: #783b8f !important; }

.btn-info {
  background-color: #0f56d2;
  border-color: #0f56d2; }

.btn-info:hover, .btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
  background-color: #0B49B4;
  border-color: #0B49B4; }

.btn-check:focus+.btn-info, .btn-info:focus {
  background-color: #0B49B4;
  border-color: #0B49B4;
  box-shadow:  0 0 0 0.25rem rgb(11 73 180 / 50%); }

.vh-90 { height: 90vh !important; }

.shadows {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.11), 
              inset 0 2px 2px rgba(0,0,0,0.11), 
              inset 0 4px 4px rgba(0,0,0,0.11), 
              inset 0 8px 8px rgba(0,0,0,0.11), 
              inset 0 16px 16px rgba(0,0,0,0.11), 
              inset 0 32px 32px rgba(0,0,0,0.11); }

/* Menu */
.shadow-menu {
  box-shadow:
    0 1px 1px rgb(0 0 0 / 7%),
    0 2px 2px rgb(0 0 0 / 7%),
    0 4px 4px rgb(0 0 0 / 7%),
    0 6px 8px rgb(0 0 0 / 7%),
    0 8px 16px rgb(0 0 0 / 7%); }

#barrita { transition: top 0.5s; }
.dropdown-item { padding: 0.7rem 1rem; }

.dropdown-menu {
  padding: 0;
  font-size: 0.9rem; }


/* Video */
.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% }

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* About */

#about h1 {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  line-height: 100px;
  z-index: 3;
  text-shadow: 0 1px 1px rgba(0,0,0,0.08), 
               0 2px 2px rgba(0,0,0,0.12), 
               0 4px 4px rgba(0,0,0,0.16), 
               0 8px 8px rgba(0,0,0,0.20); }

#about h6 {
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 1.25rem;
  padding-bottom: 20px; }

.eres { position: relative; text-align: center; }
.glide__bullets { bottom: 0; }


/* Highlights */

.cta {
  position: relative;
  display: inline-block;
  padding: 19px 22px;
  transition: all 0.2s ease;
  color: #FFF;
  z-index: 200; }

.cta:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
  z-index: 200; }

.cta span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  vertical-align: middle;
  z-index: 200; }

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFF;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  z-index: 200; }

.cta:hover:before {
  width: 100%;
  background: #FFF; }

.cta:hover svg { transform: translateX(0); stroke: #333; }
.cta:active { transform: scale(0.96); }
.cta:hover { color: #333; }

.slider .container { margin-top: -80px; }
.highlights { position: relative; }

.highlights img {
  z-index: -1;
  position: absolute;
  top: 20%;
  left: 40%;
  transform: rotate(17deg); }

.highlights h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  line-height: 60px;
  z-index: 3;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.08), 
               0 2px 2px rgba(0,0,0,0.12), 
               0 4px 4px rgba(0,0,0,0.16), 
               0 8px 8px rgba(0,0,0,0.20); }

.highlights .top { z-index: 4; }

.highlights h6 {
  display: block;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
  text-align: left;
  font-size: 1.25rem;
  padding-bottom: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.25), 
               0 2px 2px rgba(0,0,0,0.20), 
               0 4px 4px rgba(0,0,0,0.15), 
               0 8px 8px rgba(0,0,0,0.10),
               0 16px 16px rgba(0,0,0,0.05); }

.highlights h4 {
  color: #333;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  text-shadow:  0 1px 1px rgba(0, 0, 0, 0.25),
                0 2px 2px rgba(0, 0, 0, 0.20),
                0 4px 4px rgba(0, 0, 0, 0.15),
                0 8px 8px rgba(0, 0, 0, 0.10),
                0 16px 16px rgba(0, 0, 0, 0.05); }

.highlights p {
  color: #FFF;
  margin-bottom: 20px; }

.highlights-wrapper {
  display: block;
  overflow: hidden;
  position: relative; }

 .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 700ms;
  transition: -webkit-transform 700ms, transform 700ms;
  -webkit-transform: scale(1);
  transform: scale(1); }

.control {
  position: absolute;
  top: 70%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 55; }

.control label {
  z-index: 0;
  display: none;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  color: #FFF;
  cursor: pointer;
  opacity: 0.2; }

.control label:hover { opacity: 0.5; }
.next { right: 1%; }
.previous { left: 1%; }

.slider-pagination {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1000; }

.slider-pagination label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 2px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer; }

.slide1 { left: 0; }
.slide2 { left: 100%; }
.slide3 { left: 200%; }
.slide4 { left: 300%; }

.slide-radio1:checked ~ .next .numb2,
.slide-radio2:checked ~ .next .numb3,
.slide-radio3:checked ~ .next .numb4,
.slide-radio2:checked ~ .previous .numb1,
.slide-radio3:checked ~ .previous .numb2,
.slide-radio4:checked ~ .previous .numb3 {
  display: block;
  z-index: 1; }

.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 { background: rgba(255, 255, 255, 1); }

.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%); }

.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%); }

.slide-radio1:checked ~ .slide1 h1,
.slide-radio2:checked ~ .slide2 h1,
.slide-radio3:checked ~ .slide3 h1,
.slide-radio4:checked ~ .slide4 h1 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.features-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50.5%;
  height: 100%; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.section-title span.span {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 31px; }

.section-title span.span:after { margin-left: 20px; }

.section-title span.span:after {
  display: inline-block;
  content: "";
  width: 55px;
  height: 3px;
  vertical-align: middle;
  background-color: #EA0029; }

.icon img { margin-right: 25px; width: 130px; }


/* Internal */
.building i { color: #1fa393 !important; }
.global i { color: #e4b328 !important; }
.marketing i { color: #d67896 !important; }
.hybrid i { color: #0f56d2 !important; }
.digital i { color: #1fa393!important; }

.building .accordion-button:not(.collapsed) { color: #1fa393; }
.global .accordion-button:not(.collapsed) { color: #e4b328; }
.marketing .accordion-button:not(.collapsed) { color: #d67896; }
.hybrid .accordion-button:not(.collapsed) { color: #0f56d2; }
.digital .accordion-button:not(.collapsed) { color: #1fa393; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none; }

.accordion-body  { padding: 0 0 1rem 0; }
.accordion-button, .accordion-button:not(.collapsed) { padding: 1rem 0; }

.building > a:hover { color: #1fa393 !important; }
.global > a:hover { color: #e4b328 !important; }
.marketing > a:hover { color: #d67896 !important; }
.hybrid > a:hover { color: #0f56d2 !important; }
.digital > a:hover { color: #1fa393 !important; }

.accordion-button:focus { box-shadow: none; }
.accordion-button { font-weight: 500; }
.accordion-button:not(.collapsed) { color: #FFF; }

.building .accordion-button:not(.collapsed)::after,
.global .accordion-button:not(.collapsed)::after,
.marketing .accordion-button:not(.collapsed)::after,
.hybrid .accordion-button:not(.collapsed)::after,
.digital .accordion-button:not(.collapsed)::after { display: none; }

.building span.span::after { background-color: #1fa393 !important; }
.global span.span::after { background-color: #e4b328 !important; }
.marketing span.span::after { background-color: #d67896 !important; }
.hybrid span.span::after { background-color: #0f56d2 !important; }
.digital span.span::after { background-color: #1fa393 !important; }

.accordion-item { border: none; }


/* Campaign */
.title { position: relative; }

.title h5 {
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
  left: 10px;
  width: 500px;
  letter-spacing: 6px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

.tilt { 
  transform-style: preserve-3d;
  transform: perspective(1000px);
  transform: translateZ(20px); }

.tilt img {
  box-shadow: 0 1px 1px rgba(0,0,0,0.08), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.16), 
              0 8px 8px rgba(0,0,0,0.20); }

.grid img { margin-bottom: 1.5rem; }
.grid-item { float: left; }
.filter a { margin-bottom: 1.5rem; }
.filter a:not(:last-child) { margin-right: 1rem; }

/* Our Team */
.flex { display: flex; }
.one { background: url(../images/alejandro.jpg); }
.two { background: url(../images/ivonne.jpg); }
.three { background: url(../images/gerardo.jpg); }
.four { background: url(../images/alberto.jpg); }

.team {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  min-height: 450px;
  cursor: pointer;
  flex: 0.8;
  position: relative;
  transition: all 0.7s ease-out; }

.team.active { flex: 3; }

.team.active .people {
  visibility: visible;
  opacity: 1;
  z-index: 1; }

.people {
  position: absolute;
  top: 80px;
  right: 10%;
  visibility: hidden;
  opacity: 0;
  transition: 4s, opacity .2s linear;
  color: #FFF;
  z-index: -1; }

.people2 {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 50%;
  color: #FFF; }

.people2 h1 { font-size: 16px; }
.people h1 { font-weight: 600; }
.glide__slide { position: relative; }

.glide__bullets.colors { bottom: -10px; }
.colors .glide__bullet--active { background-color: #333; }
.colors .glide__bullet { border: 2px solid #333; }

.people h6 {
  color: #cecece;
  margin-bottom: 80px; }

.people span {
  display: block;
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 1rem; }

.people a {
  position: relative;
  width: 175px;
  height: 175px;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  margin-left: 40px;
  z-index: 1;
  color: #FFF; }

.people a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 1px solid #FFF;
  border-radius: 50%;
  transform: translate(-50%, -50%); }

/* Testimonials */

.testimonials { position: relative; }
blockquote { padding-bottom: 30px; }

/* Footer */
footer {
  background-color: #343a40;
  color: #dee2e6;
  overflow: hidden;
  position: relative;
  z-index: 1; }

footer::after, footer::before {
  position: absolute;
  content: "";
  border: 1px solid #3A4148;
  border-radius: 50%;
  z-index: -1; }

footer::before {
  top: 180px;
  right: -130px;
  width: 260px;
  height: 260px; }

footer::after {
  top: 80px;
  left: 20px;
  width: 414px;
  height: 414px; }

footer h1 {
  text-transform: inherit;
  letter-spacing: inherit; }

.copyright {
  border-top: 1px solid #3A4148;
  color: #868e96;
  font-size: .8rem; }

.copyright a {
  color: #FFF;
  font-weight: 400; }

ul.social-link li {
  margin-right: 5px;
  display: inline-block; }

ul.social-link li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212529;
  color: #fff;
  overflow: hidden;
  position: relative; }

ul.social-link li a .fab {
  position: relative;
  transition: .5s;
  z-index: 3; }

ul.social-link li a:hover .fab { color: #FFF; }

ul.social-link li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  z-index: 2; }

ul.social-link li a:hover:before { top: 0; }
ul.social-link li:nth-child(1) a:before { background: #3b5999; }
ul.social-link li:nth-child(2) a:before { background: rgb(138,73,161);
background: -moz-linear-gradient(210deg, rgba(138,73,161,1) 0%, rgba(193,85,139,1) 25%, rgba(229,105,105,1) 50%, rgba(255,194,115,1) 75%, rgba(255,223,158,1) 100%);
background: -webkit-linear-gradient(210deg, rgba(138,73,161,1) 0%, rgba(193,85,139,1) 25%, rgba(229,105,105,1) 50%, rgba(255,194,115,1) 75%, rgba(255,223,158,1) 100%);
background: linear-gradient(210deg, rgba(138,73,161,1) 0%, rgba(193,85,139,1) 25%, rgba(229,105,105,1) 50%, rgba(255,194,115,1) 75%, rgba(255,223,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a49a1",endColorstr="#ffdf9e",GradientType=1); }
ul.social-link li:nth-child(3) a:before { background: #55acee; }
ul.social-link li:nth-child(4) a:before { background: #0077b5; }
ul.social-link li:nth-child(5) a:before { background: #128C7E; }


/* Circles */
#campaign, #highlights, #about {
  overflow: hidden;
  position: relative;
  z-index: 1; }

#about::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  z-index: -1;
  top: 90px;
  right: -250px;
  width: 400px;
  height: 400px; }

#highlights::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  z-index: 2; }

#highlights::after {
  top: 90px;
  left: -400px;
  width: 600px;
  height: 600px; }

#campaign::before, #campaign::after {
  position: absolute;
  content: "";
  border: 1px solid #26262D;
  border-radius: 50%;
  z-index: -1; }

#campaign::before {
  top: 130px;
  right: -300px;
  width: 550px;
  height: 550px; }

#campaign::after {
  bottom: 80px;
  left: -490px;
  width: 1000px;
  height: 1000px; }

.bg-building::before, .bg-global::before, .bg-hybrid::before, .bg-marketing::before {
  display: none; }


[class*="big-"] {
  text-shadow: none;
  text-shadow: none !important; }

[class*="bg-"] { position: relative; }

.big-building {
  background: #1fa393;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.big-global {
  background: #e4b328;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.big-marketing {
  background: #d67896;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.big-hybrid {
  background: #0f56d2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.bg-building {
  background: rgb(0,116,100);
  background: -moz-linear-gradient(180deg, rgba(0,116,100,1) 0%, rgba(11,153,137,1) 45%, rgba(188,214,146,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,116,100,1) 0%, rgba(11,153,137,1) 45%, rgba(188,214,146,1) 100%);
  background: linear-gradient(180deg, rgba(0,116,100,1) 0%, rgba(11,153,137,1) 45%, rgba(188,214,146,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007464",endColorstr="#004f47",GradientType=1); }

.bg-global {
  background: rgb(255,194,0);
  background: -moz-linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(255,189,92,1) 45%, rgba(255,185,163,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(255,189,92,1) 45%, rgba(255,185,163,1) 100%);
  background: linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(255,189,92,1) 45%, rgba(255,185,163,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc200",endColorstr="#c18b06",GradientType=1); }

.bg-hybrid {
  background: rgb(0,47,172);
  background: -moz-linear-gradient(180deg, rgba(0,47,172,1) 0%, rgba(5,104,238,1) 45%, rgba(174,149,215,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,47,172,1) 0%, rgba(5,104,238,1) 45%, rgba(174,149,215,1) 100%);
  background: linear-gradient(180deg, rgba(0,47,172,1) 0%, rgba(5,104,238,1) 45%, rgba(174,149,215,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002fac",endColorstr="#002fac",GradientType=1); }

.bg-marketing {
  background: rgb(197,99,128);
  background: -moz-linear-gradient(180deg, rgba(197,99,128,1) 0%, rgba(234,143,175,1) 45%, rgba(253,201,170,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(197,99,128,1) 0%, rgba(234,143,175,1) 45%, rgba(253,201,170,1) 100%);
  background: linear-gradient(180deg, rgba(197,99,128,1) 0%, rgba(234,143,175,1) 45%, rgba(253,201,170,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c56380",endColorstr="#c56380",GradientType=1); }


/* Gradients */
.purple-gradient {
  color: #FFF;
  background: rgb(92,16,96);
  background: -moz-linear-gradient(180deg, rgba(92,16,96,1) 0%, rgba(137,78,173,1) 40%, rgba(137,197,240,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(92,16,96,1) 0%, rgba(137,78,173,1) 40%, rgba(137,197,240,1) 100%);
  background: linear-gradient(180deg, rgba(92,16,96,1) 0%, rgba(137,78,173,1) 40%, rgba(137,197,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c1060",endColorstr="#89c5f0",GradientType=1); }

.purple-gradient::after {
  content: '';
  display: block;
  height: 100px;
  z-index: -1;
  background: rgb(137,78,173);
  background: -moz-linear-gradient(180deg, rgba(137,78,173,1) 0%, rgba(92,16,96,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(137,78,173,1) 0%, rgba(92,16,96,1) 100%);
  background: linear-gradient(180deg, rgba(137,78,173,1) 0%, rgba(92,16,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#894ead",endColorstr="#5c1060",GradientType=1); }

.green-gradient {
  background: rgb(0,116,100);
  background: -moz-linear-gradient(180deg, rgba(0,116,100,1) 0%, rgba(11,153,137,1) 45%, rgba(188,214,146,1) 90%, rgba(0,115,99,1) 90%, rgba(0,79,71,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,116,100,1) 0%, rgba(11,153,137,1) 45%, rgba(188,214,146,1) 90%, rgba(0,115,99,1) 90%, rgba(0,79,71,1) 100%);
  background: linear-gradient(180deg, rgba(0,116,100,1) 0%, rgba(11,153,137,1) 45%, rgba(188,214,146,1) 90%, rgba(0,115,99,1) 90%, rgba(0,79,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007464",endColorstr="#004f47",GradientType=1); }

.yellow-gradient {
  background: rgb(255,194,0);
  background: -moz-linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(255,189,92,1) 45%, rgba(255,185,163,1) 90%, rgba(255,192,22,1) 90%, rgba(193,139,6,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(255,189,92,1) 45%, rgba(255,185,163,1) 90%, rgba(255,192,22,1) 90%, rgba(193,139,6,1) 100%);
  background: linear-gradient(180deg, rgba(255,194,0,1) 0%, rgba(255,189,92,1) 45%, rgba(255,185,163,1) 90%, rgba(255,192,22,1) 90%, rgba(193,139,6,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc200",endColorstr="#c18b06",GradientType=1); }

.blue-gradient {
  background: rgb(0,47,172);
  background: -moz-linear-gradient(180deg, rgba(0,47,172,1) 0%, rgba(5,104,238,1) 45%, rgba(174,149,215,1) 90%, rgba(5,103,237,1) 90%, rgba(0,47,172,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,47,172,1) 0%, rgba(5,104,238,1) 45%, rgba(174,149,215,1) 90%, rgba(5,103,237,1) 90%, rgba(0,47,172,1) 100%);
  background: linear-gradient(180deg, rgba(0,47,172,1) 0%, rgba(5,104,238,1) 45%, rgba(174,149,215,1) 90%, rgba(5,103,237,1) 90%, rgba(0,47,172,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002fac",endColorstr="#002fac",GradientType=1); }

.pink-gradient {
  background: rgb(197,99,128);
  background: -moz-linear-gradient(180deg, rgba(197,99,128,1) 0%, rgba(234,143,175,1) 45%, rgba(253,201,170,1) 90%, rgba(246,158,191,1) 90%, rgba(197,99,128,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(197,99,128,1) 0%, rgba(234,143,175,1) 45%, rgba(253,201,170,1) 90%, rgba(246,158,191,1) 90%, rgba(197,99,128,1) 100%);
  background: linear-gradient(180deg, rgba(197,99,128,1) 0%, rgba(234,143,175,1) 45%, rgba(253,201,170,1) 90%, rgba(246,158,191,1) 90%, rgba(197,99,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c56380",endColorstr="#c56380",GradientType=1); }

.orange-gradient {
  color: #FFF;
  background: rgb(184,36,17);
  background: -moz-linear-gradient(180deg, rgba(184,36,17,1) 0%, rgba(229,49,27,1) 45%, rgba(244,151,93,1) 90%, rgba(228,39,21,1) 90%, rgba(167,25,5,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(184,36,17,1) 0%, rgba(229,49,27,1) 45%, rgba(244,151,93,1) 90%, rgba(228,39,21,1) 90%, rgba(167,25,5,1) 100%);
  background: linear-gradient(180deg, rgba(184,36,17,1) 0%, rgba(229,49,27,1) 45%, rgba(244,151,93,1) 90%, rgba(228,39,21,1) 90%, rgba(167,25,5,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b82411",endColorstr="#a71905",GradientType=1); }

.black-gradient {
  color: #FFF;
  background: rgb(22,22,27);
  background: -moz-linear-gradient(180deg, rgba(22,22,27,1) 90%, rgba(0,116,100,1) 90%, rgba(0,79,71,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(22,22,27,1) 90%, rgba(0,116,100,1) 90%, rgba(0,79,71,1) 100%);
  background: linear-gradient(180deg, rgba(22,22,27,1) 90%, rgba(0,116,100,1) 90%, rgba(0,79,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16161b",endColorstr="#004f47",GradientType=1); }

.white-gradient {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(1,53,179,1) 70%, rgba(5,104,238,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(1,53,179,1) 70%, rgba(5,104,238,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(1,53,179,1) 70%, rgba(5,104,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0568ee",GradientType=1); }

/*[class*="-gradient"] { z-index: -2; }*/

@media (min-width: 768px) {
  .highlights h1 {
    font-size: 82px;
    line-height: 92px; }
  .control {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 55; }
}

@media (min-width: 992px) {
 .bg-building::before, .bg-global::before, .bg-hybrid::before, .bg-marketing::before {
    content: '';
    display: block;
    position: absolute;
    width: 160px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 1; }
  
  .highlights h1 {
    font-size: 130px;
    line-height: 140px;
    text-align: center; }
}

@media (min-width: 1200px) {
  .highlights h1 {
    font-size: 130px;
    line-height: 140px;
    text-align: center; }
}