
body, html {
	margin:0px;
    padding:0px;
    font-family: 'Roboto-Light';
    color:#333333;
    overflow-x: hidden;
} 
::-webkit-scrollbar {
  display: none;
}

.contentFlex{
  max-width: 1440px;
  position: relative;
  display: block;
  height: 1200px;
  background-color: red;
}

.contentSticky{
  position: absolute;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
  width: 300px;
  height: 300px;
}
div.sticky {
  position: sticky;
  top: 0px;
  padding: 5px;
  background-color: #cae8ca;
  border: 2px solid #4CAF50;
}

.container {
  display: flex;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}
.contentDos {
  width: 100%;
  height: 950px;
  margin: 15px;
  position: relative;
  max-width: 600px;
}
.contentTres {
  width: 100%;
  margin: 15px;
  position: relative;
  max-width: 600px;
}
.sticky-div {
  height: 200px;
  position: relative;
  float: left;
  margin-top: 10%;
}
.spacer {
  padding: 15px;
  width: 600px;
  margin-bottom: 100px;
}
#spacer{
  margin-bottom: 0px;
}
.textAboutDos {
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 16px;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  line-height: 35px;
  margin-bottom: 50px;
  margin-top: 100px;
  margin-left: -15px !important;
  width: 100%;
  max-width: 600px;
  position: relative;
  float: right;
}


.responsiveDesk{
 
}
.responsiveMobile{
  display: none;
}
/***FONT***/
@font-face {
    font-family: 'Roboto-Black';
    src:url('../fonts/Roboto-Black.woff')format('opentype');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'Roboto-Light';
    src:url('../fonts/Roboto-Light.woff')format('opentype');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'Roboto-Medium';
    src:url('../fonts/Roboto-Medium.woff')format('opentype');
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'Roboto-Thin';
    src:url('../fonts/Roboto-Thin.woff')format('opentype');
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'Roboto-Regular';
    src:url('../fonts/Roboto-Regular.woff')format('opentype');
    font-weight: normal;
    font-style: normal; 
}

/* -------------- */
/**** MENU ****/

#masthead {
  background-color: #FFFFFF;
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  }
  .logo{
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
	  z-index: 2;
    position: relative;
  }
  .masthead-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .site-title {
    margin: 0;
    z-index: 1;
  }
  
  .main-nav{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;

  }
  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: right;
    margin-right: 100px;

  }
  .main-nav ul li {
        padding: 14px;
  }
  
  .menu-link {
    display: none;
  }
  
  @media (min-width: 550px) {
    .menu-link {
      display: block;
    }
  }
  .menu-trigger {
    font-size: 1.5rem;
    list-style: none;
    float: right;
    position: absolute;
    right: 60px;
}
  .zmdi-menu:before {
    content: '\f197';
    color: #333333;
    font-size: 30px;
}
.zmdi-close:before{
    content: '\f136';
    color: #333333;
}
  @media (min-width: 550px) {
    .menu-trigger {
      display: none;
    }
  }
  .hide {
    display: none;
  }

  .menu {
    background-color: #fff;
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: 80px;
    right: 0;
    transform: translateX(100vw);
    transition: all 600ms ease;
    z-index: 100;
  }
  a {
    text-decoration: none;
    font-family: 'Roboto-Regular';
    color: #333333;
  }
  
  .main-nav a{
    /*
    background-image: linear-gradient(
      to right,
      #6d6d6d,
      #6d6d6d 50%,
      #333333 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    */
  }




.main-nav a:before{
    content: '';
    background: #333333;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
  }
  
  .main-nav a
   {
   background-position: 0;
  }
  
  .main-nav a
  ::before{
    width: 100%;
  }

  
  

  @media (min-width: 550px) {
    
    .menu {
      display: none;
    }
  }
  @media (max-width: 550px) {
    .main-nav ul {
        display: block;
    }
    .masthead-inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo {
      
        margin-left: -50px;
    }
    
  }
  .slide-in {
    transform: translateX(0);
  }
  
  .menu-close {
    text-align: right;
    padding: 1rem;
    margin: 0;
    font-size: 2rem;
  }
  
  .menu-pages {
    list-style: none;
    padding: 0 1rem;
  }
  .menu-item {
    margin-bottom: 10px;
    cursor: pointer;
  }

  .active, #myDIV ul li a:hover  {
    font-family: 'Roboto-Regular';
    color: #939393;
    text-decoration: none;

}
 
  .menu-pages li {
    margin: 1rem 0;
    text-decoration: none;
    font-size: 24px;
    text-align: right;
    font-family: 'Roboto-Regular';
  }
  .menu-pages li a {
    text-decoration: none;
    color:#333333;
  }
  .menu-pages li a
   {
    text-decoration: none;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }


.scrollHeader{
  text-decoration: none;
  font-size: 12px;
  text-align: right;
  font-family: 'Roboto-Regular';
  position: absolute;
  top: 70%;
  z-index: 9;
  float: right;
  right: 0px;
  rotate: -90deg;
}

.scrollHeader::before {
  content: '';
  background: #333333;
  display: block;
  position: absolute;
  left: 75px;
  width: 24px;
  height: 1px;
  transition: all 0.3s ease-in-out;
  top: 6px;
}
.scrollHeader::after {
  content: '';
  background: #333333;
  display: block;
  position: absolute;
  left: 115px;
  width: 164px;
  height: 1px;
  transition: all 0.3s ease-in-out;
  top: 6px;
}
/**** END MENU ****/


/**** SECTION ABOUT*****/

.boxContentknowledge{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.boxknowledge{
  width: 100%;
  margin: 20px;
}


.section{
  width: 100%;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 25%; */
  background-color: #ffff;
  overflow: unset;
  height: auto;
  height:990px;
}
.boxContentAboutInfo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  top: 100px;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 100px;
  align-items: flex-start;
}

section{
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #ffff;
}
.conteiner{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
.row{
  padding-left: 20px;
  padding-right: 20px;
}

.contentBoxAbout{
  width: 100%;
  margin: 15px;
  position: relative;
}
.content{
  width: 100%;
  height: 600px;
  margin: 15px;
  position: relative;
}
.contentMini{
  width: 160px;
  height: 50px;
  margin-right: 15px;
  align-items: center;
  justify-content: flex-start;
  display: flex;

}
#check{
  width: 100px;
}
.boxContentAbout{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 100px;
}
.textAbout{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 16px;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  line-height: 35px;
  margin-bottom: 50px;
  margin-top: 100px;
  margin-left: -15px !important;
  width: 100%;
}
.imgAbout{
  position: absolute;
  left: 20px;
  top: 130px;
}
.afetImg::before {
  content: '';
  background: url(../img/rectanglePorject.png);
  width: 124px;
  height: 135px;
  display: block;
  background-size: 90%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: left;
  top: 106px;
  left: 0px;
}
.afetImg::after {
  content: '';
  background: url(../img/rectanglePorject.png);
  width: 124px;
  height: 135px;
  display: block;
  background-size: 90%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: left;
  top: 296px;
  left: 200px;
  transform: rotate(180deg);
  z-index: -1;
}

