:root {
    --color-primary: #525CA3;
    --color-primary-light: #0091CF;
    --color-primary-dark: #0B0F33;
    --color-secondary: #2B2B38;
    --color-secondary-light: #BBBAC6;
    --bg-oval: rgba(43, 43, 65, 0.15);
    --bg-modal: rgba(36, 42, 87, 0.9);;
    --color-bg-gradient: linear-gradient(314.57deg, var(--color-primary) 20%, var(--color-primary-light) 100%);
    --color-white: #FFF;
    --font-NotoSans: 'Inter', sans-serif;
    --font-ITCAvantGardePro: 'ITC Avant Garde Pro';
    --font-ITCAvantGardePro-Bold: 'ITC Avant Garde Gothic Pro';
    --font-ITCAvantGardePro-Demibold: 'ITC Avant Garde Pro';
    --font-ITCAvantGardePro-book: 'ITC Avant Garde Gothic Std Book';
    --font-opensans: "Open Sans", sans-serif;
    --font-icomoon: 'icomoon';
}
html,
body {
    overflow: hidden;
}
/* img */
.ym-iframe .desk-body {
    max-width: 400px;
    max-height: 470px;
    object-fit: cover;
    object-position: top;
    padding-top: 30px;
}

/* menu desk */

.ym-iframe .menu-desk {
    padding: 0 55px;
}
.ym-iframe .menu-desk button {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 5px 0;
    transition: 0.3s ease-in-out;
}
.ym-iframe .menu-desk button:hover {
    background-color: var(--bg-oval);
    border-radius: 16px;
}

.ym-iframe .menu-desk button span {
    width: 32px;
    height: 32px;
    background-color: var(--bg-oval);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.ym-iframe .menu-desk button span img {
    width: 28px;
}

.ym-iframe .menu-desk button h2 {
    color: var(--color-white);
    font-size: 16px;
    font-family: var(--font-ITCAvantGardePro-Demibold);
    margin: 0;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}
.ym-iframe .menu-desk button:hover h2 {
    text-decoration: underline;
}
/* buttons */
.ym-iframe button {
    background-color: transparent;
    border: 0;
}
.ym-iframe button:hover {
    background-color: transparent;
    border: 0;
}
.ym-iframe button:focus:not(:focus-visible) {
    box-shadow: none;
}
/* icon-plus */

.ym-iframe button.ym-icon-plus {
    position: absolute;
    background-color: var(--color-white);
    border: 1px solid var(--color-primary);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.ym-iframe button.ym-icon-plus span {
    color: var(--color-primary);
    font-size: 22px;
    font-weight: bold;
}

.ym-iframe button.ym-icon-plus:hover {
    background-color: var(--color-primary);
}

.ym-iframe button.ym-icon-plus:hover span {
    color: var(--color-white);
}

/* icon-plus body */
.ym-iframe button.ym-icon-plus.head {
    top: 15%;
    left: 45%;
}
.ym-iframe button.ym-icon-plus.cardiologica {
    top: 40%;
    left: 48%;
}
.ym-iframe button.ym-icon-plus.pulmonar {
    top: 44%;
    left: 35%;
}
.ym-iframe button.ym-icon-plus.nefrologica {
    top: 58%;
    left: 39%;
}
.ym-iframe button.ym-icon-plus.gastrointestinal {
    top: 70%;
    left: 45%;
}
.ym-iframe button.ym-icon-plus.dermatologica {
    top: 77%;
    left: 58%;
}
.ym-iframe button.ym-icon-plus.neurologica {
    top: 74%;
    left: 15%;
}
/* icon-plus head */
.ym-iframe button.ym-icon-plus.cerebrovascular {
    top: 24%;
    left: 47%;
}
.ym-iframe button.ym-icon-plus.neuro-psicologica {
    top: 29%;
    left: 31%;
}
.ym-iframe button.ym-icon-plus.oftalmologica {
    top: 44%;
    left: 53%;
}
.ym-iframe button.ym-icon-plus.otorrinolaringologica {
    top: 47%;
    left: 20%;
}
/* mobile */
.ym-iframe #change-body-mobile {
    position: relative;
}
.ym-iframe .menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
