/* Formatações padrões */
* {
    margin: 0;
    padding: 0;
}

#body {
    background: #ebe6e6;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    height: 100%;
}

body,
p {
    margin: 0;
    padding: 0;
}

#content {
    width: 600px;
    position: relative;
    padding: 0;
}

#img-area {
    position: absolute !important;
    top: 80px !important;
}

#img2 {
    display: none;
}

#main {
    margin: 0 auto;
    width: 70%;
}

/* Formatações gerais */

.p0 {
    padding: 0;
}

.ml1 {
    margin-left: 8px;
}

.width-80 {
    width: 80%;
}

.width-50 {
    width: 50%;
}

.flex-row {
    display: flex;
    flex-direction: row;
    padding-left: 75px;
    padding-top: 10px;
    width: 80px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.d-inline {
    display: inline;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.bg-white {
    background: white;
}

.bg-2b {
    background: #2b2b2b;
}

/* Formatações do conteúdo da assinatura */
.width-600 {
    width: 600px;
}

.width-360 {
    width: 360px;
}

.width-232 {
    width: 232px;
}

.width-217 {
    width: 217px;
}

.width-21 {
    width: 21px;
}

.h-202 {
    height: 202px;
}

/* Formatações dos textos da assinatura */
.name {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    font-weight: bold;
    color: rgb(0, 117, 54);
    display: inline;
}

.name-embrapii {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    font-weight: bold;
    color: #1169b1;
    display: inline;
}

.text {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: rgb(41, 181, 28);
    display: inline;
}
.text-embrapii {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #2a90c1;
    display: inline;
}

.position {
    padding: 0px 0px 4px;
}

.phone {
    line-height: 18px;
    color: rgb(0, 125, 67);
}

.phone-embrapii {
    line-height: 18px;
    color: #2a90c1;
}

.email,
.email-embrapii {
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-check-input {
    min-width: 0 !important;
}

.email a {
    background-color: transparent;
    text-decoration: none;
    list-style: none;
    line-height: 18px;
    color: rgb(0, 125, 67);
}

.email-embrapii a {
    background-color: transparent;
    text-decoration: none;
    list-style: none;
    line-height: 18px;
    color: #2a90c1;
}

.link-icon {
    padding: 0px 5px 0px 0px;
    margin: 0px;
    background-color: transparent;
    color: white;
    text-decoration: none !important;
    list-style: none;
}

.link-icon img {
    vertical-align: middle;
}


#info-area {
    /* border: 1px solid red; */
    padding: 10px;
    padding-left: 30px;
}

/* Formatações da area da assinatura */
.img-01 {
    padding: 0;
    margin: 0;
}

.signArea {
    min-height: 480px;
    margin: 0 auto;
    width: 70%;
}

#copy {
    width: 600px;
    max-width: 600px;
    max-height: 300px;
    background-color: white;
}

#sign {
    width: 600px;
}

.alertBorder {
    border: 1px solid #218837;
    border-radius: 5px;
    width: 50%;
    margin: 10px 5px 5px 5px;
}

.alertBg {
    background-color: #49f36e;
}

#successAlert {
    display: none;
}

/* Formatações da página */
.form input {
    min-width: 200px;
}

.line-1-4 {
    line-height: 1.4em;
}

/* Media queries */
@media (min-width: 769px) {
    .btn-responsive {
        width: 50%;
        font-size: 14px;
        max-height: 30px;
    }
    .btn-responsive1 {
        width: 50%;
        font-size: 14px;
        max-height: 30px;
    }
}

@media (max-width: 768px) {
    .btn-responsive {
        min-width: 120px;
        width: 25%;
        font-size: 12px;
        max-height: 30px;
    }
    .btn-responsive1 {
        min-width: 60px;
        width: 25%;
        font-size: 12px;
        max-height: 30px;
    }
}

@media (max-width: 900px) {
    #sign {
        display: none;
    }

    .signArea {
        min-height: 80px;
    }

    #successAlert {
        display: inline;
    }
}

@media screen and (orientation: landscape) {
    #img2 {
        display: block;
    }
}
