
.btn-header {
    display: inline-block;
    text-align: center;
    background-color: #FC6E41;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    font-size: 20px;
    margin-top: 9px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

img.dual, img.caraAzul {
    width: 100%;
 }

.bg-brand-color {
    background-color: #FF3D00;
  }

.brand-image {
    height: 70px;
    max-height: 75px;
}


.box {
    width: 100%;
    height: 350px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 10px;
}

.box span {
    font-size: 24px;
    margin-right: 10px;
}

.boxTexto {
    width: 60%;
    font-size: 20px;
}

.boxTextoIn {
    width: 70%;
    font-size: 25px;
    background-color: #D6D6D6;
}

.boxSearch {
    width: 90px;
    height: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.boxNumero {
    width: 50px;
    height: 50px;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxTeNu {
    background-color: #801F00;
}

.boxTeNuMeio {
    background-color: #FF3D00;
}

.boxNTexto {
    width: 80%;
    height: 50%;
    margin-left: 10%;
}

.busyText {
    color: #FF3D00;
}

.image-container {
    position: relative;
    text-align: center;
    margin-top: auto;
}

.image-container img {
    position: absolute;
    bottom: 0;
}

.image-container img.mulher {
    right: 100px;
    bottom: 95.6px;
    width: 26%;
}


.main-section {
    height: 750px;
}

.navbar-expand-xl {
    flex-basis: 1300px;
    flex-grow: 1;
    min-width: 0;
    justify-content: flex-start !important;
}



.offcanvas button.btn-close {
    display: none;
}

.naoAparece {
    display: none;
}

.apareceBotao {
    display: none;
}



@media (max-width: 1024px) {
    .barraLateralMob {
        justify-content: space-around;
        margin-top: 4px;
    }

    .offcanvas button.btn-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .naoAparece {
        display: block;
    }

    .boxTexto {
        width: 60%;
        font-size: 20px;
    }

    .img-fluid {
        display: none;
    }
    .boxTexto {
        width: 60%;
        font-size: 20px;
    }
    
    .boxTextoIn {
        width: 70%;
        background-color: #D6D6D6;
        height: 20px;
        padding-top: 23px;
        padding-bottom: 20px;
    }
    
    .boxSearch {
        width: 80px;
        height: 20px;
        padding-top: 23px;
        padding-bottom: 23px;
    }


    .rowMob {
        display: block !important;

    }

    .sizeMob {
        width: 90% !important;
    }

    .textMob {
        font-size: 22px;
    }

    .main-section {
        height: 600px;
    }

    .backwhite {
        background-color: white;
    }

    .txtblue {
        color: #ff3d00;
    }

    .h4 {
        font-size: 16px;
        
    }

    .texto {
        font-size: 14px;
    }

    .image-container img {
        display: none;
    }

}


@media (min-width: 1025px) {
    .txtblue {
        color: white;
    }

    .h4 {
        font-size: 24px;
    }

    .apareceBotao {
        display: block;
    }

    .image-container img.mulher {
        right: 100px;
        bottom: 95.6px;
        width: 24%;
    }
}


