:root
{
    --Disabled: #CCCCCC;
    --Error: #D6132D;
    --Warning: #F0CD30;
    --Neutral:  #1091C5;
    --Primary: #76004B;
    --Secundary:#F26937;
    --White:#FFFDFD;
    --Brand: #00BCFF;
    --Dark: #1F0708;
    --NeutralDark: #0D0F3C;
    --AlmostDark:#858B93;
    --NeutralsAlmostDark:#667980;
    --AlmostLight:#F2FBFD;
    --Info: #2298D3;
    --StageIncomplete: #F5AD12;
    --Success: #35A51C;
    --Completed: #35A51C;
    --hoverColor: #FEF1FB;
    --minWidthLandscape: 1024px;
    --maxWidthLandscape: 1400px;
    --minHeightLandscape: 610px;
    --maxHeightLandscape: 992px;

}

@font-face {
    font-family: Myriat-Pro-Bold;
    src: url('/fonts/MYRIADPRO-BOLD.OTF');
}

@font-face {
    font-family: Myriat-Pro-SemiBold;
    src: url('/fonts/MYRIADPRO-SEMIBOLD.OTF');
}

@font-face {
    font-family: Myriat-Pro-Regular;
    src: url('/fonts/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: Myriat-Pro-Light;
    src: url('/fonts/MyriadPro-Light.otf');
}

@font-face {
    font-family: Inter-Regular;
    src: url('/fonts/INTER-REGULAR.ttf');
}

@font-face {
    font-family: Inter-Black;
    src: url('/fonts/Inter/Inter-Black.ttf');
}

@font-face {
    font-family: Inter-Bold;
    src: url('/fonts/Inter/Inter-Bold.ttf');
}

@font-face {
    font-family: Inter-ExtraBold;
    src: url('/fonts/Inter/Inter-ExtraBold.ttf');
}

@font-face {
    font-family: Inter-ExtraLight;
    src: url('/fonts/Inter/Inter-ExtraLight.ttf');
}

@font-face {
    font-family: Inter-Light;
    src: url('/fonts/Inter/Inter-Light.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('/fonts/Inter/Inter-Medium.ttf');
}

@font-face {
    font-family: Inter-SemiBold;
    src: url('/fonts/Inter/Inter-SemiBold.ttf');
}

@font-face {
    font-family: Inter-Thin;
    src: url('/fonts/Inter/Inter-Thin.ttf');
}

.mt-50{
	margin-top: 50px;
}
.mt-40{
	margin-top: 50px;
}
.answer-image{
    max-width: 120px;
    width: 100%;
}

.background-congratulation {
    background-image: url(/images/Marco_Limpio.png);
    background-size: 100% 100%;
}

.background-col {
    background-image: url(/images/Marco.png);
    background-size: 100% 100%;
}

.base-button {
    color: white;
    font-family: 'Myriat-Pro-Bold', sans-serif;
    font-size: 20px;
    height: 58px;
    line-height: 30px;
    border-radius: 0px;
    padding: 0.25rem 0.375rem;
}
.base-button:hover
{
    background-color: var(--White)!important;
    color: var(--Primary);
    border-color: var(--Primary);
    border-width: 3px;
}

.base-button.disabled
{
    opacity: 0.2 !important;
}
.base-button.next, .base-button.back
{
    background-color: var(--Primary);
    border-width: 3px;
    max-width: 412px;
    font-family: 'Myriat-Pro-Bold', sans-serif;
}
.base-button.unfilled
{
    background-color: var(--White);
    color: var(--Primary) !important;
    border-radius: 0px;
    max-width: 412px;
    border-color: var(--Primary);
    border-width: 3px;
}
.base-button.fullfilled
{
    background-color: var(--Primary);
    border-radius: 0px;
    max-width: 412px;
}
.base-button.fullfilled svg
{
    height: 16px;
    position: absolute;
    right: 2px;
    top: 25px;
    width: 16px;
}.base-button.fullfilled.full{
    max-width: none;
}
.base-button.unfilled:hover
{
    background-color: var(--Primary)!important;
    color: var(--White) !important;
}
.base-button.next.full, .base-button.back.full{
    max-width: none;
}
.base-button.next:hover, .base-button.back:hover
{
    color: var(--Primary);
    background-color: var(--White);
    border-color: var(--Primary);
    border-width: 3px;
}
.base-button.next svg
{
    height: 16px;
    position: absolute;
    right: 24px;
    top: 20px;
    width: 16px;
}
.leyenda{
    font-family: 'Myriat-Pro-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.base-button.back svg
{
    height: 16px;
    position: absolute;
    left: 24px;
    top: 20px;
    width: 16px;
    transform: rotate(180deg);
}
.base-button.next:hover svg, .base-button.back:hover svg
{
    top: 20px !important;
}
.base-button.next:hover svg path, .base-button.back:hover svg path
{
    stroke: var(--Primary);
}
.base-button.next.hide-arrow svg, .base-button.back.hide-arrow svg
{
    display: none;
}
.base-button.next.small svg, .base-button.back.small svg
{
    top: 20px;
}
.base-button.small
{
    height: 58px;
}
.base-button.ghost
{   
    background-color: var(--White);
    border: 2px solid var(--Primary);
    color: var(--Primary);
    font-family: 'Myriat-Pro-SemiBold';;
    font-size: 20px;
    font-weight: 700;
    height: 58px;
    line-height: 30px;
    max-width: 280px;
    /*border-radius: 16px;*/
}
.base-button.ghost:hover
{ 
    background-color: var(--Primary)!important;
    color: var(--White);
}
.base-button.next.ghost svg path, .base-button.back.ghost svg path
{
    stroke: var(--Primary);
}
.base-button.next.ghost:hover svg path, .base-button.back.ghost:hover svg path
{
    stroke: var(--White);
}
.bgd-white
{
    background-color: var(--White);
}
.bgd-primary
{
    background-color: var(--Primary);
}
.bgd-whitesmoke{
    background-color: whitesmoke;
}
.border-primary
{
    border: 1px solid var(--Primary)!important;
}
.bayer-logo
{
    bottom: 25px;
    max-height: 86px;
    max-width: 86px;
    position: absolute;
    width: 16%;
}
.bayer-logo-layout
{
    max-height: 60px;
    max-width: 60px;
    object-fit: contain;
}
.checkbox-description
{
    color: #A3A3A3;
    font-family: 'Myriat-Pro-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}
.color-primary
{
    color: var(--Primary);
}
.color-white
{
    color: var(--White);
}
.description-text {
  font-family: 'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.document-image
{
    /*border: 2px solid var(--Primary);*/
    max-width: 90%;
    max-height: calc(100vh - 430px);
    object-fit: contain;
}
.escape-logo
{
    object-fit: contain;
    max-height: 70.31px;
    max-width: 130px;
}
.error-row-span{
    font-weight: bold;
}
.height-50-vh
{
    min-height: 50vh;
}
.heartbeating
{
    animation: heartbeat 1s infinite;
     -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
}
.hover-zoom-container
{
    background-position: 50% 50%;
    position: relative;
    margin: auto;
    width: 75%;
    overflow: hidden;
    cursor: zoom-in;
}
.hover-zoom-container img
{
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    transition: opacity 0.5s;
    width: 100%;
}
.hover-zoom-container img:hover {
    opacity: 0;
}
.main-background
{
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.main-container
{
    min-height: calc(100vh - 212px);
}
.message-answer-span
{
    font-family: 'Inter-Regular';
    color: var(--NeutralDark);
    font-size: 26px;
    font-style: normal;
    line-height: 36px;
    text-align: center;
}
.message-intro-span {
  color: var(--NeutralDark);
    font-style: normal;
    text-align: center;
    font-weight: 500;
    font-size: 31px;
    line-height: 36px;
    font-family: 'Inter-Regular', sans-serif;
}
.message-intromed-span {
    color: var(--NeutralDark);
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    font-style: normal;
    text-align: center;
  }
.message-subintro-span {
    color: var(--NeutralDark);
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
  }
.modal-answer-justificacion
{
    font-family: 'Inter-Light';
    color: var(--NeutralDark);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
}
.modal-backdrop
{
    background-color: rgba(0, 0, 0, 0.5);
}
.not-visible
{
    opacity: 0 !important;
}
.pulse
{
    cursor: pointer;
    box-shadow: 0 0 0 rgba(57,142,174, 0.7);
    animation: pulse 2s infinite;
}
.pulse:hover
{
    animation: none;
}
.questions-container
{
    position: relative;
    transition: all 1s ease;
    z-index: 1;
}

.shake
{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.stage-answer-container
{
    border: 4px solid var(--Primary);
    border-radius: 8px;
    cursor: pointer;
    height: 150px;
    max-width: 411px;
    /* overflow: auto; */
    padding: 16px;
    transition: all 1s ease;
    width: 100%;
}
.stage-answer-container.neutral
{
    border-color: var(--Neutral);
}
.stage-answer-container.neutral span
{
    color: var(--Neutral)!important;
}
.stage-answer-container.success
{
    border-color: var(--Success);
}
.stage-answer-container.success span
{
    color: var(--NeutralDark)!important;
}
.stage-answer-container.wrong
{
    border-color: var(--Error);
}
.stage-answer-container.wrong span
{
    color: var(--Error)!important;
}
.stage-answer-container-large
{
    border: 2px solid var(--Primary);
    border-radius: 10px;
    cursor: pointer;
    max-width: 874px;
    padding: 8px;
    transition: all 0.5s ease;
    width: 100%;
}
.stage-answer-container-large.neutral
{
    background-color: var(--Neutral);
    border-color: var(--Neutral);
}
.stage-answer-container-large.neutral span
{
    color: var(--White)!important;
}
.stage-answer-container-large.success
{
    background-color: var(--Success);
    border-color: var(--Success);
}
.stage-answer-container-large.success span
{
    color: var(--White)!important;
}
.stage-answer-container-large.wrong
{
    background-color: var(--Error);
    border-color: var(--Error);
}
.stage-answer-container-large.wrong span
{
    color: var(--White)!important;
}
.stage-answer-span
{
    color: var(--NeutralDark);
    font-size: 32px;
    font-style: normal;
    font-family: 'Inter-Regular', sans-serif;
    line-height: 41px;
    transition: all 1s ease;
}
.opt_error > .stage-answer-span {
    color: #F6FCEE;
}
.opt_bad > .stage-answer-span {
    color: #F6FCEE;
}
.stage-question-container
{
    transition: all 1s ease;
}
.stage-question-span
{
    color: var(--NeutralDark);
    font-family: 'Inter-Light', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin-top: 24px;
    margin-bottom: 29px;
    transition: all 1s ease;
}
.stage-answer-span-large
{
    color: var(--Primary);
    font-size: 22px;
    font-style: normal;
    line-height: 30px;
    transition: all 0.5s ease;
}

.stage-text-answer-p
{
    color: var(--Primary);
    font-family: 'Noto Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0px !important;
}
.text-bold
{
    font-family: 'Myriat-Pro-Regular', sans-serif;
    font-weight: bold;
}

.text-semibold
{
    font-family: 'Myriat-Pro-Regular', sans-serif;
    font-weight: 500;
}

.text-regular
{
    font-family: 'Myriat-Pro-Regular'!important;
}

.text-light
{
    font-family: 'Myriat-Pro-light'!important;
}
.time-container
{
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 999;
}
.time-span
{
    color: var(--Primary);
    font-size: 28px;
    font-weight: bold;
}
.time-span-answer-modal
{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.title
{
    color: var(--Primary);
    font-family: 'Inter-Regular', sans-serif;
    font-size: 28px;
    font-style: normal;
    line-height: 44px;
    transition: all 1s ease;
}
.titlebeginning
{
    color: var(--NeutralDark);
    font-family: 'Inter-Regular';
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 4rem;

}
.subtitlebeginning
{
    color: var(--NeutralDark);
    font-family: 'Myriat-Pro-Regular';
    font-size: 20px;
    transition: all 1s ease;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: center;

}

.top-shadow-bottom{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 -40px;
    position: relative;
    z-index: 1;
    padding: 0;
}

.desk-background {
    background-image: url(/images/background.png);
    background-size: 100% 100%;
}
.modal-stage-description{
    color: var(--NeutralDark);
    font-family: 'Inter-Light';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.num_aprob {
    display: block;
    text-align: center;
}

.footer-letras{
    font-family: 'Myriat-Pro-Regular';
    color: var(--NeutralsDark);
    font-size: 10.19px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

@-webkit-keyframes pulse
{
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(57,142,174, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(57,142,174, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(57,142,174, 0);
    }
}

@keyframes pulse
{
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(57,142,174, 0.7);
      box-shadow: 0 0 0 0 rgba(57,142,174, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(57,142,174, 0);
        box-shadow: 0 0 0 10px rgba(57,142,174, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(57,142,174, 0);
        box-shadow: 0 0 0 0 rgba(57,142,174, 0);
    }
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media only screen and (min-width: 1499px)
{
    .main-container
    {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
}
@media only screen and ( max-width: 991px )
{
    iframe
    {
        height: calc(100vh - 245px);
        min-width: calc(100vw - 40px) !important;
    }
    .base-button.small
    {
        height: 53px;
    }
    .base-button.next.small svg , .base-button.back.small svg
    {
        top: 16px !important;
    }

    .main-background
    {
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and ( max-width: 575px )
{
    textarea
    {
        font-size: 16px;
    }

    #answer-justification-p
    {
        font-size: 12px;
        line-height: 16px;
    }
    .bayer-logo-layout
    {
        max-height: 35.32px;
        max-width: 35.32px;
    }
    #status-answer-image-modal
    {
        max-width: 34.5px;
    }
    #status-intro-image-modal
    {
        max-width: 45px;
    }
    .base-button.small
    {
        height: 48px;
    }
    .base-button.next.small svg, .base-button.back.small svg
    {
        top: 14px;
    }
    .escape-logo{
        max-width: 59px;
    }
    .message-answer-span{
        font-size: 16px;
        line-height: 22px;
    }
    .message-intro-span
    {
        font-size: 20px;
        line-height: 27px;
    }
    .modal-stage-description
    {
        font-size: 12px;
        line-height: 16px;
    }
    .stage-answer-container
    {
        height: auto;
        min-width: 100%;
    }
    .stage-question-span
    {
        font-size: 14px;
        line-height: 18px;
    }
    .stage-answer-span
    {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .stage-answer-span-large{
        font-size: 14px;
        line-height: 16px !important;
    }
    .time-span-answer-modal
    {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .title
    {
        font-size: 16px;
        line-height: 21px;
    }
    .top-shadow-bottom
    {
        margin: 0 -16px;
        padding: 0 16px;
    }
}
