/* ===============================   
   Colour Palette:
   ---------------
   Enkoder Orange:  #FE8104
   Enkoder Gray:  #65646A
   =============================== */

/* General */
* {
   margin: 0px;
   padding: 0px;
   box-sizing: border-box;
}

.row:after {
   content: "";
   clear: both;
   display: table;
}

[class*="col-"] {
   float: left;
   padding: 15px;
   width: 100%;
}

/* Mobile */
@media screen and (max-width: 699px) {
  h1, h2, h3, h4, h5, h6, p {margin: auto; text-align: center;}
  h1, h6, p {font-size: 16px; line-height: 1.6em;}
  #fold, #companies-img {text-align: center;}
  .mobile-img {visibility:hidden; height: 0px;}

  /* Fold Section for Mobile */
  #fold {
    padding: 45px 0px;
    margin-top: 100px !important;
    background: url('../images/enkoder-hero-img.jpg') center center no-repeat; background-size: 100% auto; background-color: #333;    
  }

  #slogan {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin: 35px auto 0px;
  }

  #fold h1 {
    font-weight: 400;
    margin-top: 25px;
  }

  /* Companies Section for Mobile */
  #companies {
  padding: 30px 0px;
  }

  /* Solutions Section for Mobile */
  #solutions {
  padding: 30px 0px 0px;
  }

  .text_form {
    color: #807c79;
  }

  #solutions ul {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 1.6em;
  }

  #solutions ul li:before {
    content: "\2022";
    color: #FE8104;
    font-weight: bold;
    display: inline-block; 
    width: 1.2em;
    margin-left: -1em;
  }

  /* Technologies Section for Mobile */
  .table {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px auto;
    display: block;
  }

  .table-row {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px auto;
  }

  #tech-tables {
    display: block;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }

  /* Agile Section for Mobile */
  #agile {
    padding: 40px 20px;
    background: url('../images/metodologia-agil.jpg') top center no-repeat; background-size: 1440px 494px;
    background-color: #282B2D;
    color: #FFF;
  }

  #agile p {
    margin: 30px auto 45px;
  }

  #social a {
    margin: 0 15px;
  }

  #footer {
    font-size: 16px;
  }

  #footer h6 {
  font-size: 24px;
}




.slick-slide img {
  width: auto;
  }
  
  .companies-trust-logo-small {
    width: auto;
    height: 30px;
    margin: 25px auto;
  }

  .companies-trust-logo-huge {
  height: 15px;
  width: auto;
  margin: 30px auto auto auto;
 /* margin-left: 95px;*/
}

.companies-trust-logo-medium {
  height: 22.5px;
  width: auto;
  margin: 25px auto auto auto;
}

  

}

/* Tablets */
@media only screen and (min-width: 700px) and (max-width: 1199px) {
  .container {width: 100%; margin: 0 auto; padding: 0px 20px;} 
  .col-m-1 {width: 8.33%;}
  .col-m-2 {width: 16.66%;}
  .col-m-3 {width: 25%;}
  .col-m-4 {width: 33.33%;}
  .col-m-5 {width: 41.66%;}
  .col-m-6 {width: 550px; margin: 0px;}
  .col-m-7 {width: 58.33%;}
  .col-m-8 {width: 66.66%;}
  .col-m-9 {width: 75%;}
  .col-m-10 {width: 83.33%;}
  .col-m-11 {width: 91.66%;}
  .col-m-12 {width: 100%;}

  p {font-size: 16px; line-height: 1.6em;}

  /* Fold Section for Tablet */
  #fold {
    padding: 60px 0px;
    margin-top: 100px !important;
    background: url('../images/enkoder-hero-img.jpg') center center no-repeat; background-size: 100% auto; background-color: #333;
    height: 400px;
  }

  #slogan {
    width: 350px;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 50px;
  }

  .text_form {
    color: #807c79;
  }

  #fold h1 {
    font-size: 18px;
    line-height: 1.6em;
    width: 330px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 400;
  }

  /* Companies Section for Tablet */
  #companies {
    padding: 35px 0px;
  }

  .companies-trust-logo-small {
    width: auto;
    height: 30px;
    margin: 25px auto;
  }

  .companies-trust-logo-huge {
  height: 15px;
  width: auto;
  margin: 30px auto auto auto;
}

