﻿/* Montserrat Medium = "normal" */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/orig/Montserrat-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Montserrat Bold */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/orig/Montserrat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

html {
    background-color: #f0e1d2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;

}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link,
a:visited,
a:active,
a:hover {
    /*color: #333;*/
}


header,
footer,
hgroup,
nav,
section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearer {
    clear: both;
    height: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

h5 a:link,
h5 a:visited,
h5 a:active {
    padding: 0;
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-align-left {
    text-align: left;
}

.paddLeft30 {
    padding-left: 30px;
}

/* main layout
----------------------------------------------------------*/


h1 {
    /*font-family: 'focombcpbold';
    font-size: 36px;
    padding: 25px;
    background: #fff;*/
}

h3 {
    font-family: 'focombcpregular';
    font-size: 12px;
    padding: 0 25px;
    background: #fff;
    width: 342px;
    height: 124px;
    position: relative;

}

h3 .rightBigBar {
    display: block;
    position: absolute;
    background: url('images/bkh3.png') 50% 50% no-repeat;
    height: 124px;
    width: 88px;
    top: 0;
    right: -88px;
}


h4 {
    font-family: 'focombcpbold';
    color: #fff;
    font-size: 11px;
}

b,
strong {
    font-family: 'focombcpbold';
}

.divBodyPreview {
    background: url('fundos/background_postal_bolas.png') center center no-repeat;
    background-size: contain;
}







.divlanglogo {
    background: url('') center center no-repeat;
    background-size: cover;
}

.divBody.bgPosMiddle {
    background-position: center -63px;
}

.divBody.noBk {
    background: none;
}

.destFields input {}

.siteHolder {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #d1005d;
    height: 100vh;
}

.siteInnerHolder {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #f0e1d2;
}

.siteInnerInnerHolder {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #f0e1d2;
}

.siteInnerInnerHolder.large {
    width: 100%;
}

.bigBar {
    height: 70px;
}

.bigBar:before {
    height: 70px;
    background: #fff;
    width: 471px;
    display: block;
    content: "";
}


.bigBar .siteHolder {
    position: absolute;
    left: 60%;

    top: 0;
}

.bigBar .rightBigBar {
    position: absolute;
    top: 0;
    height: 70px;
    width: 55px;
    left: 471px;
    background: url('images/rightwhite.png') 50% 50% no-repeat;
}

.smallBar {
    position: relative;
    color: #fff;
    line-height: 49px;
    height: 49px;
    font-family: 'focombcpregular';
    font-size: 12px;
}

.smallBar h4 {
    position: absolute;
    left: 85px;
    top: 0;
    color: #fff;
    font-family: 'focombcpbold';
    font-size: 12px;
}

.smallBar a {
    position: absolute;
    top: 0;
    left: 307px;
    height: 49px;
}

.smallBar a img {
    vertical-align: middle;
}

.smallBar .siteHolder {
    position: absolute;
    left: 50%;

    top: 0;
}

.rightSmallBar {
    position: absolute;
    top: 0;
    height: 49px;
    width: 31px;
    left: 356px;
}

.smallBar:before {
    height: 49px;
    width: 356px;
    display: block;
    content: "";

}

.divContent {
    text-align: center;
}

a.idioma {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: 'focombcpregular';
    text-decoration: none;
    width: 215px;
    padding: 0;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.more {

    border: 0;
    width: 14px;
    height: 14px;
}

a.idioma:hover {
    background: none;
    /*text-decoration: underline;*/

}

.divContentLang .linkLogo {
    display: inline-block;
    width: 20%;
    margin: 35px;
    margin-bottom: 25px;
    height: auto;
}

.divContentLang .linkLogocatalog {
    display: inline-block;
    width: 20%;
    margin: 35px;
    margin-bottom: 25px;
    height: auto;
    width: 320px;
}

.divMargeLeft {
    margin-left: 30px;

}



.divContentLang .linkLogo input {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 200px;

}

.divContentLang .linkLogo .bar {
    color: transparent;
    visibility: hidden;
    width: 100%;
    height: 0px;

    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.divContentLang .linkLogo:hover .bar {
    visibility: visible;
}

.divContentLang {

    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}

.divContentLang .cCenter {
    position: relative;
    width: 90%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* Center the child elements within the container */
}

.divContentLang .cCentercatalog {
    position: relative;
    width: 90%;
    top: 45%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* Center the child elements within the container */
}

.divContentLang a.idioma {}

.divContentLang a.idioma.pt {
    text-align: right;
}

.divContentLang a.idioma.en {
    text-align: left;
}

.divContentLang .langSeparator {
    display: inline-block;
    background-color: #d50563;
    width: 3px;
    height: 50px;
    margin: 46px 16px;
    position: relative;
    top: 0px;
}


.separator {
    display: inline-block;

    height: auto;
    color: #fff;
}

.divContent {
    position: relative;
}

.divContent .smallBar a {
    left: 185px;
}

.divContent .rightSmallBar {
    left: 236px;
}

.divContent .smallBar h4 {
    left: 25px;
    font-size: 9px;
}

.divContent .smallBar:before {
    width: 236px;
}

.assinBanco {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 40px;
}

/*CONTENT POSTAL*/
.divContentPostal {
    padding: 50px 25px 100px 25px;
    text-align: left;
}

.divContentPostal .btAvancar {
    border: 0;
    background: none;
    border-radius: 50%;
    white-space: normal;
    font-size: 0px;
    width: 631px;
    color: #D60564;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}


.divContentPostal span {
    font-family: 'focombcpbold';
    font-size: 15px;
    color: #fff;
    padding-top: 5px;
}

.divContentPostal .divBoxDayRow {
    height: 64px;
    margin-bottom: 18px;
}

.divContentPostal .boxDay {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-family: 'focombcpbold';
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.7;
    margin-right: 22px;
}

.divContentPostal .boxDay.active {
    opacity: 1;
}

.divContentPostal .boxDay .boxDayLink {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
}

.divContentPostal .divBoxDayRow .boxDay:last-child {
    margin: 0;
}

.mfp-bg {
    background: rgba(255, 255, 255, 0.9);
}

.mfp-close-btn-in .mfp-close {
    width: 29px;
    font-size: 0;
    height: 29px;
    right: 0;
    padding: 0;
    top: 15px;
    right: 10px;
    padding: 2px;
}

.popup-block {
    position: relative;
    padding: 0px;
    width: auto;
    max-width: 506px;
    margin: 0px auto;
    text-align: center;
}

.popup-block a.send {
    position: relative;
    border: 0;
    width: 77px;
    height: 24px;
    line-height: 24px;
    font-family: Verdana;
    font-size: 10px;
    color: #fff;
    padding: 0;
    text-align: center;
    outline: none;
    text-decoration: none;
}

.divContentPostal .msgError {
    font-size: 10px;
    text-align: center;
    font-family: Verdana;
    position: absolute;
    top: 65px;
    width: 581px;
}

.divContentPostal .msgError.hide {
    display: none;
}

.msgError div {
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    max-width: 300px;
}

.postalHolderTop {
    /*border: 1px solid #404041;*/
}

.postalHolder {
    /*padding: 6px 6px 3px 6px;*/
    position: relative;
}

.column.float-left,
.column.float-right {
    margin-top: 110px;
}

.column.float-left {
    width: 339px;
}

.column.float-right {
    width: 175px;
}

.column.float-right.large {
    width: 212px;
}

.postalHolderBot {
    margin-top: 14px;
}

.postalHolderBotNew {
    margin-top: 14px;
}


.postalHolder .smallBar {

    bottom: 20px;
    z-index: 99;
}

.postalHolder .smallBar,
.postalHolder .smallBar:before {
    height: 19px;
}

.postalHolder .smallBar:before {
    width: 123px;
}

.postalHolder .rightSmallBar {
    width: 12px;
    height: 19px;
    left: 123px;
    bottom: 0;
    top: auto;
}

.postalHolder .bigBar {
    position: absolute;
    height: 34px;
    bottom: 0;
    z-index: 9;
}

.postalHolder .bigBar:before {
    width: 141px;
    height: 34px;
}

.postalHolder .bigBar .rightBigBar {
    height: 34px;
    width: 25px;
    left: 141px;
    background: url("images/rightwhites.png") 50% 50% no-repeat;
}

.divContent .postalHolder .smallBar h4 {
    left: 15px;
    font-size: 6px;
    line-height: 19px;
}

.divContent .postalHolder .smallBar a {
    height: 19px;
    line-height: 19px;
    left: 100px;
    top: auto;
    bottom: 1px;
}



.column input[type="text"] {
    /*rightinput*/
    width: 185px;
    background: url('images/bkInput.png') left center no-repeat;
    border: 0;
    height: 16px;
    color: #808184;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
}


.divContent .column {
    text-align: left;
    min-height: 480px;
    position: relative;

}

.divContent .column .titleRow {
    font-family: Verdana;
    font-size: 11px;
    display: block;
}

.divContent .column .titleForm {
    padding-bottom: 10px;
    display: block;
    font-family: Verdana;
}

.titleForm strong {
    font-family: Verdana;
}

.column .msgBank {
    font-family: Verdana;
    font-size: 10px;
    margin-bottom: 8px;
}

.postalHolderBot {
    position: relative;
}

.postalHolderBot .assinBanco {
    bottom: 12px;
    right: 16px;
}

.postalHolderBot .postalMsg {
    position: absolute;
    left: 25px;
    top: 15px;
    text-align: left;
    font-family: 'focombcpbold';
}

.divRows {
    overflow: auto;
    height: 140px;
}


.postalHolderBot .postalMsg .msg {
    color: #000;
}

.postalHolderBot .postalMsg .msgSignature {
    margin-top: 20px;
}

#textMsg {
    position: relative;
    top: -10px;
}

#textMsg.hide {
    display: none;
}

textarea {
    padding: 10px;
    width: 170px;
    margin: 0;

    border: 0;
    background: #eaeaea;
    font-family: Verdana;
    font-size: 11px;
    color: #231F20;
    overflow-x: hidden;
    padding: 15px 0;
}

.btnPerzar {
    border: 0;
    width: 90px;
    height: 16px;
    position: relative;
    z-index: 99;
    font-size: 8px;
    font-family: Verdana;
    font-weight: bold;
    color: #fff;
}

#contCaratc {
    font-size: 10px;
    font-family: Verdana;
}

.divNav {
    position: relative;
    /* margin: 10px 0 20px 0;*/

}

.column .divNav {
    position: absolute;
    /*bottom: 0px;*/
    float: right;
    margin: 0;
    margin-left: 30%;
}

.divNav a {
    font-size: 10px;
    font-family: Verdana;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    display: block;
    position: relative;
    background: #808184;

}

.divNav .aretroceder {

    text-align: right;
    padding-right: 5px;
}

.divNav .aavancar {
    text-align: left;
    margin-left: 5px;
    padding-left: 5px;
}

.divNav a .arrow {
    position: absolute;
    width: 14px;
    height: 20px;
}

.divNav a.aretroceder .arrow {
    left: -14px;
    top: 0;
    background: url('images/arrow-grey-left.png') 50% 50% no-repeat;
}

.divNav a.aavancar .arrow {
    right: -14px;
    top: 0;
    background: url('images/btn-arrow-right.png') 50% 50% no-repeat;
}

.postalFinalBox {
    height: 354px;
    width: 549px;
    background: url('images/bkPostal.png') 50% 50% no-repeat;
    position: relative;
    top: 95px;
}

.postalFinalBox .postalHolder {
    position: absolute;
    right: 0;
    width: 363px;
    height: 239px;
}

.postalFinalBox .assinBanco {
    bottom: 15px;
    left: 255px;
    width: 110px;
}

.postalFinalBox .msgPostal {
    position: absolute;
    left: 20px;
    top: 130px;
    text-align: left;
    font-size: 10px;
    max-width: 140px;
    font-family: 'focombcpregular';
}

.postalFinalBox .bigBar {
    bottom: 0px;
}

.postalFinalBox .divNav {
    height: 20px;
}

.postalFinalBox .divNav a {
    font-size: 9px;
    height: 20px;
    line-height: 21px;
}

.postalFinalBox .divNav .aavancar {
    width: 58px;
    padding-left: 5px;

}

.popup-block a.send .logoBox,
.postalFinalBox .divNav .aavancar .logoBox {
    position: absolute;
    right: 10px;
    top: 6px;
    display: block;
    width: 14px;
    height: 9px;
    background: url('images/send-mail-img.png') 50% 50% no-repeat;
}

.popup-block a.send .logoBox {
    right: 4px;
    top: 7px;
}

.msgSucess {
    font-size: 18px;
    font-family: Verdana;
    color: #fff;
    width: 176px;
    height: 46px;
    padding: 9px;
    position: relative;
}

.msgSucess .arrow {
    width: 61px;
    height: 40px;
    display: block;
    position: absolute;
    right: -40px;
    top: 0;

}

#divInfoSend.popup-block {
    height: 250px;
    width: 545px;
    max-width: auto;
}

#divInfoSend .divNav {
    height: 21px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.mfp-close-btn-in #divInfoSend .mfp-close {
    display: none;
}

