a, a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ff5131 !important;
    text-decoration: none;
}

.perez_body {
    background-color: #5472d3;
    color: #ffffff;
    text-align: center;
}

.perez_built_with{
    margin-bottom: -10px;
}

.perez_header {
    color: #ffffff;
    background-color: #002171;
    margin-top: -20px;
}

.perez_heading {
    text-decoration: none;
}

.perez_heading:hover {
    text-decoration: none;
    color: inherit;
}

.perez_hr{
    border-color: #9b0000;
}

.perez_logo {
    width: 64px;
    length: 64px;
    margin: 15px;
    vertical-align: middle;
}

.perez_logo_linode {
    width: 77px;
    length: 77px;
    margin: 15px;
    vertical-align: middle;
}

.perez_footer {
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #002171;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    background-color: #002171;
    border-radius: 20px;
    padding: 4px 12px;
    gap: 8px;
    font-size: 0.85rem;
}

.lang-active {
    color: #ffffff;
    font-weight: bold;
}

.lang-divider {
    color: #5472d3;
}

.lang-inactive {
    color: #aaaaaa !important;
}

.lang-inactive:hover {
    color: #ff5131 !important;
}

.pdf-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.pdf-viewer {
    width: 100%;
    height: 600px;
}

@media (max-width: 550px) {
    .pdf-container {
        height: 430px;
        overflow: hidden;
    }

    .pdf-viewer {
        width: 800px;
        height: 950px;
        transform: scale(0.45);
        transform-origin: top center;
        margin-left: calc(50% - 400px);
    }
}

.perez_pic {
    width:128px;
    margin: 10px;
    border:2px solid #ff5131;
    border-radius: 500px;
    vertical-align: middle;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