.companies-trust-logo-medium {
  height: 22.5px;
  width: auto;
  margin: 25px auto auto auto;
}

  #companies h6 {
    font-size: 16px; 
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Solutions Section for Tablet */
  #solutions {
    padding: 0px 40px;
  }

  #solutions ul {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 1.6em;
  }

  #solutions ul li:before {
    content: "\2022";
    color: #FE8104;
    font-weight: bold;
    display: inline-block; 
    width: 1.2em;
    margin-left: -1em;
  }

  #solutions-img {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-left: 30px;
  }

  /* Technologies Section for Tablet */
  #tech-tables {
  text-align: center;
  display: block;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
}

  /* Agile Section for Tablet */
  #agile p {
    margin: 35px auto 30px;
    max-width: 500px;
  }

  #agile {
    color: #FFF;
    background: url('../images/metodologia-agil.jpg') top center no-repeat; background-size: 1440px 494px;
    background-color: #282B2D;
  }

  #agile {
    padding: 80px 0px 140px;
  }

  #footer h6 {
    font-size: 25px;
  }

  #social a {
    margin: 0 15px;
  }

  #footer {
    font-size: 18px;
  }


}  

/* For Desktop */
@media only screen and (min-width: 1200px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 550px; margin: 0px;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .container {
     width: 1100px;
     margin: 0 auto;
  }

  h6 {
    font-size: 20px;
  }

  p {
     font-size: 18px;
     line-height: 1.6em;
  }

  /* Common Desktop CSS */
  #fold, #solutions {
    padding: 60px 0px;
  }

  /* Fold Section for Desktop*/

  #fold  {
    background: url('../images/enkoder-hero-img.jpg') top center no-repeat; background-size: 100% auto; background-color: #333;
  }

  #slogan {
    font-size: 52px;
    font-weight: 500;
    margin-top: 80px;
  }

  .text_form {
    color: white;
  }

  #fold h1 {
    font-size: 28px;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 55px;
    font-weight: 500;
  }

  /* Compnaies Section for Desktop*/
  #companies h6 {
    margin: 15px auto 35px;
    text-align: center;
  }

  #companies {
    padding: 50px 0px 40px;
  }

  /* Solutions Section for Desktop*/
  #solutions ul {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 1.6em;
  }

  #solutions ul li:before {
    content: "\2022";
    color: #FE8104;
    font-weight: bold;
    display: inline-block; 
    width: 1.2em;
    margin-left: -1em;
  }

  #solutions h2, p {
    width: 370px;
  }

  #solutions-img {
    width: 539px;
    height: 310px;
  }

  #solutions {
    background: url('../images/background.png') top right no-repeat; background-size: 63% auto;
  }

  /* Agile Section for Desktop*/
  #agile {
    padding: 80px 0px 140px;
  }

  #agile p {
    width: 500px;
    margin: 35px auto 55px;
  }

  #agile {
    color: #FFF;
    background: url('../images/metodologia-agil.jpg') top center no-repeat; background-size: 1440px 494px;
    background-color: #282B2D;
  }

  #social {
    float: left;
  }

  #social a {
    margin-right: 30px;
  }

  #footer {
    font-size: 18px;
  }
}

/* General CSS */
/* Typography */
body {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
   color: #65646A;
}

h2, h3, h4, h5 {
  font-weight: 500;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h6 {
  font-weight: bold;
  color: #FE8104;
}

/* Common CSS */
#fold, #solutions {
  background-color: #F7F7F7;
}

#fold, #technologies, #tech-tables, #agile, #footer {
  text-align: center;
}

/* Fold Section*/
#fold {
  margin-top: 140px;
  color: #FFF;
}

#fold h1, #fold #slogan {
  width: 100%;
}

#fold b {
  color: #FE8104;
}

/* Companies Section*/
#companies h6 {
  color: #575757;
}

/* Solutions Section */
#solutions h2 {
  margin-bottom: 30px;
  color: #FE8104;
}

#solutions ul {
  list-style: none;
}

/* Technologies Section */
#technologies {
  padding: 80px 0px 100px;
}

#technologies h2 {
  margin-bottom: 40px;
}