@media (max-width: 1280px) {

}
@media (max-width: 1024px) {
  .section {
   
    height: 1580px;
}
}
@media (max-width: 990px) {
  .section {
   
    height:1670px;
}
}
@media (max-width: 768px) {
  .boxContentAboutInfo {
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    /* position: relative; */
    /* top: 100px; */
    /* max-width: 1440px; */
    /* margin: 0 auto; */
    /* margin-bottom: 100px; */
    align-items: flex-start;
    display: block;
}
.boxContentAboutInfoMobi {
  margin-bottom:470px;
  display: flex;
}
.textAbout {
  margin-top: 0px;
}
.section {
  height: 1520px;
}
#content {
  height: 460px;

}
}
@media (max-width:490px) {
  .section {
    height: 1900px;
  }
  .bntDownloadsDesk {
    background-color: #BFFF6F;
    width: 90%;
    height: 60px;
   
}
}


@media (max-width: 769px) {

  .boxContentAbout{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 100px;
    flex-direction: column;
    height:auto;
  }
}
.helloTxt{
  font-family: 'Roboto-Thin';
  color: #CE643A;
  font-size: 28px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 100px;
}
.mano{
  background-image: url(../img/mano.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 36px;
  background-size: contain;
  position: absolute;
  top: 90px;
  left: 85px;
  animation: move 5s infinite ease-in-out;
}

@keyframes move {
  0% {
    transform: rotate(-3deg);
  }
  2% {
    transform: rotate(20deg);
  }
  4% {
    transform: rotate(-15deg);
  }
  6% {
    transform: rotate(5deg);
  }
  9% {
    transform: rotate(-1deg);
  }
  10% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
h1{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 80px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  line-height: 80px;
}
h4{
  text-decoration: none;
  color: #333333;
 font-family: 'Roboto-Light';
   font-size: 30px;
  padding: 0;
  margin: 0;
  margin-top: 0px;
}
[data-text-effect]:after {
  content: "|";
  color: #CE643A;
  animation: type 0.6s linear infinite;
}

.h4TextInto {
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 26px;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  line-height: 35px;
  margin-top: 8px;
  margin-bottom: 20px;
}
@keyframes type {
  50% {
    opacity: 0;
  }
} 
.aboutTxt  {
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50px;
  width: 410px;
  left: 60px;
  margin-bottom: 110px;
  line-height: 20px;
}


.aboutTxt::before{
  content: '';
  background: #333333;
  display: block;
  position: absolute;
  left: -59px;
  width: 32px;
  height: 2px;
  transition: all 0.3s ease-in-out;
  top: 7px;
}
.textLight{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 14px;
  padding: 0;
  margin: 0;
  
}
.box{
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  position: relative;
}

.checkMy{
  background-color: #F5F5F5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
  border: 0;
  margin-right: 20px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  position: relative;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
}

.checkMy:hover{
  background-color:#BFFF6F;
  cursor: pointer;
  border: 1px #333333 solid;
    box-shadow: #333333 2px 2px;
}
.imgCheckMyBH{
  background-image: url(../img/behance.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.imgCheckMyIN{
  background-image: url(../img/in.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.imgHeader{
  background-image: url(../img/imgHeader.png);
  background-repeat: no-repeat;
  height: 530px;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: flex-end;
  display: flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  z-index: 2;
}

.items {
 
  position: relative;
}
.items__inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 730px;
  /* background: #fff; */
  z-index: 9;
}
.items__layer .items__item {
  position: absolute;
}
.items__layer .items__item:after {
  content: attr(data-title);
  position: absolute;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.items__layer .items__item
:after {
  visibility: visible;
  opacity: 1;
}
.items__layer:nth-child(1) .items__item {
  top: 200px;
  left: 120px;
  width: 340px;
  height: 340px;
 
}
.items__layer:nth-child(1) .items__item:after {
  top: -23px;
  left: 0;
 
}
.items__layer:nth-child(2) .items__item {
  top: 190px;
  left: 470px;
  height: 50px;
  background-image: url(../img/cubo3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  position: absolute;
  z-index: 9;
}
.items__layer:nth-child(2) .items__item:after {
  bottom: -23px;
  right: 0;
  color: #5A5050;
}
.items__layer:nth-child(3) .items__item {
  top: 0px;
  left: 380px;
  height: 90px;
  background-image: url(../img/cubo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  position: absolute;
  z-index: 9;

}
.items__layer:nth-child(3) .items__item:after {
  bottom: -23px;
  left: 0;
  color: #366C6F;
}
.items__layer:nth-child(4) .items__item {
  top: 70px;
  left: 100px;
    height: 40px;
    background-image: url(../img/cubo1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    position: absolute;
    z-index: 9;

}
.items__layer:nth-child(4) .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.items__layer:nth-child(5) .items__item {
  top: 60px;
  left: 40px;
  height: 510px;
  background-image: url(../img/imgHeader.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 560px;

 
}
.items__layer:nth-child(5) .items__item:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: auto;
  text-align: center;
  color: #c69891;
}


@media (max-width: 490px) {
  .mano {
    left: 135px;
}
h1 {
  font-size: 49px;
  margin-top: 10px;
  line-height: 47px;
}
h4 {
  font-size: 30px;
}

.aboutTxt::before {
  left: 0px;
  top: -13px;
}
.aboutTxt {
  top: 50px;
  width: 90%;
  left: 0px;
  margin-bottom: 90px;
  font-family: 'Roboto-Light';
  line-height: 20px;
}

.content{
  width: 100%;
  height:580px;
  margin: 15px;
  position: relative;
}
.bntDownloadsDesk{
  width: 90% !important;
}
}

@media (max-width: 440px) {
  .section {
    height: 2070px;
}

}
.tituloNoledg{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 34px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50px;
  margin-bottom: 100px;
}
.txtknoledge{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Regular';
    font-size: 20px;
  padding: 0;
  margin: 0;
}
hr.txtknoledge{
  margin-bottom: 30px;
  margin-top: 20px;
  opacity: 0.3;
}

/***** SECIVES ****/

.sectionBg{
  width: 100%;
  position: relative;
  margin: 0 auto;
 
  padding-bottom: 80px;
}
.hr::before {
  display: block;
  height: 56px;
  content: url(../img/hr.png);
  position: relative;
  top: 70px;

}
.htTxt {
  top: 100px;
  left: 70px;
  margin-bottom: 90px;
  font-family: 'Roboto-Regular';
  font-size: 22px;
  color: #333333;
  position: absolute;
}

h2{
  font-family: 'Roboto-Black';
  color: #333333;
  font-size: 40px;
  width: 440px;
  top: 140px;
  position: absolute;
  margin-left: 15px;
}
.boxContentServices{
  width: 227px;
  height: 227px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  margin: 20px;
  transition: all 0.5s ease-in-out;
}
.boxContentServices:hover{
  background-color: #BFFF6F;
  cursor: pointer;
  border: 2px #333333 solid;
  box-shadow: #333333 4px 4px;
  
}
.boxServicesDesk{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 350px;
}
.imgService{
  top: 70px;
    width: 50px;
    left: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.textServices{
  font-family: 'Roboto-Light';
  color: #333333;
  font-size: 20px;
  top: 140px;
  text-align: center;
  justify-content: center;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  width: 160px;
}
.boxServicesMobile{
  display: none;
 }

 .boxServicesMobile, .flickity-page-dots{
  display: none;
 }

 .boxServicesMobile .flickity-prev-next-button{
  display: none;
 }
@media (max-width: 767px) {
  h2 {
    font-family: 'Roboto-Black';
    color: #333333;
    font-size: 30px;
    width: 310px;
    top: 140px;
    position: absolute;
    left: 10px;
 }
 .hr::before {
  left: 10px;
}
.htTxt {
  left: 60px;
}
section {
  margin-bottom: 0px;
}
 .boxServicesDesk{
  display: none;
 }
 .boxServicesMobile{
  display: block;
  position: relative;
  top: 280px;
 }
}

/***** EXPERIENCE ***/

.boxContet{
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.boxDescriptionRepon{
  width: 100%;
  position: relative;
  display: block;
  padding: inherit;
  margin: 15px;
}
.conteinerBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
  margin-bottom: 150px;
}
.sectionEX{
  width: 100%;
  margin: 0 auto;
  position: relative;
}





#positionSticky{
  position:-webkit-sticky;
  position:sticky; top:0;
  margin-left: 30px;
}
#contentExperiencia{
  width: 100%;
  position: relative;
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.boxContentExpert{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 250px;
}
.skillTxt {
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 270px;
  width: 310px;
  left: 75px;
  margin-bottom: 60px;
  line-height: 20px;
}
.skillTxt::before{
  content: '';
  background: #333333;
  display: block;
  position: absolute;
  left: -59px;
  width: 32px;
  height: 2px;
  transition: all 0.3s ease-in-out;
  top: 7px;
}

.skillsH4{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 33px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50px;
  margin-bottom: 80px;
}
.skillsH5{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 20px;
  padding: 0;
  margin: 0;
  position: relative;
}
.contentInconSlkill {
  width: 420px;
  margin-right: 15px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
}

.inconSkill{
  background-color:#BFFF6F; 
  width: 58px;
  height: 58px;
  border-radius: 100%;
  float: left;
  border: 0;
  margin-right: 20px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  position: relative;
  left: -12px;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  border: 1px #333333 solid;
}

.inconSkill:hover{
  cursor: pointer;
  border: 1px #333333 solid;
    box-shadow: #333333 3px 3px;
}
.inconSkillTxt{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 70px;
}

.boxtInconSlkill{
  width: 110px;
  height: 90px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
}
#idBoxSkill{
  margin-left: 0;
}
.imgIconSkill{
  width: 30px;
}

.bntDownloadsDesk{
  background-color: #BFFF6F;
  width: 248px;
  height: 50px;
  border-radius: 15px;
  float: left;
  border: 0;
  margin-right: 20px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  position: relative;
  left: -12px;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  cursor: pointer;
  border: 1px #333333 solid;
  box-shadow: #333333 5px 5px;
  float: right;
  top: 0px;
}

.bntDownloadsDesk:hover{
  cursor: pointer;
  border: 1px #333333 solid;
    box-shadow: #333333 1px 1px;
}

.bntDownloadsMobile{
  display: none;
}

.bntDownloadsTxt{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 18px;
  padding: 0;
  margin: 0;
  float: left;
  /* left: 65px; */
  position: absolute;
  /* top: 18px; */
  text-align: center;
  margin: 10px;
  left: 20%;
}
.bntDownloadsDesk:before{
  content: '';
  background: url(../img/check-circle.png);
  width: 25px;
  height: 26px;
  display: block;
  background-size: 74%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 26px;
  top: 17px;
}



.discoveryMore{
  background-color: #BFFF6F;
  width: 248px;
  height: 50px;
  border-radius: 15px;
  border: 0;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  position: relative;
  left: -12px;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  cursor: pointer;
  border: 1px #333333 solid;
  box-shadow: #333333 5px 5px;
  float:left;
  top: 0px;
  left: -30px;
}

.discoveryMore:hover{
  cursor: pointer;
  border: 1px #333333 solid;
    box-shadow: #333333 1px 1px;
}
.discoveryMoreTxt{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 18px;
  padding: 0;
  margin: 0;
  float: none;
  left: 0;
  position: absolute;
  top: 18px;
  text-align: center;
  right: 0;
}


.experienciaTxt{
  color: #333333;
  font-family: 'Roboto-Light';
    font-size: 33px;
    padding: 0;
    margin: 0;  
    position: relative;
    top: -100px;
    
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: rgba(255,85,0, .7);
  text-align: center;
  color: #4E4C48;
  font-size: 1.5em;
}

.contenteXperience{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #333333;
  margin-bottom: 30px;
}
#contenteXperience{
 
  border-bottom: 0px solid #333333;
}

.containerEx {
     /* padding-left: 20px; */
    /* padding-right: 20px; */
    margin-top: 200px;
    margin-bottom: 0px;
}

.contentEx{
  width: 100%;
  height: 600px;
  margin: 15px;
}

.contenteEx {
  display: flex;
  padding: 0px 0;
  flex-direction: row-reverse;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#contenteEx {
 height: 350px;
}
#contenteExV2 {
  height: 500px;
 }
 
 

.flex-container {
  display: flex;
  flex-direction: row;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
.boxInfocolun{
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 25px;
}

.main {
 
  flex: 1 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*height: 1070px;*/

}
#mainCach{
  height:auto !important;
}
#mainInfo {
 
  height: 740px;
}
.side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 10px;
  width: 50%;
  height: 680px;
  /* color: #fff; */
  /* background: #30b298;*/
}

.txtYearEx{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 43px;
}
.txtCargoEx{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 22px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0px;
  left: 0px;
}
.txtEx{
  width: 100%;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: relative;
  left: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 30px;
}
.txtCompaniEx{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 5px;
  left: 0;
}
.txtCompaniEx span{
  font-family: 'Roboto-Light';
 
}
.desckEx{
  display: block;
}

#contentMobileEx{
  display: none;
}

/******** PROJECTO ****/



/**
 *  Progress Bar
 */
 .progress {
  display: block;
  width: 98%;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #d9d9d954;
  background-image: linear-gradient(to right, #333333, #333333);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin-top: -30px !important;
  margin: 0 auto;
}


/**
 *  Demo Styles from the Slick Slider
 *  website
 */
.contentProject{
  position: relative;
  display: block;
  width: 989px;
  top: 210px;
  left: 0;
  right: 0;
  margin: 0 auto;
  
}

.contentProject:before {
  content: '';
  background: url(../img/rectanglePorject.png);
  width: 124px;
  height: 135px;
  display: block;
  background-size: 90%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: left;
  top: -12px;
  left: -10px;
}
.contentProject::after {
  content: '';
  background: url(../img/rectanglePorject.png);
  width: 124px;
  height: 135px;
  display: block;
  background-size: 90%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  top: -32px;
  right: -10px;
  transform: rotate(180deg);
}
.slick-list {
  z-index: 1;
}
.slider {
  margin: 30px auto 50px;
}

.image {
  padding: 10px;
  position: relative;
}
.slick-slide{
  float: left;
  min-height: 1px;
  width: 330px !important;
  height: 314px !important;
}

.img {
  display: block;
  width: 100%;
  
}
.hoverImg{
  background-color: #3333338a;
  width: 94%;
  height: 296px;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  opacity: 0;
  position: absolute;
 
}



.hoverImg::after, .hoverImg:focus, .hoverImg:hover, .hoverImg:focus {
  opacity: 1;
  -webkit-transition: all 2s ease-out;
  -moz-transition:  all 2s ease-out;
  -o-transition:  all 2s ease-out;
  transition: all 2s ease-out;
 
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:#d3d1d1;
    border-radius: 130%;
}
.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}
.slick-prev:before {
  content: '';
  background: url(../img/next.png);
  width: 24px;
  height: 25px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 9px;
    top: 6px;
  transform: rotate(180deg);
}
.slick-next:before {
  content: '';
  background: url(../img/next.png);
  width: 24px;
  height: 25px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 7px;
  top: 8px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #BFFF6F;
    border: 1px #333333 solid;
    box-shadow: #333333 1px 3px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    -webkit-transition: box-shadow 1s ease-out;
    -moz-transition: box-shadow 1s ease-out;
    -o-transition: box-shadow 1s ease-out;
    transition: box-shadow 1s ease-out;
}


/**** CTA ***/

.contBoxCtaPorti{
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 209px;
  height: 58px;
  border-radius: 5px;
  background-color : #FFFFFF;
  bottom: 50px;
 border: 1px  #FFFFFF solid;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  border: solid 1px #333333;
}
.contBoxCtaPorti:hover{
  color: transparent;
  outline: none;
  background-color : #BFFF6F;
  border: 1px #333333 solid;
  box-shadow: #333333 2px 3px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
}
.tittleBoxPorti{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 17px;
  left: 21px;
}
.conceptBoxPorti{
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 21px;
}
.conceptBoxPortiOps{
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 21px;
}
.iconBtnPorti{
  background-color: #BFFF6F;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  
  position: relative;
  left: 148px;
  border: 1px #333333 solid;
  top: 10px;
}


.iconBtnPorti:before {
  content: '';
  background: url(../img/arrow-up-porject.png);
  width: 34px;
  height: 34px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 2px;
  top: 2px;
}


/******* GALLERY****/
#boxContentWork{
  margin-top: 170px;
}

#boxFinalWork{
  max-width: 660px;
}
.boxContentWork{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;

}
.boxWork{
  width: 100%;
  padding-bottom: 100px;
  background-color:#dfdfdf;
  margin: 20px;
  border-radius: 30px;
  transition: transform 250ms, opacity 400ms;
}

#boxWorkImgUno{
  opacity: 1;
}
#boxWorkImgUno:hover{
  opacity: 0.8;
  transform: translateY(-10px);
}

