*, h5 {
    font-family: 'SimplonOI';
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 0.8s;
}

@font-face {
    font-family: 'SimplonBold';
    src: url('font-face/simplonbp-bold.woff2') format('woff2'), url('font-face/simplonbp-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SimplonOI';
    src: url('font-face/simplonoi-headline_1.woff') format('woff'), url('font-face/simplonoi-headline_1.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SimplonBPRegular';
    src: url('font-face/simplonbp-regular-webfont.woff2') format('woff2'), url('font-face/simplonbp-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SimplomBPMedium';
    src: url('font-face/SimplonBP-Medium.eot') format('eot'), url('font-face/SimplonBP-Medium.ttf') format('truetype'), url('font-face/simplonbp-medium-webfont.woff2') format('woff2'), url('font-face/simplonbp-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

h1.title {
    font-family: 'SimplonBold', sans-serif;

}

.container-form label {
    font-family: 'SimplonBPRegular', sans-serif;
}

h5{
    font-family: 'SimplonBold', sans-serif;
}

.sub-title, .sub-title-person {
    font-family: 'SimplonBold', sans-serif;
}

#personalize-btn, .btn-modais {
    font-family: 'SimplonBold', sans-serif;
    color: #fff !important;
}

.text-entenda,
input.form-control {
    font-family: 'SimplonBPRegular', sans-serif;
}

.container p.text-conte-ao-colaborador {
    font-family: 'SimplonBPRegular', sans-serif;
}

.text-title-elogio,
.btn-enviar, .text-preencher-campos {
    font-family: 'SimplonBold', sans-serif !important; 
}



#modal-preencherCampos {
    font-family: 'SimplonBold', sans-serif;
}

.justify-modal {
    padding: 0px 15px 7px 15px !important;
}



.background-app {
    background-image: url('img/backgraund.png');
}

textarea {
    font-family: 'SimplonBPRegular', sans-serif;
}


.container {
    width: 100%;
    max-width: 920px;
}

a:hover {
    text-decoration: none;
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 77px;
    padding: 62px 0px 0px 0px;
    line-height: 60px;

}

h2 {
    color: #ffff00;
    font-size: 35px;
    font-family: 'SimplonBold';
}
.link-voltar{
    font-family: 'SimplonBold';
}

span.forgot-email {
    font-family: 'SimplonBPRegular';
    font-size: 0.9rem;
    color: #fff;
}

span.forgot-email a {
    color: #ffff00(236, 250, 40);
}

.btns-elogio:hover img {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.padding_text {
    padding: 30px 0 0 50px;
}

.margin_t_25 {
    margin-top: 25px;
}

.margin_t_45 {
    margin-top: 45px;
}

.margin_t_70 {
    margin-top: 70px;
}

p,
label {
    color: #ffffff;
}

.header {
    margin-top: 50px;
}

.header h1 {
    padding-right: 3px;
}

.alert-erro {
    color: red !important;
}

.span-1 {
    font-size: 1.5rem;
    font-family: SimplonOI;
    color: #fff;
    line-height: 1;
    font-family: 'SimplonBPRegular';
}

.display-imagem-cartao {
    height: 300px;
    width: 300px;
    font-weight: normal;
    font-style: normal;
    color: #010079;
    font-size: 28px;
}

.display-alert {
    width: 100%;
    height: 30%;
    background-color: silver;
    color: red;
}

.cicle-detalhes {
    border-radius: 24px;
    border: 1px solid #f8f9fa;
    height: 18px;
    width: 18px;
    position: relative;
    margin-left: -25px;
    margin-top: 7px;/*14px;*/
    display: flex;
    justify-content: center;
}

.cicle-detalhes p {
    margin: 0 auto;
    margin-top: -4px;
}

.text-title-elogio {
    text-align: center;
    margin-top: 8%;
    font-size: 20px;
	/* novo */
	line-height: 20px;
    display: flex;
    align-items: flex-end;
    min-height: 50px;
}

.modal-content-elogio {
    border-radius: 20px;
    margin-top: -4%;
}

.modal-content-elogio p {
    font-family: 'SimplonBPRegular';
    color: #373737;
    line-height: 20px;
}

.btn .btn-success {
    padding-top: 3px;
}

.btn-success {
    background-color: #00A507;
    font-family: 'SimplomBPMedium';
    margin-top: -40px;
    z-index: 1;
}

.modal-content-elogio strong {
    color: #373737;
    font-family: 'SimplonBold';
}

.modal-footer-elogio {
    justify-content: center !important;
}

.modal-text-elogio {
    text-align: center;
}

.modal-text-elogio p {
    color: #000;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-img-elogio {
    width: 78%;
    margin-top: -19%;
    margin-left: 11%;
}

.modal-sucesso-alert {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-sucesso {
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.box-modal-sucesso {
    width: 302px;
    height: 298px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    left: 18%;
}

.estrela-modal {
    position: absolute;
    bottom: -25px;
    right: -30px;
}

.estrelinhas {
    padding-left: 15px;
    padding-top: 25px;
}

.box-modal-sucesso p {
    margin-top: 23px;
    font-family: 'SimplonBold', sans-serif !important;
    color: #ffff00;
    font-size: 36.09px;
    line-height: 37.09px;
    position: absolute;
    margin-left: 120px;
    transform: translateY(-30px);
    text-align: center;
}

.title-email-invalido {
    font-size: 27.09px !important;
    font-family: 'SimplonOI' !important;
    
}

.text-email-invalido {
    font-size: 18px !important;
    color: #fff !important;
    position: fixed !important;
    margin-top: 60px !important;
    margin-left: 93px !important;
    line-height: 26px !important;
    
}

.title-preencher-campos {
    margin-top: 12px !important;
    font-size: 26.9px !important;
    
}

.text-preencher-campos {
    font-size: 18px !important;
    color: #fff !important;
    position: fixed !important;
    margin-top: 60px !important;
    margin-left: 85px !important;
    line-height: 25px !important;
    
}

.cicle-detalhes {
    cursor: pointer;
}

.btn-enviar {
    left: 8%;
    background-color: #f3964e;
    border-radius: 25px;
    padding: 8px 90px;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    position: relative;
    z-index: 9999;
    font-family: 'SimplonBold';
}

.btn-enviar:hover {
    opacity: 0.7;
}

.display-remetente {
    margin-top: -46.5%;
    margin-left: 44%;
    z-index: 999;
}

.display-destinatario {
    margin-top: -43.5%;
    z-index: 999;
    margin-left: -4%;
}

.display-mensagem {
    width: 25%;
    height: 25%;
    margin-top: -37%;
    z-index: 999;
    margin-left: -10%;
}

.display-imagem-cartao {
    height: 850px;
    width: 850px;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    color: #373737;
    margin-left: 87px;

}

.display-imagem-cartao2 {
    position: relative;
}

#fundo {
    width: 100%;
    height: 100%;
    margin-bottom: -90%;
    z-index: -984;
    position: absolute;
    background-size: cover;
}

#display-remetente {
    width: 50%;
    position: relative;
    z-index: 999;
    top: 20.7%;
    left: 14.5%;
    text-align: center;
    font-size: 18px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'SimplonBPRegular';
    /* margin: auto; */
}

#display-destinatario {
    height: 45px;
    width: 55%;
    position: relative;
    z-index: 999;
    top: 26.8%;
    left: 12.1%;
    line-height: 25px;
    text-align: center;
    font-size: 19px;
    word-break: break-all;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'SimplonBPRegular';
    /* margin: auto; */
}

#txt_destinatario_email {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    margin-top: -1%;
}

#display-mensagem {
    position: relative;
    z-index: 9999999;
    top: 28%;
    left: 17%;
    text-align: left;
    width: 50%;
    /* overflow-wrap: break-word; */
    overflow: hidden;
    font-weight: normal !important;
    font-style: normal !important;
    color: #2e2c2c !important;
    font-size: 16.5px !important;
    line-height: 22.5px;
    padding: 5px 20px 5px 20px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'SimplonBPRegular';
    /* margin: auto; */
}

#display-elogio-personalizado {
    width: 20%;
    text-align: center;
    margin-left: 42%;
    line-height: 27px;
    color: #006c00;
    font-size: 25px;
    z-index: 999999999999999999999999;
    position: relative;
    display: flex;
    margin-top: -34%;
    margin-bottom: 25%;
}