#technologies h3 {
  color: #FE8104;
  margin-top: 20px; 
}

.table {
  border-style: solid;
  border-width: 3px;
  border-radius: 5px;
  border-color: #FE8104;
  background-color: #FFF;
  width: 250px;
  height: 330px;
  margin: 10px;
  text-align: center;
}

.table p {
  width: 220px;
  margin-top: 20px;
}

/* Agile Section */
.cta {
  padding: 15px 30px;
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
  background-color:#FE8104;
}

/* Footer Section */
#footer {
  padding: 50px 0px 40px;
  background-color: #65646A;
  color: #FFF;
}

#footer h6 {
  margin-bottom: 25px;
  color: #FFF;
}

.link-footer {
  margin-bottom: 25px;
}

#social {
  margin-top: 30px;
  width: 200px;
}

#footer a {
  text-decoration: none;
  color: #FFF;
}

#copyright {
  background-color: #4B4A50;
  color: #FFF;
  padding: 5px 0px;
}

#copyright p {
  text-align: center;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
}

/* Force Elements to Self Clear its Children: http://css-tricks.com/snippets/css/clear-fix/ */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
  }
   
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


#form {
  margin: 0px auto 130px;
}

.field {
  width: -webkit-fill-available;
  box-sizing: border-box;
  height: 50px;
  border: 2px solid #C1C1C1;
  background-color: #F7F7F7;
}

.field-text {
  width: -webkit-fill-available;
  box-sizing: border-box;
  height: 100px;
  border: 2px solid #C1C1C1;
  background-color: #F7F7F7;
}

#form input, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  padding-left: 5px;
}

textarea {
  padding-top: 10px;
}

.send-buttom {
  width: -webkit-fill-available;
  border: none;
  font-size: 18px;
  color: white;
  cursor: pointer;
  height: 50px;
  background-color: #807c79;
}

#solutions_advantages 
{
  max-width: 400px;
}


/*01/29/21 EDIT*/

/*Common*/
@media only screen and (max-width: 699px) {
  .row{
    margin-left: auto;
    margin-right: auto;
  }
}

/*(fix for the cards section)*/
@media only screen and (width: 576px) {
  .container{
    max-width: unset;
  }
}

/*Header Section*/
.nav-option:hover {
  color:#FE8104;
  }

@media only screen and (max-width: 386px) {
  #menuToggle{
    padding-left: 15px;
  }

#logo-navigation div{
  padding:15px 15px 0px 45px;
  }

  #menuToggle input{
    left: 15px;
   }
}

/*Slider Section*/
#companies h6{
  margin: auto;
}

.slider {
  animation: fadeInLogos 2s linear .1s;
  animation-fill-mode: backwards;
}

@keyframes fadeInLogos {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@media only screen and (max-width: 550px) {
  #fold{
    background-size: unset;
  }
  #fold-text{
    margin-bottom: 20px;
  }
}

#fold {
  animation: fadeInSolutions 2s ease-out 0s;
  animation-fill-mode: backwards;
}

#slogan {
  animation: fadeIn 1s ease-out 0s;
}

#recruit-text {
  animation: moveInBottom 0.5s linear 1s;
  animation-fill-mode: backwards;
}

#develop-text {
  animation: moveInBottom 0.5s ease-out 1.5s;
  animation-fill-mode: backwards;
}

#improve-text {
  animation: moveInBottom .5s ease-out 2s;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
      opacity: 0;
      transform: translateY(3rem);
  }

  100% {
      opacity: 1;
      transform: translate(0);
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateX(-10rem); 
  }

  80% {
      transform: translateX(1rem);
  }

  100% {
      opacity: 1;
      transform: translate(0); 
  }
}

/*Solutions Sections*/
@media only screen and (max-width: 699px) {
  #solutions h2, #solutions p, #solutions ul{
    text-align: left;
  }
}

@media only screen and (max-width: 769px) {
  #solutions-img{
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  #solutions {
    animation: fadeInSolutions 0.5s ease-out 0.1s;
    animation-fill-mode: backwards;
    }
}