#boxWorkImgDos{
  opacity: 1;
}
#boxWorkImgDos:hover{
  opacity: 0.8;
  transform: translateY(-10px);
}

#boxWorkImgTres{
  opacity: 1;
}
#boxWorkImgTres:hover{
  opacity: 0.8;
  transform: translateY(-10px);
}

#boxWorkImgCuatro{
  opacity: 1;
}
#boxWorkImgCuatro:hover{
  opacity: 0.8;
  transform: translateY(-10px);
}


#boxWorkImgCinco{
  opacity: 1;
}
#boxWorkImgCinco:hover{
  opacity: 0.8;
  transform: translateY(-10px);
}

#boxWorkImgSeis{
  opacity: 1;
}
#boxWorkImgSeis:hover{
  opacity: 0.8;
  transform: translateY(-10px);
}
.txtdescriTitulo{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 22px;
  padding: 0;
  margin: 0;
  left: 21px;
  position: relative;
  top: 18px;
  margin-bottom: 5px;
}
.txtdescriTituloV2{
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 22px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 18px;
  margin-bottom: 5px;
}
.txtdescriSubTitulo{
  color: #5f5f5f;
  font-family: 'Roboto-Regular';
  font-size: 20px;
  padding: 0;
  margin: 0;
  position: relative;
  left: 20px;
  top: 21px;
}
.imgBoxWork{
width: 100%;
border-top-right-radius: 30px;
border-top-left-radius: 30px;
}
.gallery ul li {
  float: left;
  margin: 0 0.8771929825%;
}


