﻿:root {
    --uno-vest-color-verdeEscuro: #24362e;
    --uno-vest-color-verdeClaro: #C2F2B7;
    --uno-vest-color-verdeClaro2: #d7f5e8;
    --uno-vest-color-verdeClaro3: #317558;
}

.showViewPort {
    position: absolute;
    padding: .5em;
    background-color: red;
    color:#fff;
    top:0;
    left:0;
}

body {
    background-color: #b1cd6e;
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.lp_vestibular{
    position:relative;
    z-index:1;
}

.bgLPHeader {
    background-color: #3eab7f;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    z-index: 0;
}
@media(min-width:375px) {
    .bgLPHeader {
        height: 44%;
    }
}
@media(min-width:384px){
    .bgLPHeader {
        height: 42%;
    }
}
@media(min-width:393px) {
    .bgLPHeader {
        height: 47%;
    }
}
@media(min-width:414px) {
    .bgLPHeader {
        height: 35%;
    }
}

.bgLPFooterSeta {
    position:absolute;
    bottom:-150px;
    left:-50px;
    background-image: url('../img/img-seta-para-cima.png');
    background-repeat: no-repeat;
    background-size: contain;
    width:100px;
    height:300px;
}

.striped {
    background-image: url('/site/vestibular/_content/2026/img/bg-striped.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.lp_maxwidth {
    position: relative;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 96.5vh;
    width: 100%;
    overflow: hidden;
}

.lp_vestibular__boxBotoesVest {
    position: absolute;
    top: 1em;
    right: 0;
}
.secApresentacao__menu_lista {    
    margin: 0;
    padding: 0 1em;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1em;
    width: 100%;
}
.secApresentacao__menu_lista a {
    font-size: .8rem;
}

.btn-vest-outline-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--uno-vest-color-verdeEscuro);
    --bs-btn-border-color: var(--uno-vest-color-verdeEscuro);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #43533f;
    --bs-btn-hover-border-color: #43533f;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--uno-vest-color-verdeEscuro);
    --bs-btn-active-border-color: var(--uno-vest-color-verdeEscuro);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--uno-vest-color-verdeEscuro);
    --bs-btn-disabled-border-color: var(--uno-vest-color-verdeEscuro);    
    font-weight:bold;
}



/* header */
form {
    padding-top: 3em;
}
.lp_header {
    position: relative;
    margin-bottom: 2em;
}
.lp_header__bgStriped{   
    width:50%;
    height:60px;
    position:absolute;
    top:50%;
    margin-top:-30px;
    z-index:1;
}
.lp_header__selo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index:2;
}
.lp_header__selo .boxImgMelhorUniversidade{
    width:150px;
}


/* Principal */
.lp-principal{
    margin-bottom:4em;
}
.lp-principal__titulo {
    font-weight: 900;
    color: #fff;
    text-align: center;
    font-size:5rem;
    line-height:.7em;
}
@media(min-width:375px) {
    .lp-principal__titulo {
        font-size: 5.5rem;
    }
}

@media(min-width:384px) {
    .lp-principal__titulo {
        font-size: 6rem;
    }
}

@media(min-width:414px) {
    .lp-principal__titulo {
        font-size: 6.5rem;
    }
}

.lp-principal__txtlead {
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
}
.lp-principal__listapss {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}
.btn-processo_seletivo {
    --bs-btn-color: #fff;
    --bs-btn-bg: #005625;
    --bs-btn-border-color: #005625;
    --bs-btn-hover-bg: #013516;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: #013516;
    --bs-btn-active-bg: #005625;
    font-weight: bold;
    border-radius: 1em;
}


/* Footer */
.lp_footer{
    position:relative;
    margin-bottom:2em;
}
.footer__bgStriped {
    position: absolute;
    width: 15%;
    height:45px;
    bottom:0;
    right: 0;
}
.footer__container {
    display: flex;
    justify-content: center;
}
.footer__logoUnoeste{
    width:250px;
}



@media(min-width:1024px){
    /*.imgModeloVestibular {
        background-image: url('/site/vestibular/_content/2026/img/img-modelo-vestibular.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 500px;
        height: 98vh;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 230px;
    }*/

    .lp_maxwidth {
        background-image: url('/site/vestibular/_content/2026/img/img-modelo-vestibular.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position:350px bottom;
    }

    .bgLPHeader {
        height: 26%;
    }
    .bgLPFooterSeta {
        bottom: -60px;
        left: 50px;
        width: 200px;
        height: 400px;
    }

    .lp_vestibular{
        display:flex;
        justify-content:space-between;
        padding-right:1em;    }

    .lp_header {
        width: 300px;
        flex-shrink: 0;
    }
    .lp_header__bgStriped {
        width: 60%;
        height: 80px;
        position: absolute;
        top: 100px;
        margin-top: -40px;
    }
    .lp_header__selo {
        justify-content: flex-end;
    }
    .lp_header__selo .boxImgMelhorUniversidade{
        width:200px;
    }


    .lp-principal {
        width: 400px;
        flex-shrink:1;
        padding-top: 2em;
    }
    .lp-principal__titulo {
        font-size:8rem;
    }


    .footer__bgStriped {
        position: absolute;
        width: 28%;
        height: 55px;
        right:-5em;
    }
    .footer__logoUnoeste {
        width: 300px;
    }
}

@media (min-width:1050px) {
    .lp_vestibular {
        padding-right: 2em;
    }
    .lp-principal {
        width: 450px;
    }
}

@media (min-width:1400px) {
    .lp_vestibular {
        padding-right: 4em;
    }

    .lp-principal {
        width: 580px;
    }
    .lp-principal__titulo {
        font-size: 9rem;
    }
}

@media (min-width:1500px) {
    .bgLPHeader {
        height: 22%;
    }
}