@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
* {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.main-banner2 {
  background-repeat: no-repeat;
  background-position: 44.6708% 48.2667%;
  background-size: cover;
}

.main-image {
  /* The image used */
  background-image: url(/images/banner.jpg?f7bc7d6634dbcc1a23ce58ee2151d7af);
  /* Full height */
  height: auto;
  min-height: 950px;
  /* Center and scale the image nicely */
  background-position: 44.6708% 48.2667%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-area {
  background: transparent;
}
.header-area.background-header {
  background: #003052 !important;
}
.header-area .logo {
  color: #ffffff !important;
}
.header-area .nav li a {
  color: #ffffff !important;
}
.header-area .nav li a.active {
  color: #ffffff !important;
}

.main-nav .nav li a.active {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

#trainers .trainer-item span {
  color: #003052;
}

.logo-home-banner {
  width: 110px;
}

.social {
  list-style: none;
}
.social li {
  display: inline-block;
  padding: 3px 5px;
  color: #ffffff;
}
.social li a {
  color: #ffffff;
}
.social li i {
  color: #ffffff;
}

footer .soluciones {
  font-size: 18px;
  font-weight: 800;
  padding-top: 20px;
}

.main-banner2 {
  height: 400px;
  overflow: hidden;
}
.main-banner2 .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-overlay {
  bottom: 0px;
}

.video-overlay2 {
  position: absolute;
  background-color: rgba(0, 48, 82, 0.2);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 400px;
}
.video-overlay2 .caption h3 {
  color: #ffffff;
}

.line-break {
  background-color: #003052;
  color: #003052;
  height: 2px;
  margin-bottom: 20px;
  width: 100px;
}

.line-break2 {
  background-color: #ffffff;
  color: #ffffff;
  height: 2px;
  margin-bottom: 20px;
  width: 45%;
}

#who {
  padding: 60px 30px;
  padding-bottom: 80px;
}
#who p {
  padding-bottom: 20px;
}
#who h2 {
  padding-bottom: 10px;
  color: #003052;
}

.section-heading2 {
  text-align: center;
}
.section-heading2.bg-gray {
  background-color: #ededed;
}

.bg-gray {
  background-color: #ededed;
}

#our-services, #our-project {
  padding: 0px 0px 50px 0px !important;
}

.box-service {
  width: 100%;
  height: 340px;
  padding: 80px 60px;
  background-color: rgba(85, 160, 214, 0.72);
}
.box-service img {
  width: 45px;
  padding-bottom: 15px;
}
.box-service p {
  color: #ffffff;
  font-size: 20px;
}
.box-service a {
  color: #ffffff !important;
  font-size: 20px;
  display: block;
}

.top-service {
  margin-top: 40px;
}

.grid-client {
  text-align: center;
  padding: 20px;
}
.grid-client img {
  transition: transform 0.4s;
}
.grid-client img:hover {
  transform: scale(1.3);
  z-index: 999;
}

#our-project {
  padding: 60px;
}

.title-our-project {
  padding: 40px 10px;
}

.grid-project {
  margin-top: 20px;
  margin-bottom: 20px;
}
.grid-project .image-box {
  overflow: hidden;
}
.grid-project .image-box img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.grid-project .image-box img:hover {
  /*transform: scale(1.05);*/
  transform-origin: left top;
  -webkit-animation: scale 4000ms ease-in-out;
          animation: scale 4000ms ease-in-out;
}
.grid-project .title-box {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #ffffff;
}

@-webkit-keyframes scale {
  to {
    transform: scale(1.05);
  }
}

@keyframes scale {
  to {
    transform: scale(1.05);
  }
}
.home-contact {
  color: #ffffff !important;
}
.home-contact .block-contact {
  text-align: center !important;
  padding: 120px;
  color: black !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
.home-contact p, .home-contact h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 2rem;
  color: #003052;
  text-shadow: 3px 0px 3px white;
}

.btn-whats {
  border: 1px solid #000 !important;
  margin-top: 20px;
}

.item-service {
  padding: 45px 160px;
  color: #ffffff;
}
.item-service .img-icon {
  padding-bottom: 25px;
}
.item-service h3 {
  padding-bottom: 10px;
}
.item-service p {
  color: #ffffff;
  padding: 15px 0;
}
.item-service ul {
  padding-bottom: 20px;
}
.item-service ul li {
  list-style: disk;
  margin-left: 25px;
}

#our-clients h4 {
  font-size: 35px;
  padding-bottom: 20px;
}
#our-clients h6 {
  font-weight: 600;
  color: #999999;
}
#our-clients p {
  padding: 5px 15%;
}

.title-project-page {
  /*color: $soluciones;
  border-style: double;
  border-color: $soluciones;
  margin-top: 0px;
  border-bottom-width: 3px;
  width: 100%;*/
}

.owl-carousel .owl-stage-outer {
  /* override */
  overflow: initial;
}

.owl-item {
  opacity: 0;
  transition: opacity 0.75s linear;
}

.owl-item.active {
  opacity: 1;
}

.slick-slide {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0;
}

.slick-active {
  opacity: 1;
}

.container-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  padding: 30px;
  height: 940px;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#contact-home-top {
  text-align: center;
}
#contact-home-top .box-bg {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 200px;
}
#contact-home-top .box-bg .img-bg {
  background-image: url(/images/home-contact.jpg?4566a623a3f02c9e708dbea6b7053d72);
  background-position: 41.5956% 77%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  overflow: hidden;
  position: relative;
}
#contact-home-top .box-bg .box-text {
  padding: 40px;
  color: #fff;
}
#contact-home-top .box-bg .box-text .link {
  letter-spacing: 0.15em;
  border-width: 3px;
  border-radius: 3px;
}
#contact-home-top .box-bg .box-text a {
  color: #fff;
  border: 3px solid #fff;
  padding: 10px;
  position: relative;
  top: 20px;
  letter-spacing: 0.15em;
  border-width: 3px;
  border-radius: 3px;
}
#contact-home-top .box-bg .box-text a:hover {
  background-color: #fff;
  color: #000;
}

.contact-form h5, .contact-form p {
  margin-left: 7%;
  text-align: left;
}

#contact-us .container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#contact-us .container-fluid .row {
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 576px) {
  .container-slide {
    height: 340px !important;
  }
}
.grid {
  text-align: center;
  max-width: 95vw;
  margin: 2.5vw auto;
}

.grid-item {
  padding: 5px;
  box-sizing: border-box;
  display: inline;
}

@media (min-width: 500px) {
  .grid-item {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 2100px) {
  .grid-item {
    width: 20%;
  }
}
