:root
{   
    --Disabled: #CCCCCC;
    --Error: #DB162F;
    --Warning: #F0CD30;
    --Neutral:  #3993DD;
    --Primary: #003B5C;
    --Secundary:#FFD200;
    --White:#FFFDFD;
    --Brand: #00BCFF;
    --Dark: #1F0708;
    --NeutralDark: #001A29;
    --AlmostDark:#858B93;
    --NeutralsAlmostDark:#667980;
    --AlmostLight:#F2FBFD;
    --Info: #2298D3;
    --StageIncomplete: #FFCF40;
    --Success: #9DC83E;  
    --Completed: #07D195;      
    --minWidthLandscape: 1024px;
    --maxWidthLandscape: 1400px;
    --minHeightLandscape: 610px;
    --maxHeightLandscape: 992px;
    
}

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

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

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

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

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

@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');
}
.video-ini{
    padding: 4% 0;
}
.btnVid-cont{
    padding-top: 2rem;
}
.diagnosis-modal-title{
    font-family: 'Montserrat-Titulo-Seccion';
}
#status-answer-image-modal {
    width: 28%!important;
}

.status-complete{
	border: #9DC83E 4px solid;
	border-radius: 8px;
}

.status-pendiente{
	border: #FFD200 4px solid;
	border-radius: 8px;
}

.inst-tit{
    font-family: 'Montserrat-Titulo-Seccion';
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;

}

.img-tam{
    width: 6rem;
}
.icono-tam{
    width: 3rem;
}

.fondo-image {
    /* background-color: #5ABD1E;     */    
	background-image: url(/images/landing/top.png);
    background-size: 100% 100%;
	
}

.img-top{
	display:block;
	margin:auto;
	width: 70%;
}

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

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

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

.base-button {
    color: white;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 20px;
    height: 58px;
    line-height: 30px;
    border-radius: 15px;
    width: 20rem;
}
.base-button:hover
{
    background-color: var(--White)!important;
    color: var(--Primary);
    border-color: var(--Primary);
    border-width: 3px;
}

.base-button-cerrar-sala {
    color: var(--Primary);
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 20px;
    height: 58px;
    line-height: 30px;
    border-radius: 15px;
    background-color: white;
    width: 20rem;
}
.base-button-cerrar-sala:hover
{
    background-color: var(--Primary)!important;
    color: white;
    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: 'Montserrat-Regular', 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(--NeutralDark);
    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;
}
.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: 3px solid var(--Primary);
    color: var(--NeutralDark);
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 20px;
    height: 58px;
    line-height: 30px;
    max-width: 435px;
}
.base-button.ghost:hover
{ 
    background-color: var(--Primary)!important;
    color: 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: 'Montserrat-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: 'Montserrat-Regular';
  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-background-guest
{
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
}
.questions-landing{

	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	color:var(--Primary)!important;
	font-family: 'Montserrat-Subtitulo-Ch' !important;
}
.text-questions{
	
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color:var(--NeutralsDark)!important;
	font-family: 'Montserrat-Regular' !important;
}
.main-container
{
    min-height: calc(100vh - 212px);
}
.message-answer-span
{
    font-family: 'Montserrat-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: 'Montserrat-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: 'Montserrat-Regular';
    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);
    background-color: var(--Neutral);
}
.stage-answer-container.neutral span
{
    color: white!important;
}
.stage-answer-container.success
{
    border-color: var(--Success);
    background-color: var(--Success);
}
.stage-answer-container.success span
{
    color: white!important;
}
.stage-answer-container.wrong
{
    border-color: var(--Error);
    background-color: var(--Error);
}
.stage-answer-container.wrong span
{
    color: white!important;
}
.stage-answer-container.primary
{
    border-color: var(--Primary);
    background-color: var(--Primary);
}
.stage-answer-container.primary span
{
    color: white!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
{
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--NeutralDark);

}
.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: 26px;
    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: 'Montserrat-Subtitulo-Ch', sans-serif;
    font-weight: bold;
}

.text-semibold
{
    font-family: 'Montserrat-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;
}
.estudios{
    width: 80%;
}
.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: white;
    font-family: 'Montserrat-Subtitulo-Ch';
    font-style: normal;
    margin-left: -6rem;    
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;


}
.subtitlebeginning 
{
    color: var(--NeutralDark);
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'Montserrat-Regular';

}

.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/teams/img_background.png);
    background-size: 100% 100%;
}
.sabias-background {
    background-image: url(/images/teams/sabias-background.png);
    background-size: 100% 100%;
}
.modal-stage-description{
    color: var(--NeutralDark);
    font-family: 'Montserrat-Regular';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.tmp_vis{
    font-family: 'Montserrat-Subtitulo-Ch';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--NeutralDark);
}
.tmp{
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--NeutralDark);
}
.vis{
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--NeutralDark);
}
.audio{
    width: 30%;
    cursor: pointer;
}
.video{
    min-width: 640px; 
    min-height: 520px;
}
.video2{
    min-width: 640px; 
    min-height: 460px;
}
@media (max-width: 1280px) and (orientation: landscape){
	.video{
        min-height: 360px;
    }
    .video2{
        min-height: 360px;
    }
}

@-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 (min-width: 1180px)
{
    .video-ini{
        padding: 0 0;
    }
    .btnVid-cont{
        padding-top: 0rem;
    }
}
*/
@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;
    }
}