.display-resposta {
    border-top: 1px solid #00d318;
    margin: 50px 0;
    text-align: center;
    display: none;
}

.display-resposta .label-reposta {
    margin: 20px 0 15px;
}

.label-btn-baixaaqui {
    margin-top: 15px;
}

.btn-baixaaqui,
.btn-baixaaqui:hover {
    color: #00d318
}

.btn-baixaaqui:hover {
    text-decoration: underline;
}

.text-alert {
    color: red;
}

.display-alert {
    z-index: 999;
    display: block;
    color: #fff;
    padding: 20px 30px;
    display: none;
    background-color: transparent;
}

.display-alert i {
    color: #ffff00;
}

.lista-emails {
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 6px;
    overflow-x: auto;
    max-height: 170px;
}

.container-lista-emails {
    width: 40%;
    margin: 30px auto;
}

.tlista-emails {
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 6px;
    overflow-x: scroll;

}

.tag span {
    font-size: 15px;
    text-transform: lowercase;
    font-family: 'SimplonBPRegular';

}

.tag {
    background-color: #9e9e9e26;
    border-radius: 10px;
}

.tag:hover {
    background-color: #26262626;
    border-radius: 10px;

}

.container-img-delete {

    margin-left: 1.5%;
    border-radius: 100%;
    background: #EA288C;
    color: #fff;
    padding: inherit;
    font-size: 11px;
    align-items: center;
    height: 75%;
    width: 100%;
    padding: 2px 5.6px 0px 6px;
    margin-top: 1.5%;
    cursor: pointer;
}

