@font-face {
    font-family: roboto;
    src: url(../../fonts/Roboto/Roboto-Regular.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,800');

.align-input-center{
    text-align: center !important;
}

.align-text-center
{
    text-align:center;
}

.contato h1 {
    text-align: center;
}

.contato-container {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
}

.contato-container>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.contato-button i {
    font-size: 1.5em;
}
.contato-button-consorcio-quitacao i {
    font-size: 2em !important;
}

/** Hide text on small screens **/

@media all and (max-width: 520px) {
    .contato-button span {
        display: block !important;
    }
    .contato-button {
        display: block !important;
    }
    .contato-container {
        display: block !important;
    }
    .contato {
        display: block !important;
    }
}

@media screen and (min-width: 700px) {
    .contato-button-hide {
        display: block !important;
    }
}

/** Buttons **/
.logoabrazfull{
    width: 90%;
    margin: auto;
}
.button-proposta {
    width:13rem !important;
    margin: auto;
    font-size: 20px;   
    border-radius: 50px;
}
.btn-container-negociador{
    display: flex;
    gap: 10%;
    align-items: center;
    justify-content: center;
}
.button-negociador{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-height: 30px;
    height: 120%;
    color: #003d6b;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    padding: 5px;
}
.contato-button {
    width: 90%;
    min-height: 30px;
    height: 120%;
    color: #003d6b;
    font-size: 25px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
}

.radial-gradient-circle{
    color: black;
    background: #FEB101;
    font-weight: bold;
}
.grad1 {
    width:80%;
    text-align: center;
}
.grad2 {
    width:300px;
    color: black;
    border-radius: 50px;
    font-size: 100%;
}

.btn-toggle {
    font-size: 1rem !important;
    width:auto;
    border-radius: 50px !important;
}

.bootbox-btnsubmit{
    color: black;
    width: 60%;
    font-size: 100%;
    border-radius: 50px;
}
.btn-voltar{
    width: 35%;
    border-radius: 50px;
    background: #E9E8E7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-voltar:hover,
.btn-voltar:active{
    background: #ceccca;
}

.radial-gradient-circle:hover,
.radial-gradient-circle:active{
    color: black;
    background: white;
    border: 1px solid #FEB101;
}

/**Fim Buttons **/

.alinhamento-span{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: 10px;
   margin-right: 10px;
}

.fa-espacing{
    margin-inline-end: 5px;
}

.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

*, *::after, *::before
{
    box-sizing: border-box;
}

a, a:link, a:visited, a:hover, button{
    text-decoration: none;
    outline: none;
}

html, body
{
    font-family: Montserrat, sans-serif;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.abraz-header
{
    height: 70px;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    background-color: #fff;
    box-shadow: rgba(0,61,107,0.3) 0px 1px 1px; 
    z-index: 1000;
}

.header2 {
    display: grid;
    grid-template-columns:auto auto;
    padding: 15px;
}
.content-heder
{
    height: 70px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: block;
}

.abraz-footer
{
    position:fixed;
    float: left;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: #004169;
    padding: 5px;
    text-align: center;
    color:#fff;
}

.logo
{
    width: 20%;
}
.abraz-help, .abraz-sair
{
    position: relative;
    float: right;
    padding: 10px;
    height: 70px;
    line-height: 50px;
    cursor: pointer;
    color:#000;
}

.container-debitozero
{
    margin-top: 120px;
}

.container-debitozero-no-margin
{
    margin-top: 71px;
}

#footer-content {
    background-color: #0A1E3B;
    display: flex;
    flex-direction: row;
}

.footer-menu {
    margin: 10%;
    text-align: center;
}

.footer-menu-content li {
    list-style-type: none;
}

.footer-menu-content a {
    color: #b2b1b0;
}

.footer-address {
    align-items: center;
    flex-direction:column;
    margin: 10%;
    color: white;
}

.footer-info1{
    display:flex;
    align-items: center;
}

.footer-info1 i{
    margin-right: 20px;
    font-size:30px;
    color: #577FB9;
}

.footer-info2{
    display: flex;
    align-items: center;
    margin-top:10%;
}

.footer-info2 i{
    margin-right: 20px;
    font-size: 30px;
    color: #577FB9;
}

.footer-address-content {
    text-align: left;
}

.footer-address-content p{
    margin: 0px;
    color:#b2b1b0;
}
.footer-color-2 {
    background-color: #717c8c;
    margin: 0px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
}

.footer-structure {
    margin-right: 10%;
    margin-left: 10%;
}

.footer-information {
    margin: 10px auto;
}

#endereco {
    padding-bottom: 30px;
}

#estrutura {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-color-2 i {
    font-size: 40px;
    margin: 10px;
}
#logo-citi{
    width: 55px;
    height: 30px;
}

