@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: PruModern-BoldSemiCon;
    src: url("../fonts/PrudentialModern-BoldSemCon.ttf");
}

/* @font-face {
	font-family: PruModern-BoldSemiCon;
	src: url("../fonts/prudentialmodern-boldsemcon-webfont.eot?v=1");
	src: url("../fonts/prudentialmodern-boldsemcon-webfont.eot?#iefix&v=1")
		format("embedded-opentype"),
		url("../fonts/prudentialmodern-boldsemcon-webfont.woff?v=1")
		format("woff"),
		url("../fonts/PrudentialModern-BoldSemCon.ttf?v=1")
		format("truetype"),
		url("../fonts/prudentialmodern-boldsemcon-webfont.svg?v=1#Prudential-Modern-Bold-Semicondensed")
		format("svg")
} */

/*
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

body {
    color: #333;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-rendering: geometricPrecision;
}

.alert {
    border: 1px solid transparent;
    border-width: 10px 2px 2px;
    padding: 15px;
    padding-left: 48px;
    position: relative;
    border-radius: 0;
}

.alert-danger {
    border-color: #f00008;
    color: #EE0006;
}

.alert-danger:not(:empty):after {
    content: "\f06a";
}


.alert-warning {
    border-color: #C15505;
    color: #C15505;
}

.alert-warning:not(:empty):after {
    content: "\f071";
}
/* .alert-warning:after {
    content: "\f071";
} */

.alert-danger, .alert-info, .alert-success, .alert-warning {
    background-color: #fff
}

.alert-danger:after, .alert-info:after, .alert-success:after, .alert-warning:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    font-size: 23px;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 10px;
    padding-left: 16px;
    z-index: 1;
}

.bg-azul-marinho {
    background-color: #0d3766;
}

.bg-azul-escuro {
    background: #002044;
}

.border-top-cinza {
    border-top: 1px solid #666666;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
    user-select: none;
}

.btnchangepass {
    background-color: #07639d;
    border-color: #07639d;
    border-style: solid;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    /* border: 1px solid transparent; */
    white-space: nowrap;
    padding: 11px 18px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 3px;
    user-select: none;
}

.btn-link-vi {
    background-color: #07639d;
    border-color: #07639d;
    border-style: solid;
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 1.42857;
    margin-bottom: 8.5px;
}

.btn-link-vi:hover {
    color: #fff;
    background-color: #05446c;
    border-color: #043e62;
}

.btn-link-forgot-pass {
    background-color: #fff;
    border-color: #07639d;
    border-style: solid;
    color:  #07639d;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 1.42857;
    margin-bottom: 30px;
}

.btn-link-forgot-pass:hover {
    color: #07639d;
    background-color: #F4FAFF;
    border-color: #043e62;
}

.btn-link-vg {
    color: #1f2223;
    font-size: 13px;
    line-height: 1.85;
    padding: 2px 17px 4px;
}

.font-azul {
    color: #07639d;
}

.font-azul2 {
    color: #0066cc;
}

.font-cinza-escuro {
    color: #333;
}

footer {
    padding-top: 32px;
}

footer.bg-azul-escuro.border-top-cinza {
    padding-bottom: 30px;
}

.footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #2e2e2e;
    border-bottom: 1px solid #3e4954;
    color: #9095A1;
    padding-bottom: inherit;
}

form label {
    color: #002044;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 6px;
}

form input::placeholder {
    color: #8D8D97;
}

.form-control {
    width: 100%;
    height: 45px;
    padding: 11px 15px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s;
}

.form-group .row:first-child {
    margin-bottom: 23px;
}

.form-group .row:last-child {
    margin-bottom: 32px;
}

.fs-12px {
    font-size: 12px;
}

h1, h2 {
    font-family: PruModern-BoldSemiCon, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 28px;
    line-height: 30px;
}

h3 {
    font-size: 15px;
}

.help-block ::marker {
    appearance: none;
    margin-right: 0 !important;
}

.height-35px {
    height: 35.71px;
}

.hover-sublinhado:hover {
    text-decoration: underline !important;
}

.link-social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.list-style-position-inside {
    list-style-position: inside;
}

.logotipo-prudential {
    fill: #fff;
    height: 40px;
    width: 170px;
}

.mb-14px {
    margin-bottom: 14px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mb-35px {
    margin-bottom: 35px;
}

.my-40px {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mt-40px {
    margin-top: 40px;
}

.paragrafo-vg {
    font-size: 12px;
    line-height: 1.5;
}

.pt-14px {
    padding-top: 14px;
}

.py-15px {
    padding-bottom: 15px;
    padding-top: 15px;
}

.py-25px {
    padding-bottom: 25px;
    padding-top: 25px;
}

.retangulo {
    margin: 43px 0;
    padding: 25px 45px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow: 0px 2px 4px 0px rgb(204 204 204);
    width: auto;
    max-width: 944px;
    margin-top: 25px;
    margin: 10px 35% 10px 1px;
}

.retangulo-branco {
    background: #FFF;
    border-radius: 5px;
    padding: 32px;
}

.retangulo-contorno {
    border: 1px solid #ffffff8f;
}

/*small {
    font-size: 14px;
}*/

small {
    font-size: 80%;
    font-weight: 400;
    /*padding: 1% 1% 1% 11%*/

}


.subtitulo-vg {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    max-width: 30ch;
}

@media (max-width: 767.98px) {
    footer {
        padding-bottom: 21px;
        padding-top: 20px;
    }

    header {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .retangulo-branco {
        margin-bottom: 32px;
    }

    .retangulo-contorno {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 39px;
        line-height: 52px;
    }

    header {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    main {
        margin-bottom: 40px;
    }

    .subtitulo {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 72px;
    }

    .subtitulo-vg {
        font-size: 16px;
        line-height: 22px;
    }

    .subtitulo-vi {
        font-size: 24px;
        line-height: 30px;
        color: #002044;
        margin-bottom: 23px;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (min-width: 768px) {
    .bg-rochedo {
        background-image: url("../imagens/rochedo.svg");
        background-repeat: no-repeat;
        background-position: right top 40px;
        background-size: auto calc(100% - 40px);
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 1170px;
    }
}

.alert-siteminder-WarninNewMsgInvalidCred-body{
    color: black;
    padding-top: 5px;
}
.no-horizontal-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

button > .button-loading-icon {
    display: none;
}

button[disabled] > .button-loading-icon {
    display: inline-block;
}