#space{
  
    position: relative;
    left: 20px;
}



.imgProject{
  width: 98%;
  margin: 0 auto;
}
.gallery {

  /*overflow: hidden;*/
}

.item_open{
 
  position: relative;
}
.gallery ul {
  padding-top: 50px;
  position: relative;
}
.gallery ul li {
  margin-bottom: 20px;
  width: 23.2456140351%;
  position: relative;
}
.gallery ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery ul li a:before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40%;
  left: 50%;
  margin: -14px 0 0 -16px;
  background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery ul li a:hover:before {
  top: 50%;
  opacity: 1;
}
.gallery ul li a:after {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gallery ul li a:hover:after {
  opacity: 1;
}

.port {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  background: #F5F5F5;
  background-color: #F5F5F5;
  z-index: 103;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow:auto;
}
.port img {
  width: 100%;
}
.port .description {
  float: left;
  width: 50%;
  max-height: 100%;
  padding: 0 40px 40px;
  overflow: auto;
}
.tittlePorject {
  font-size: 28px;
  line-height: 2.3;
  padding: 0;
  font-family: 'Roboto-Regular';
}
.tittlePorjectDescrip {
  font-size: 18px;
  padding: 0;
  font-family: 'Roboto-Black';
  margin-top: 10px;
  margin-bottom: 10px;
}
.txtCampaign {
  font-size: 18px;
  padding: 0;
  font-family: 'Roboto-Light';
  margin-top: 10px;
  margin-bottom: 10px;
}
.imgCoverPort{
  position: absolute;
  margin: 0 auto;
  display: flex;
  width: 300px !important;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
}
.imgCoverPortLoad{
  position: absolute;
  margin: 0 auto;
  display: flex;
  width: 100%!important;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 40px;
}
.textPorjectDescrip {
  font-size: 14px;
  padding: 0;
  font-family: 'Roboto-Light';
  margin-top: 10px;
  margin-bottom: 10px;
}
.port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
}

.port.item_open::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.port > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


.item_open .close {
  opacity: 1;
  top: 120px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  right: 50px;
}


#iframe{
  display: none;
}













/***POPUP***/

/* Buttons */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.5em;
  border: solid 1px rgba(144, 144, 144, 0.25) !important;
  color: #545454 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.1em;
  line-height: 3.5em;
  overflow: hidden;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: rgba(144, 144, 144, 0.075);
  color: #545454 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
  background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
  padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

#submit {
  background: #47cdd9;
  color: #fff !important;
  border-color: #fff !important
}


/* Popup 
ul {
  list-style: disc;
  margin:0px 0px 5px 0;
  padding-left: 1em;
}
*/
.bold{
  font-weight: bold;
  color: #333333;
    font-family: 'Roboto-Black';
}
ul {
  list-style-type: disc;
  margin-left: 20px;
}