.assPostal {
    position: absolute;
    bottom: 6px;
    left: 6px;
    font-size: 5px;
    font-family: 'focombcpregular';
}


/*JOEL*/
.linkLogo {
    display: inline-block;
    /* Display elements in a line */
    width: 50%;
    /* Adjust the width to fit three elements in a row with some spacing */
    margin: 0 10.5%;
    /* Add some margin for spacing between elements */
    vertical-align: top;
    /* Align elements from the top of the container */
    line-height: 100px;
}


*:focus {
    outline: 0;
}


.divContentLang .idioma {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: 'focombcpregular';
    text-decoration: none;
    width: 215px;
    padding: 0;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border: 0;
    background: none;
}

.divContentLang .idioma.pt {
    text-align: right;
}

.divContentLang .idioma.en {
    text-align: left;
}

.divContentPostal span {
    margin-left: 25px;
}

.diasContainer {
    height: 250px;
    padding: 0px 0px 83px 26px;
}

.diasContainer .day {
    font-family: 'focombcpbold', Verdana, Arial, sans-serif;
    font-size: 0px;
    text-decoration: none;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    width: 54px;
    height: 60px;
    margin-right: 28px;
    margin-bottom: 18px;
    float: left;
    display: block;
}

.diasContainer .day:first-child {
    margin-left: 36px;
}

