@font-face {
    font-family: 'Icons';
    src: url('/fonts/card.eot'); /* IE9 Compat Modes */
    src: url('/fonts/card.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/card.woff2') format('woff2'), /* Modern Browsers */ url('/fonts/card.woff') format('woff'), /* Modern Browsers */ url('/fonts/card.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

[class^="icons_"],
[class*="icons_"],
[class^="icons-"],
[class*="icons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Icons', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-instagram:before {
    content: '\e906';
}

.icons-linkedin:before {
    content: '\e904';
}

.icons-facebook:before {
    content: '\e903';
}

.icons-repeat:before {
    content: '\e905';
}

.icons-repeat1:before {
    content: '\e902';
}

.icons-chat1:before {
    content: '\e908';
}

.icons-chat:before {
    content: '\e900';
}

.icons-phone:before {
    content: '\e901';
}

.icons-mail:before {
    content: '\e907';
}

.icons-share:before {
    content: '\e909';
}

.icons-close:before {
    content: '\e90b';
}

.icons-twitter:before {
    content: '\ea96';
}

.icons-whatsapp:before {
    content: '\e968';
}

.icons-copy:before {
    content: '\e90a';
}

html , body {
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
}

.container-card {
    max-width: 1000px;
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
}

.bg-yellow {
    background-color: #fdcb2c;
}

.bg-light {
    background-color: #eeeeee;
}

.text-dark {
    color: #333;
}

.text-gold {
    color: #7f6415;
}

.has-flip {
    background-color: transparent;
    perspective: 1000px;
}

.front-side, .back-side {
    transition: all ease-in-out 0.4s;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.front-side {
    opacity: 1;
    background-color: #bbb;
    color: black;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

a {
    color: inherit;
    text-decoration: none;
}

.back-side {
    opacity: 0;
    z-index: 10;
    top: 0;
    position: absolute;
    background-color: #EEEEEE;
    color: white;
    padding-top: 8vh;
    transform: rotateY(180deg);
}

.back-side img {
    width: 90%;
    max-width: 400px;
    display: block;
    margin: 15px auto;
}

.has-flip.fliped .flip-inner {
    transform: rotateY(180deg);
}

.has-flip.fliped .flip-inner .front-side {
    opacity: 0;
}

.has-flip.fliped .flip-inner .back-side {
    opacity: 1;
}

.front-top {
    background-color: #fdcb2c;
    height: 50%;
    display: block;
    position: relative;
}

.image-holder {
    margin: 0 auto;
    width: 45vw;
    height: 45vw;
    max-width: 250px;
    max-height: 250px;
    border-radius: 50%;
    padding: 10px;
    border: 10px solid #eee;
}

.image-holder img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.front-bottom {
    background-color: #eeeeee;
    height: 50%;
}

.content-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 10px;
}

h1 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

h2 {
    display: block;
    font-size: 18px;
    color: #7f6415;
}

.contact-buttons {
    padding: 4vh 0px 2vh;
}

.icons-buttons {
    padding: 2vh 0px;
}

.icons-reverse {
    padding: 2vh 0px;
}

.icons-reverse button {
    padding: 15px;
    background-color: transparent;
    border: 2px solid #333;
    border-radius: 50px;
}

.icons-reverse button:hover {
    background-color: #ccc;
}

.icons-reverse button i {
    font-size: 22px;
}

.icons-buttons a {
    display: inline-flex;
    width: 53px;
    height: 53px;
    margin: 0px 2px;
    background-color: #fdcb2c;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icons-buttons a i {
    font-size: 26px;
}

.contact-buttons a {
    display: inline-block;
    width: 130px;
    font-size: 18px;
    padding: 8px 10px;
    margin: 0px 5px;
    border-radius: 20px;
}

.contact-buttons a:first-child {
    color: #333;
    background-color: #fdcb2c;
    border: 2px solid #fdcb2c;
}

.contact-buttons a:last-child {
    color: #333;
    border: 2px solid #333;
}

.calls-button {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.calls-button a {
    width: 90px;
    border: none;
    height: 90px;
    background-color: #fdcb2c;
    font-size: 32px;
    padding-top: 40px;
}

.calls-button a:first-child {
    border-radius: 0 100% 0 0;
    padding-right: 20px;
}

.calls-button a:last-child {
    border-radius: 100% 0 0 0;
    padding-left: 20px;
}

.share-icon {
    position: absolute;
    background: transparent;
    border: none;
    top: 15px;
    right: 15px;
    color: #333;
    font-size: 32px;
}

.flags {
    position: absolute;
    left: 15px;
    top: 15px;
}

.flags img {
    margin-bottom: 10px;
    display: block;
}

.share-modal {
    position: absolute;
    width: 80vw;
    max-width: 400px;
    left: calc(50%);
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    top: -300px;
    transition: all ease 0.4s;
    z-index: 100;
    opacity: 0;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

.share-modal.open {
    top: 30px;
    opacity: 1;
}

.share-modal-head {
    height: 30px;
    text-align: right;
}

.share-modal-head button {
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 28px;
}
.icons-container {
    text-align: center;
}

.icons-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 10px;
    width: 55px;
    height: 55px;
    background: #fdcb2c;
    padding: 10px;
    border-radius: 50%;
}

.link-container {
    width: 90%;
    margin: 20px auto;
    background: #EEEEEE;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.link-container input {
    width: 80%;
    padding: 5px 10px;
    font-size: 16px;
    background: transparent;
    border: none;
}

.link-container button {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}