/* CSS - Elements */

body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
      
  }  
  .jumbotron {
      background-color: #121718;
      color: #fff;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
      height: 100vh;

  }
  .container-fluid {
    padding: 20px 50px;
      height: 100%;
      min-height: 100vh;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #03d1ff;
      font-size: 50px;
  }
  .logo {
      color: #03d1ff;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #03d1ff;
  }
  .carousel-indicators li {
      border-color: #03d1ff;
  }
  .carousel-indicators li.active {
      background-color: #03d1ff;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #03d1ff; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #03d1ff;
      background-color: #fff !important;
      color: #03d1ff;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #03d1ff !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #03d1ff;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #03d1ff;
      z-index: 99999999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #03d1ff !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #03d1ff;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
      
  }
 /* ----------------------------------------------------------------  */ 

  /* Animation */
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
 /* ----------------------------------------------------------------  */ 

/* Background  */
  .particles-js-canvas-el{
    position: fixed;
    top: 0px;
    left: 0px;
  }
 /* ----------------------------------------------------------------  */ 
  .TriangleBottom{
    position: relative;
    z-index: 999;
    font-size: 7vh;
  }
  .crossDown{
      
      text-align: center !important;
      display: none;

  }
  .TriangleBottom{
    position: relative;
    z-index: 999;
      height: 10vh;
      width: auto;
      background-image:url('icon/Down2.svg');
      background-size: 10vh;
      background-repeat: no-repeat;
      background-position-x: 50%;
      
  }

  .TriangleBottom:hover{
    position: relative;
    z-index: 999;
    height: 11vh;
    width: auto;
    background-image:url('icon/Down-Blue2.svg');
    background-size: 10.2vh;
    background-repeat: no-repeat;
    background-position-x: 50%;
   
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
.SpanIcon{
    display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}
.col-sm-8{
    background-color: #ffffffc2;}


 /* Buttons Cross  */ 
#firstCross{
    margin-top: 32vh;
}
#secondCross{
    margin-top: 10vh;
}
#thirdCross{
    margin-top: 34vh;
}
#fourthCross{
    margin-top: 24vh;
}
#projectCross{
    margin-top: 32vh
}
#fifthhCross{
    margin-top: 23vh
}
 /* ----------------------------------------------------------------  */ 

  /* Screen Fix 1366 x 768  100% zoom */ 
  @media screen and (max-width:1366px) and (min-width:1000px) {
      body{
          font-size:12px
      }
  .navbar-brand > img{
     height: 90px;
 }
 .container-fluid {
    padding: 100px 50px;
    height: 100%;
    min-height: 100vh;
}

h4{
    font-size: 16px;
}

h2{
    margin-bottom: 15px;
}

    #firstCross{
        margin-top: 14vh;
    }
    #secondCross{
        margin-top: 2vh;
    }
    #thirdCross{
        margin-top: 30vh;
    }

    #projectCross{
        margin-top: 21vh;
    }
    #fourthCross{
        margin-top: 3vh;
    }
    #fifthhCross{
        margin-top: 16vh;
    }

    #infoCompany >h1{

        font-size: 64px !important;
    }
    #infoCompany >p{
        font-size: 16px !important;
  }
 }

 /* ----------------------------------------------------------------  */ 
 /* ----------------------------------------------------------------  */ 

  /* Screen Fix 1920 x 1080  100% zoom */ 

  
@media screen and (max-width: 1600px) and (min-width:1400px) {
   .container-fluid {
    padding: 100px 50px;
    height: 100%;
    min-height: 100vh;
}
 

 #firstCross{
    margin-top: 23vh;
}
 #secondCross{
    margin-top: 0vh;
}
#thirdCross{
    margin-top: 30vh;
}
#fourthCross{
    margin-top: 10vh;
}
#projectCross{
    margin-top: 30vh;
}
#fifthhCross{
    margin-top: 16vh;
}
#projects{
    padding-top: 0 !important;
}
}
 /* ----------------------------------------------------------------  */






@media screen and (min-width: 1600px) {
     body{
        font-size: 18px;
    }
  }

  #contact{
      padding-left: 15px;
      padding-right: 15px;
  }

  #infoCompany{
      margin-top: 30vh;
      position: relative;
      z-index: 999999;
  }
  #infoCompany >h1{
      color: white;
      font-size: 82px;
      margin-left: -25px;
      margin-right: -25px;
      background-color: rgba(3, 209, 255, 0.8784313725490196);
      margin-bottom: 0px;
  }
  #infoCompany >p{
    color: white;
    margin-left: -25px;
    margin-right: -25px;
    background-color: rgba(0, 151, 184, 0.8392156862745098);;
}
.letterT{
    font-family: Nova Round;
    font-size: 90px;
}

@media screen and (max-width:900px) {
    .img-logos{
        width: 20vw !important;
    }
    #infoCompany >h1{
        color: white;
        font-size: 42px;
        background-color: #03d1ffe0;
        margin-bottom: 0px;
    }
    #infoCompany >p{
      color: white;;
      background-color: #0097b8d6;
      font-size: 16px;
  }
  #firstCross{
    margin-top: 5vh;
}
  .letterT{
      font-family: Nova Round;
      font-size: 40px;
  }
  .container-fluid {
    padding: 20px 10px;
    height: 100%;
    
    }
    #about{
        padding: 0px 10px;
    }

    .navbar-brand > img{
        height: 50px;
    }
    .slideanim{
        visibility: unset;
    }
    .slide {
        animation-name: slide;
        -webkit-animation-name: slide;
        animation-duration: 0s;
        -webkit-animation-duration: 0s;
        visibility: visible;
    }
    #projects{
       
        padding-top: 0vh !important;
        }
    #projects > .row > .col-sm-8> h2{
        text-align: center
    }
    #participation{
        height: calc(100vh - 50px);
    }
    #experience{
        height: calc(100vh - 50px);
    }
    #contact{
        height: calc(100vh - 50px);
    }
    .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
  
}
#experience > .row > .col-sm-8{
    background-color: #f6f6f691
}

#projects{
    
padding-top: 0 ;
}
#projects > .row > .col-sm-8{
    background-color: #f6f6f691
}
.img-logos{
    width: 8vw !important;
}
#LogoIMG{
    transition: transform 0.5s ease-in-out;
}