.diasContainer .day.inactive {
    background: rgba(0, 0, 0, 0.3);
    font-size: 24px;
    opacity: 0.7;
}

.divNav.aretroceder {
    background: none;
    border: none;
}

.hidden {
    display: block;
}

.popup-block {
    width: 461px;
    height: 303px;
    position: relative;
}

.popup-block .send {
    cursor: pointer;
}

.divNav .navButton {
    font-size: 10px;
    font-family: Verdana;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px;
    background: 0;
    border: 0;
    width: 62px;
    height: 22px;
    padding-left: 10px;
    display: block;
    position: relative;
}

.divNav .navButton.left {
    background: transparent url(images/bt_nav_left.png) top left no-repeat;
}

.bcp .more {
    border: 0;
    background: none !important;
}

textarea {
    padding: 10px 10px;
}

.divNav .aavancar,
.divNav .aretroceder {
    cursor: pointer;
}

.divNav .bt.builder {
    font-size: 10px;
    font-family: Verdana;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px;
    background: 0;
    border: 0;
    width: 62px;
    height: 22px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}

.divNav .bt.builder.left {
    background: transparent url('images/bt_nav_left.png') top left no-repeat;
}

.divNav .bt.builder.right {
    background: transparent url('images/bt_nav_right_bcp.png') top left no-repeat;
    padding-left: 0px;
}

