body{
    margin-left: 15%;
    margin-right: 15%;
}
.container{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;

}
#header{
    font-family:Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-decoration-line: underline ;
    color: #070f18;
    margin: 40px 0 40px 0;
}
#menu{
    text-align: right;
    margin-top: 49px;
}
#menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu li{
    display: inline-block;
    margin-left: 20px;
    font-family:Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #070f18
}

#buttonCta{
    background: #1F7CFF;
    border-radius: 50px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    padding: 10px 25px 10px 25px;

}
a{
    color: black;
    text-decoration: none;
}

p.gray{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #575455;

}

#headerCta h1{
    width: 430px;
    height: 166px;
    top: 215px;
    left: 160px;
    gap: 0px;
    opacity: 0px;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 700;
    text-align: left;
    color: #000000;

}

#headerImg {
    margin-left: 49px;
}

#headerImg img{
    width: 100%;
}

#headerLogo {
    text-align: center;
}

#clients {
    margin-top: 50px;
    margin-bottom: 50px;
}

#headerClientText {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    color: #070F18;
}

h2.red {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #F75C4E;
}

h1.black {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #000000;
    margin-top: 0px;
}

#texto {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #575455;

}

.textCenter {
    text-align: center;
}

#contactimg img{
    width: 100%;

}
#contactForm {
    margin-left: 75px;
    text-align: left;
    margin-top:70px ;
}

#contact {
    margin-top: 100px;
}

#contactForm input{
    background: #F5F6FB;
    border-radius: 50px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border: 0;
    width: 55%;
    padding: 15px;
  
}

#contactForm button{
    width: 150px;
    height: 48px;
    top: 1662px;
    left: 813px;
    gap: 0px;
    border-radius: 50px;
    opacity: 0px;
    background: #1F7CFF;
    border: 0;
    margin-top: 20px;
    color: #ffffff;
}
#portfolioTitle {
    margin-top:150px ;
}

.portfolioImg img{
    width: 100%;
    text-align: center;
}
.portfolioImg {
    padding: 20px;
}