#footer {
    text-align: center;
    width: 100%;
}
.img-footer-w {
    width: 15vw;
}
.debitozero-content
{
    height: auto;
    width: 100%;
    margin: 100px auto 10px auto;
    position: relative;
    float: left;
}

.debitozero-content-no-margin
{
    height: auto;
    margin: 110px auto 0px auto;
    background: white;
    max-width: 960px;
}

.abraz-wrap
{
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.abraz-details
{
    padding-bottom: 20px;
    background: white;
    height:auto;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.abraz-details-cliente
{
    margin-top: 20px;
    height:auto;
    width: 100%;
    display: block;
    position: relative;
    float: left;
    background-color: #292c2f;
    color:#fff;
    overflow: hidden;
    padding: 30px 0;
}

.abraz-details-cliente > div
{
    height:auto;
    width: 100%;
    max-width: 1000px;
    display: block;
    overflow: hidden;
    margin: auto;
}

.msg-cliente, .dados-cliente
{
    position: relative;
    top: 0;
    padding: 0 10px;
    overflow: hidden;
}

.msg-cliente
{
    font-size: 40px;
    width: 40%;
    float: left;
    margin-top: 10px;
    font-family: 'Montserrat' !important;
}

.dados-cliente
{
    width: 60%;
    float: right;
}

.ul-list-dados-cliente
{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    border-radius: 5px;
    margin: 5px 0;
}

.ul-list-dados-cliente li
{
    color:white;
    width: 50%;
    height: auto;
    position: relative;
    float: left;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.abraz-details > .informe
{
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    color: #002c8f;
    padding: 20px;
    font-weight: bold;
}

.abraz-details > .informe > span
{
    font-size: 18px;
    color: #555;
    font-weight: normal;
}

.abraz-details > .seguranca, .abraz-details > .dicas
{
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

.painel-ofertas
{
    height: auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}

.box-information
{
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 100px;
    background-color: #eee;
    border-radius: 7px;
    display: block;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 5px;
    margin-bottom: 10px;
}

.icon-padlock, .icon-smile, .icon-agreement, .icon-key, .icon-divida, .icon-premio
{
    background-position-x: 30px;
    background-position-y: 50px;
    background-repeat: no-repeat;
}
.icon-padlock{background-image: url(../../img/new/padlock.png);}
.icon-smile{background-image: url(../../img/new/smile.png);}
.icon-agreement{background-image: url(../../img/new/hand-shake.png);}
.icon-divida{background-image: url(../../img/new/pages.png);}
.icon-premio{background-image: url(../../img/new/ribbon.png);}
.icon-key{background-image: url(../../img/new/house-key.png);}

/*** Box de ofertas ***/
.ofertas
{
    height: 100px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    padding: 2px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ofertas > .header
{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ofertas > .body
{
    height: auto;
    width: 100%;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ofertas > .body > .bem
{
    height: auto;
    width: 100%;
    padding: 15px;
    z-index: 2;
}

.style-dados-cadastrais {
    display: flex;
    gap: 2%;
    height: auto;
    width: 100%;
    margin: 5px;
    font-size: 0.9rem;
}

.detalhamento1
{
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #E9E8E7;
}
.detalhamento3
{
    width: 100%;
    position: relative;
    padding: 10px;
}
.detalhamento2
{
    display: flex;
    gap: 20%;
    width: 100%;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    background-color: white;
}
.detalhamento-medio
{
    display: block;
    width: 100%;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    background-color: white;
}
.block-detalhes
{
    height: auto;
    width: 98%;
    position: relative;
    top:0;
    float: left;
    left:0;
    border:solid 1px #ccc;
    margin: 1%;
    border-radius: 5px;
    overflow: hidden;
}

.container-oferta {
    margin-bottom: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    padding: 0px !important;
}
.margin-ofertas{
    margin: 4%;
}
.container-oferta2{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 4%;
    margin-bottom: 2%;
    padding: 0px !important;
    
}

.col-medio{
    width: 48%;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
    padding-bottom: 2% !important;
}
.footer-form1{
    text-align: center;
    margin-top: 2%;
}
.footer-form{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

@media (max-width: 767px) {

    .box-proposta
    {
        width: 100% !important;
        margin-top: 10% !important;
    }
    .polygon-border, polygon-border-medio {
        margin: 1%;
        width: 35% !important;
        font-size: 100%;
    }
    .detalhamento-medio, .detalhamento2
    {
        display: block;
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .grad2 {
        width:100% !important;
    }
    .btn-voltar{
        width: 35%;
    }
    .col-medio{
        width: 100%;
        margin-bottom: 5%;
    }
    .h3mobile2{
    font-size: auto !important;
    }
    .footer-form{
        align-items: center;
        padding-top: 0;
    }
    .font-size-detalhes{
        font-size: 25px;
    }
    .ofertas > .header{
        flex-direction: column;
        align-items: start;
    }
    .ofertas > .header > span.cliente {
        margin-top: 10px;
    }
    .button-negociador{
        width: 150px;
    }
    .panel-novolayout{
        width:100% !important;
        height: auto !important;
        margin: 10px !important;
    }
    .debitozero-novolayout,
    .debitozero-novolayout3{
        width:100% !important;
        margin: auto !important;
    }
    .grad1 {
        width:auto;
        margin:auto;
        padding: 1vw !important;
    }
    .margin-area-comercial{
        margin-top:25% !important;
    }
    .card-area-comercial{
        width: 100% !important;
    }
    .margin-ofertas{
        margin: auto;
    }
    .wp-ads li {
        color: white;
        display: block; 
        float: none;
        overflow: hidden;
        width: 100%;
    }
}
@media only screen and (max-width: 320px) {
    .agrupameto-h2{
        height: 65px;
        display: block !important;
        margin-left: 3% !important;
        padding-left: 4%;
        line-height: 3;
    }
    .agrupamento2{
        font-size: 50%;
    }
    .h3mobile2{
        margin-left: 3%;
        padding-left: 3%;
    }
    .font-size-detalhes{
        font-size: 12px !important;
    }
    .polygon-border,
    .polygon-border-medio{
        width: auto !important;
    }
    .bootbox-btnsubmit{
        width: 100% !important;
        font-size: 90% !important;
    }
    .class-economia{
        display: block !important;
    }
    .button-negociador{
        width: 100px;
        font-size: 13px;
    }
    .class-total-oferta{
        display:block !important;
    }
    .label-span-yellow{
        font-size: 7.9px !important;
    }
    .card-area-comercial{
        width: 100% !important;
    }
    .button-area-comercial{
        width: 100%;
        padding: 4% 1% !important;
    }
}

.class-economia{
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}

/**polygon-borders **/

.polygon-border {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: 2%;
    text-align: left;
    width: 20%; 
    padding: 0.3%;
    clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: #866804;
    background: linear-gradient(90deg, #866804 0%, #FFB103 100%);

}
.polygon-border1 {
    text-align: center;
    width: 50%;
    color: white;
    padding-left: 5%;
    padding-right: 10%;
    clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: #866804;
    background: linear-gradient(90deg, #866804 0%, #FFB103 100%);
}
.polygon-border-medio {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: 3%;
    text-align: left;
    width: 30%; 
    padding: 0.5%;
    clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: #866804;
    background: linear-gradient(90deg, #866804 0%, #FFB103 100%);
}
/**Fim polygon-borders **/

.div-polygon1{
    display:flex;
    align-items:center;
    justify-content:left;
    width: 50%;
    gap: 5%;
}

.class-total-oferta{
    display:flex;
    gap:25px;
    align-items:left;
}

.agrupameto-h2, .agrupamento2{
    display: flex;
    gap: 1%;
}
.font-size-detalhes{
    font-size: 20px;
}
.h3mobile{
    color: white;
    margin-right: 20%;
    padding: 5%;
}
.h3mobile2{
    display: flex;
    align-items: center;
    height: auto;
    font-size: auto;
    color: #866804;
}
.percent-oferta
{
    gap: 3%;
    font-size: 28px;
    text-align: left;
    margin-right: 3%;
    margin-left:  3%;
}
.footer-oferta
{
    margin: 2% auto;
}

.modal-footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.row
{
    margin: 15px 0;
}

.row > div
{
    margin-bottom: 15px;
}

.row > div:last-child {
    margin-bottom: 0;
}

/******* Formulário Perfil *********/
.box-formulario
{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 10px;
    max-width: 1000px;
    margin: 20px auto;
}

/******** Formulário Confirmação ***********/
.abraz-form-center
{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    max-width: 1000px;
    margin: 20px auto;
}

/********* Acompanhamento de solicitação *****************/
.box-fluxo-solicitacao-acompanhamento
{
    width: 100%;
    height: auto;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    float: left;
    top:0;
    margin: 10px 0 10px 0;
    background-color: #cfcfde;
    padding: 10px;
}

.box-acompanhamento
{
    background-color: #fff;
    height: auto;
    border-radius: 5px;
    padding: 10px;
    margin-top: 60px;
    min-height: 70px;
    margin-bottom: 30px;
}

.box-status-acompanhamento
{
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    color:#fff;
}

.box-status-acompanhamento span
{
    margin-top: 20px;
}

.box-text-acompanhamento
{
    margin-top: 2%;
    margin-bottom: 5%;
    text-align: center;
}

.box-proposta
{
    width: 50%;
    margin: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

.box-text-proposta
{
    text-align: center;
}

.status-acompanhamento-contact
{
    background-color: #ff9f33;
    background-image: linear-gradient(to bottom, #ff9f33, #ff762b);
}

.loading
{
    height: 300px;
    width: 30%;
    display: block;
    margin: auto;
    background: url(/img/new/Wedges-3s-73px.gif) no-repeat center;
}

.negociador-chat
{
    width: 170px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 10px;
    overflow: hidden;
    z-index: 100000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 3px #004169;
    bottom: -107px;
}

.negociador-chat > .header-chat
{
    width: 100%;
    height: 30px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    line-height: 30px;
    font-weight: bold;
    padding-left: 30px;
    color: #004169;
}

.negociador-chat > .header-chat > .icon
{
    width: 10px;
    height: 10px;
    background-color: #66ff33;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    border-radius: 5px;
}

.negociador-chat > .body-chat
{
    width: 100%;
    height: auto;
    background-color: #e9f0ff;
    display: block;
    padding: 5px;
}

.negociador-positive-message > h4
{
    color: #272727;
    font-size: 36px;
    font-weight: 700;
    font-family: "Source Sans Pro" !important;
    padding-top:20px;
}

.negociador-positive-message
{
    width: 100%;
    height: auto;
    text-align: center;
    color:#000;
    margin-bottom:160px;
    margin-top:40px;
}

.negociador-positive-message .negociador-positiv-icon-slot
{
    font-size: 150px!important;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: auto;
    border:solid 20px white;
    line-height: 160px;
    font-weight: bold;
}

.negociador-positive-message2
{
    width: 98%;
    height: auto;
    margin: 0 1%;
    border-radius: 15px;
    padding: 20px;
    font-size: 22px;
    text-align: center;
    color:#333;
    background-color: rgba(255,255,255,0.9);
}

.negociador-positive-message2 .negociador-positiv-icon-slot
{
    font-size: 150px!important;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: auto;
    border:solid 20px #333;
    line-height: 160px;
    font-weight: bold;
    text-align: center;
}

.slot-image-security
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    height: auto;
    width: 100%;
    margin-bottom: 5px;
}
.slot-image-security > img
{
    margin: 0 5px;
}

.debitozero-novolayout {
    width:35rem;
    margin: 1% auto 5% auto;
}
.debitozero-novolayout3 {
    width:35rem;
    margin: 5% auto 10% auto;
    
}
.brand-logo {
  height: 8vw;
  width: 8vw;
  margin: auto;
  padding-top: 2%;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
}
.card-area-comercial{
    margin: 15% auto 2% auto;
    padding-top:2%;
    width: 40%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50px;
}
.demo-map {
    height: 40vw;
}
.no-overflow {
    overflow: hidden !important;
}
.button-area-comercial{
    width: 100%;
    padding: 4% 6%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-submit-portfolio{
    width: 50%;
}
.debitozero-novolayout2{
    padding-top: 5%;
    padding-bottom:5%
}
.panel-novolayout{
    width:40rem;
    height: auto;
}
.text-spacing {
    padding-bottom:10px;
}
.alert-novolayout {
    width: 15vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;  
}

.label-span-yellow{
    color:black;
    font-size: 12px;
    padding: 0.2em 0.6em 0.3em;
    border-radius: 50px;
    background-color: #FFB103;
}
.todos-clientes{height: auto; background: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
.todos-clientes-sub{background-color: white; color: black;}
.todos-clientes-body{background-color: white;}
/*
@media only screen and (max-width:400px)
{
    
}
*/
@media only screen and (max-width:500px)
{
    .form-find-cpf{
        left:0;
    }
    .abraz-effect .msg-body
    {
        font-size: 26px;
    }
    .msg-cliente
    {
        font-size: 36px;
    }
    .ul-list-dados-cliente li
    {
        width: 100%;
    }
}
@media only screen and (max-width:700px)
{
    #footer-content {
        display: block;
        margin-bottom: 0;
    }

    .footer-menu {
        display: block;
        margin-top: 0;
        padding-top: 20px;
        text-align: center;
    }

    .footer-address
    {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .msg-cliente, .dados-cliente
    {
        width: 100%;
    }
}

ul > li
{
    color: white !important;
}


[data-notify="container"].alert-pastel-default {
    background-color: rgb(255, 255, 238);
    border-left-color: rgb(119, 115, 115); /*branco/preto/cinza*/
}

[data-notify="container"].alert-pastel-info {
    border-left-color: #31b0d5; /*azul*/
    background-color: rgb(255, 255, 238);
}

[data-notify="container"].alert-pastel-success {
    border-left-color: #449d44; /*verde*/
    background-color: rgb(255, 255, 238);
}

[data-notify="container"].alert-pastel-warning {
    border-left-color: #f0ad4e; /*amarelo*/
    background-color: rgb(255, 255, 238);
}

[data-notify="container"].alert-pastel-error {
    border-left-color: #d9534f; /*vermelho*/
    background-color: rgb(255, 255, 238);
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    font-weight: 400;
}

.img_info {
   width: 100%;
   max-width: 400px;
   height: auto;
   display: block;
   margin: 0 auto;
}

.icons_fa_size
{
    font-size: 40px
}

.header_text{
    font-size:48px;
    color: #003d6b;
}

.subheader_text{
    font-weight: 500 !important;
}

.contact_text {
    font-size:32px;
    font-weight: 500 !important;
}

.btn_container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media all and (max-width: 600px) {
    
    .header_text{
        font-size:30px;
    }
    
    .subheader_text{
         font-size:26px !important;
    }
    
    .contact_text {
        font-size:22px  !important;
    }
    
    .icons_fa_size
    {
        font-size: 24px
    }
}