.section-produtodetalhe .second-box .mais-informacoes {
    position: relative;
    display: block;
    max-width: 480px;
    margin-left: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.section-produtodetalhe .second-box .mais-informacoes i {
    position: absolute;
    left: 25px;
    top: 13px;
    font-size: 34px;
}

.btn-custom {
    background-color: #57c4b7;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    background-color: #3caa9d!important;
}

.modal-content {
    background-color: #b4dde6;
}

.btn.btn-simple {
    color: #007dc6;
    border-color: #007dc6;
    font-size: 14px;
    font-weight: bold;
}

.btn.btn-simple:hover {
    color: #007dc6;
    border-color: #007dc6;
}

.modal-footer {
    display: block;
}

.project {
    padding: 0px;
    margin: 100px auto 0px auto;
    width: auto;
    max-width: 500px;
    z-index: 100000;
}

#comunicado-1.modal-content .modal-header {
    background-color: #007dc6;
    border-radius: 0.1875rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px 10px
}

#comunicado-1.modal-content .modal-header h3 {
    background-color: #007dc6;
    border-radius: 0.1875rem;
    margin: 0px;
    color: #fff;
    text-align: center;
}

#comunicado-1.modal-content .modal-body {
    padding-bottom: 5px;
}

#comunicado-1.modal-content .modal-footer {
    padding-bottom: 10px;
}

#comunicado-1.modal-content .modal-footer button {
    padding-left: 10px;
    padding-right: 10px;
}

#comunicado-1 .btn.btn-simple {
    font-size: 12px;
}

#pop-up-box .project {
    margin: 75px auto 0px auto;
}