/* global */
.btn-primary {
    color: #fff;
    background-color: #e9243f;
    border-color: #e8233e;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cc1b33;
    border-color: #cc1b33;
}

/* end global */

.divEnderec .barraTopoEnderecos {
    display: none;
}

#divAgendarServico .row:nth-of-type(1)>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#divAgendarServico .row:nth-of-type(1)>div>p {
    height: 20px;
}

#divAgendarServico .row:nth-of-type(1)>div:nth-child(1) {
    width: 185px;
}

#divAgendarServico .row:nth-of-type(1)>div:nth-child(2) {
    width: 163px;
}

#divAgendarServico .row:nth-of-type(1)>div:nth-child(2) .divhora {
    width: auto;
}

#divAgendarServico .row:nth-of-type(1)>div:nth-child(3) {
    width: 136px;
}

#divAgendarServico .divcalendario {
    width: auto;
}

.classExecutarAgora .radio,
.classAgendamento .radio {
    font-size: 22px;
    font-weight: bolder;
    margin-top: 5px;
    color: #362960;
}

.classExecutarAgora .radio,
.classAgendamento .radio {
    position: relative;
    text-align: left;
    padding-left: 30px;
}

.classExecutarAgora .radio input,
.classAgendamento .radio input {
    visibility: hidden;
}

.classExecutarAgora .radio::before,
.classAgendamento .radio::before {
    content: "";
    background-image: url('../images/radio.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.classExecutarAgora .radio.active::before,
.classAgendamento .radio.active::before {
    background-image: url('../images/radio-active.png');
}

#divControlarAltura>hr {
    display: none;
}

/*  */
.divEnderec .demoSpan:before {
    content: '';
    background-color: transparent;
    background-image: url('../images/endereco-1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 35px;
}

.divEnderec .demoSpan:after {
    content: none;
}

.divEnderec .espacamentoDivObs .completaObs .btn.btn-primary {
    color: #ffffff;
    border-color: #362960;
    background-color: #362960;
    margin-bottom: -15px;
    font-size: 14px;
}

.divEnderec .espacamentoDivObs textarea.form-control {
    padding-top: 20px;
    resize: none;
    min-height: 90px;
}

.divEnderec label {
    color: #362960;
}

.divEnderec .form-control {
    border-color: #362960;
}

.divEnderec #incluir_endereco {
    color: #362960;
    font-size: 18px;
}

.icone-titulo h4 {
    color: #522b86;
    font-weight: bolder;
    font-size: 24px;
    margin: 30px 0 !important;
    width: 100%;
    text-align: center;
}

#divBotaoCalcularValorFret .col-md-7 {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#divBotaoCalcularValorFret .btn {
    color: #362960;
    background: #fff;
    border: 2px solid #ffff;
    border-color: #362960;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    position: relative;
}

#divBotaoCalcularValorFret .btn:hover {
    opacity: 0.8;
}

#divBarraTopoEnd {
    display: none;
}

.manipulacaoEnderecoMapa {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.manipulacaoEnderecoMapa .end {
    width: 60%;
}

.manipulacaoEnderecoMapa .map {
    width: 40%;
}

.manipulacaoEnderecoMapa .map .mapaClass {
    position: relative;
}

.n20-jsinverted {
    display: flex;
    align-items: flex-end;
    height: 110px;
}

.n20-jsinverted>div {
    cursor: pointer;
}

.n20-jsinverted>div img {
    display: none
}

.n20-jsinverted>div::before {
    content: '';
    display: block;
    background-image: url('../images/endereco-2.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.explicacaoProcesso {
    margin-bottom: 40px;
}

.explicacaoProcesso img {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}

#profissionalChamar {
    display: none;
}