:root {
    --pinkPrimary: #EB028C;
    --purplePrimary: #BDACCF;
    --pink:#FBB6DB;
    --darkNeutral: #161629;
    --almostDarkNeutral: #F0F0F0;
    --almostLightNeutral: #FFEBF8;
    --whiteNeutral: #FAFAFA;
    --sobresA: #228ECA;
    --greenSuccess:#44A60F;
    --blueInfo:#2173DE;
    --yellowWarining:#F5A800;
    --redError:#D32335;

    --minWidthLandscape: 1024px;
    /*--maxWidthLandscape: 1080px;*/
    --maxWidthLandscape: 1400px;
    --minHeightLandscape: 610px;
    --maxHeightLandscape: 992px;
}

input{
    background-color: transparent;
    border:none;
    border-bottom:4px solid var(--darkNeutral);
    color: var(--GrayPrimary);
    font-size:24px;
    margin: 0 auto;
    padding:10px;
    text-align: center;
    transition:0.2s ease all; 
    width:95%;
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}

input:focus{ 
    outline:none; 
    width: 100%;
}

input,label,span{

    transition:0.5s ease all; 
       
    -moz-transition:0.5s ease all; 
    -webkit-transition:0.5s ease all;
}
/*
.avitosyn-logo{
    max-height: 40px;
    max-width: 140px;
    min-width: 65px;
    width: 19%;
    object-fit: contain;
}
*/
.avitosyn-logo{
    position: absolute;
    top: 35rem;   /* ajusta según necesites */
    right: 50px; /* o left: 50px; */
    width: 25%;
    z-index: 1;
}
.base-border-w{
    background: linear-gradient(270deg, #FBB9DD 0%, #FAFAFA 31.25%, #FAFAFA 64.9%, #FBB9DD 100%);
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.base-border{
    background: #FBB6DB;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.spacer{
    height: 40px;
}

.base-button{
    background-color: rgba(255, 255, 255, 0);
    border:solid 1px rgba(255, 0, 0, 0);
    border-radius: 0px;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
    width: min-content; 
}

.base-button[class*="btn-"]:hover{
    border-bottom: solid 1px rgba(255, 0, 0, 0);
}

.base-button.btn-pink{
    border-bottom: solid 1px var(--pinkPrimary);
    color: var(--pinkPrimary);
}
.base-button.btn-white{
    border-bottom: solid 1px var(--pinkPrimary);
    color: var(--pinkPrimary);
}

.base-button.btn-NDark{
    border-bottom: solid 1px var(--darkNeutral);
    color: var(--darkNeutral);
}

.base-button.next.hide-arrow svg, .base-button.back.hide-arrow svg
{
    display: none;
}

.bgd-almost-dark{
    background-color: var(--almostDarkNeutral);
}
synthon-logo-
.bgd-dark{
    background-color: var(--darkNeutral);
}

.bgd-white{
    background-color: var(--whiteNeutral);
}

.border-radious{
    border-radius: 16px;
    min-height: calc(100vh - 138px);
}

.border-radious.register{
    border-radius: 16px;
    min-height: calc(100vh - 80px);
}

.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(--pinkPrimary);
    cursor: pointer;
    height: 164px;
    max-width: 411px;
    /* overflow: auto; */
    padding: 16px;
    transition: all 1s ease;
    width: 100%;
}
.stage-answer-container.neutral
{
    background-color: var(--blueInfo);
    border-color: var(--blueInfo);
}
.stage-answer-container.neutral span
{
    color: white !important;
}
.stage-answer-container.success
{
    background-color: var(--greenSuccess);
    border-color: var(--greenSuccess);
}
.stage-answer-container.success span
{
    color: white !important;
}
.stage-answer-container.wrong
{
    background-color: var(--redError);
    border-color: var(--redError);
}
.stage-answer-container.wrong 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(--blueInfo);
    border-color: var(--blueInfo);
}
.stage-answer-container-large.neutral span
{
    color: var(--White)!important;
}
.stage-answer-container-large.success
{
    background-color: var(--greenSuccess);
    border-color: var(--greenSuccess);
}
.stage-answer-container-large.success span
{
    color: var(--White)!important;
}
.stage-answer-container-large.wrong
{
    background-color: var(--redError);
    border-color: var(--redError);
}
.stage-answer-container-large.wrong span
{
    color: var(--White)!important;
}

.stage-answer-span{
    line-height: 34px !important;
    font-size: 20px !important;
    font-style: normal;
    transition: all 1s ease;
    font-weight: 700;
}
.stage-question-container
{
    transition: all 1s ease;
}
.stage-question-span
{
    color: var(--pinkPrimary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    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;
}


.synthon-logo-layout{
    max-height: 70px;
    max-width: 140px;
    min-width: 63px;
    width: 70%;
    object-fit: contain;
}

.txt-dark{
    color: var(--darkNeutral);
}

.txt-pink{
    color: var(--pinkPrimary);
   
}



.txt-white{
    color: var(--darkNeutral);
    font-size: 18px;
}

.txt-footer{
    color: var(--darkNeutral);
    font-size: 16px;
}

#lab-logo-top{
    height: fit-content;
    max-width: 150px;
    min-width: 80px;
    width: 15%;
}

#medicine-logo-top{
    position: absolute;
    top: 32rem;   /* ajusta según necesites */
    right: 50px; /* o left: 50px; */
    width: 22%;
    z-index: 10;
}

.document-image{
    height: 17rem;
}

#iframe-video{
    z-index:5;
}

.header-views{
    color: var(--darkNeutral);
}

.txt-ind{
    font-family: Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--pink);

}

.justification-title{
    font-family: Arial;
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;

}

.marginTop-footer{
    margin-top: 8rem;
}

@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 (max-width: 1280px)
{
    #lab-logo-top{
        height: initial;
    }

    .marginTop-footer {
        margin-top: 4rem;
    }

    .synthon-logo-layout {
        width: 90%;
        margin-top: -0.5rem;
    }

    .stage-answer-span {
        line-height: 30px !important;
        font-size: 19px !important;
    }
}

@media (max-width: 768px){
	.base-border{
        padding-left: 16px;
        padding-right: 16px;
    }

    .stage-answer-container
{
    border: 4px solid var(--pinkPrimary);
    cursor: pointer;
    height: 206px;
    max-width: 411px;
    /* overflow: auto; */
    padding: 16px;
    transition: all 1s ease;
    width: 100%;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1180px)  {
    
        .stage-answer-container
{
    border: 4px solid var(--pinkPrimary);
    cursor: pointer;
    height: 150px;
    max-width: 411px;
    /* overflow: auto; */
    padding: 16px;
    transition: all 1s ease;
    width: 100%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1280px)  {
    .stage-answer-container-large
{
    border: 4px solid var(--pinkPrimary);
    cursor: pointer;
    height: 211px;
    max-width: 411px;
    /* overflow: auto; */
    padding: 16px;
    transition: all 1s ease;
    width: 100%;
    }

}