@keyframes fadeInSolutions {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/*Technologies Section*/
      #languages-card {
        opacity: 0;
        transform: scale(0.1);
        transition: all 0.1s ease-in-out;
      }

      .active_languages-card {
        opacity: 1 !important;
        transform: scale(1) !important;
      }

      #frameworks-card {
        opacity: 0;
        transform: scale(0.1);
        transition: all 0.3s ease-in-out 0.3s;
      }

      .active_frameworks-card {
        opacity: 1 !important;
        transform: scale(1) !important;
      }

      #databases-card {
        opacity: 0;
        transform: scale(0.1);
        transition: all 0.3s ease-in-out 0.6s;
      }

      #consulting-card {
        opacity: 0;
        transform: scale(0.1);
        transition: all 0.3s ease-in-out 0.9s;
      }

      .active {
        opacity: 1 !important;
        transform: scale(1) !important;
      }

@media only screen and (max-width: 576px) {
  #technologies .row{
     margin-left: -15px;
     margin-right: -15px;
   }
 }

@media only screen and (max-width: 699px) {
  #tech-tables p{
  width: unset;
  }

  #tech-tables h3{
   font-size: 26px;
  }

  #tech-tables {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }

    #languages-card{
    margin-left: 9% !important;
  }
      
    #databases-card{
    margin-left: 9%;
  }
}

#tech-tables {
  width: 100%;
}

#languages-card{
  margin-left: 5px;
}

#consulting-card{
  margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
  #tech-tables {
  width: 542.8px;
}

#languages-card{
  margin-left: 10px;
}

#consulting-card{
  margin-right: 10px;
  }
}

#technologies h2{
margin: auto;
margin-bottom: 40px;
}

@media only screen and (max-width: 769px) {
  .table p {
    width: unset;
}

#languages-card{
  margin-left: 9% !important;
}

#databases-card{
  margin-left: 9%;
  }
}

@media only screen and (max-width: 421px) {
  #tech-tables h3{
    font-size: 17px;
   }

   #languages-card{
    margin-left: 7% !important;
  }
  
  #databases-card{
    margin-left: 7% !important;
  }
}

@media only screen and (max-width: 341px) {
   #languages-card{
    margin-left: 6.2% !important;
  }
  
  #databases-card{
    margin-left: 6.2% !important;
  }
}

@media only screen and (max-width: 466px) {
  #tech-tables .col-5{
    height: 350px;
   }
}

@media only screen and (max-width: 419px) {
  
  #tech-tables .col-5{
    height: 390px;
   }
}

/*Agile Section*/
.cta:hover{
  background-color:#d16900;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  color: #ffffff;
  text-decoration: none
}

/*Footer Section*/
#facebook svg{
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 5;
}

#twitter svg{
  position: absolute;
  left: 1px;
  top: 4px;
  z-index: 5;
}

#linkIn svg{
  position: absolute;
  left: 2px;
  top: 4px;
  z-index: 5;
}

.facebook-background{
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 15px;
height: 20px;
  background: #ffffff;
  z-index: 4;
}

#social a{
z-index: 9999;
}

#social svg:hover{
fill: blue;
}

.facebook-color{
  fill: #3b5998;
  transition: ease-out;
  transition-duration: 0.5s;
}

.twitter-color{
  fill: #00acee; 
  transition: ease-out;
  transition-duration: 0.5s;
}

.linkin-color{
  fill: #0e76a8;
  transition: ease-out;
  transition-duration: 0.5s;
}

#footer a:hover{
  color:orange;
}

@media only screen and (max-width: 701px) {
  #social{
    width: unset;
  }
}

.btn-sections {
  display: inline-block;
  border-radius: 20%;
  color: #f1f1f1;
  overflow: hidden;
  position: relative;
}

.btn-sections {
  transition: 0.2s linear;
}

.btn-sections:hover {
  background: #65646A;
  transform: scale(1.1);
}

#social a {
  height: 32px;
  width: 32px;
  display: inline-block;
}

.companies-trust-logo-small {
  height: 75px;
  width: auto;
  margin: 25px auto;
}

.companies-trust-logo-huge {
  height: 37px;
  width: auto;
  margin: 40px auto auto auto;
}

.companies-trust-logo-medium {
  height: 50px;
  width: auto;
  margin: 33px auto auto auto;
}

.cemex-logo-top-margin {
  margin-top: 20px !important;
}