#header {
    max-width: 1920px;
    min-width: 100%;
    width: auto;
	min-height: 90px;
	height: auto;
}

.scr_h_secundary #header .inner.headSirina {
    max-width: 1920px;
    width: 100%
}

#content {
    padding-top: 5px;
    min-width: 320px;
    max-width: 1920px;
    width: auto
}

.closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.input-text {
    display: block;
    background-color: #fff;
    color: #333;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
}

.dialog-button {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    font-family: open_sans_semibold;
    cursor: pointer;
    background-color: #fc00b7;
    white-space: nowrap;
    padding: 12px 20px;
    margin-top: 5px;
}