/*  Farmatízate's styles 
    =========================================== */
@import url('./variables.css');
@import url('./animations.css');

img {
    -webkit-user-drag: none;
    -o-user-drag: none;
    -moz-user-drag: none;
    -khtml-user-drag: none;
    user-drag: none;
}

.logo-farmatizate {
    max-width: calc(65% + .51vw);
    max-height: 15vh;
    object-fit: contain;
}

.img-header-container-fm3 {
    margin: 0 calc(.1rem + .2vw);
    padding: calc(.1rem + .2vw) 1rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: calc(.1rem + .2vw);
    width: 23%;
    position: relative;
}

.img-header-landing-sm {
    width: 100%;
    max-height: calc(10vh + .21rem);
    display: none;
}

.img-header-landing {
    width: calc(95% + 1.5rem);
    max-height: calc(11vh + .21rem);
    display: flex;
}

.click-button-icon {
    width: calc(10% + .5rem);
    top: 40%;
    left: 80%;
    transform: translate(-50%, -50%);
    animation: click-animation-icon 1.5s infinite;
}

body {
    line-height: normal;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.card-header-landing {
    position: absolute;
    top: 10%;
    left: 10%;
    margin: 0;
    z-index: 2
}

.text-title-responsive-landing{
    font-size: calc(.71rem + 1vw);
}

.text-subtitle-responsive-landing{
    font-size: calc(.51rem + .51vw);
}

.text-list-responsive-landing, li{
    font-size: calc(.51rem + .41vw) !important;
}

.padding-responsive-dialog{
    padding: calc(.51rem + .51vw);
}

.paragraph-text-margin {
    margin: 0;
}

.floating-img-telf {
    position: absolute;
    top: 20%;
    left: 60%;
    object-fit: cover;
    min-width: 14%;
    max-width: 15%;
}


.floating-metrics-object {
    position: absolute;
    top: -5%;
    right: 5%;
    z-index: 5;
    object-fit: cover;
    width: 20%;
}

.box-shadow-fm3 {
    box-shadow: 3px 3px 6px 2px rgba(27, 27, 27, 0.88);
}

.border-dialog {
    position: relative;
    border-radius: 1rem;
}

.border-dialog::after {
    content: '';
    position: absolute;
    inset: 0;
    border: solid rgba(255, 255, 255, 0.562) 2px;
    background-color: white;
    border-radius: inherit;
    z-index: -1;
}

.border-dialog::before {
    content: '';
    position: absolute;
    inset: -.4rem;
    border: solid rgba(255, 255, 255, 0.562) 2px;
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.637);
    border-radius: inherit;
    z-index: -2;
}

.circle-presentation-icon {
    border-radius: 50%;
    padding: 1rem;
    overflow: hidden;
    min-width: 4rem;
    min-height: 4rem;
    max-width: 8rem;
    max-height: 8rem;
    aspect-ratio: 1/1;
}

.circle-presentation-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.btn-whatsapp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 3;
}

.border-qr-container-img {
    border: var(--calidad-bg-color) solid var(--border-qr-container);
    background-color: var(--calidad-bg-color);
    border-radius: 1.2rem;
}

.footer-fm3 {
    position: sticky;
    top: 100%;
    z-index: 2;
    width: 100%;
}

/*  Background color
    =========================================== */

.bg-color-calidad{
    background-color: var(--calidad-bg-color);
}

.bg-color-compras{
    background-color: var(--compras-bg-color);
}

.bg-color-pos{
    background-color: var(--pos-bg-color);
}

.bg-color-sstapp{
    background-color: var(--sstapp-bg-color);
}

/*  Text color 
    =========================================== */

.text-color-calidad{
    color: var(--calidad-text-color);
}

.text-color-compras{
    color: var(--compras-text-color);
}

.text-color-pos{
    color: var(--pos-text-color);
}

.text-color-sstapp{
    color: var(--sstapp-text-color);
}

/*  Image size 
    =========================================== */
.img-container-fm3 {
    max-height: calc(var(--icon-responsive-sm) + .51vw);
    max-width: calc(var(--icon-responsive-sm) + .51vw);
    padding: calc(.1rem + .1vw);
    border-radius: calc(.1rem + .2vw);
    margin: calc(.1rem + .2vw);
    filter: hue-rotate(-30deg);
}

.hr-responsive {
    width: .1rem;
    border-radius: calc(.1rem + .2vw);
}

@media screen and (max-width: 600px) {
    .hr-responsive {
        width: 100%;
    }

    .floating-img-telf {
        display: none;
    }

    .card-header-landing {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        margin: 10px;
        z-index: 2
    }

    .border-dialog::before {
        background-color: rgba(0, 133, 122, 0.5);
        inset: -.2rem;
        z-index: -2;
        border: solid rgba(255, 255, 255, 0.562) 1px;
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.637);
        line-height: normal;
    }

    .paragraph-text-margin {
        margin: 0 !important;
    }

    .floating-metrics-object{
        display: none;
    }

    .circle-presentation-icon {
        border-radius: 50%;
        padding: .2rem;
        overflow: hidden;
        min-width: calc(var(--icon-responsive-xs) + 1rem);
        min-height: calc(var(--icon-responsive-xs) + 1rem);
        max-width: calc(var(--icon-responsive-xs) + 1rem);
        max-height: calc(var(--icon-responsive-xs) + 1rem);
        aspect-ratio: 1/1;
    }

    .img-header-landing {
        display: none;
    }

    .img-header-landing-sm {
        display: flex;
    }
}