body {
    background: #811810;
    padding-bottom: 120px;
}

.card {
    background: none;
    border: 0;
}
.card-body {
    background: #FABA27;
    margin: 0 auto;
    position: relative;

    align-items: center;
    display: flex;
    background-repeat: no-repeat !important;
}
.card-body p {
    margin-bottom: 0;
}

.postit00 {
    background: url(../assets/images/Grupo_00.png);
    background-size: 100%;
    width: 100%;
    max-width: 290px;
    height: 328px;

}
.postit01 {
    background: url(../assets/images/Grupo_01.png);
    background-size: 100%;
    width: 100%;
    max-width: 310px;
    height: 227px;
}
.postit02 {
    background: url(../assets/images/Grupo_02.png);
    background-size: 100%;
    width: 100%;
    max-width: 270px;
    height: 209px;
    display: block;
}
.postit03 {
    background: url(../assets/images/Grupo_03.png);
    background-size: 100%;
    width: 100%;
    max-width: 300px;
    height: 333px;
}
.postit04 {
    background: url(../assets/images/Grupo_10.png);
    background-size: 100%;
    width: 100%;
    max-width: 230px;
    height: 309px;
}
.postit03_2 {
    background: url(../assets/images/Grupo_03_2.png);
    background-size: 100%;
    width: 100%;
    max-width: 300px;
    height: 350px;
}
.postitNotaP {
    background: url(../assets/images/NOTA_7-PEQUENA.png);
    background-size: 100%;
    background-position: center;
    width: 100%;
    max-width: 250px;
    height: 90px;

}
.postitNotaG {
    background: url(../assets/images/NOTA_8-.png);
    background-size: 100%;
    width: 100%;
    max-width: 90px;
    height: 285px;
}
.postitNotaEmoji {
    background: url(../assets/images/NOTA_2-EMOJI01.png);
    background-size: 100%;
    width: 100%;
    max-width: 180px;
    height: 196px;
}
.postitNotaEmoji02 {
    background: url(../assets/images/NOTA_12-EMOJI_2.png);
    background-size: 100%;
    width: 100%;
    max-width: 300px;
    height: 305px;

}
.postitNotaG_02 {
    background: url(../assets/images/NOTA_8-.png);
    background-size: 100%;
    width: 100%;
    max-width: 47px;
    height: 150px;
}



.postitNotaEmoji_02 {
    background: url(../assets/images/NOTA_2-EMOJI01.png);
    background-size: 100%;
    width: 120px;
    height: 131px;
}
.postitNotaEmoji02_02 {
    background: url(../assets/images/NOTA_12-EMOJI_2.png);
    background-size: 100%;
    width: 150px;
    height: 152px;

}

.postpadding {
    padding: 1.5em;
}

.card-text.card-text {
    font-size: 13px;
    font-family: Verdana;
    line-height: 1.2;
}
.card-text.message-text {
    margin-bottom: 10px;
}
.card-text.message-nome {
    font-weight: 600;
}
.card-text.message-estado {
    font-weight: 600;
}

.postit00 {
    text-transform: uppercase;
    color: #2764AE;
    padding-top: 40px;
}

.colorRed {
    color: #CC1236;
}
.postit00 .card-text.card-text {
    font-size: 15px !important;
    font-family: 'clarendon_ltregular' !important;
    letter-spacing: 1.05px;
    line-height: 1.2;
}

.postit00 .card-text.card-text.pbold {
    font-family: 'clarendon_ltbold' !important;
}
.cEmoji img {
    width: 80px;
}


.postit00 .postpadding,
.postit02 .postpadding {
    padding: 1.3em 1em;
}

.card-tools.like {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.card-tools.like a {
    color: #CC1236;
}
.postit04 .card-tools.like {
    right: 60px;
    bottom: 15px;
}


#msgclique {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.bxbox {
    background: #fff;
    padding: 1em;
    text-align: center;
    font-size: 16px;
    color: #CC1236;
    font-family: 'clarendon_ltregular' !important;
    letter-spacing: 1.20px;
    line-height: 1.2;
    border-radius: 12px 12px 0 0;
}
.bxbox .row {
    align-items: center;
}
.bxbox .btn {
    background: #2764AE;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
}