ul ul {
  list-style-type: circle;
  margin-left: 20px;
}

ul ul ul {
  list-style-type: square;
  margin-left: 20px;
}
ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

.contact-container {
  width: 100%;
  /*   padding-top: 20%; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* Checkbox */

input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label {
  text-decoration: none;
  color: #646464;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before {
  background: rgba(144, 144, 144, 0.075);
  border-radius: 0.5em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  content: '';
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before {
  background: #494d53;
  border-color: #494d53;
  color: #ffffff;
  content: '\f00c';
}

input[type="checkbox"]:focus + label:before {
  border-color: #47cdd9;
  box-shadow: 0 0 0 1px #47cdd9;
}

input[type="checkbox"] + label:before {
  border-radius: 0.5em;
}


/* Buttons */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.5em;
  border: solid 1px rgba(144, 144, 144, 0.25) !important;
  color: #545454 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.1em;
  line-height: 3.5em;
  overflow: hidden;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: rgba(144, 144, 144, 0.075);
  color: #545454 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
  background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
  padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

#submit {
  background: #47cdd9;
  color: #fff !important;
  border-color: #fff !important
}


/* Popup */




.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease forwards; /* Initial fade-in animation */
  z-index: 9;
}

.popup-content {
  background-color: white;
  width: 90%;
  margin: 100px auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease forwards; /* Initial slide-in animation */
}


.close {
  float: right;
  cursor: pointer;
}
.close {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 90px;
  top: 179px;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #ffffff;
  background-size: 20px;
  background-position: center;
  border-radius: 100px;
}
.textClose{
  text-align: center;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    color: #262626;
    font-size: 30px;
}



/* Keyframe animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}

.popup.fadeOut {
  animation: fadeOut 0.3s ease forwards; /* Fade-out animation */
}

.popup-content.slideOut {
  animation: slideOut 0.3s ease forwards; /* Slide-out animation */
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50px);
  }
}




.popupDos {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeInDos 0.3s ease forwards; /* Initial fade-in animation */
  z-index: 9;
}
.popup-contentDos {
  background-color: white;
  width: 100%;
  margin: 100px auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: slideInDos 0.3s ease forwards; /* Initial slide-in animation */
}
.closeDos {
  float: right;
  cursor: pointer;
}
.closeDos {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 90px;
  top: 179px;
  opacity: 1;
  z-index: 999;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #ffffff;
  background-size: 20px;
  background-position: center;
  border-radius: 100px;
}




/* Keyframe animations */
@keyframes fadeInDos {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInDos {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0);
  }
}

.popupDos.fadeOutDos {
  animation: fadeOutDos 0.3s ease forwards; /* Fade-out animation */
}

.popup-contentpopupDos.slideOutDos {
  animation: fadeOutDos 0.3s ease forwards; /* Slide-out animation */
}

@keyframes fadeOutDos {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideOutDos {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50px);
  }
}


/* Contact Form */

label:hover {
  cursor: text !important;
}

.contact-form {
  background: #ffffff !important;
  height: auto;
  margin: 100px auto;
  max-width: 82%;
  overflow: hidden !important;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
}

@media (max-width: 500px) {
  .contact-form {
    margin: 0;
    padding-top: 1em;
    width: 100% !important;
    max-width: 100% !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
    -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
    box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
  }
}

.contact-form .email,
.contact-form .message,
.contact-form .name {
  overflow-x: hidden;
  position: relative !important;
  -moz-border-radius: none !important;
  -webkit-border-radius: none !important;
  border-radius: none !important;
}

.contact-form .email input:focus,
.contact-form .email textarea:focus,
.contact-form .message input:focus,
.contact-form .message textarea:focus,
.contact-form .name input:focus,
.contact-form .name textarea:focus {
  background: #f4f5f6 !important;
}

.contact-form .email label,
.contact-form .message label,
.contact-form .name label {
  color: #cbd0d3 !important;
  left: 23px !important;
  position: absolute !important;
  top: 23px !important;
  -moz-transition: all, 150ms !important;
  -o-transition: all, 150ms !important;
  -webkit-transition: all, 150ms !important;
  transition: all, 150ms !important;
}

.contact-form .email.typing label,
.contact-form .message.typing label,
.contact-form .name.typing label {
  color: #3498db !important;
  font-size: 10px !important;
  top: 7px !important;
}

.contact-form .email,
.contact-form .name {
  width: calc(50% - 1px) !important;
}

@media (max-width: 500px) {
  .contact-form .email,
  .contact-form .name {
    width: 100% !important;
  }
}

.contact-form .email input,
.contact-form .name input {
  padding: 23px 0 8px 23px !important;
}

.contact-form .email {
  border-left: 1px #e6e6e6 solid !important;
  float: right !important;
}

@media (max-width: 500px) {
  .contact-form .email {
    border-left: none !important;
    border-top: 1px #e6e6e6 solid !important;
  }
}

.contact-form .message {
  border-bottom: 1px #e6e6e6 solid !important;
  border-top: 1px #e6e6e6 solid !important;
  clear: both !important;
}

.contact-form .message textarea {
  height: 200px !important;
  padding: 23px !important;
}

.contact-form .name {
  float: left !important;
}

.contact-form .submit {
  background: #f4f5f6 !important;
  display: block !important;
  overflow: hidden !important;
  padding: 23px !important;
  margin-bottom: 2em;
}

.contact-form .submit .user-message {
  float: left !important;
  padding-top: 22px !important;
}

@media (max-width: 500px) {
  .contact-form .submit .user-message {
    float: none !important;
    padding: 0 0 10px !important;
  }
}

/* Contact Form */

label:hover {
  cursor: text !important;
}

.contact-form {
  background: #ffffff !important;
  height: auto;
  margin: 100px auto;
  max-width: 82%;
  overflow: hidden !important;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
  box-shadow: rgba(26, 26, 26, 0.1) 0 1px 3px 0;
}

@media (max-width: 500px) {
  .contact-form {
    margin: 0;
    padding-top: 1em;
    width: 100% !important;
    max-width: 100% !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
    -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
    box-shadow: rgba(26, 26, 26, 0.1) 0 0px 0px 0;
  }
}

.contact-form .email,
.contact-form .message,
.contact-form .name {
  overflow-x: hidden;
  position: relative !important;
  -moz-border-radius: none !important;
  -webkit-border-radius: none !important;
  border-radius: none !important;
}

.contact-form .email input:focus,
.contact-form .email textarea:focus,
.contact-form .message input:focus,
.contact-form .message textarea:focus,
.contact-form .name input:focus,
.contact-form .name textarea:focus {
  background: #f4f5f6 !important;
}

.contact-form .email label,
.contact-form .message label,
.contact-form .name label {
  color: #cbd0d3 !important;
  left: 23px !important;
  position: absolute !important;
  top: 23px !important;
  -moz-transition: all, 150ms !important;
  -o-transition: all, 150ms !important;
  -webkit-transition: all, 150ms !important;
  transition: all, 150ms !important;
}

.contact-form .email.typing label,
.contact-form .message.typing label,
.contact-form .name.typing label {
  color: #3498db !important;
  font-size: 10px !important;
  top: 7px !important;
}

