/**************************************
    Default Styles
***************************************/
/*-- Variables --*/
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url("https://fonts.googleapis.com/css?family=DM+Sans:300,400,400i,500,500i,700&display=swap");
:root {
    --color-primary: #702FFF;
    --color-primary-alt: #505CFD;
    --color-secondary: #00D09C;
    --color-tertiary: #FFCD3E;
    --color-extra08: #49CCFF;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --extra04-color: #00CFFF;
    --color-body: #757589;
    --heading-color: #000248;
}

.acceso, .acceso:hover {
    background-color: var(--theme-color-1);p
    border-color: var(--theme-color-1);
    transition: 0.3s filter;
    color: #fff;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 25px;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--theme-color-1);
    border-color: rgb(22 22 22);
    transition: 0.3s filter;
    border-radius: 25px;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

p {
    margin: 0 0 10px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

/**
 * Typography
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "DM Sans", sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #757589;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1 {
    font-size: 56px;
    line-height: 68px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h1 {
        font-size: 50px;
        line-height: 66px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 48px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 44px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 36px;
        line-height: 45px;
    }
}

h2 {
    font-size: 50px;
    line-height: 62px;
}

h3 {
    font-size: 35px;
    line-height: 46px;
}

h4 {
    font-size: 26px;
    line-height: 30px;
}

h5 {
    font-size: 22px;
    line-height: 26px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h1 br {
        display: none;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 br {
        display: none;
    }
    h3 {
        font-size: 24px;
        line-height: 36px;
    }
    h3 br {
        display: none;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    h4 br {
        display: none;
    }
}

p {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    color:#181818;
    /* text-align: justify; */
}

@media only screen and (max-width: 767px) {
   p {
    font-size: 18px;
    line-height: 24px;
    color: #181818;
}
}

p:last-child {
    margin: 0;
}

/* List Style */
ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0px;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

a:visited {
    color: inherit;
}

a {
    outline: none;
    color: #000248;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #D3D3D3;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #757589;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #702FFF;
}


/*Extended Now*/
.titlemove {
    transform: translateY(2rem);
    padding: 10px 0px 0px 0px;
}

.subtitlemove {
    padding: 25px 0px 0px 0px;
}

.titlemove2 {
    padding-bottom: 15px;
}

.profile-head {
    transform: translateY(5.8rem);
}
/*
.mb-5, .my-5 {
    margin-bottom: 8rem!important;
}
*/
.topcover {
    margin-top: 155px;
}

.bordermobile{background:#fff; border-radius:0px 0px 65px 65px;}

.flotantealt {
    text-align: center;
    top: 50px;
    z-index: 99999999;
    margin: auto;
    width: 100%;
    position: absolute;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: var(--theme-color-1);
    height: auto;
}

/*
.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

*/
/*
.cover:before{
    content: '';
    background: linear-gradient(to top, rgba(49,49, 49, 0.33), rgba(189,189,189,0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30%;
}

*/

body {
    background-color: #eee;
    background: linear-gradient(to right,  var(--theme-color-1),  var(--theme-color-0_9));
    min-height: 100vh
}


body {
    font-family: 'Roboto', sans-serif;
    color: #555555;
    text-decoration: none;
    background:#f6f6f6;
    /*background: url(https://vcard.top/bg/bg4.jpg) fixed;*/
    background-size:contain;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 28px;
}


.rounded {
    border-radius: 10rem!important;
}


.bg-light {
    background-color: rgb(255 255 255 / 0%)!important;
}
/*
.bg-white {
    background-color: rgb(255 255 255 / 0%)!important;
}
*/

.bg-white {
    background-color: rgb(255 255 255) !important;
    border-radius: 65px 65px 0px 0px;
}

.share {
    
    border-radius: 50px;
    z-index: 999999999;
}

.verified img{width:30px;}

/*
.vCard {
     background-color: rgb(255, 255, 255);
       background-color: rgb(255 255 255 / 98%);
    border-radius: 0.625rem;
    max-width: 500px;
    min-width: 320px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    background-position: top;
    background-size: cover;
    box-shadow: 0px 20px 20px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
}
*/

/* BG SOLO MOBILE */
.profile {
    margin-right: 0rem !important;
    width: 100%;
    margin: auto;
    text-align: center;
}

.vCard {
    background-color: rgb(255, 255, 255);
    background-color: rgb(255 255 255 / 98%);
    border-radius: 0.625rem;
    max-width: 500px;
    min-width: 320px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    background-position: top;
    background-size: cover;
    /*box-shadow: 0px 20px 20px 10px rgb(0 0 0 / 10%);*/
    box-shadow: px 20px 20px px rgb(255 255 255 / 37%);
    border-radius: 20px;
    background-image: url(https://realtor.miqr.bio/bg/device.png);
    padding: 15px;
    border-radius: 80px;
}

.vCardbg {
    padding:10px; background:#fff;
    border-radius:70px 70px; 0px 0px;
    
}

.vCard-list {
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .009375em;
    text-decoration: inherit;
    text-transform: inherit;
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
}

.vCard-list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    overflow: hidden;
    height: auto;
    padding: 0.1rem 1.375rem;
    background: var(--theme-color-1);
    border-radius: 50px;
    margin: 5px 19px 5px 19px;
    /* z-index: 0; */
    overflow: hidden;
    margin-bottom: 8px;
    border: 2px solid rgb(0 0 0 / 19%);
    transition: none 0s ease 0s;
    /* box-shadow: rgb(189 180 180) 0px 0px 1px 1px; */
    color: rgb(2, 48, 71);
    border-radius: 30px;
}


.vCard-list-item:hover {
    background-color: var(--theme-color-1);
    zoom: 1.1;
}

.vCard-contact ul.vCard-list {
    margin: -10px 0px 0px 0px;
    padding-top: 10px;
}
.vCard-list .ripple {
    font-size: 25px;
    padding: 0 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color-1);
    color: #fff;
}

.vCard-list-item h6 {
    font-weight: 500;
}

.vCard-list-item .label {
    font-size: .875rem;
    color: #757589;
}

.vCard .profile .img-thumbnail{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.vcard-type-text .vCard-list-item {
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    align-items: flex-start;
}

.vcard-description {
    color: #222;
}

.vCard-list-item .media-body {
    line-height: 1.2;
    width: 440px;
   /* white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    
}


h6 {
    font-size: 16.5px;
    line-height: 20px;
}


.mb-4, .my-4 {
    margin-bottom: 1.7rem!important;
    font-size: 20px;
  /*  text-shadow: -1px 1px 2px rgb(0 0 0 / 60%); */
    letter-spacing: 1px;
}


.small, small {
    font-size: 20px;
    font-weight: 600;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 19%); */
    text-align: inherit;
}


h4 {
    font-size: 28px;
    line-height: 30px;
    text-shadow: 1px 2px 1px rgb(88 83 83 / 10%);
    font-family: 'Roboto';
    /* float:left; */
}

.text-white {
    color: #222!important;
}

.pt-5, .py-5 {
    padding-top: 2.7rem!important;
}



@media only screen and (max-width: 480px) {
    
    
    
    
.profile-head {
    transform: translateY(5.8rem);
}    
/*    
.titlemove {
     transform: translateY(1rem);
    padding: 20px 0px 0px 0px;
}
*/

h4 {
    font-size: 26px;
    line-height: 28px;
    text-shadow: 1px 2px 1px rgb(88 83 83 / 10%);
    font-family: 'Roboto';
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: var(--theme-color-1);
    height: auto;
        border-radius: 20px;
}
    
    
      .vCard .profile .img-thumbnail {
        width: 120px;
        height: 120px;
    }
    .vCard .media.profile-head .media-body {
       
    }

    .vCard .media.profile-head .media-body h4 {
        font-size: 1.2rem;
    }
    
    
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 0px;
    min-width: 280px;
    margin: 0;
}

/*.vCard {
    background-color: rgb(255, 255, 255);
    max-width: 576px;
    min-width: 280px;
    overflow: hidden;
    width: 100%;
    margin-top:0px; 
    border-radius: 0px;
    
}
*/

.vCard {
        background-color: rgb(255, 255, 255);
        background-color: rgb(255 255 255 / 98%);
        max-width: 576px;
        min-width: 280px;
        overflow: hidden;
        width: 100%;
        margin-top: 0px;
        border-radius: 0px;
        background-image: none;
        padding: 10px;
        border-radius: 70px 70px 0px 0px;
    }


.vCardbg {
    padding:0px; background:#fff;
    border-radius:0px 0px; 0px 0px;
    
}


.vCard-list-item .media-body {
    line-height: 1.2;
    width: 100%;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}
p {
    font-size: 17px;
    line-height: 24px;
    color: #181818;
    text-align: justify;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

.mb-4, .my-4 {
    margin-bottom: 1.7rem!important;
    font-size: 15px;
   
}

    
}


@media only screen and (max-width: 428px){
.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: var(--theme-color-1);
    height: auto;
}

    .vCard .profile .img-thumbnail {
        width: 120px;
        height: 120px;
    }
    
}


