
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");

* {
  padding: 0;
  margin: 0;  
}

body{
  background-color: #171717;
}


/* scroll modes */

.bg-start{
  background-color: #171717;
}
.bg-start-projects{
  background-color: #F2F3F4;
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.09);
}

/* navbar */

.navbar{
  transition: 1s;
}
.navbar .container-fluid{
  width: 80%;
  margin: 0 auto;
}

.logo-brand{
min-width: 10px;
max-width: 300px;}

.nav-item{
padding-right: 3%;
}

.nav-link
{color: whitesmoke;
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
font-size: 85%;
font-weight: 500;
text-transform: uppercase;
}
.nav-link:hover{text-decoration: none;}
.nav-link:hover{color: rgb(161, 153, 153);}
.nav-link:focus{color: whitesmoke;}

.flag-icon{
  font-size: 17px;
}

/* navbar-active */

.active-link {
  position: relative;
  color: #808B96;
  transition: 1s;
  }
  
  .active-link::before{
  content: '';
  position: absolute;
  background: linear-gradient(to right, black, #850016, #D4AF37);
  text-align: center;
  width: 100%;
  height: 2px;
  bottom: -.60rem;
  left: 0%;
  }

/* navbar-projects */

.link-projects
{color: rgb(0, 0, 0);
font-family: 'Poppins', sans-serif;
letter-spacing: 1px;
font-size: 85%;
font-weight: 500;
text-transform: uppercase;
}
.link-projects:hover{text-decoration: none;}
.link-projects:hover{color: #808B96;}
.link-projects:focus{color: #808B96;}


/* change navbar styling on scroll-index */
.navbar.scroll-on{
  border-bottom: 1px solid rgb(17, 40, 68);
  transition: 2s;
  font-size: 95%;
  position:fixed;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.09);
  transition: all 0.15s ease-in-out 0s;

}
.navbar.scroll-on .nav-link{
  color:black;
}
.navbar.scroll-on .nav-link:hover{
  color: #808B96;
}

/* change navbar styling on scroll-projects */

.navbar.scroll-on-projects{
  border-bottom: 3px solid rgb(83, 83, 83);
  transition: 2s;
  font-size: 95%;
  position:fixed;
  background-color: #171717;
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.09);
  transition: all 0.15s ease-in-out 0s;
}
.navbar.scroll-on-projects .nav-link{
  color:rgb(255, 255, 255);
}
.navbar.scroll-on-projects .nav-link:hover{
  color: rgb(116, 116, 116);
}


/* banner */

.banner{
  height: 97vh;
  background-image: url(../img/pc_final.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-projects{
  height: 100vh;
  background-image: url(../img/sinergia_web.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#home{
  display:flex;
  align-items: center;
  justify-content:center;
  overflow:hidden;
}

.home-lt{
  width: 95%;
}

#home .container-fluid{
  width: 80%;
  margin: 0 auto;
}

#home .home_text .banner-text{

  font-size: 70px;
  font-weight: 500;
  color:white;
  padding:0;
}

.banner{
  display:flex;
  align-items: center;
  justify-content:center;
  overflow:hidden;
}

.home-lt{
  width: 95%;
}

.banner .container-fluid{
  width: 80%;
  margin: 0 auto;
}

.banner .home_text .banner-text{

  font-size: 70px;
  font-weight: 500;
  color:white;
  padding:0;
}

.home_text h1 span {

  font-weight: 500;
  color:#808B96;
  padding:0;
  overflow: hidden;
  font-size: 70px;
}
.home_text h1 span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 1rem;
  width: 10px;
  height: 70px;
  animation: blink 1s infinite;
}
.home_text h1 span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}

.btn{
  color: white;
  font-size: 18px;
}
.btn a{color: white;}
.btn a:hover{text-decoration: none;
color: rgb(161, 153, 153);}
.btn:hover{text-decoration: none; 
  color: white;}

/* change home styling on scroll */



/* clients */

.slide-clients{
  padding: 0%;
  
}

