/*
COLORS:

 Green      -> #1071b6
 Dark Green -> #00523e
 Gray       -> #666666
*/
/* 
VERDE LOGO #1071b6
#1071b6
#1071b6; */ 


video {
  object-fit: fill !important;
  /*-webkit-transform: scaleX(2); */
  /*-moz-transform: scaleX(2);*/
}
.txtPrincipal {
  display: block;
  padding: 20px;
}

.parallax-container {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6) inset;
}

.side-nav {
  background-color: rgba(16, 113, 182, 0.8);
}

.logoSide {
  min-width: 100%;
  /*min-height: 100%;*/
  /*background-color: red;*/
  display: inline-block;
  margin-bottom: 80px;
}

.menuSide {
  min-width: 100%;
  min-height: 50px;
  display: block;
  /*background-color: blue;*/
  margin: 0px 0px 5px 0px;
}

.imgSide {
  width: 100px;
  min-height: 100%;
  display: inline-block;
  /*line-height: 50px;*/
  /*background-color: red;*/
  padding: 12px 0px 10px 0px;
}

.txtSide {
  position: absolute;
  display: inline-block;
  width: 100px;
  min-height: 50px;
  /*background-color: orange;*/
  letter-spacing: 1px;
}

.grad {
  background: #1071b6; /* For browsers that do not support gradients */
  background: #1071b6;
  /*background: -webkit-linear-gradient(90deg, #00523f, #33ffff);
  background: -o-linear-gradient(90deg, #00523f, #33ffff); 
  background: -moz-linear-gradient(90deg,#00523f, #33ffff);
  background: linear-gradient(90deg,#00523f, #33ffff);*/
  height: 40px;
  /*text-align: center;*/
  vertical-align: middle;
  line-height: 40px;
  color: #fff;
  font-size: 10pt;
  font-family: "Oswald-Regular";
  display: none;
}

.txtWhite {
  color: #fff;
}

.txtGreen {
  color: #1071b6;
  color: #1071b6;
}

.txtGray {
  color: #666666;
}

.txtGrayLight {
  color: #b1b1b1;
}

.txtBody {
  font-family: "Designio Regular";
}

.txtTitle {
  font-family: "Oswald-Regular" !important;
}
.txtShadow {
  text-shadow: 2px 2px 2px #000;
}
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.fnt8 {
  font-size: 8pt;
}
.fnt10 {
  font-size: 10pt;
}
.fnt12 {
  font-size: 12pt;
}
.fnt14 {
  font-size: 14pt;
}
.fnt16 {
  font-size: 16pt;
}
.fnt18 {
  font-size: 18pt;
}
.fnt20 {
  font-size: 20pt;
}
.fnt22 {
  font-size: 22pt;
}
.fnt24 {
  font-size: 24pt;
}
.fnt30 {
  font-size: 30pt !important;
}
.fnt40 {
  font-size: 40pt !important;
}
.txtVideoCarouselTitle {
  color: #fff !important;
  text-shadow: -3px 3px 3px #000 !important;
  font-family: "Oswald-Medium" !important;
  font-size: xx-large !important; /*valor original xx-large !important*/
}
.txtVideoCarousel {
  color: #fff !important;
  text-shadow: -3px 3px 3px #000 !important;
  /*font-family: "Oswald-light" !important;*/
  font-family: "Designio Regular";
  font-size: x-large !important;
}

/*.servicios{
  display: inline-block;
  position: relative;
  height: 480px;
  max-width: 240px;
  min-width: 240px;
  ///*padding: 0 0.75rem;* /
  margin: 1em;
  text-align: center;
}*/

.botonCrece:hover {
}

.servicios {
  display: inline-block;
  position: relative;
  /*height: 280px;*/
  /*max-width: 240px;
  min-width: 240px;*/
  width: 220px;
  max-width: 200px;
  /*padding: 0 0.75rem;*/
  padding: 2rem 0;
  margin: 0.5em;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
  /*margin: .5rem 0 1rem 0;*/
  background-color: #fff;
  transition: box-shadow 0.25s;
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 50px;
}

.fix {
  position: absolute;
  bottom: 0px;
  /*left:50%;*/
}

