/* Basic / Headers / Links */
html, body {
    font-family: Opens Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h1, h2, h3, h4 {
    font-weight: 400;
    color: #565656;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    font-weight: 600;
}
h5 {
    font-weight: 600;
}

a {
    color: #565656;
}

a:focus, a:hover {
    color: #a53a91;
    text-decoration: none;
}

hr {
    margin: 20px 0 30px;
}

/* Wrappers / Containers */
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    padding: 0;
}

#page-content {
    background: #ffffff;
}

/* Header */
.top-line {
    width: 100%;
    border-top: 3px solid #a53a91;
    height: 0;
}

#header {
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
}

.logo {
    margin: 25px 0;
    width: 360px;
}

.main-page-title {
    width: 100%;
    min-height: 104px;
    border-bottom: 1px solid #f4f6f7;
    background: #f8f8f8;
    text-align: center;

}

.main-page-title p {
    color: #898e8f;
    font-weight: 300;
    padding: 10px;
}

.page-title {
    font-size: 28px;
    color: #565656;
}

/* Footer  */
#footer {
    width: 100%;
    height: auto;
    background-color: #343434;
    border-top: 1px solid #414141;
    padding: 18px 0;
}

.footer-credits {
    font-size: 12px;
    color: #868686;
}

.footer-credits a {
    color: #868686;
}

.footer-credits a:hover {
    color: #1abc9c;
}

.checkbox, .radio {
    margin-top: 0;
}

/* Responsive  */
@media (max-width: 800px ) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 640px) {
    .page-title {
        line-height: normal;
        float: none;
        text-align: center;
        padding: 20px 0 10px;
    }

    .referencia {
        line-height: normal;
        float: none;
        text-align: center;
        padding: 10px 0 20px;
    }
}