/* START NEW UPDATE */
.input-talk{
    width: 100%;
    border-radius: 21px;
    border-color: #70707030;
    height: 46px;
    background-color: #cfc7c730; 
}
.textarea-talk{
    width: 100%;
    border-radius: 21px;
    border-color: #70707030;
    height: 150px;
    background-color: #cfc7c730;
}
h1.title-talk-to-us {
    text-transform: none;
}
.color-blue-light{
    color:#0663EA;
}
.span-talk-to-us{
    font-size: larger;
    font-weight: 600;
}
/*END UPDATE joão carvalho*/
/*SERVICES*/
.bck-illustration {
    min-height: 490px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(http://127.0.0.1:8000/storage/images/illustration_ecommerce_desktop.svg);
}
.bg-project-img{
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(http://127.0.0.1:8000/storage/images/bck_projecto_tt.png);
}
.info-ecommerce{
    min-height: 500px;
}
.btn-save{
    border-radius: 30px;
    font-size: medium;
    font-weight: 900;
    letter-spacing: 3px;
}
.form-rounded {
    border-radius: 1rem;
    width: 100%;
}
.btn-rounded{
 border-radius: 2rem;
 font-weight: bold;
}
.budget-request{
    height: 200px;
}
.btn-cta{
    display:inline-flex;
}
.title-wedo{
    font-size: medium;
}
.thumb-wedo {
    border-radius: 40px;
    min-height: 330px;
}
.img-project-phone{
    max-height: 450px;
}
a.btn-card:hover {
    text-decoration: none;
    color: black;
}
/* PROJECT */
.description-project{
    padding: 0;
     /* background: linear-gradient(90deg, white 50%, #FE9A2B 50%); */
}
.image-demo img{
    max-height: 650px;
}
.title-goals{
    text-transform: uppercase;
}
/* Header Component */
.headerSection {
    background-color: #00317C;
}
.nav {
    align-items: center;
}
.headerMenuColor {
    color: #78E3AB;
    font-weight: bold;
}
.toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(120,227,171, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.headerMenuColor:hover {
    color: #fff;
    text-decoration: inherit;
}
.toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}
/* Footer Component */
.footerSection {
    background-color: #012D70;
}
.footerMenuColor {
    color: #78E3AB;
    font-weight: bold;
}