.contact-form .email,
.contact-form .name {
  width: calc(50% - 1px) !important;
}

@media (max-width: 500px) {
  .contact-form .email,
  .contact-form .name {
    width: 100% !important;
  }
}

.contact-form .email input,
.contact-form .name input {
  padding: 23px 0 8px 23px !important;
}

.contact-form .email {
  border-left: 1px #e6e6e6 solid !important;
  float: right !important;
}

@media (max-width: 500px) {
  .contact-form .email {
    border-left: none !important;
    border-top: 1px #e6e6e6 solid !important;
  }
}

.contact-form .message {
  border-bottom: 1px #e6e6e6 solid !important;
  border-top: 1px #e6e6e6 solid !important;
  clear: both !important;
}

.contact-form .message textarea {
  height: 200px !important;
  padding: 23px !important;
}

.contact-form .name {
  float: left !important;
}

.contact-form .submit {
  background: #f4f5f6 !important;
  display: block !important;
  overflow: hidden !important;
  padding: 23px !important;
  margin-bottom: 2em;
}

.contact-form .submit .user-message {
  float: left !important;
  padding-top: 22px !important;
}

@media (max-width: 500px) {
  .contact-form .submit .user-message {
    float: none !important;
    padding: 0 0 10px !important;
  }
}





/******** CONTACT*****/
#sectionContact{
  position: relative;
  height: 700px;
}
.hrContact::before{
  display: block;
  height: 56px;
  content: url(../img/hrContact.png);
  position: absolute;
  top: 70px;
}
.htTxtContact{
  top: 119px;
  left: 100px;
  margin-bottom: 90px;
  font-family: 'Roboto-Regular';
  font-size: 28px;
  color: #333333;
  position: absolute;
  width: 260px;
 
}

.contentBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 250px;
}
.list{
  
  display: inline-grid;
  position: relative;
  margin-left: 100px;

}