.slide-clients .container-fluid{
  width: 80%;
}

.slide-clients .row{
  border-bottom: 1px solid rgb(73, 73, 73);
  margin: 0%;
  padding: 0%;
}

.slide-clients .line{
  border-bottom: 1px solid rgb(117, 117, 117);
  margin: 0%;
  padding: 0%;
}

.slide-clients .padding-bottom{
padding-bottom: 5%;
}

.slide-clients .row .col{
  padding: 3%;
}

.slide-clients .card{
  background-color: transparent;
  border: none;
  transition: 2s;
}

.slide-clients .card:hover{
  transform: translateY(+30px);
}



/* about us */

#us{
  padding: 1%;
  padding-top: 2%;
}

#us .container-fluid{
  width: 80%;
}

#us .row{
padding: 5%;
}

#us h1{
  padding-top: 5%;
  color: #D4AF37;
  font-weight: 700;
  font-size: 50px;
}

#us h2{
  color: white;
  font-weight: 500;
}

#us .fw-500{
  font-weight: 400;
}

#us p{
  color: rgb(165, 165, 165);
  font-weight: 300;
  font-size: 20px;
}

#us .col .col{
  padding-bottom: 10%;
}

#us button{
  text-decoration: none;
  margin-left: 2%;
  border: 1px solid rgb(165, 165, 165);
  border-radius: 10px;
}


/* services & cards */

#services{
  background-color: #333333;
}

#services .container-fluid{
  width: 80%;
  padding-top: 10%;
  padding-bottom: 0%;
}
#services .padding-bottom{
padding-top: 4%;
}

#services h1{
  color: white;
  font-weight: 700;
  font-size: 50px;
  margin-top: 5%;
}

#services p{
  color: rgb(165, 165, 165);
  font-size: 20px;
}

#cards{
  padding-top: 5%;
  padding-bottom: 5%;
}

#services .card-pb{
  padding-bottom: 0;
}

#cards .col{
  padding: 1%;
}

#cards .col .card{
  padding: 1%;
  border-radius: 20px;
  background:rgba(121, 91, 91, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(4px);

}

#cards .card-title{
  color: white;
  font-size:x-large ;
  font-weight: 600;
  text-align: left;
}
#cards .card-text{
  color: rgb(165, 165, 165);
  font-size: 18px;
  font-weight: 400;
}

#cardhoverY{
  transition: 1.5s;
}

#cardhoverY:hover{
  transform: translateY(-30px);
}

#slide-clients{
  padding-top: 0%;
  padding-bottom: 2%;
  border-top: 2px solid rgb(73, 73, 73);
}

#slide-clients .card{
  transition: 2s;
  background-color: transparent;
  border: none;
}

#slide-clients .card:hover{
  transform: translateY(+30px);
}

/* works */

#work .container-fluid{
  width: 80%;
  padding-top: 7%;
  padding-bottom: 5%;
}
#work .padding-bottom{
padding-top: 4%;
}

#work .c1{
padding-left: 10%;
}

#work h1{
  color: white;
  font-weight: 700;
  font-size: 50px;
  margin-top: 5%;
}

#work h3{
  padding: 2%;
  color: white;
}

#work p{
  color: rgb(136, 136, 136);
  font-size: 20px;
}

#projects2 .container-fluid{
  width: 60%;
  padding-bottom: 10%;
  padding-top: 3%;
}

#projects2 h2{
  color: white;
}

#projects2 li{
font-size: 20px;
list-style: none;
align-items: left;
color: rgb(165, 165, 165);
font-size: 20px;
}

#projects2 .row{
  padding-bottom: 5%;
}

#projects2 .card{
  transition: 2s;
  background-color: transparent;
  border: none;
}

#projects2 .card:hover{
  transform: translateY(-30px);
}


/* contact */

.section-5{
    height: 100%;
    background-image: url(../img/fondo-contacto1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; 
}
#contact{
  color: #fff;
  padding: 3%;
}

#contact .container{
  padding: 80px 0;
}
#contact h1{
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;}

