/*Formatacoes Gerais*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

*{
 margin: 0;
 padding: 0;
 font-size: 16px;
 font-family: 'Montserrat', sans-serif;  
}

body{
    background: #ffffff;
}

/*Main-section*/

.ws-background{
    display: block;
    width: 100%;
    max-width: 850px;
    position: absolute;
    right: 0;
}

.ws-background-mobile{
    display: none;
}

.weefsell-content{
    margin-top: 9.75rem;
    width: 100%;
    max-width: 564px;
}

.weefsell-logo{
    margin-bottom: 20px;
    width: 100%;
    max-width: 323px;
}

.weefsell-logo-mobile{
    display: none;
}

.weefsell-content h1{
    font-size: 3rem;
    font-weight: 700;
    color: #131313;
    margin-bottom: 1.875rem;
}

.weefsell-content p{
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #131313;
    margin-bottom: 15px;
}

.btn-service-wrapper{
    margin-bottom: 120px;
}

.btn-service{
    background: #01C765;
    border: 2px solid #01C765;

    color: #ffffff;
    font-size: 1.4375rem;
    font-weight: 600;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    max-width: 560px;
}

.btn-service-link:hover{
    text-decoration: none;
}

.btn-service:hover{
    color: #01C765;
    background: #FFFFFF;
    transition: 500ms ease;
}

/*Types-content*/
.types-content{
    margin-bottom: 80px;
}

.types-content-img{
    display: block;
}

.types-content-img-mobile{
    display: none;
}

.uxui-content p, .design-content p, .dev-content p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0625rem;
    color: #131313;
}


/*Our-services*/
.our-services-wrapper{
    background: #EEEEEE;
    padding-bottom: 40px;
    width: 100%;
}

.our-services-title{
    margin-left: auto;
    margin-right: auto;
}

.our-services-title h2{
    margin-top: 2.5375rem;
    margin-bottom: 2.1875rem;
    font-size: 36px;
    font-weight: 700;
    color: #131313;
}

.our-services-row-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.our-services-img{
    max-width: 150px;
}

.our-services-img img{
    width: 100%;
}

/*Planning section*/
.planning-section-wrapper{
    position: relative;
}


.arrow-desktop{
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    max-width: 130px;
}

.green-and-points-background{
    display: block;
    position: absolute;
    top: 345px;
    right: 25px;
    width: 100%;
    max-width: 593.83px;
}

.arrow-mobile,
.green-and-points-background-mobile{
    display: none;
}

.planning-content-row{
    margin-bottom: 160px;
}

.planning-text{
    margin-top: 180px;
    width: 100%;
    max-width: 464px;
}

.planning-text h2{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #131313;
}

.planning-text p{
    font-size: 20px;
    font-weight: 400;
    color: #131313;
}

.planning-img-bracket{
    width: 100%;
    max-width: 133.05px;
    margin-top: 234.2px;
}

.img-bracket{
    display: block;
}

.img-bracket-mobile{
    display: none;
}