.imgCheckMyEmail{
  background-image: url(../img/email.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.imgCheckMyPhone{
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.imgCheckMyCity{
  background-image: url(../img/city.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.checkMyFooter{
  background-color: #F5F5F5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
  border: 0;
  margin-right: 20px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  position: relative;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  margin-bottom: 30px;
}

.checkMyFooter:hover{
  background-color:#BFFF6F;
  cursor: pointer;
  border: 1px #333333 solid;
    box-shadow: #333333 2px 2px;
}
.textFooterEmail{
  text-decoration: none;
  left: 60px;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #333333;
  position: absolute;
  top: 18px;
}
.textFootePone{
  text-decoration: none;
  top: 19px;
  left: -8px;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #333333;
  position: relative;
  float: left;
}
.textFooterCity{
  text-decoration: none;
  top: 180px;
  left: 60px;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #333333;
  position: absolute;

}
.contentFooter {
  width: 100%;
  position: relative;
 

}
.boxSectionFooter{
  width: 382px;
  height: 382px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #333333;
}
.textFooterHello{
  text-decoration: none;
  top: 170px;
  left: 145px;
  font-family: 'Roboto-Regular';
  font-size: 20px;
  color: #333333;
  position: relative;
}
.manoFooter{
  background-image: url(../img/mano.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 36px;
  background-size: contain;
  position: absolute;
  top: 158px;
  left: 102px;
  animation: moveFooter 5s infinite ease-in-out;
}
.hrEsfera{
  width: 301px;
  height: 0px;
  background-color: #333333;
  position: absolute;
  transform: rotate(190deg);
  top: 210px;
  left: 40px;
}
@keyframes moveFooter {
  0% {
    transform: rotate(-3deg);
  }
  2% {
    transform: rotate(20deg);
  }
  4% {
    transform: rotate(-15deg);
  }
  6% {
    transform: rotate(5deg);
  }
  9% {
    transform: rotate(-1deg);
  }
  10% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

.iconBtnHello{
  background-color: #BFFF6F;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  position: relative;
  left: 250px;
  top: 120px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  cursor: pointer;
}


.iconBtnHello:before {
  content: '';
  background: url(../img/arrow-up-porject.png);
  width: 44px;
  height: 38px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 12px;
  top: 14px;
}

.iconBtnHello:hover {
  transform: rotate(-45deg);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/***** FOOOTER***/
footer{

}
hr .footer::before {
  content: '';
  background: #333333;
  display: block;
  position: absolute;
  left: -59px;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
  top: 7px;
}
.texcopy{
  text-decoration: none;
  top: 7px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #333333;
  position: relative;
  text-align: center;
  margin-bottom: 20px;

}






/******* PAGE WORK ****/
.sectionProjecto{
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.htTxtOtherWork{
  top: 89px;
    left: 70px;
    font-family: 'Roboto-Black';
    font-size: 40px;
    color: #333333;
    position: absolute;
}
.TxttherWork{
  font-family: 'Roboto-Light';
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 50px;
}
.tituloPorecto{
    left: 70px;
    font-family: 'Roboto-Black';
    font-size: 50px;
    color: #333333;
}

.contProjecto {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.boxProjecto {
  width: 40%;
  margin: 20px;
  position: relative;
}
.conteClaent{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-top: 30px;
  border-bottom: solid 1px #3333;
  padding-bottom: 20px;
}
.boxClent{
  position: relative;
  float: left;
  display: inline;
  width: 50%;
}
.txtprojectoClientB{
 
  text-align: right;
}
.txtprojectoClient {
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Black';
  font-size:18px;
  padding: 0;
  margin: 0;
}
.imgBannerPoreject{
  width: 100%;
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 50px;
  border-radius: 40px;
  display: block;
  max-width: 1200px;
}
#discoveryMore {
  float: right;
  top: 10px;
  margin-right: 5%;
}
#borderradios{
  border-radius: 0;

}
.txtPorectoProcess{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Black';
  font-size:24px;
  padding: 0;
  margin: 0;
}
.tituloPorectoProcess{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Black';
  font-size: 40px;
  padding: 0;
  margin: 0;
  line-height: 50px;
}

.porectoProcestxt{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 40px;
  padding: 0;
  margin: 0;
}
.txtporectoProcestxt{
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
 .txtporectoProcestxt b{
  font-family: 'Roboto-Black';
}
 b{
  font-family: 'Roboto-Black';
}
.txtporectoProcesView{
 
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 18px;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.contentExWork {
  width: 70% !important;
  height: 640px;
  margin: 15px;
}
.contenteXProject {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
#contentStapbayStap {
  width: 100%;
  position: relative;
  top: 0px;
  padding-left: 0px;
  padding-right: 90px;
  max-width: 630px;
  margin-left: auto;
}
#imgBannerPoreject {
  margin-top: 100px;
}
.imgBannerPorejectPick {
  margin-top: 600px !important;
  position: relative;
}
.containerExWork {
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  margin-top: 40px !important;
  margin-bottom: 0px;
}
#main {
  height: auto !important;
}
.contentMobileEx {
  display: none;
}
#boxProjecto {
  margin: 0px;
  width: 39%;
}
.imgBannerPorejectWork {
 
  margin-top: 320px !important;
}
/******** RESPONSIVE ****/
@media (max-width: 1280px) {
  .section {
    height: 1340px;
}
}
@media (max-width: 1028px) {
  .section {
    width: 100%;
    position: relative;
    margin: 0 auto;
    /* margin-bottom: 25%; */
    background-color: #ffff;
    overflow: unset;
    height: auto;
    height: 1600px;
}
}

@media (max-width: 1024px) {
  .contentDos {
    height: 950px;
    margin: 15px;
    position: relative;
    max-width: 400px;
}
.contentTres {
  height: 2050px;
  margin: 5px;
  position: relative;
  max-width: 350px;
}
  .section {
   
    height: 1290px;
}
  .boxContentServices {
    width: 177px;
    height: 167px;
   
}
.imgService {
  top: 40px;
  width: 50px;
}
.textServices {
  font-size: 16px;
  top: 140px;
  margin-top: 52px;
  width: 110px;
}
.boxServicesDesk {
  top: 300px;
}
.sectionBg {
 
  padding-bottom: 0px;
}
}
@media (max-width: 991px) {
  .responsiveDesk{
    display: none;
  }
  .responsiveMobile{
    display: block;
  }
  #boxImgHeader{
   display: none;
  }
  h1 {
    width: 100%;
}
.slick-prev, .slick-next {
  display: none !important;
}
.textFootePone {
  text-decoration: none;
  top: -59px;
  left: 61px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #333333;
  position: relative;
  width: 170px;
  float: left;
}
 }
 .stickyElement {
  position: sticky; /* Hace que el elemento sea sticky */
  top: 10px; /* Ajusta la distancia desde la parte superior */
  z-index: 100; /* Asegura que el elemento esté por encima de otros */
}
 .imgDesck{
  display: block;
 }

@media (max-width: 767px) {
  #discoveryMore {
    float: right;
    top: 0px;
    margin-right: 0%;
}
  .imgBannerPoreject {
    border-radius: 10px;
}
  .experienciaTxt {
    color: #333333;
    font-family: 'Roboto-Light';
    font-size: 33px;
    padding: 0;
    margin: 0;
    position: relative;
     top: 40px; 
}
  .textAboutDos {
    text-decoration: none;
    color: #333333;
    font-family: 'Roboto-Light';
    font-size: 16px;
    padding: 0;
    margin: 0;
    letter-spacing: 2px;
    line-height: 35px;
    margin-bottom: 300px;
    margin-top: 0px;
    width: 100%;
    max-width: 600px;
    position: relative;
    float: left;
}
  #space {
    position: relative;
    left: 0px;
}
.boxInfocolun {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0px;
}
  .porectoProcestxt {
    font-size: 33px;
   
}
.tituloPorecto {
  font-size: 33px;
  color: #333333;
}
.tituloPorectoProcess {
  font-size: 33px;
}
.skillsH4 {
  font-size: 33px;
  
}
  .imgBannerPoreject {
    margin-top: 110px;
}
  .imgDesck{
    display: none;
   }
  .imgBannerPorejectPick {
    margin-top: 600px !important;
    position: relative;
  }
  .imgBannerPorejectWork {
    margin-top: 0 !important;
}
  .containerEx {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    margin-top: 200px;
    margin-bottom: 0px;
}
  .desckEx{
    display:none;
  }
  .skillTxt {
    top: 240px;
    left: 0;
    line-height: 20px;
}

.skillTxt::before{
 display: none;
}
#contentMobileEx{
  display: block;
}
.contentMobileEx{
  display: block;
  position: relative;
  margin-top: 340px;
}
.experienciaTxt {
  top: -50px;
}

.carouselMobileEx .flickity-prev-next-button{
display: none;
}
.carouselMobileEx{
  position: relative !important;
  margin-top: 360px;
}

.bntDownloadsMobile{
  display: block;
  background-color: #BFFF6F;
  width: 50%;
  height: 45px;
  border-radius: 15px;
  border: 0;
  /* margin-right: 20px; */
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  position: relative;
  left: 0;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  cursor: pointer;
  border: 1px #333333 solid;
  box-shadow: #333333 3px 3px;
  top: 0px;
  margin-bottom: 100px;
  left: 23%;
  right: 0;
  margin: o auto !important;
}
.bntDownloadsMobile:before{
  content: '';
 background: url(../img/check-circle.png);
  width: 31px;
  height: 28px;
  display: block;
  background-size: 74%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 83px;
  top: 11px;
}
.bntDownloadsDesk {
  background-color: #BFFF6F;
  width: 248px;
  height: 50px;
  border-radius: 15px;
  float: left;
  border: 0;
  -webkit-transition: background-color 2sease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2sease-out;
  position: relative;
  left: 0px;
  -webkit-transition: box-shadow 1sease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1sease-out;
  cursor: pointer;
  border: 1px #333333 solid;
  box-shadow: #333333 5px 5px;
  float: right;
  top: 30px;
}

.bntDownloadsTxt {
  left: 0;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 18px;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  top: 10px;
  text-align: center;
}

.progress {
  display: block;
    width: 71%;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d9d9d954;
    background-image: linear-gradient(to right, #333333, #333333);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin-top: -30px !important;
    /* margin: 0 auto; */
    float: left;
}
.boxSectionFooter{
  display: none;
}
.boxContentknowledge {
  display: grid;
  width: 100%;
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.boxContentWork {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
#boxFinalWork{
  
}
.boxWork {
  width: 400px;
  margin: 20px;
}
.contProjecto {
  display: block;
  position: relative;
}
.boxProjecto {
  width: 90%;
  margin: 20px;
  position: relative;
}

.contentMobileExMobi {
  display: block;
  position: relative;
  margin-top: 120px !important;
}
.contenteXperienceWork {
  width: 100%;
  position: relative;
  border-bottom: 0px solid #333333 !important; 
  margin-bottom: 30px;
}
.contentMobileEx {
  display: block;
}
.sectionBg {
  padding-bottom: 0px;
  margin-top: 100px;
}
.discoveryMore{
  width: 100%;
  height: 50px;
  border-radius: 15px;
  border: 0;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  position: relative;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
  cursor: pointer;
  border: 1px #333333 solid;
  box-shadow: #333333 5px 5px;
  left: 0;
  top: 25px;
  right: 0;
  margin: 0 auto;
  margin-bottom: 50px;
}
.boxDescriptionRepon {
  width: 96%;
  position: relative;
  display: block;
  padding: inherit;
  margin: 15px;
}
.conteinerBox {
 
  margin-bottom: 0px;
}
.boxContet {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
}


@media (max-width: 490px) {
  .bntDownloadsDesk {
    background-color: #BFFF6F;
    width: 248px;
    height: 50px;
    border-radius: 15px;
    float: left;
    border: 0;
    -webkit-transition: background-color 2sease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2sease-out;
    position: relative;
    left: 0;
    -webkit-transition: box-shadow 1sease-out;
    -moz-transition: box-shadow 1s ease-out;
    -o-transition: box-shadow 1s ease-out;
    transition: box-shadow 1sease-out;
    cursor: pointer;
    border: 1px #333333 solid;
    box-shadow: #333333 5px 5px;
    top: 0px;
    margin-bottom: 240px;
}
.textAboutDos {
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 17px;
  padding: 0;
  width: auto;
  top: 8px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  left: -5px;
  right: 0;
}

  #positionSticky{
    position:-webkit-sticky;
    position:sticky; top:0;
    margin-left: 0px;
  }
  #sectionContact {
    position: relative;
}
  .textFootePone {
    text-decoration: none;
    top: 21px;
    left: 0px;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #333333;
    position: relative;
    width: 170px;
    float: left;
}
  .progress {
    display: block;
    width: 44%;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d9d9d954;
    background-image: linear-gradient(to right, #333333, #333333);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin-top: -30px !important;
    /* margin: 0 auto; */
    float: left;
  }
  .bntDownloadsMobile{
    display: block;
      background-color: #BFFF6F;
      width: 100%;
      height: 35px;
      border-radius: 15px;
      float: left;
      border: 0;
      margin-right: 20px;
      -webkit-transition: background-color 2s ease-out;
      -moz-transition: background-color 2s ease-out;
      -o-transition: background-color 2s ease-out;
      transition: background-color 2s ease-out;
      position: relative;
      left: 0;
      -webkit-transition: box-shadow 1s ease-out;
      -moz-transition: box-shadow 1s ease-out;
      -o-transition: box-shadow 1s ease-out;
      transition: box-shadow 1s ease-out;
      cursor: pointer;
      border: 1px #333333 solid;
      box-shadow: #333333 3px 3px;
      float: left;
      top: 0px;
    margin-bottom: 100px;
  }
  .bntDownloadsMobile:before{
    content: '';
      background: url(../img/check-circle.png);
      width: 21px;
      height: 18px;
      display: block;
      background-size: 74%;
      background-repeat: no-repeat;
      justify-content: center;
      position: absolute;
      float: right;
      right: 113px;
      top: 9px;
  }
  

    .bntDownloadsTxt {
      left: 0;
      color: #333333;
      font-family: 'Roboto-Light';
      font-size: 17px;
      padding: 0;
      margin: 0;
      width: 100%;
      position: relative;
      top: 22px;
      text-align: center;
  }
  .bntDownloadsDesk:before {
    content: '';
    background: url(../img/check-circle.png);
    width: 35px;
    height: 36px;
    display: block;
    background-size: 74%;
    background-repeat: no-repeat;
    justify-content: center;
    position: absolute;
    float: right;
    right: 96px;
    top: 17px;
}
  .image {
    padding: 10px;
    margin-left: -10px;
   
}

.img:hover {
  padding: 10px;
  margin-left: -10px;
  transform: scale(1.1);
}
.contentProject:before {
  left: -18px;
}
.port .description {
  float: left;
  width: 90%;
  max-height: 100%;
  padding: 0;
  overflow: auto;
  margin-bottom: 20px;
}
.port img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 280px;
}
#iframe{
  display: none;
}
.txtYearEx {
  font-size: 12px;
  position: absolute;
}
.txtCargoEx {
  font-size: 16px;
  left: 0px;
}
.txtCompaniEx {
  left: 0;
}
.port {
  height: 10%;
}
.item_open .close {
  right: 10px;
}
.contentBox {
  display: block;
}
.contentFooter {
  width: 100%;
  position: relative;
}
.list{
  
  display: inline-grid;
  position: relative;
  margin-left: 10px;

}
#boxContentWork {
  margin-top:100px;
}
.section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  /* margin-bottom: 25%; */
  background-color: #ffff;
  overflow: unset;
  height: auto;
  height: 1660px;
}

.txtEx {
  /* font-family: 'Roboto-Light'; */
  /* font-size: 14px; */
  /* padding: 0; */
  /* margin: 0; */
  /* position: absolute; */
  top: 10px;
  /* left: 0px; */
  /* line-height: 22px; */
  width: 100%;
  margin-bottom: 90px;
}
.imgBannerPorejectWork {
  margin-top: 0;
}
 }
 @media (max-width: 441px) {
  .section {
   
    height: 2020px;
}
.bntDownloadsDesk:before {
  content: '';
  background: url(../img/check-circle.png);
  width: 25px;
  height: 36px;
  display: block;
  background-size: 74%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 56px;
  top: 17px;
}
.bntDownloadsTxt {
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 17px;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  top: 8px;
  text-align: left;
  left: 80px;
}
}
 @media (max-width: 414px) {
  .bntDownloadsMobile:before {
    right: 93px;
    top: 9px;
}
.port img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 310px;
}
.progress {
  width: 37%;

}
 }
 @media (max-width: 440px) {
  .bntDownloadsTxt {
   
    color: #333333;
    font-family: 'Roboto-Light';
    font-size: 17px;
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
    top: 8px;
    text-align: left;
    left: 25%;

}
.boxWork {
  width:100%;
  max-width: 320px;
  margin: 20px;
}
.knowledge{
overflow: hidden;
}
.boxknowledge {
  width:100%;
  max-width: 320px;
  margin: 20px;
}
.section {
  height: 1900px;
}
.h4TextInto {
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 27px;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  line-height: 35px;
  margin-top: 8px;
  margin-bottom: 20px;
}
}