.divNav.preview {
    position: absolute;
    right: 5px;
    /* top: 750px;*/
    /*z-index: 999;*/
    /*position: absolute;
    right: 0px;
    bottom: 59px;*/
}

.postalContainer {
    width: 700px;
    margin: 0px auto;
    position: relative;
    top: 10px;
    /*position: absolute;
    top: 110px;
    left: 43px;*/

}

.postalContainer img {
    width: 700px;
    position: relative;
    top: 0px;
}

.previewPopup {
    background: url('images/back_main.jpg') center center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    opacity: 0.95;
}

.previewPopup .popUpBox {
    width: 372px;
    height: 58px;
    margin-left: -10%;
    margin-top: -10%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.previewPopup .popUpBox .message {
    background: transparent url('images/preview_popup_pink.png') top left no-repeat;
    width: 189px;
    height: 61px;
}

body.bcp_empresas .previewPopup .popUpBox .message {
    background-image: url('images/preview_popup_escuro.png');
}

body.bcp_prestige .previewPopup .popUpBox .message,
body.bcp_private_banking .previewPopup .popUpBox .message {
    background-image: url('images/preview_popup_dourado.png');
}

.previewPopup .popUpBox .message .label {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px 7px;
    display: block;
}

.previewPopup .popUpBox .bt.back {
    background: transparent url('images/preview_popup_back_pink.png') top left no-repeat;
    border: 0;
    font-size: 10px;
    color: #ffffff;
    width: 134px;
    height: 21px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

body.bcp_empresas .previewPopup .popUpBox .bt.back {
    background-image: url('images/preview_popup_back_escuro.png');
}

body.bcp_prestige .previewPopup .popUpBox .bt.back,
body.bcp_private_banking .previewPopup .popUpBox .bt.back {
    background-image: url('images/preview_popup_back_dourado.png');
}

body.bcp_empresas .previewPopup .popUpBox .bt.back {
    background-image: url('images/preview_popup_back_escuro.png');
}

.postalHolderBot .postalMsg {
    /*Area Mensagem*/
    font-family: 'focombcpregular', Verdana, sans-serif;
    font-size: 12px;
    width: 156px;
    height: 79px;
    top: 118px;
    left: 170px;
    word-break: break-word;
    -ms-word-break: break-word;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.caixaTexto {
    padding: 10px !important;
    width: 225px;
    height: 110px;
    margin: 0;
    border: 0;
    background: #eaeaea;
    font-family: Verdana;
    font-size: 11px;
    color: #231F20;
    overflow-x: hidden;
    padding: 15px 0;
    font-size: 13px;
}

.mensagensErro {
    font-size: 10px;
    position: absolute;
    bottom: -35px;
    text-align: right;
    right: 16px;
    color: #d50563;
}

.column input[type="text"] {
    text-transform: none;
}

.panelTeaser {
    width: 580px;
    height: 413px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -290px;
    margin-top: -206px;
}

.formContainer textarea {
    display: inline-block;
}

.formContainer span {
    width: 85px;
    display: inline-block;
    vertical-align: middle;
}

.formContainer span.result {
    width: 500px;
}


.diasContainer .day:first-child {
    margin-left: 184px;
}

.divContentPostal span {
    position: absolute;
    width: 184px;
}

.divContent .smallBar h4 {
    font-size: 11px;
    top: 2px;
}

.divContentBuilder {

    position: relative;
    width: 100%;
    display: table;

}


.more {
    margin-top: 5px;
}

.column input[type="text"] {
    background: #e9e9ea;
    padding: 2px 10px;
}

.postalHolder {
    position: relative;
}

.postalHolder .postalLegenda {
    background: transparent url('images/postal_legenda_barra_magenta.png') top left no-repeat;
    width: 301px;
    height: 48px;
    position: absolute;
    bottom: 6px;
    left: 6px;
}

body.bcp_empresas .postalHolder .postalLegenda {
    background-image: url('images/postal_legenda_barra_escuro.png');
}

body.bcp_prestige .postalHolder .postalLegenda,
body.bcp_private_banking .postalHolder .postalLegenda {
    background-image: url('images/postal_legenda_barra_dourado.png');
}

.postalHolder .postalLegenda .label {
    font-family: 'focombcpregular', Verdana, Arial, sans-serif;
    font-size: 7px;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px;
    padding-left: 13px;
    padding-top: 1px;
}

/*
.postalHolderBot{
 border: 1px solid #404041;
    width: 337px;
    height: 225px;
}
    */
.postalHolderBot .postalIcon {
    background: transparent url('images/topoMsgDrt.jpg') top left no-repeat;
    width: 95px;
    height: 105px;
    position: absolute;
    top: 4px;
    right: 15px;
}

.postalHolderBot .postalIconLeft {
    background: transparent url('images/messageLeft.jpg') top left no-repeat;
    width: 163px;
    /*Metade 337 TOTAL*/
    height: 225px;
    /*position: absolute;*/
    top: 4px;
    right: 10px;
    float: left;
}

body.bcp_empresas .postalHolderBot .postalIcon {
    /* background-image: url('images/postal_logo_escuro.png');*/
    background: transparent url('images/topoMsgDrt.jpg') top left no-repeat;
}

body.bcp_prestige .postalHolderBot .postalIcon,
body.bcp_private_banking .postalHolderBot .postalIcon {
    /* background-image: url('images/postal_logo_dourado.png');*/
    background: transparent url('images/topoMsgDrt.jpg') top left no-repeat;
}

.barNav {
    background: transparent url('images/bar_nav_magenta.png') top left no-repeat;
    font-family: 'focombcpregular', Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    line-height: 68px;
    width: 419px;
    height: 63px;
    padding-left: 26px;
    position: absolute;
    top: 38px;
    left: 0px;
}

body.bcp_empresas .barNav {
    background-image: url('images/bar_nav_escuro.png');
}

body.bcp_prestige .barNav,
body.bcp_private_banking .barNav {
    background-image: url('images/bar_nav_dourado.png');
}

.barNav.small {
    background-image: url('images/bar_nav_small_magenta.png');
    font-size: 11px;
    line-height: 45px;
    width: 340px;
    height: 43px;
    padding-left: 18px;
    top: 102px;
}

body.bcp_empresas .barNav.small {
    background-image: url('images/bar_nav_small_escuro.png');
}

body.bcp_prestige .barNav.small,
body.bcp_private_banking .barNav.small {
    background-image: url('images/bar_nav_small_dourado.png');
}

.assinBanco {
    background: transparent url('images/logo_bcp.png') top left no-repeat;
    width: 165px;
    height: 41px;
    position: absolute;
    bottom: 44px;
    right: 13px;
}

body.bcp_empresas .assinBanco {
    background-image: url('images/logo_bcp_empresas.png');
}

body.bcp_prestige .assinBanco {
    background-image: url('images/logo_bcp_prestige.png');
}

body.bcp_private_banking .assinBanco {
    background-image: url('images/logo_bcp_private_banking.png');
}

.bankTextColor {
    color: #D60564 !important;
}

body.bcp_empresas .bankTextColor {
    color: #44545E !important;
}

body.bcp_invest .bankTextColor {
    color: black !important;
}

body.bcp_prestige .bankTextColor,
body.bcp_private_banking .bankTextColor {
    color: #947146 !important;
}

.bankBgColor {
    background-color: #D60564 !important;
}

body.bcp_empresas .bankBgColor {
    background-color: #44545E !important;
}

body.bcp_prestige .bankBgColor,
body.bcp_private_banking .bankBgColor {
    background-color: #947146 !important;
}

.btAction {
    background: transparent url('images/bt_action_left_magenta.png') top left no-repeat;
    border: 0 !important;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 19px;
    color: #ffffff;
    width: 76px;
    height: 20px;
    padding: 0px 0px;
    display: block;
    cursor: pointer;
    position: relative;
}

.btAction.envelope.left {
    width: 53px;
    padding-right: 27px;
}

.btAction.envelope::after {
    content: '';
    background: transparent url('images/bt_envelope.png') left top no-repeat;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    top: 6px;
    right: 9px;
}

.btAction.small {
    width: 65px;
}

.btAction.left {
    background-position: left top;
    text-align: right;
    padding-right: 9px;
}

.btAction.right {
    background-position: right top;
    text-align: left;
    padding-left: 9px;
}

body.bcp .btAction.left {
    background-image: url('images/bt_action_left_magenta.png');
}

body.bcp .btAction.right {
    background-image: url('images/bt_action_right_magenta.png');
}

body.bcp_empresas .btAction.left {
    background-image: url('images/bt_action_left_escuro.png');
}

body.bcp_empresas .btAction.right {
    background-image: url('images/bt_action_right_escuro.png');
}

body.bcp_prestige .btAction.left,
body.bcp_private_banking .btAction.left {
    background-image: url('images/bt_action_left_dourado.png');
}

body.bcp_prestige .btAction.right,
body.bcp_private_banking .btAction.right {
    background-image: url('images/bt_action_right_dourado.png');
}

.btAction.grey.left {
    background-image: url('images/bt_action_left_cinzento.png') !important;
}

.btAction.grey.right {
    background-image: url('images/bt_action_right_cinzento.png') !important;
}

.popup-block .btAction {
    position: absolute;
    bottom: -23px;
    right: -3px;
}

.mfp-close-btn-in .mfp-close {
    background-image: url('images/bt_popup_close_magenta.png');
}

body.bcp_empresas .mfp-close-btn-in .mfp-close {
    background-image: url('images/bt_popup_close_escuro.png');
}

body.bcp_prestige .mfp-close-btn-in .mfp-close,
body.bcp_private_banking .mfp-close-btn-in .mfp-close {
    background-image: url('images/bt_popup_close_dourado.png');
}

.postalHolderBot .postalMsg .imgMessage {
    width: 122px;
    margin-top: 15px;
}

.postalHolderBot .postalBankLogo {
    width: 70px;
    display: block;
    position: absolute;
    bottom: 5px;
    right: 50px;
}

.postalHolderBot .postalLabel {
    width: 128px;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 16px;
}

.labelIndicacao {
    font-size: 9px;
}

.divNav .btAction.left {
    margin-right: 10px;
}

.quadroLegenda {
    font-size: 8px;
    margin: 4px 0px 0px 5px;
}

.panelErro {
    font-size: 32px;
    text-align: center;
    margin-top: 85px;
}

.statsPanel {
    border: 1px solid black;
    width: 400px;
    padding: 15px 30px;
    margin: 85px auto 0px auto;
}

.btAction.left.special {
    background-position: right top;
    padding-right: 5px;
    right: 1px;
}

body.en .btAction.left.special {
    padding-right: 10px;
}

body.pt .btAction.left.special {
    width: 86px;
}

body.bcp.pt .btAction.left {
    background-image: url('images/bt_action_left_magenta_big.png');
}

body.bcp_empresas.pt .btAction.left {
    background-image: url('images/bt_action_left_escuro_big.png');
}

body.bcp_prestige.pt .btAction.left,
body.bcp_private_banking.pt .btAction.left {
    background-image: url('images/bt_action_left_dourado_big.png');
}

.postalLegenda {
    font-size: 7px;
    color: #929497;
    width: 180px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.postalFundacao {
    font-size: 4px;
    color: #929497;
    width: 108px;
    position: absolute;
    left: 221px;
    bottom: 48px;
}

.idoma {
    color: #d50563 !important;
}

.idioma {
    color: #d50563 !important;
}

.bigTitle {
    padding-bottom: 0px;
}

.bigAuxTitle {}

.bigAuxTitle .newLabel {
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 12px;
}

.bigAuxTitle .newAuxLabel {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}

.catalogHolder {
    position: relative;
}

.catalogHolder .catalogHeader {
    background: transparent url("images/catalog_header.png") top left no-repeat;
    width: 631px;
    height: 213px;
    padding-top: 12px;
    position: relative;
}

.catalogHolder .catalogHeader .catalogHeading1 {
    background: none;
    font-family: 'focombcpregular';
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    width: auto;
    height: auto;
    padding: 0px;
    position: relative;
}

.catalogHolder .catalogHeader .catalogHeading2 {
    background: none;
    font-family: 'focombcpregular';
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    width: auto;
    height: auto;
    margin-top: 8px;
    padding: 0px;
    position: relative;
}

.catalogHolder .catalogHeader .catalogHeading3 {
    background: none;
    font-family: 'focombcpregular';
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    width: auto;
    height: auto;
    margin-top: 7px;
    padding: 0px;
    position: relative;
}

.catalogHolder .catalogHeader .barNav {
    top: auto;
    bottom: -12px;
}

@media only screen and (max-width: 767px) {

    .divMargeLeft {
        margin-left: 0px;
        text-align: center;
    }

    .divContentLang .linkLogo {
        margin-left: 0px;
        margin: 0px;
        display: inline-block;
        width: 339px;
        margin: 0 auto;
        height: auto;
        text-align: center;
    }

    .divContent .column {

        margin: 0;
        margin-top: 14px;
        float: none;
        display: inline-block;
        text-align: center;

    }

    .previewPopup .popUpBox {
        width: 372px;
        height: 58px;
        margin-left: -10%;
        margin-top: -40%;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
    }


}


.maxSizeLogo {
    /*  max-width: 480px;  Set your desired max-width */
    /* max-height: 162px;  Set your desired max-height */

}

.maxSizeLogoCatalog {
    max-width: 240px;
    /* max-height: 162px;  Set your desired max-height */
}

.maxSizeLogoPrev {
    max-width: 240px;
    margin-top: 240px;
    /* max-height: 162px;  Set your desired max-height */
}

#MainContent_ImageButton1 {
    vertical-align: bottom;
}

.maxSizeLogoCatalogF {
    max-width: 280px;
    /* max-height: 162px;  Set your desired max-height */
}


/* 2025 */
/* ===== Default.aspx – ecrã de entrada Prestige 2025 ===== */

.divBody.default-intro {
    /* Mantém o fundo que já existe, mas podes trocar por imagem específica se quiseres */
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introContainer {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 30px;
    text-align: left;
    box-sizing: border-box;
}

.introLogo {
    margin-bottom: 30px;
}

.introLogoImage {
    max-width: 260px;
    height: auto;
}

.introText h1 {
    font-family: 'focombcpbold', Verdana, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.3;
    color: #5A1636;
    /* tom vinho Millennium – ajusta se precisares */
    margin: 0 0 15px 0;
}

.introText p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 10px 0;
}

.introSignature {
    font-family: 'focombcpbold', Verdana, Arial, sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.introCta {
    margin-top: 30px;
}

.introCtaButton {
    border: 0;
    padding: 12px 36px;
    font-family: 'focombcpbold', Verdana, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    /* cores Prestige / dourado */
    background-color: #A58B4E;
    color: #FFFFFF;
}

.introCtaButton:hover {
    opacity: 0.9;
}

/* ==== Home com 6 logotipos ==== */

.logoGrid {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    top: 60%;
    transform: translateY(-50%);
}

.logoRow {
    text-align: center;
    margin-bottom: 20px;
}

.logoRow .linkLogo {
    display: inline-block;
    margin: 0 20px;
}

.maxSizeLogo {
    max-width: 220px;
    height: auto;
}

.divBody {
    background: url('fundos/background-1-grande.png') center center no-repeat;
    background-size: cover;
    min-height: 750px;

}

/* ===== Página Catalog (texto + logo banco) ===== */

.catalogContainer {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalogText {
    flex: 0 0 60%;
    text-align: left;
    color: #d50563;
}

.catalogText h1 {
    font-family: 'focombcpbold', Verdana, Arial, sans-serif;
    font-size: 46px;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.catalogText p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.catalogSignature {
    font-family: 'focombcpbold', Verdana, Arial, sans-serif;
    margin-top: 10px;
}

.catalogCtaWrapper {
    margin-top: 24px;
}

.catalogCtaButton {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 140px;
    /* ou 200 / 220, conforme o gosto */
    height: auto;
    display: block;
}

.catalogLogo {
    flex: 0 0 40%;
    text-align: center;
}

/* já tens .maxSizeLogoCatalog e .maxSizeLogoCatalogF definidos
   para controlar o tamanho do logo do banco */
/* ===== Página Catalog – layout tipo PDF ===== */

.divBodyCatalog {
    background: url('fundos/background-1-grande.png') center center no-repeat;
    background-size: cover;
    /* já existia, mantemos */
    position: relative;
    min-height: 750px;
    /* altura da imagem que referiste */
}

.catalogOverlay {
    position: relative;
    width: 100%;
    height: 100vh;

}

/* Texto e botão centrados horizontalmente, um pouco abaixo do topo */
.catalogTextBlock {
    position: absolute;
    top: 35%;
    /* ajusta 20–28% se quiseres subir/descer */
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
    text-align: left;
    color: #ffffff;
    padding: 0px;
}

.catalogTextBlock h1 {
    font-family: 'Montserrat', 'focombcpbold', Verdana, Arial, sans-serif;
    font-weight: 700;
    /* Montserrat Bold */
    font-size: 32px;
    line-height: 1;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.catalogTextBlock p {
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    font-weight: 400;
    /* Montserrat normal */
    font-size: 20px;
    line-height: 1;
    margin: 5 0 8 0;
    color: #ffffff;
}

.catalogSignature {
    font-weight: 700;
    margin-top: 5px
}

/* Botão */
.catalogCtaWrapper {
    margin-top: 24px;
}

.catalogCtaButton {
    border: 0;
    background: transparent;
    cursor: pointer;
}

/* Logo em baixo ao centro */
.catalogLogoBottom {
    position: absolute;
    bottom: 5%;
    /* ajusta 8–14% conforme a posição desejada */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.maxSizeLogoCatalog {
    max-width: 160px;
    /* podes subir para 280 se quiseres maior */
    height: auto;
}


/* ===== Página Lang – escolha de idioma ===== */

.langCenter {
    position: absolute;
    top: 55%;
    /* ajusta 38–45% se quiseres subir/descer */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.langLink {
    font-family: 'Montserrat', 'focombcpregular', Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-decoration: none;
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0 4px;
}

.langLink:hover {
    text-decoration: underline;
}

.langSeparatorText {
    font-family: 'Montserrat', 'focombcpregular', Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin: 0 10px;
}

/* Já tens .catalogLogoBottom e .maxSizeLogoCatalog usados na Catalog,
   eles vão posicionar o logo em baixo ao centro também no Lang. */


/* ===== Página Builder – postal + formulário ===== */

.divBodyBuilder {
    background: url('fundos/background-grande-1920.png') center center no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    /* altura da imagem */
}

.builderContainer {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #ffffff;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
}

/* Esquerda – postal */

.builderLeft {
    flex: 0 0 430px;
}


.postalMainImage {
    width: 100%;
    display: block;
}


.postalWhiteBand {
    display: none;
    /* usa se precisares da faixa branca separada */
}



/* Direita – formulário */

.builderRight {
    flex: 0 0 320px;
    margin-top: 20px;
}

.builderTitle {
    font-size: 14px;

    margin-bottom: 16px;
    color: white;
    font-family: 'Montserrat', 'focombcpregular', Verdana, Arial, sans-serif;
    font-weight: 400;
}

.builderFieldGroup {
    margin-bottom: 14px;
}

.builderFieldLabel {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: 'Montserrat', 'focombcpregular', Verdana, Arial, sans-serif;
    font-weight: 400;
}

.builderInput {
    display: block;
    width: 70%;
    box-sizing: border-box;
    height: 28px;
    margin-bottom: 6px;
    border: 0;
    background: #f6e9f0;
    padding: 4px 8px;
    font-size: 12px;
    color: #333333;
}

.builderSubtitle {
    font-family: 'Montserrat', 'focombcpregular', Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 16px 0 10px 0;
}

/* Botão "Personalizar" (estado fechado) */

.builderPersonalizarButton {
    border: 0;
    cursor: pointer;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    background: #262535;
    /* tom escuro do design */
    color: #ffffff;
    margin-bottom: 14px;
    max-width: 140px;
}

/* Painel de personalização (estado aberto) */

.builderPersonalizacaoPanel {
    background: transparent;
    margin-bottom: 12px;
}

.builderPersonalHeader {
    display: inline-block;
    background: #262535;
    border-radius: 18px 18px 0 0;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}



.builderCharCounter {
    font-size: 11px;
    margin-top: 4px;
    text-align: right;
    max-width: 80%;
}

.builderError {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #fff;
}

/* Botões Voltar / Enviar */

.builderButtons {
    margin-top: 15px;
}

.builderBtnBack,
.builderBtnSend {
    border: 0;
    border-radius: 20px;
    padding: 6px 22px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    cursor: pointer;
    margin-right: 10px;
    max-width: 90px;
}

.builderBtnBack {
    background: #f73c8a;
    /* rosa */
    color: #ffffff;
}

.builderBtnSend {
    background: #262535;
    /* botão escuro "Enviar" */
    color: #ffffff;
}


.divBodypostal {
    /* cor de fundo igual ao rosa do postal,
       para que mesmo fora da imagem principal continue rosa */
    background-color: #e50a71;
    background-image: url('fundos/background-grande-1920.png');
    background-repeat: no-repeat;
    background-position: center top;
    /* se quiseres que o postal ocupe sempre a largura toda,
       usa cover; se não quiseres cortar em baixo, volta a contain */
    background-size: cover;
    min-height: 100vh;
    /* já tens inline, aqui consolida para CSS */
}

.postalCard {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}

.postalCardFooter {
    text-align: center;
    margin-top: 0;
    background: transparent;
    padding: 0;
}

.postalWhiteBandWrapper {
    position: relative;
    display: inline-block;
    /* fica à largura da imagem da faixa */
}

.postalWhiteBandImage {
    display: block;
    width: 100%;
    height: auto;
}

/* logo dentro da faixa branca, encostado ao fundo */
.postalBankLogoFooter {
    position: absolute;
    bottom: 0px;
    /* ajusta 8–14px até ficar perfeito */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

    height: auto;
    display: block;
}

/* Wrapper para garantir que botão e painel ocupam o MESMO espaço */
.builderPersonalWrapper {
    margin-top: 16px;
}

/* Botão Personalizar como imagem */
.builderPersonalizarButton {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    display: block;
}

/* Painel de personalização substitui o botão no mesmo sítio */
.builderPersonalizacaoPanel {
    margin-top: 0;
}

/* Cabeçalho "Escreva aqui" em pill escuro */
.builderPersonalHeader {
    display: inline-block;
    background: #262535;
    border-radius: 18px 18px 0 0;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 0;
}


/* Botões Voltar / Enviar como imagens */
.builderBtnBack,
.builderBtnSend {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    margin-right: 8px;
    display: inline-block;
}

/* opcional: controlar largura se necessário
.builderBtnBack img,
.builderBtnSend img {
    width: 120px;
    height: auto;
}
*/
.builderPersonalizarButton {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
}

.builderPersonalizacaoPanel {
    margin-top: 0;
}

.builderTextarea {
    display: block;
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    height: 90px;
    box-sizing: border-box;
    border: 0;
    background: #ffffff;
    /* fundo branco */
    padding: 10px 10px;
    font-size: 12px;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    color: #333333;
    margin-top: -10px;
}

/* PREVIEW*/
/* ===== Preview do postal ===== */

.previewBody {
    position: relative;
    min-height: 865px;
    /* igual à altura do fundo */
}

.previewContainer {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
}

.previewCard {
    display: inline-block;
    max-width: 320px;
    width: 100%;
}

.previewPostalImage {
    width: 100%;
    display: block;
}

/* faixa branca em baixo do postal */
.previewWhiteBand {
    background: #ffffff;
    padding: 16px 0 0px;
    text-align: center;
}

.previewMessagePanel {
    max-width: 80%;
    margin: 0 auto 6px auto;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    text-align: left;
}

.previewPostalBankFooter {
    max-width: 100%;
    height: auto;
    display: block;
    /* deixa de ter espaço de “linha” */
    margin: 6px auto 0;
    /* só margem em cima, 0 em baixo */
}

/* botões Voltar / Enviar */

.previewButtons {
    margin-top: 28px;
}

.previewBtnBack,
.previewBtnSend {
    border: 0;
    padding: 0;
    margin: 0 8px;
    background: none;
    cursor: pointer;
    display: inline-block;
    max-width: 90px;
    margin: 0px 60px 10px;
}

/* ===== Ecrã de sucesso ===== */

.previewPopup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* sem fundo escuro: fica o mesmo fundo rosa do postal */
    display: flex;
    align-items: center;
    justify-content: center;
}

.previewPopupBox {
    text-align: center;
    color: #ffffff;
    font-family: 'Montserrat', Verdana, Arial, sans-serif;
    margin-top: -15%;
}

.previewPopupMessage {
    display: inline-block;
    background: #ffffff;
    color: #e50a71;
    padding: 12px 40px;
    border-radius: 26px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.previewPopupBack {
    margin-bottom: 40px;
}

.previewPopupBtnBack {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    max-width: 100px;
    float: left;
    margin-top: 25px;
}

.previewPopupLogo {
    margin-top: 10px;
}

.previewPopupLogoImg {
    max-width: 220px;
    height: auto;
}