.img-close {
    /* margin-left: 5px; */
    background-color: #EA288C;
    border-radius: 100%;
    cursor: pointer;
    width: 100%;
}

.img-close:hover {
    background-color: #EA288C;
}

.persolanizado-modal-text {
    width: 75%;
    border-radius: 2px;
    border: none;
    font-size: 15px;
    text-align: center;
    padding: 10px 0px 8px;
    font-family: 'SimplonBPRegular', sans-serif;
}

#btn-pesonalizado {
    background-color: #FFFF00;
    color: #000;
    width: 35%;
    border: none;
    border-radius: 25px;
    font-family: 'SimplonBold';
}

.destaque-criativo {
    padding: 6px 0px 0px 0px !important;
}

.destaque-inova {
    padding: 5px 0px 0px 0px !important;
}

#plus-email {

    margin-top: -10.5%;
    position: relative;
    margin-left: 60.6%;
    cursor: pointer;
}

/* Resolução menor que 760px */

@media(max-width:770px) {
    h1 {
        font-size: 36px;
        padding: 10px;
    }

    h2 {
        font-size: 28px;
    }

    .mobile-craque-resultado {
        margin-left: 8%;
    }

    .mobile-super-criativo {
        margin-left: 11%;
    }

    .mobile-megaentusiasmado {
        margin-left: 9%;
    }

    .mobile-fantastico-empatico {
        margin-left: -8%;
    }

    .mobile-transforme {
        margin-left: -3%;
    }

    .display-mensagem {
        width: 27%;
        height: 25%;
        margin-top: -38%;
        z-index: 999;
        margin-left: -3%;
        font-size: 12px;
    }

    .display-imagem-cartao {
        zoom: 60%;
        /*background-size: 600px 600px!important;*/
    }

    .btn-enviar {
        padding: 8px 60px;
        font-weight: bold;
        font-size: 15px;


    }


}

@media(max-width:600px) {
    .display-imagem-cartao {
        zoom: 40%;
    }

    .enviar {
        width: 55%;
    }

    .btn-enviar {
        font-size: 10px
    }

    .display-alert {}
}