.modal-content {
    background: #2764AE;
    border-radius: 12px;
    font-family: 'clarendon_ltbold' !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.modal-body {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.modal-dialog {
}

.modal-content label {
    background: #fff;
    display: block;
    padding: 7px;
    padding-left: 20px;
    border-radius: 5px;
    color: #CC1236;
}
.modal-content input[type="text"],
.modal-content textarea {
    font-size: 12px;
    color: #B7B7B7;
    background: #F3F3F3;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #FF9900;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #FF9900;
}

.modal-content .msgfofoca {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.modal-content .msgfofoca label {
    padding-left: 0;
    padding-top: 0;
}
.modal-footer {
    border: 0;
    padding-top: 0;
    display: block;
}
.modal-footer .btn {
    background: #CC1236;
    display: block;
    width: 100%;
}

.recebercomunicados {
    font-family: clarendon_ltregular;
    font-size: 9px;
    color: #fff;
}
.recebercomunicados label {
    background: none;
    color: #fff;
    padding: 0;
}
.form-check-input {
    width: 16px;
    height: 16px;
    background-color: #2764ae;
    border-color: #fff;
    font-size: 16px;
    margin-right: 10px;
    margin-left: -23px !important;
    margin-top: 5px;
}
.form-check-input:checked {
    background-color: #2764ae;
    border-color: #fff;
    font-size: 16px;
}


@media (min-width:768px) {
    .modal-dialog {
        width: 100%;
        max-width: 600px;
    }
}
@media (max-width:767px) {
    .modal-content label {
        margin-bottom: 5px;
        padding-left: 10px;
    }
    .bxbox a {
        font-size: 14px;
    }
}

.stamp {
    position: absolute;
    /* left: 39% !important; */
    /*top: 17% !important;*/
    /*left: 40% !important;*/
    /*margin-left: -145px !important;*/
    top: 250px !important;
    left: 40% !important;
    width: 334px;
    height: 328px;
}
.grid-item {
    float: left;
    width: 290px;
    height: 200px;
    max-height: 500px;
    margin: 1% 2% 2%;
}
.hNotaP { height: 90px; }
.hNotaG { height: 285px; width: 90px; }
.hNotaEmoji { height: 196px; width: 180px; }
.hLogo { height: 150px; width: 150px; margin: 120px 50px 20px 50px; text-align: center; }
.h00 { height: 328px; }
.h01 { height: 227px; }
.h03_2 { height: 350px; }
/* .h03 { height: 333px; } */
.h03 { height: 333px; }
.h04 { height: 309px; }
.h260 { height: 260px; }
.h300 { height: 300px; }
.h350 { height: 350px; }
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #fff;
    text-align: center;
    color: #777;
}
.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #fff; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.alert {
    padding: 5px 10px;
    margin-bottom: 2px;
}
.h-captcha {
    margin-top: 5px;
}
.logoForm { margin-bottom: .5rem !important; }

#modalCompartilhar .modal-dialog,
#modalCompartilhar .modal-content,
#modalCompartilhar .modal-footer {
    background-color: #2764AE;
}
#modalCompartilhar .modal-content {
    padding: 20px;
}

@media only screen and (max-width: 1366px) {
    .postitNotaEmoji {
        max-width: 130px;
        height: 140px;
    }
}
@media only screen and (max-width: 1280px) {
    .hNotaEmoji {
        height: 145px;
        width: 130px;
    }
}
@media only screen and (max-width: 1023px) {
    body {
        background: #811810 url(../assets/images/BG2.jpg) repeat-y;
        background-size: contain;
    }
    .stamp {
        top: 0 !important;
        left: 20% !important;
        margin-left: 0 !important;
    }
    .hLogo img { width: 120px; }
}
@media only screen and (max-width: 600px) {
	body {
		background-image: none;
	}
	.stamp {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		float: none !important;
		margin: 0 auto !important;
        margin-bottom: 20px !important;
	}
	.grid-item {
		float: none;
		margin: 0 auto;
		left: 0 !important;
		right: 0 !important;
	}
    .hLogo { height: 150px; width: 150px; margin: 50px auto 0px auto; text-align: center; }
    .hLogo img { width: 120px; }
    .logoForm { width: 70px; }
    .modal-body {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logoForm { margin-bottom: 0; }

    .modal-content label {
        background: #fff;
        display: block;
        padding: 3px;
        padding-left: 14px;
        border-radius: 5px;
        color: #CC1236;
    }
}
