@font-face { font-family: "ubuntu"; src: url("/assets/fonts/Ubuntu/ubuntu-regular-webfont.woff2") format("woff2"), url("/assets/fonts/Ubuntu/ubuntu-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: "ubuntu"; src: url("/assets/fonts/Ubuntu/ubuntu-bold-webfont.woff2") format("woff2"), url("/assets/fonts/Ubuntu/ubuntu-bold-webfont.woff") format("woff"); font-weight: bold; font-style: normal; }
@font-face { font-family: "ubuntu"; src: url("/assets/fonts/Ubuntu/ubuntu-italic-webfont.woff2") format("woff2"), url("/assets/fonts/Ubuntu/ubuntu-italic-webfont.woff") format("woff"); font-weight: normal; font-style: italic; }
@font-face { font-family: "ubuntu"; src: url("/assets/fonts/Ubuntu/ubuntu-bolditalic-webfont.woff2") format("woff2"), url("/assets/fonts/Ubuntu/ubuntu-bolditalic-webfont.woff") format("woff"); font-weight: bold; font-style: italic; }

@font-face { font-family: "plusjakarta"; src: url("/assets/fonts/PlusJakarta/PlusJakartaSans-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: "plusjakarta"; src: url("/assets/fonts/PlusJakarta/PlusJakartaSans-Bold.woff2") format("woff2"); font-weight: bold; font-style: normal; }
@font-face { font-family: "plusjakarta"; src: url("/assets/fonts/PlusJakarta/PlusJakartaSans-Italic.woff2") format("woff2"); font-weight: normal; font-style: italic; }
@font-face { font-family: "plusjakarta"; src: url("/assets/fonts/PlusJakarta/PlusJakartaSans-BoldItalic.woff2") format("woff2"); font-weight: bold; font-style: italic; }

/* Fontello vcard only icons - BEGIN */
@font-face {
    font-family: 'vcard-icons';
    src: url('/assets/icons/vcard-icons.eot?85424700');
    src: url('/assets/icons/vcard-icons.eot?85424700#iefix') format('embedded-opentype'),
         url('/assets/icons/vcard-icons.woff2?85424700') format('woff2'),
         url('/assets/icons/vcard-icons.woff?85424700') format('woff'),
         url('/assets/icons/vcard-icons.ttf?85424700') format('truetype'),
         url('/assets/icons/vcard-icons.svg?85424700#fontello-vcard-only') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'vcard-icons';
      src: url('/assets/icons/vcard-icons.svg?85424700#vcard-icons') format('svg');
    }
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "vcard-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-mail-1:before { content: '\e800'; } /* '' */
  .icon-mobile:before { content: '\e801'; } /* '' */
  .icon-network:before { content: '\e802'; } /* '' */
  .icon-tiktok:before { content: '\e803'; } /* '' */
  .icon-user:before { content: '\e806'; } /* '' */
  .icon-globe:before { content: '\e804'; } /* '' */
  .icon-mail:before { content: '\e805'; } /* '' */
  .icon-phone:before { content: '\e82c'; } /* '' */
  .icon-download:before { content: '\f02e'; } /* '' */
  .icon-twitter-1:before { content: '\f099'; } /* '' */
  .icon-facebook:before { content: '\f09a'; } /* '' */
  .icon-youtube-play:before { content: '\f16a'; } /* '' */
  .icon-instagram:before { content: '\f16d'; } /* '' */
  .icon-building-filled:before { content: '\f1ad'; } /* '' */
  .icon-wifi:before { content: '\f1eb'; } /* '' */
  .icon-pinterest:before { content: '\f231'; } /* '' */
  .icon-whatsapp:before { content: '\f232'; } /* '' */
  .icon-address-card:before { content: '\f2bb'; } /* '' */
  .icon-user-circle:before { content: '\f2bd'; } /* '' */
  .icon-telegram:before { content: '\f2c6'; } /* '' */
  .icon-linkedin-squared:before { content: '\f30c'; } /* '' */
/* Fontello vcard only icons - END */

body {
    margin: 0;
    padding: 0;
    font-family: 'plusjakarta';
    color: #fff;
    text-align: center;
}

a {
    color: #203042;
}

a:hover {
    color: #777;
}

.vcard_global_container {
    background-color: #fff;
    margin: 0;
}

footer {
    padding: 30px;
    font-size: 0.75rem;
    color: #203042;
    width: calc(100% - 60px);
}

.default_btn {
    background-color: #44b0ec;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    margin: 0.25rem 0 0.25rem 0.25rem;
    min-width: 3rem;
    padding: 0.25rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.75rem;
    width: fit-content;
}

.default_btn:hover {
    background-color: #0A65AD;
    color: #fff;
}

.vcard_footer_contents {
    margin-top: 2rem;
}

.vcard_footer_contents a, .vcard_footer_contents a:visited {
    color: #45b5db;
    text-decoration: none;
}

.vcard_footer_contents a:hover {
    color: #0a65ad;
}

.vcard_footer_tiny_logo_anchor span {
    color: black;
}

.vcard_footer_tiny_logo_anchor img {
    vertical-align: bottom;
    margin-right: 0.25rem;
    width: 96px;
    height: 20px;
}

.vcard_description_section {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    width: calc(100% - 60px);
}

.vcard_logo_container {
    margin: 10px auto;
}

#vcard_action_bar_anchor {
    display: block;
    margin-top: 2.25rem;
}

.vcard_logo_container img {
    width: 200px;
}

.vcard_profile_image_mask_container {
    background-color: white;
    width: 196px;
    height: 196px;
    mask-image: url('/assets/cardees/profile-picture-mask.svg');
    mask-size: contain;
    margin: 40px auto 20px;
}

.vcard_profile_image_container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: url('/assets/cardees/profile-picture-mask.svg');
    mask-size: contain;
    height: 190px;
    overflow: hidden;
    position: relative;
    width: 190px;
    top: 3px;
    left: 3px;
}

.vcard_description_section_separator {
    position: relative;
    bottom: 4px;
}

.vcard_description_section_separator img {
    width: 100%;
    height: 40px;
}

.vcard_sharing_links_section, .vcard_sharing_social_section {
    padding: 0 10px;
    width: calc(100% - 60px);
}

.vcard_sharing_links_section {
    margin: 25px auto 0;
}
.vcard_profile_mailing_address {
    margin: 30px 0;
    color: black;
}

.vcard_sharing_links_row {
    margin-bottom: 20px;
}

.vcard_handle, .vcard_qrcode_title {
    color: black;
    font-size: 1.25rem;
    font-weight: bold;
}

.vcard_profile_full_name {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.vcard_profile_role_description {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.vcard_profile_main_bio {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}

.vcardee_btn {
    background-color: #128de4;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.10rem;
    line-height: 1.75rem;
    margin: auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: calc(100% - 40px);
}

.vcardee_btn .vcardee_btn_icon {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
}

.vcardee_btn_icon_wallet svg {
    stroke: #1472B3;
}

.vcardee_btn:hover .vcardee_btn_icon_wallet svg {
    stroke: #fff;
}

.vcardee_btn .vcardee_btn_icon img {
    max-height: 20px;
    max-width: 20px;
}

.vcardee_btn::after {
    content: '';
    flex: 1;
}

.vcard_add_to_wallet_form .vcardee_btn, .vcardee_btn.vcardee_viewinapp_btn {
    width: 100%;
    background-color: #fff;
    border: 2px solid #1472B3;
    color: #1472B3;
}

.vcardee_btn.vcardee_viewinapp_btn {
    display: block;
    width: 120px;
    padding: 3px;
    font-size: 16px;
}

.vcardee_btn.vcardee_viewinapp_second_btn {
    padding: 10px 16px;
    width: calc(100% - 40px);
}

#get_app_before_adding_popup_container_id {
    position: absolute;
    top: -100px;
    left: 0;
    transition: opacity 0.25s linear;
    width: 100%;
}

.get_app_before_adding_popup {
    border-radius: 24px;
    background: #fff;
    color: #000;
    box-shadow: 0px 2px 5px #444;
    margin: 0;
    padding: 2rem 0.5rem;
    width: 85%;
    margin: 0 auto;
}

.vcard_add_to_wallet_container {
    position: relative;    
}

.vcard_get_app_text {
    width: 85%;
    margin: auto;
}

.vcard_get_app_text h3, .vcard_get_app_text p {
    font-size: 18px;
    font-weight: bold;
}

.vcard_get_app_text h3 {
    font-size: 24px;
}

.get_app_will_decide_later {
    display: inline-block;
    padding: 1rem;
    margin-top: 1rem;
    color: #00ABFF;
    font-size: 16px;
}

.vcardee_btn_contact {
    background-color: #00193F;
}

.vcardee_btn:hover {
    background-color: #0A65AD;
    color: #fff;
}

.vcardee_btn_ws {
    background-color: #36bc48;
}

.vcardee_btn_ws:hover {
    background-color: #118c7e;
}

.vcard_sharing_social_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 2.5rem;
}

.vcard_sharing_social_entry_btn {
    margin: 5px;
}

.vcard_sharing_social_entry_btn img {
    width: 48px;
    height: 48px;
}

.vcard_qrcode_field {
    background-image: url('/assets/cardees/qr/qr-border.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: auto;
    padding: 5px;
    position: relative;
    width: 220px;
    height: 220px;
}

.vcard_qrcode_field img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    width: calc(100% - 50px);
}

.vcard_smp {
    background-color: #fff;
    border: 1px solid #99f;
    border-radius: 5px;
    color: #555;
    font-weight: normal;
}

.vcard_smp:hover {
    background-color: #fff;
    color: #555;
}

.vcard_add_success_msg,
.vcard_save_success_msg,
.vcard_already_saved_msg {
    background-color: #c0ffc0;
    font-size: 1.25rem;
    font-weight: bold;
    color: #0d660d;
    padding: 1rem 0;
}

.vcard_already_saved_msg {
    background-color: #eef;
    color: #44a;
}

.vcard_already_in_wallet {
    border-radius: 5px;
    background-color: #eee;
    color: #555;
    font-weight: normal;
}

.vcard_already_in_wallet:hover {
    background-color: #eee;
    color: #999;
}

.vcard_add_to_wallet_btn {
    cursor: pointer;
    width: 100%;
}

.vcard_web_header_text {
    display: none; /* Por ahora */
    text-align: center;
    width: 85%;
    margin: auto;
    padding-top: 2rem;
}

.vcard_web_header_text h3 {
    font-size: 1rem;
    margin: 0;
}

.vcard_web_header_text p {
    font-size: 0.8rem;
}

.store_btn_list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5rem 0 0 0;
}

.store_btn_list_bottom {
    margin-bottom: 2rem;
}

.store_btn_list li {
    padding: 0 1rem;
}

.btn_store_apple img {
    width: 120px;
}

.btn_store_google img {
    width: 130px;
}

.get_app_before_adding_popup .store_btn_list {
    margin-top: 2rem;
    flex-wrap: wrap;
}

.vcard_web_header {
    background-color: #e2e2e2;
    color: #000;
}

.vcard_view_offline_wallet {
    text-align: right;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 1rem;   
    padding-right: 0.5rem;
}

.vcard_description_section {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    /* margin-top: 2rem; */ /* Por ahora */
}

.language_bar {
    display: flex;
    flex-direction: row;
    padding: 1rem 0;
    justify-content: center;
}

.language_bar span {
    display: inline-block;
    line-height: 1rem;
    height: 1rem;
    font-size: 1rem;
}

.language_bar form {
    line-height: 1rem;
    height: 1rem;
    margin: 0 5px;
}

.language_bar button {
    border: 0;
    font-size: 1rem;
    background-color: transparent;
    cursor: pointer;
    margin-top: -0.20rem;
    color: #0A65AD;
}

.language_bar button:hover {
    color: #888;
}

@media screen and (max-width: 494px) {
    .btn_store_apple img {
        width: 130px;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 600px) {
    body {
        background-color: #ddd;
    }

    .vcard_global_container {
        margin: 0 auto 3rem; /* Por ahora */
        max-width: 600px;
        border-radius: 10px;
        box-shadow: 4px 4px 8px rgba(96,125,139,0.3);
    }
}
