body{
    background-color: #fff;
}

.border-red{
    border: 1px solid red;
}

.orcamento-page{
    position: relative;
}

#app{
    position: relative;
    overflow-x: hidden;
}

#mainContent{
    min-height: 50vh;
}

.btn-purple{
    color: #ffffff;;
    background: #360089;
}

.btn-purple:hover, .btn-purple:focus{
    color: #f4f4f4;
}

.outside{
    position: relative;
    top: 49vh;
    z-index: 100;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.section{
    position: absolute;
    top: 0;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 50px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    min-height: 40vh;
    background: #fffffff5;
    -webkit-transform: translateX(250%);
    transform: translateX(250%);
    -webkit-transition: all 680ms ease-in-out;
    transition: all 680ms ease-in-out;
    justify-content: center;
    align-items: center;
}

.box{
    margin-top: 25px;
    min-height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 50px;
    border-radius: 8px;
    background-color: #fffffff5;
}

.bullets{
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 10px;
    position: relative;
}

.bullets::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0.5px;
    border: 0.5px solid #ff500017;
}

.bullets span{
    width: 15px;
    height: 15px;
    border-radius: 40px;
    border: 1px solid #ff5000;
    border-color: #ff5000;
}

.bullet-active{
    background-color: #ff5000;
}

.form-group{
    margin: 0 5px;
}

.navigation{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
}

.flex{
    display: flex!important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 680ms ease-in-out;
    transition: all 680ms ease-in-out;
}

.hidden{
    display: none;
}

.orange-bg-color, .orange-bg-color:focus, .orange-bg-color:hover{
    color: #ffffff;
    background: rgb(255,145,0);
    background: linear-gradient(90deg, rgba(255,145,0,1) 14%, rgba(255,80,0,1) 100%);
    border: none;
    outline: none;
}

.submit-btn{
    font-size: 20px;
    border-radius: 40px;
    padding: 10px 25px;
}

.header-navbar{
    margin-bottom: 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.navbar{
    background-color: #ffffff;
}

.navbar li{
    font-weight: 500;
}

.navbar li:hover, .navbar a:hover {
    color: #ff5000;
}

.navbar-brand img{
    width: 180px;
}

.cta-login{
    border-radius: 4px;
    margin: 0 5px;
    border: 1px solid #ff5000;
}

.cta-register{
    border-radius: 4px;
    margin: 0 5px;
    color: #ffffff;
    background-color: #ff5000;
    border: 1px solid #ff5000;
}

.cta-register:hover, .cta-register:focus{
    color: #f4f4f4 !important;
}

.color-orange{
    color: #ff5000;
}

.color-grey{
    color: #3a3a3a;
}

.page-header{
    margin-top: -30px;
    padding: 50px 0;
    min-height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/page-header-bg.png');
}

.page-header h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.fix-row-size{
    max-width: 80%;
    margin: 0 auto;
}

.select2-container{
    width: 100% !important;
}

.multiselect__container{
    /* height: 35px; */
    border-radius: 5px !important;
    color: black;
}

label.bolded{
    font-weight: 500;
}

select{
    border: 1px solid #aaaaaa !important;
}

.footer{
    padding: 30px 5px;
    background-color: #d5d5d5;
}

.footer .title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer p, .footer a{
    font-size: 14px;
    color: #7d7d7d;
}

.footer ul{
    padding: 0;
}

.footer ul li{
    list-style: none;
    display: block;
}

/** Budget Lists **/
.budget-list-item{
    font-size: 16px;
    color: #212529;
    padding: 10px 20px 0px 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    background-color: #ffffff8a;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.budget-list-item .title{
    font-size: 18px;
    font-weight: 500;
    color: #ff5000;
    margin-bottom: 6px;
}

.budget-list-item ul {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    color: #fff;
}

.budget-list-item li{
    display: inline-block;
    list-style: none;
    margin-bottom: 7px;
    padding: 4px 10px;
    border-radius: 40px;
    background-color: #ff5000;
}

/** budget Modal **/
.customModal .modal-content {
    background-image: url('../../assets/images/nuvem-bg.png');
    background-size: 200%;
    background-position: center;
    background-blend-mode: darken;
}

.customModal h2, .customModal h4 {
    font-size: 25px;
    color: #3c3a74;
    padding-bottom: 10px;
}

.customModal p {
    font-size: 16px;
    color: #3c3a74;
    line-height: 20px;
}

.fixed{
    position: fixed;
    top: 0;
}

/** Abril 2025 **/
.orange-one{
    color: #f58c00;
}

.orange-one-bg{
    background-color: #f58c00;
}

.categories-list .title{
    font-size: 14px;
    font-weight: bold;
}
.image-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 113px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
}