#contact p{
  color: rgb(165, 165, 165);
  font-size: 20px;
  padding-bottom: 3%;
}

#contact .form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .input{
  background: transparent;
  border: 0;
  color: #ffffff;
  outline: none;
  border: 1px  solid #D4AF37;
  padding: 20px 10px;
}
#contact .input::placeholder{
  color: #ffffff;
}
#contact input[type="text"], 
#contact input[type="email"]{
  display: inline-block;
  width: 49%;
  margin-bottom: 30px;
}
#contact .form textarea{
  width: 100%;
  margin-bottom: 15px;
}
#contact input[type="submit"]{
  width: 120px;
  text-align: center;
  padding: 14px 0;
}
#contact input[type="submit"]:hover{
  cursor: pointer;
  color: rgb(0, 0, 0);
  background: #D4AF37;
}

/* footer */

.footer{
  padding: 40px 0;
  padding-bottom: 5;
  background-color: #171717;
}

.border-tp{
border-top: 1px solid #272727;
}

.footer .social{
  text-align: center;
  padding-bottom: 25px;
  color: #ffffff; 
}
.footer .social a{
  font-size: 24px;
  color: inherit;
  border: 1px solir rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  border-radius: 50%;

}
.footer .social a:hover{
  opacity: 0.9;
}
#footer .container-fluid{
  width: 55%;
  padding: 1%;
}
#footer a{
  text-decoration: none;
  color: gray;
}
#footer a:hover{
  text-decoration: none;
  color: #808B96;
}

#footer p{
  color: grey;
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
} 

.social-icons .fab{
color: rgb(255, 255, 255);
}

.social-icons a {
  background-color: rgb(146, 146, 146);
  color: #818a91;
  font-size: 20px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #D4AF37;
} 

.social-icons a.facebook:hover {
  background-color: black;
}
.social-icons a.twitter:hover {
  background-color: #850016;
}


/* alliances-text */

#alliances{
  padding: 5%;
  padding-top: 7%;
  padding-bottom: 3%;
  background-color: #EAEDED ;
}

#alliances .container-fluid{
  width: 70%;
}

#alliances .main-text h1{
  color:#808B96;
  font-weight: 600;
  font-size: 50px;
}
#alliances .main-text p{
  color: rgb(165, 165, 165);
  font-size: 20px;
}

/* LTP section */

#ltp{
  padding-bottom: 5%;
  background-color: #EAEDED ;
}

#ltp .container-fluid{
  width: 70%;
}

#projects-customers{
background-color: #333333;
}


@media (max-width: 990px){

  .banner-projects{
    background-image: url(../img/sinergia.png);
  }
  .logo-brand{
    padding:0;
    min-width: 10px;
    max-width: 150px;}

  .navbar-toggler{
    padding-top: 5%;
    font-size: 25px;
    color: rgb(88, 88, 88);
  }
  .active-link::before{
    width: 0%;
  }

  #home .home_text .banner-text{
    font-size: 35px;
  }

  .home_text h1 span {
    font-size: 35px;
    color: #808B96;
  }
  .home_text h1 span.cursor {
    height: 40px;
    animation: blink 0.8s infinite;
  }
  
  #us .col{
    padding-top: 20%;
  }

  #us .btn-more{
    border: none;
  }

  #services h1{
    color: white;
    font-weight: 700;
    font-size: 30px;
  }

  #services p{
    color: rgb(165, 165, 165);
    font-size: 17px;
    padding-bottom: 20%;
  }

  #services img{
    padding-bottom: 20%;
  }

  #clients .row{
    padding-top: 5%;
    padding-bottom: 5%;
  }

  #projects .c1{
    padding-left: 0;
    }

  #projects2 .container-fluid{
  width: 90%;
}  

  #alliances .container-fluid{
    width: 90%;
    text-align: left;
  }
  #ltp .container-fluid{
    width: 70%;
  }
  #ltp img{
  padding-bottom: 10%;
  }
  #footer .data{
  padding: 5%;
  }
}




 

  