@media only screen and (max-width: 414px) {
    
.titlemove {
    
    padding: 15px 0px 0px 0px;
}    
   
  
.topcover {
    margin-top: 147px;
}


 

.vCard .profile .img-thumbnail {
    width: 120px;
    height: 120px;
}


    
 }
 
 @media only screen and (max-width: 412px){
.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: var(--theme-color-1);
    height: auto;
}
  
    .vCard .profile .img-thumbnail {
        width: 120px;
        height: 120px;
    }


 }
 @media only screen and (max-width: 390px){
.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: var(--theme-color-1);
    height: auto;
}

h4 {
    font-size: 20px;
    line-height: 25px;
    

    
 }   


     
 }

@media only screen and (max-width: 375px) {
    .titlemove {
    
    padding: 15px 0px 0px 0px;
} 

.topcover {
    margin-top: 101px;
}

    
 .vCard .profile .img-thumbnail {
        width: 120px;
        height: 120px;
    }
    
    
h4 {
    font-size: 20px;
    line-height: 25px;
    

    
 }
}


@media only screen and (max-width: 320px) {
.profile-head {
    transform: translateY(4rem);
}


.share {
    
    border-radius: 50px;
    z-index: 999999999;
}


.titlemove {
    
    padding: 18px 0px 0px 0px;
}    
    
.cover {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: var(--theme-color-1);
    height: auto;
} 
.topcover {
    margin-top: 78px;
}

p {
    font-size: 12px;
    line-height: 20px;
     color:#181818;
}


.vCard .media.profile-head .media-body h4 {
    font-size: 1rem;
}
/*
.mr-3, .mx-3 {
    margin-right: 0.5rem!important;
}
*/

.profile {
    margin-right: 0rem !important;
    width: 100%;
    margin: auto;
    text-align: center;
}


h4 {
    font-size: 16px;
    line-height: 25px;
    /* text-shadow: -1px 1px 2px rgb(0 0 0 / 60%);*/
}
.small, small {
    font-size: 13px;
    font-weight: 400;
    /* text-shadow: -1px 1px 2px rgb(0 0 0 / 60%);*/
}
.vCard-list-item .media-body {
    line-height: 1.2;
    width: 230px;
   
    text-overflow: ellipsis;
    overflow: hidden;
}

.vCard .profile .img-thumbnail {
    width: 100px;
    height: 100px;
}


h6 {
    font-size: 12px;
    line-height: 20px;
}
a.text-white2 {
    color: var(--gray-dark)!important;
    font-size: 12px;
}

.mb-4, .my-4 {
    margin-bottom: 1.7rem!important;
    font-size: 12px;
    /* text-shadow: -1px 1px 2px rgb(0 0 0 / 60%);*/
}





}



.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    transition: 0.3s filter;
}

.btn-primary.focus, .btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--theme-color-0_5);
    border-color: var(--theme-color-1);
}

.btn-primary:hover {
    filter: grayscale(10%);
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.vcard-branding {
    margin-bottom: 20px;
}

/* CSS */




.btn {
    display: inline-block;
    font-weight: 400;
  

    padding: 0.375rem 0.5rem;
    font-size: 16px;

}



.add-to-contact-wrapper {
    position: relative;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem!important;
    text-align: center;
}

.text-white2 {
    color: var(--gray-dark)!important;
}

.p-2 {
    padding: 0.5rem!important;
    text-align: center;
}

/*detalle*/


.vCard-list-item .label {
    font-size: .875rem;
    color: #757589;
    display: none;
}

.p-44 {
    padding: 1rem 1rem 0rem 1rem;
    /* padding-bottom: 2px; */
    text-align: center;
}
.mb-44 {
    margin-bottom: 0.80rem!important;
    font-size: 17px;
}

/*expirate*/

.text-white2 {
    color: #ffffff !important;
    background: #dd0000;
    border-radius: 25px;
    padding: 5px 10px;
}
