.bang-container {
    padding: 119px 188px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 99px;
    background: var(--Secondary-50, #F1EFED);
}

.bang-img {
    width: 100%;
}

.obligatory-data {
    color: var(--Error-400, #D5712C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.2px;
}

.bang-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 99px;
    padding: 0px 49px;
}

.bang-container .bang-texts .text {
    color: var(--Neutral-500, #55595A);
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.bang-container .bang-texts .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

a.button-bang {
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 3px solid var(--Warning-500, #C69315);
    background: var(--Secondary-50, #F1EFED);
    color: var(--Neutral-500, #55595A);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}



.stop-bang-test-container {
    display: none;
    background: var(--Warning-50, #ECD7B1);
    padding: 80px 0px;

}


.stop-bang-test-visor {
    padding: 40px;
    margin: 80px auto;
    background: #FFF;
    width: 902px;
    height: 691px;
    max-width: 902px;
    max-height: 691px;
    overflow: hidden;
}

.stop-bang-slides {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.observation-bang {
    display: none;
    position: absolute;
    min-width: 822px;
    min-height: 611px;
}

.observation-bang a.overlay {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: rgb(90, 90, 90, 0.9);
    z-index: 1;
}

.progress-bang {
    position: absolute;
    padding-left: 361px;
    width: 462px;
}

.tools-bang {
    position: absolute;
    padding-left: 361px;
    width: 462px;
    margin-top: -48px;
}

.stop-bang-slides-block {
    display: flex;
}

.bang-start-container {
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: 822px;
    min-width: 822px;
}

.bang-start-container .bang-elements {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    justify-content: space-evenly;
    gap: 32px;
}

.bang-start-container .bang-elements .bang-title {
    color: var(--Neutral-500, #55595A);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
}

.bang-start-container .bang-elements .bang-checkbox{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-direction: column;
}

.text-epwoth{
    color: var(--Neutral-500, #55595A);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;
    display: flex;
    gap: 8px;
}

.check-epwoth-0, .check-epwoth-1, .check-epwoth-2, .check-epwoth-3, .check-epwoth-4, .check-epwoth-5, .check-epwoth-6, .check-epwoth-7 {
    width: 20px;
    height: 20px;
    border-radius: 22px;
    border: 1px solid #AFBACA;
    background: #FFF;
}

.epwoth-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

img.bang-start-img {
    height: 100%;
}

a.buttons-yes {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Succes-300, #A59D89);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.5px;
}

a.buttons-no {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Error-300, #D19668);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.5px;
}

a.button-observation {
    display: flex;
    padding: 8px 10px;
    gap: 10px;
    border-radius: 4px;
    background: var(--Primary-50, #D6DFE2);
    color: var(--Neutral-400, #696E70);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.2px;
    align-items: center;
    width: 216px;
    justify-content: center;
}

a.buttons-edad {
    display: flex;
    padding: 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Succes-300, #A59D89);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.bang-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 422px;
}

.form-masa {
    display: flex;
    padding: 10px 16px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Neutral-400, #696E70);
    background: var(--Base---Shades-50, #FFF);
    box-shadow: 0px 2px 2px 0px rgba(33, 37, 41, 0.06), 0px 0px 1px 0px rgba(33, 37, 41, 0.08);
    color: var(--Neutral-900, #2B2D2D);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
}

a.buttons-masa {
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Succes-300, #A59D89);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.2px;
}

.stop-bang-results-1 {
    display: none;
}

.stop-bang-results-2 {
    display: none;
}

.stop-bang-results-3 {
    display: none;
}

.stop-bang-results-4 {
    display: none;
}

.stop-bang-results-5 {
    display: none;
}

.stop-bang-results-6 {
    display: none;
}

.bang-results {
    background: var(--Warning-50, #ECD7B1);
    padding: 33px 310px 25px 310px;
}

.bang-results .results-elements {
    display: flex;
    padding: 80px 92px;
    align-items: flex-start;
    gap: 120px;
    flex-shrink: 0;
    flex-direction: row;
    background-color: #FFF;
}

.bang-results .results-elements .results-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.bang-results .results-elements .results-texts .results-title {
    color: var(--Primary-500, #81A9AD);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.75px;
}

.bang-results .results-elements .results-texts .results-evaluation {
    color: var(--Neutral-500, #55595A);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: justify;
}

.bang-results .results-elements .results-texts .results-evaluation .green {
    color: var(--Alternative-Succes, #5EBA72);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
}

.bang-results .results-elements .results-texts .results-evaluation .red {
    color: var(--Alternative-Error, #E14444);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
}

.bang-results .results-elements .results-texts .results-evaluation .red-media {
    color: var(--Alternative-Error, #E14444);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
}

.bang-results .results-elements .results-texts .results-evaluation .orange {
    color: var(--Alternative-Warning, #DEA63A);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
}

a.button-results {
    display: flex;
    padding: 18px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Primary-500, #81A9AD);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-top: 24px;
}

.observation {
    display: flex;
    width: 539px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    background: var(--Secondary-500, #D7D1CA);
    margin: 125px auto;
    position: relative;
    z-index: 2;
}

.stop_bang_form {
    width: 100%;
}

.form-observation {
    display: flex;
    padding: 10px 16px;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Neutral-400, #696E70);
    background: var(--Base---Shades-50, #FFF);
    box-shadow: 0px 2px 2px 0px rgba(33, 37, 41, 0.06), 0px 0px 1px 0px rgba(33, 37, 41, 0.08);
    width: 100%;
}

a.observation-send {
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Primary-400, #91B4B7);
    color: var(--Secondary-50, #F1EFED);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.2px;
}

.progress-bang .control-progress {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: stretch;
    min-width: 462px;

}

.progress-bang .control-progress .progress-bar {
    display: flex;
    background: var(--Secondary-600, #C1B7AC);
}

.progress-bang .control-progress .progress-bar .handler {
    width: 46px;
    height: 12px;
    background: var(--Primary-500, #81A9AD);
}

.progress-bang .control-progress .label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Neutral-500, #55595A);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.tools-bang .tools-bar {
    display: flex;
    width: 462px;
    justify-content: flex-end;
}

a.previous {
    display: none;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    color: var(--Neutral-500, #55595A);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

a.close {
    display: flex;
    padding: 14px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    color: var(--Neutral-500, #55595A);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
}

@media screen and (min-width: 1400px) and (max-width: 1760px) {

    .bang-container {
        padding: 80px 140px;
        gap: 60px;
    }

    .progress-bang .control-progress {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-self: stretch;
        min-width: 491.51px;
    
    }

    .stop-bang-2 .bang-container .bang-texts .text {
        font-size: 19px;
        line-height: 19px;
    }

    .stop-bang-test-container {
        padding: 30px 0px;
    }

    .stop-bang-test-visor {
        margin: 0px auto;
    }

    .bang-start-container .bang-elements .bang-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }

    .stop-bang-test-visor {
        padding: 40px;
        margin: 80px auto;
        height: 600px;
        max-height: 600px;
    }

    .progress-bang {
        width: 491.5px;
        padding-left: 331px;
    }

    .tools-bang {
        padding-left: 331px;
        width: 491.5px;
    }
    .tools-bang .tools-bar {
        width: 491.51px;
    }

    .bang-results {
        padding: 20px 150px;
    }

    .bang-results .results-elements {
        padding: 40px 40px;
        gap: 90px;
    }

    .bang-results .results-elements .results-texts .results-title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .bang-results .results-elements .results-texts .results-evaluation {
        font-size: 30px;
        line-height: 30px;
    }

    .bang-results .results-elements .results-texts .results-evaluation .green {
        font-size: 30px;
        line-height: 30px;
    }

    .bang-results .results-elements .results-texts .results-evaluation .red {
        font-size: 30px;
        line-height: 30px;
    }

    .observation-bang {
        min-height: 520px;
    }

    .observation-bang a.overlay {
        min-height: 520px;
    }

    .observation {
        margin: 90px auto;
    }
}

@media screen and (min-width: 701px) and (max-width: 1399px) {

    .bang-container {
        padding: 80px 140px;
        gap: 60px;
    }

    .stop-bang-2 .bang-container .bang-texts .text {
        font-size: 18px;
        line-height: 20px;
    }

    .stop-bang-test-container {
        padding: 10px 0px;
    }

    .stop-bang-test-visor {
        margin: 0px auto;
    }

    .bang-start-container .bang-elements .bang-title {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0.5px;
    }

    .stop-bang-test-visor {
        padding: 40px;
        margin: 20px auto;
        height: 600px;
        max-height: 600px;
    }

    .progress-bang {
        width: 491.5px;
        padding-left: 331px;
    }

    .tools-bang {
        padding-left: 331px;
        width: 491.5px;
    }

    .tools-bang .tools-bar {
        width: 491.51px;
    }

    .bang-results {
        padding: 20px 80px;
    }

    .bang-results .results-elements {
        padding: 40px 40px;
        gap: 60px;
    }

    .bang-results .results-elements .results-texts .results-title {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -1px;
    }

    .bang-results .results-elements .results-texts .results-evaluation {
        font-size: 24px;
        line-height: 24px;
    }

    .bang-results .results-elements .results-texts .results-evaluation .green {
        font-size: 24px;
        line-height: 24px;
    }

    .bang-results .results-elements .results-texts .results-evaluation .red {
        font-size: 24px;
        line-height: 24px;
    }
}

@media screen and (min-width: 60px) and (max-width: 700px) {

    .bang-container {
        padding: 20px;
        flex-direction: column;
        gap: 30px;
        ;
    }

    .bang-texts {
        gap: 20px;
        padding: 0px 35px;
    }

    .stop-bang .bang-container .bang-texts .text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    a.button-bang {
        padding: 14px;
        font-size: 18px;
        line-height: 20px;

    }

    .stop-bang-test-container {
        padding: 0px 0px;
    }

    .stop-bang-test-visor {
        width: 100%;
        height: unset;
        max-width: unset;
        max-height: unset;
        margin: 0px auto;
        padding: 60px 20px;
    }

    .bang-start-container {
        display: flex;
        padding: 0px;
        gap: 20px;
        width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
        /*width: 600px;
        min-width: unset;*/
        flex-direction: column;
        align-items: flex-start;
    }

    .bang-start-container .bang-elements .bang-title {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .bang-start-container .bang-elements {
        width: 100%;
        gap: 5px;
		align-items: center;
        gap: 10px;  
    }

    .epwoth-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .progress-bang .control-progress {
        min-width: 100%;
    	flex-direction: column-reverse;
    }

    .progress-bang {
        padding-left: 0px;
		width: calc(100% - 40px);        
		top: 95px;
    }

    .tools-bang {
        padding-left: 0px;
        width:calc(100% - 40px); 
        margin-top: 8px;
    }

    .tools-bang .tools-bar {
        width: 100%;
        padding: 10px 0px;
    }

    .stop-bang-slides {
        display: block;
    }

    a.previous {
        padding: 0px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.3px;
    }

    a.close {
        padding: 0px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.3px;
    }

    .stop-bang-slides-block {
        display: flex;
        flex-direction: row;
    }

    .bang-start-container .bang-elements .bang-checkbox{
        align-self: unset;
        gap: 30px;
    }

    .bang-form {
        width: unset;
        align-items: center;
    }

    a.buttons-yes {
        width: 80px;
        height: 80px;
        padding: 0px;
        font-size: 28px;
        line-height: 28px;
    }

    a.buttons-no {
        width: 80px;
        height: 80px;
        padding: 0px;
        font-size: 28px;
        line-height: 28px;
    }

    a.buttons-edad {
        padding: 14px;
        font-size: 22px;
        line-height: 22px;
    }

    a.buttons-masa {
        padding: 14px;
        font-size: 22px;
        line-height: 20px;
    }

    a.button-observation {
        padding: 14px;
        font-size: 22px;
        line-height: 20px;
        width: unset;
    }

    .bang-results .results-elements .results-texts .results-title {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0.5px;
    }

    .bang-results .results-elements .results-texts .results-evaluation {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.5px;
	    text-align: justify;        
    }

    .bang-results .results-elements .results-texts .results-evaluation .green{
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .bang-results .results-elements .results-texts .results-evaluation .red{
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .bang-results {
        padding: 0px 0px;
    }

    .bang-results .results-elements {
        padding: 30px 20px;
        flex-direction: column;
        gap: 20px;
	    align-items: center;    
    }
    .bang-results .results-elements img{
		width: 60%;
    }

	.bang-results .results-elements .results-texts {
		align-items: center;
	}
	
    a.button-results {
        display: flex;
        padding: 14px;
        font-size: 20px;
        line-height: 20px;
        margin-top: 0px;
    }

    img.bang-start-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        overflow: hidden;
    }

    .observation-bang a.overlay {
        min-width: 100%;
        min-height: 565px;
    }

    .observation-bang {
        min-width: calc(100vw - 40px);
        min-height: 100%;
    }

    .observation {
        width: 90%;
        padding: 8px;
        gap: 8px;
    }
}