@media (max-width: 390px) {
  #content {
    height: 340px;
}
.contentMobileEx {
  display: block;
  position: relative;
}
}
 @media (max-width: 375px) {
  .bntDownloadsMobile:before {
    right: 93px;
    top: 9px;
}
.port img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 310px;
}
.boxWork {
  width: 320px;
  height: 320px;
  margin: 20px;
}
.boxknowledge {
  width: 320px;
  margin: 20px;
}
#content {
  height: 450px;
}
 }

 @media (max-width: 320px) {
  .contentMobileEx {
    display: block;
    position: relative;
    margin-top: 480px;
}
  .bntDownloadsMobile:before {
    right: 70px;
    top: 9px;
}
.imgAbout {
  position: absolute;
  left: 20px;
  top: 130px;
  width: 80%;
}

.afetImg::after {
  content: '';
  background: url(../img/rectanglePorject.png);
  width: 124px;
  height: 135px;
  display: block;
  background-size: 90%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: left;
  top: 237px;
  left: 134px;
  transform: rotate(180deg);
  z-index: -1;
}
.section {
  height: 2190px;
}
.bntDownloadsDesk:before {
  content: '';
  background: url(../img/check-circle.png);
  width: 26px;
  height: 36px;
  display: block;
  background-size: 74%;
  background-repeat: no-repeat;
  justify-content: center;
  position: absolute;
  float: right;
  right: 46px;
  top: 17px;
}
.textAbout {
  margin-bottom: 40px !important;
  text-decoration: none;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 16px;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  line-height: 35px;
  margin-bottom: 50px;
  margin-top: 100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.bntDownloadsTxt {
  left: 50px;
  color: #333333;
  font-family: 'Roboto-Light';
  font-size: 17px;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  top: 18px;
  text-align: center;
}
.contenteXperience {
  width: 100%;
  height: 440px;
  position: relative;
  border-bottom: 1px solid #333333;
  margin-bottom: 50px;
}
 }