.planning-boxes{
    margin-top: 148.9px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.planning-boxes-content{
    background: #FFFFFF;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 9%);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 467px;
    margin-left: 50px;
}

.planning-boxes-content h3{
    font-size: 20px;
    font-weight: 500;
    color: #131313;
}

.planning-boxes-content p{
    font-size: 14px;
    font-weight: 400;
    color: #131313;
}

/*Build solution*/
.build-solution-wrapper{
    position: relative;
    background: #212121;
}

.dark-ws-background{
    display: block;
    position: absolute;
    top: 38.3px;
    width: 100%;
    max-width: 1064px;
}

.dark-ws-background-mobile{
    display: none;
}

.build-solution-content{
    margin-top: 182px;
    width: 100%;
    max-width: 468px;
}

.build-solution-content h2{
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.build-solution-content p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.3rem;
}

.build-solution-form{
    margin-top: 88px;
    margin-left: 137px;
}

.box-build-solution-form{
    background: #FFFFFF;
    padding: 20px;
    width: 100%;
    max-width: 422px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 56px;
}

.img-form{
    display: block;
    position: absolute;
    top: -30px;
    right: -27px;
    width: 100%;
    max-width: 65px;
}

.img-form-mobile{
    display: none;
}

.box-build-solution-form-fieldset{
    display: flex;
    flex-direction: column;
}

.box-build-solution-form-fieldset label{
    font-size: 16px;
    font-weight: 400;
    color: #131313;
}

.form-group{
    margin-bottom: 10px;
}

.span-required{
    display: none;
    font-size: 12px;
    color: #dc3545;
    margin-bottom: 0;
}

.span-obrigatorio{
    display: none;
    font-size: 12px;
    color: #dc3545;
    margin-bottom: 0;
}

.form-enviado{
    display: none;
    font-size: 15px;
    text-align: center;
    color: #038846;
    background: rgba(1, 199, 100, 0.3);
    border-radius: 5px;
}

.box-build-solution-form-fieldset input{
    line-height: 42px;
    border-radius: 10px;
    border: #C5C5C5 1px solid;
}

.box-build-solution-form-fieldset select{
    position: relative;
    appearance: none;
    height: 42px;
    border-radius: 10px;
    border: #C5C5C5 1px solid;
    background-image:
    linear-gradient(45deg, transparent 50%,#131313 50%),
    linear-gradient(135deg, #131313 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.box-build-solution-form-fieldset button{
    margin-bottom: 0;
    border: #01C765 2px solid;
}

.box-build-solution-form-fieldset textarea{
    border-radius: 10px;
    border: #C5C5C5 1px solid;
}

.btn-build-solution{
    background: #01C765;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

.btn-build-solution:hover{
    color: #01C765;
    background: #FFFFFF;
    transition: 500ms ease;
}

/*Footer*/
.logo-footer{
    display: block;
    width: 100%;
    max-width: 213px;
    margin-bottom: 15px;
}

.logo-footer-mobile{
    display: none;
}

.ws-footer-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.ws-copyrigth{
    color: #131313;
    margin-bottom: 8px;
}

.phone-footer{
    color: #1A8BD6;
    margin-bottom: 30px;
}

.phone-footer:link{
    text-decoration: none;
}

/*Media Queries*/
@media (max-width: 768px) {
    
    /*Main-section*/
    .ws-background{
        display: none;
    }

    .ws-background-mobile{
        display: block;
        position: absolute;
        width: 100%;
        max-width: 341px;
        top: 0;
        right: 0;
    }

    .weefsell-logo{
        display: none;
    }

    .weefsell-logo-mobile{
        display: block;
    }
    
    .weefsell-content h1{
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 22px;
    }

    .weefsell-content p{
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 26px;
    }

    .btn-service-wrapper{
        margin-bottom: 20px;
    }

    .btn-service{
        font-size: 16px;
    }

    /*Type-content*/
    .types-content{
        margin-top: 55px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .types-content-img{
        display: none;
    }
    
    .types-content-img-mobile{
        display: block;
        margin: 0 auto;
    }

    .uxui-content,
    .design-content,
    .dev-content{
        text-align: center;
    }

    .uxui-content p,
    .design-content p,
    .dev-content p{
        margin-top: 8px;
        margin-bottom: 54px;
        font-size: 14px;
    }

    /*Our-services*/
    .our-services-wrapper{
        padding-bottom: 30px;
    }

    .our-services-title h2{
        font-size: 25px;
        text-align: center;
    }

    .our-services-img img{
        width: 100%;
        max-width: 173px;
    }

    /*Planning section*/

    .arrow-mobile{
        display: block;
        position: absolute;
        top: 26.6px;
        right: 17px;
    }
    
    .green-and-points-background-mobile{
        display: block;
        position: absolute;
        top: 329px;
        right: 0;
    }
    
    .arrow-desktop,
    .green-and-points-background{
        display: none;
    }

    .planning-content-row{
        display: flex;
        flex-direction: column;
    }

    .planning-text{
        margin-top: 90px;
        width: 100%;
    }
    
    .planning-text h2{
        font-size: 33px;
    }
    
    .planning-text p{
        font-size: 14px;
    }

    .planning-img-bracket{
        margin-top: 0;
        max-width: 160px;
    }

    .img-bracket{
        display: none;
    }
    
    .img-bracket-mobile{
        display: block;
    }

    .planning-boxes{
        margin-top: 0px;
        grid-gap: 15px;
    }

    .planning-boxes-content{
        padding: 15px;
        width: 100%;
        max-width: fit-content;
        margin: 0 auto;
        margin-left: 38px;
    }
    
    .planning-boxes-content h3{
        font-size: 13px;
    }
    
    .planning-boxes-content p{
        font-size: 12px;
    }

    /*Build solution*/

    .dark-ws-background{
        display: none;
    }
    
    .dark-ws-background-mobile{
        display: block;
        position: absolute;
        top: 8px;
        width: 100%;
    }

    .build-solution-row{
        display: flex;
        flex-direction: column;
    }

    .build-solution-content{
        margin-top: 38px;
        max-width: 100%;
    }
    
    .build-solution-content h2{
        font-size: 33px;
        margin-bottom: 20px;
    }
    
    .build-solution-content p{
        font-size: 14px;
        line-height: 2rem;
    }

    .build-solution-form{
        margin-top: 20px;
        margin-left: 0px;
    }
    
    .box-build-solution-form{
        padding: 15px;
        max-width: 100%;
        margin-bottom: 35px;
    }
    
    .img-form{
        display: none;
    }
    
    .img-form-mobile{
        display: block;
        position: absolute;
        top: -26px;
        right: -15px;
        width: 100%;
        max-width: 58px;
    }
    
    .form-enviado{
        font-size: 14px;
    } 
    
    .form-group{
        margin-bottom: 10px;
    }   
    
    .box-build-solution-form-fieldset label{
        font-size: 16px;
        font-weight: 400;
        color: #131313;
    }
    
    .box-build-solution-form-fieldset input{
        line-height: 42px;
        border-radius: 10px;
        border: #C5C5C5 1px solid;
    }
    
    .box-build-solution-form-fieldset select{
        height: 42px;
        border-radius: 10px;
        border: #C5C5C5 1px solid;
    }

    .box-build-solution-form-fieldset .tell-about-label{
        font-size: 14px;
    }

    .box-build-solution-form-fieldset input[type = submit]{
        margin-bottom: 0;
    }

    /*Footer*/
    .logo-footer{
        display: none;
    }

    .logo-footer-mobile{
        display: block;
        width: 100%;
        max-width: 213px;
        margin-bottom: 15px;
    }

    .ws-footer-col{
        margin-top: 50px;
    }

    .ws-copyrigth{
        font-size: 14px;
    }

    .phone-footer{
        font-size: 14px;
    }

}