body {
    color: #001a49;
    /*color: #2e4a79;
    color: #284679;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #001a49;
    /* color: #2e4a79;
    color: #284679;*/
}


.inner {
    padding-top: 0px;
}

img#logo-principal {
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.main-title.text-center:after {
    display: none;
}

.sub-main-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: none;
}


#area-logo-seguradora {
    display: none;
    padding: 6px 20px;
    border: solid 1px #dedede;
    background-color: #FFF;
    text-align: center;
    margin-top: 17px;
}



img.foto-formularios {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
img.foto-formularios:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);  
}


.vanilla-form .notification-box {
    display: none;
}

form .form-field i {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#campoEscondido {
    display: none;
}



.btn-azul {
    background-color: #0D3B5F;
    background: none;
}
.btn-azul {
    color: #6F8A9D;
    border: 3px solid #6F8A9D;
    background: none;
    box-shadow: none;
}
.btn.btn-azul:hover,
.btn.btn-azul:focus {
    background: #6F8A9D;
}
a.btn-azul {
    color: #6F8A9D !important;
    /*letter-spacing: 1px;*/
}
a.btn-azul:hover,
a.btn-azul:focus {
    color: #FFF !important;
}
.proibido-hover {
    opacity: 0.60;
    cursor: not-allowed;
}


.btn-branco {
    color: #6F8A9D;
    border: 3px solid #6F8A9D;
    background-color: #FFF;
    box-shadow: none;
}
.btn.btn-branco:hover,
.btn.btn-branco:focus {
    background: #6F8A9D;
}
a.btn-branco {
    color: #6F8A9D !important;
    /*letter-spacing: 1px;*/
}
a.btn-branco:hover,
a.btn-branco:focus {
    color: #FFF !important;
}



p.titulo-campo {
    margin-bottom: 4px;
    color: #AAA;
    font-size: 12px;
}

.fantasma {
    opacity: 0.50;
}
.fantasma75 {
    opacity: 0.75;
}
.fantasma60 {
    opacity: 0.60;
}
.proibido:hover {
    cursor: not-allowed;
}

.escondido {
    display: none;
}





.linha-icons-saude-portinsurance {
    margin-bottom: 30px;
}
img.icons-saude-portinsurance {
    width: 100%;
    max-width: 95px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    display: block;
}



hr.separador-novo {
    border: 0;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #c5c5c5;
    background-image: linear-gradient(to right, #eee, #c5c5c5, #eee);
}


img.imagem-codigo-seguranca {
    border: solid 1px #e1eaf0;
}
a#reload {
    cursor: pointer;
    padding: 4px;
    background: white;
    border: solid 1px #e1eaf0;
    margin-left: 0px;
}


#painel-final-sucesso {
    display: none;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 48px;
    margin-top: 8px;
    font-size: 20px;
    text-align: center;
}
#mensagem-final-sucesso {
    padding: 0;
    margin: 0;
    line-height: 30px;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.80); /* Black background with opacity */
    z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlayText {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}






::selection {
    background: #C8DBE8;
    color: #2f2f2f;
}