.cajaServicios {
  position: relative;
  position: absolute;
  bottom: 0;
  background-color: inherit;
  /*border-top: 1px solid rgba(160,160,160,0.2);*/
  background-color: #1071b6;
  color: #fff;
  height: 35px;
  width: 101%;
  padding: 5px;
  margin-bottom: -1px;
  margin-left: -1px;
  /*padding: 16px 24px;*/
}

.colores {
  background: #4669ab;
  background: -webkit-gradient(linear, 0 0, 0 0, from(#4669ab), to(#304886));
  background: -moz-linear-gradient(#4669ab, #304886);
  background: linear-gradient(#4669ab, #304886);
  border-top: 1px solid #8ea4cd;
  color: rgba(21, 31, 53, 1);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
}

.btnGradient {
  background: #1071b6; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    90deg,
    #00b191,
    #31fcfa
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    90deg,
    #000b191,
    #31fcfa
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    90deg,
    #00b191,
    #31fcfa
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg, #00b191, #31fcfa); /* Standard syntax */
  border-radius: 20px;
  border: 0px;
  padding: 6px 12px;
  left: 25%;
}

.boxAboutUs {
  background-color: #1071b6;
  width: 100%;
  min-height: 350px;
  display: inline-block;
}

.boxVideo {
  /*background-color: #00523e;*/
  width: 100%;
  height: 320px;
  display: inline-block;
}

.bannerIndex1,
.bannerIndex2,
.bannerIndex3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bannerIndex1 {
  background-image: url("../img/banners/Banner1.png");
}

.bannerIndex2 {
  background-image: url("../img/banners/Banner2.png");
}

.bannerIndex3 {
  background-image: url("../img/banners/Banner3.png");
}

.videoWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-background {
  /*  making the video fullscreen  */
  /*position: fixed;*/
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
.video-background2 {
  /*  making the video fullscreen  */
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*-45%)*/
}

.espacioVacio2 {
  display: none;
}

@media all and (max-width: 601px) {
  .logoNavBar {
    margin-left: 30%;
  }
  .logoNavBar2 {
    margin-right: 30%;
  }
  .carousel2 {
    height: 350px !important;
  }
  .espacioVacio2 {
    display: inline-block;
  }
  .txtFooterLeft {
    text-align: center;
  }
  .txtFooterRight {
    text-align: center;
  }
  .txtFooter {
    text-align: center;
    font-size: 12pt;
  }
  .txtAbout_About_Title {
    font-size: 26pt;
    text-align: left; /*valor original center*/
  }
  .txtAbout_About {
    text-align: left; /*valor original center*/
    width: 100%;
    font-size: 12pt;
  }
}

@media all and (min-width: 601px) {
  .txtVideoCarouselTitle {
    margin-top: 30% !important;
  }
  .logoNavBar {
    margin-left: 60%;
    /*max-width: 106px;*/
    max-width: 150px;
  }
  .logoNavBar2 {
    margin-right: 30%;
  }
  .grad {
    display: block;
  }

  .carousel2 {
    height: 100% !important;
  }
  .espacioVacio2 {
    display: none;
  }
  .txtFooterLeft {
    text-align: left;
  }
  .txtFooterRight {
    text-align: right;
  }
  .txtFooter {
    text-align: center;
    font-size: 10pt;
  }
  .txtAbout_About_Title {
    font-size: 30pt; /*valor original 30pt*/
    text-align: left;
    margin-top: 5%;
  }
  .txtAbout_About {
    text-align: left;
    width: 60%;
    font-size: 16pt;
  }
}

/*nav ul > .active > a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 45%;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #c32033 transparent;
    display: block;
    width: 0;
}

nav ul > .active > a::after {
    content: "";
    position: relative;
    bottom: -10px;
    left: 28%;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #c32033 transparent;
    display: block;
    width: 0px;
}

*/

@media all and(max-width: 980px) {
  .txtMenuFooter {
    text-align: center !important;
  }
}

@media all and(min-width: 981px) {
  /*  .txtMenuFooter{
    text-align: right !important;
  }*/
}

.pie {
  background: #bdbfc1;
  /*min-height: 200px;*/
  position: relative;
  margin-bottom: 0 !important;
}

.pieCopy {
  background: #bdbfc1;
  /*min-height: 200px;*/
  position: relative;
  margin-bottom: 0 !important;
}
.separadorFooter {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #666;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pieCopy a:hover {
  color: #666;
}
footer {
  /*  background: #bdbfc1;
  min-height: 200px;
  position: relative;*/
}

.aboutMenuWrapper {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 800px;
}
.aboutBackINDEX {
  background: url("../img/fondoinicio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.aboutBack1 {
  background: url("../img/about/Banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.aboutBack2 {
  background: url("../img/about/Banner2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.aboutBack3 {
  background: url("../img/about/Banner3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.aboutBack4 {
  background: url("../img/about/Banner4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.aboutMenu {
  height: auto;
  background-color: rgba(
    150,
    150,
    150,
    0.4
  ); /*color original rgba(150,150,150,0.4)*/
  min-width: 150px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  font-size: 12pt;
  text-align: center;
  bottom: -10px;
  /*bottom: -26px;*/
}

.aboutMenu img {
  /*height: 51px;*/
}
.aboutMenu span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  line-height: normal;
}

.aboutMenu br:first-child {
  display: none;
}
.aboutMenu br:nth-of-type(2) {
  line-height: 8px;
}

.activeAbout br:first-child {
  display: inline-block;
}
.activeAbout br:nth-of-type(2) {
  display: none;
}

.activeAbout {
  bottom: 0;
  background-color: #1071b6;
}
.aboutMenu:hover {
  /*content: "";*/
  /*position: relative;*/
  /*bottom: -15px;*/
  /*left: 40%;*/
  /*border-width: 10px 10px 0 10px;*/
  /*border-style: solid;*/
  /*border-color: #1071b6 transparent;*/
  /*display: block;*/
  /*width: 0px;*/
  background-color: #1071b6; /*valor original #1071b6*/
}

.activeAbout a::after {
  content: "";
  position: relative;
  bottom: -15px; /*valor original -15px*/
  left: 40%;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1071b6 transparent;
  display: block; /*valor original block*/
  width: 0px;
}

.noActiveAbout {
  padding-bottom: 5px;
}

.iconNearShoring {
  height: 139px;
  position: relative;
  text-align: center;
}

.iconNearShoring img {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 146px;
}

.keyBenefitsNearShoring {
  padding-bottom: 40px !important;
}

.capabilitiesMenuWrapper {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  /*max-width: 800px;*/
}

.capabilitiesBack1 {
  background: url("../img/capabilities/Banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.capabilitiesBack2 {
  background: url("../img/capabilities/Banner2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.capabilitiesBack3 {
  background: url("../img/capabilities/PowderCoat1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.capabilitiesBackBoxBuild {
  background: url("../img/capabilities/PowderCoat1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.capabilitiesBackDirectOrder {
  background: url("../img/capabilities/DirectOrder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.capabilitiesBack4 {
  background: url("../img/capabilities/Banner4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.capabilitiesBack5 {
  background: url("../img/capabilities/Banner5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.quotationBack {
  background: url("../img/quotationBack.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.capabilitiesBack6 {
  background: url("../img/capabilities/Banner6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.employmentBack1 {
  background: url("../img/employment/Banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.iconEmployment {
  height: 73px;
  position: relative;
  text-align: center;
}

/*DISENIO PARA IPHONE*/

@media all and (max-width: 330px) {
  .txtExtP {
    font-size: 1.4em;
  }

  .txtVideoCarouselTitle {
    font-family: "Oswald-Medium" !important;
    font-size: 15pt !important;
  }

  .txtVideoCarousel {
    font-family: "Designio Regular";
    font-size: 15pt !important;
  }

  .aboutMenu:hover {
    background-color: transparent;
  }

  .activeAbout a::after {
    display: none;
  }

  .txt_About_Title_Mov {
    font-size: 20pt;
  }

  .aboutMenu {
    background-color: rgba(150, 150, 150, 0);
    bottom: 25px;
    min-width: 100px;
  }

  .icon_size {
    /*display: block;*/
    max-width: 80px;
    max-height: 80px;
  }

  .txt_mov_icon {
    font-size: 9pt;
  }

  .aboutBack1 {
    min-height: 640px;
  }

  .aboutBack2 {
    min-height: 710px;
  }

  .aboutBack3 {
    min-height: 520px;
  }

  .aboutBack4 {
    min-height: 520px;
  }

  .capabilitiesBack1 {
    min-height: 690px;
  }

  .capabilitiesBack2 {
    min-height: 610px;
  }

  .capabilitiesBack3 {
    min-height: 620px;
  }

  .capabilitiesBack4 {
    min-height: 790px;
  }

  .capabilitiesBack5 {
    min-height: 680px;
  }

  .capabilitiesBack6 {
    min-height: 700px;
  }
}

/*DISENIO PARA GALAXY*/

@media all and (max-width: 383px) and (min-width: 331px) {
  .txtVideoCarouselTitle {
    font-family: "Oswald-Medium" !important;
    font-size: 15pt !important;
  }

  .txtVideoCarousel {
    font-family: "Designio Regular";
    font-size: 15pt !important;
  }

  .aboutMenu:hover {
    background-color: transparent;
  }

  .activeAbout a::after {
    display: none;
  }

  .txt_About_Title_Mov {
    font-size: 20pt;
  }

  .aboutMenu {
    background-color: rgba(150, 150, 150, 0);
    bottom: 25px;
    min-width: 100px;
  }

  .icon_size {
    max-width: 80px;
    max-height: 80px;
  }

  .txt_mov_icon {
    font-size: 9pt;
  }

  .aboutBack1 {
    min-height: 620px;
  }

  .aboutBack2 {
    min-height: 690px;
  }

  .aboutBack3 {
    min-height: 520px;
  }

  .aboutBack4 {
    min-height: 520px;
  }

  .capabilitiesBack1 {
    min-height: 560px;
  }

  .capabilitiesBack2 {
    min-height: 500px;
  }

  .capabilitiesBack3 {
    min-height: 500px;
  }

  .capabilitiesBack4 {
    min-height: 620px;
  }

  .capabilitiesBack5 {
    min-height: 510px;
  }

  .capabilitiesBack6 {
    min-height: 570px;
  }
}

/*DISENIO PARA  MINITABLETS*/

@media all and (max-width: 443px) and (min-width: 384px) {
  .txtVideoCarouselTitle {
    font-family: "Oswald-Medium" !important;
    font-size: 15pt !important;
  }

  .txtVideoCarousel {
    font-family: "Designio Regular";
    font-size: 15pt !important;
  }

  .aboutMenu:hover {
    background-color: transparent;
  }

  .activeAbout a::after {
    display: none;
  }

  .txt_About_Title_Mov {
    font-size: 20pt;
  }

  .aboutMenu {
    background-color: rgba(150, 150, 150, 0);
    bottom: 25px;
    min-width: 100px;
  }

  .icon_size {
    max-width: 80px;
    max-height: 80px;
  }

  .txt_mov_icon {
    font-size: 9pt;
  }

  .aboutBack1 {
    min-height: 620px;
  }

  .aboutBack2 {
    min-height: 650px;
  }

  .aboutBack3 {
    min-height: 520px;
  }

  .aboutBack4 {
    min-height: 520px;
  }

  .capabilitiesBack1 {
    min-height: 640px;
  }

  .capabilitiesBack2 {
    min-height: 600px;
  }

  .capabilitiesBack3 {
    min-height: 600px;
  }

  .capabilitiesBack4 {
    min-height: 700px;
  }

  .capabilitiesBack5 {
    min-height: 620px;
  }

  .capabilitiesBack6 {
    min-height: 650px;
  }
}

/*DISENIO PARA TABLETS*/

@media all and (max-width: 629px) and (min-width: 444px) {
  .aboutMenu:hover {
    background-color: transparent;
  }

  .activeAbout a::after {
    display: none;
  }

  .txt_About_Title_Mov {
    font-size: 20pt;
  }

  .aboutMenu {
    background-color: rgba(150, 150, 150, 0);
    bottom: 25px;
    min-width: 100px;
  }

  .icon_size {
    max-width: 80px;
    max-height: 80px;
  }

  .txt_mov_icon {
    font-size: 9pt;
  }

  .txtAbout_About {
    text-align: left; /*valor original center*/
    width: 100%;
    font-size: 12pt;
  }

  .aboutBack1 {
    min-height: 580px;
  }

  .aboutBack2 {
    min-height: 580px;
  }

  .aboutBack3 {
    min-height: 580px;
  }

  .aboutBack4 {
    min-height: 580px;
  }

  .capabilitiesBack1 {
    min-height: 500px;
  }

  .capabilitiesBack2 {
    min-height: 500px;
  }

  .capabilitiesBack3 {
    min-height: 500px;
  }

  .capabilitiesBack4 {
    min-height: 500px;
  }

  .capabilitiesBack5 {
    min-height: 500px;
  }

  .capabilitiesBack6 {
    min-height: 500px;
  }
}

/*DISENIO PARA LANDSCAPE*/

@media all and (max-width: 741px) and (min-width: 630px) {
  .aboutMenu:hover {
    background-color: transparent;
  }

  .activeAbout a::after {
    display: none;
  }

  .txt_About_Title_Mov {
    font-size: 20pt;
  }

  .aboutMenu {
    background-color: rgba(150, 150, 150, 0);
    bottom: 25px;
    min-width: 100px;
  }

  .icon_size {
    max-width: 80px;
    max-height: 80px;
  }

  .txt_mov_icon {
    font-size: 9pt;
  }

  .aboutBack1 {
    min-height: 500px;
  }

  .aboutBack2 {
    min-height: 500px;
  }

  .aboutBack3 {
    min-height: 500px;
  }

  .aboutBack4 {
    min-height: 500px;
  }

  .capabilitiesBack1 {
    min-height: 600px;
  }

  .capabilitiesBack2 {
    min-height: 500px;
  }

  .capabilitiesBack3 {
    min-height: 500px;
  }

  .capabilitiesBack4 {
    min-height: 600px;
  }

  .capabilitiesBack5 {
    min-height: 530px;
  }

  .capabilitiesBack6 {
    min-height: 600px;
  }
}

/*DISENIO PARA IPAD*/

@media all and (max-width: 780px) and (min-width: 742px) {
  .aboutMenu:hover {
    background-color: transparent;
  }

  .activeAbout a::after {
    display: none;
  }

  .txt_About_Title_Mov {
    font-size: 20pt;
  }

  .aboutMenu {
    background-color: rgba(150, 150, 150, 0);
    bottom: 25px;
    min-width: 100px;
  }

  .icon_size {
    max-width: 80px;
    max-height: 80px;
  }

  .txt_mov_icon {
    font-size: 9pt;
  }

  .aboutBack1 {
    min-height: 500px;
  }

  .aboutBack2 {
    min-height: 500px;
  }

  .aboutBack3 {
    min-height: 500px;
  }

  .aboutBack4 {
    min-height: 500px;
  }

  .capabilitiesBack1 {
    min-height: 500px;
  }

  .capabilitiesBack2 {
    min-height: 500px;
  }

  .capabilitiesBack3 {
    min-height: 500px;
  }

  .capabilitiesBack4 {
    min-height: 500px;
  }

  .capabilitiesBack5 {
    min-height: 500px;
  }

  .capabilitiesBack6 {
    min-height: 500px;
  }
}

/*DISENIO PARA NOTEBOOKS*/

@media all and (max-width: 1000px) and (min-width: 781px) {
  .aboutMenu:hover {
    background-color: transparent;
  }

  .activeAbout a::after {
    display: none;
  }

  .txt_About_Title_Mov {
    font-size: 20pt;
  }

  .aboutMenu {
    background-color: rgba(150, 150, 150, 0);
    bottom: 25px;
    min-width: 100px;
  }

  .icon_size {
    max-width: 80px;
    max-height: 80px;
  }

  .txt_mov_icon {
    font-size: 9pt;
  }

  /*.aboutBack1{
    min-height: 500px;
  }

  .aboutBack2{
    min-height: 500px;
  }

  .aboutBack3{
    min-height: 500px;
  }

  .aboutBack4{
    min-height: 500px;
  }

  .capabilitiesBack1{
    min-height: 500px;
  }

  .capabilitiesBack2{
    min-height: 500px;
  }

  .capabilitiesBack3{
    min-height: 500px;
  }

  .capabilitiesBack4{
    min-height: 500px;
  }

  .capabilitiesBack5{
    min-height: 500px;
  }

  .capabilitiesBack6{
    min-height: 500px;
  }*/
}