.category-item img{
    width: 175px;
}

.professional-cta{
    color: #fff;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.cta-bordered{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
    padding: 8px 12px;
    color: #3a3a3a;
    border: 1.5px solid #f58c00;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.cta-orange{
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase;
    padding: 12px 16px;
    color: #fff;
    background-color: #f58c00;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

#section-b ul{
    margin-top: 45px;
    margin-bottom: 45px;
}

#section-b ul li{
    font-size: 19px;
    color: #545454;
    list-style: none;
}

#section-c .container{
    max-width: 1200px;
}

#section-c .images{
    max-height: 450px;
}

.grey-color{
    color: #545454;
}

.orange-color{
    color: #ff5000;
}

.orange-icon{
    color: #f58c00;
}

.list-style-none li{
    list-style: none;
}   

.cta-color{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 12px 16px;
    border-radius: 40px;
}

.cta-client{
    background-color: #f58c00;
}

.cta-user{
    background-color: #ff5000;
}

.cta-small{
    font-size: 14px !important;
    padding: 8px 12px;
}

.orange-light-box{
    padding: 20px 5px;
    border-radius: 12px;
    background-color: #f4e5de;
}

.orange-light-box ul{
    margin-bottom: 0px;
}

.orange-light-box li{
    gap: 7px;
}

.orange-light-box img{
    width: 35px;
}

.orange-light-box p{
    margin-top: 8px;
    margin-bottom: 8px;
}

.cta-c{
    display: inline-block;
    padding: 7px 12px;
    border-radius: 12px;
}

.cta-c img{
    width: 25px;
}

.cta-c{
    background-color: #f4e5de;
}

.big-title{
    font-size: 37px;
    font-weight: 300;
    margin-top: 20px;
}

.big-title b{
    font-weight: 600;
}

.medium-p{
    font-size: 19px;
    color: #545454;
}

/** Swiper **/
.owl-container{
    padding: 20px 0;
    margin-bottom: 30px;
}

.owl-container img {
    width: 175px !important;
    margin: 0 auto;
}

.owl-container a {
   text-decoration: none;
}

.owl-stage-outer{
    z-index: 10;
}

.optSwiper, .owl-container{
    min-height: 240px;
    background-color: #f4e5de;
}

.owl-container .row{
    margin-top: 10px;
}

.owl-item:hover{
    height: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ee6729;
    transition: all 280ms ease-in-out;
}

.owl-item:hover h5{
    color: #fff;
}

.owl-nav{
}

.owl-nav button{
    font-size: 77px !important;
    color: #ff5000 !important;
}

.video-section{
    height: 100vh;
    background-color: #ff5000;
}

.video-section .big-title{
    color: #fff;
}

.video{
    padding: 30px;
    background-color: #f58c00;
    border-radius: 20px;
}

.video-action{
    display: flex;
    gap: 100px;
    flex-direction: column;
    height: 85vh;
    justify-content: center;
}

.video-action span{
    display: block;
    color: #fff;
    font-size: 25px;
    background-color: #f58c00;
    padding: 10px;
    margin-right: -37px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .page-header{
        min-height: 50vh;
    }

    .cta-register{
        padding-left: 10px !important;
    }

    .cta-register{
        margin-left: 0 !important;
    }

    .cta-login{
        border: none;
        margin: 0 0 10px 0;
    }

    .bullets{
        width: 100%;
    }

    .fix-row-size{
        max-width: 100%;
    }

    .box{
        min-height: auto;
        margin-bottom: 12px;
    }

    .outside{
        top: 47vh;
    }

    .flex{
        display: block !important;
    }

    .cta-c{
        margin-top: 15px;
    }

    .cta-orange{
        font-size: 14px;
    }
}


@media screen and (max-width: 732px){
    #mainContent {
        min-height: 60vh;
    }

    .row-fix-mobile{
        flex-direction: column-reverse;
    }

    .fixed{
        position: relative !important;
    }
}

@media screen and (max-width: 932px){
    .video-section{
        height: auto;
        padding-bottom: 20px;
    }

    .video-action{
        height: auto;
        gap: 12px;
    }

    .video-action span {
        margin-right: 0px;
    }

    .video{
        margin-top: 15px;
        padding: 12px;
    }
}