﻿@font-face{
    font-family: openSans;
    src: url(../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
}

.procedencia-logada{
    position: fixed;
    top: 4px;
    right: 4px;
    width: fit-content;
}

h1{
    text-decoration: none;
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.imgLogo{
    width: 415px;
}
.local{
    display: flex;
    flex-direction: row;
    margin-top: 41px;
}
.logo{
    margin-top: 42px;
}
.local2{
    display: flex;
    flex-direction: column;
    align-self: center;
}
a{
    color: #a5c71a;
}
.bold{
    font-weight: bold;
    font-size: 33px;
}
.button{
    background-color: #00995d;
    color: #ffffff;            
    border: #ffffff solid 2px;
    border-radius: 6px;
    padding: 11px;
    font-weight: bold;
    font-size: 20px;

}
.bordaBotao{
    background-color: #138747;
    background: linear-gradient(90deg, #138747, #7dba38);
    color: white;
    display: inline-block;
    border-radius: 64px;
    margin-top: 41px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: max-content;
    align-items: center;
    font-weight: bold;
    padding: 8px 32px;
    font-size: clamp(18px, 2vw, 22px);
    text-transform: uppercase;
}
.bordaBotao:hover{
    background: linear-gradient(270deg, #138747, #7dba38);
}

.subTitulo{
    font-weight: bold;
}

.luli2{
    position: absolute;
    left: 10vw;
    bottom: 0;
    height: clamp(80px, 42vw, 700px);
    width: clamp(120px, 45vw, 450px);
    background: url("../img/luli_grande.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.minhaunimedlab{
    /*background: url("../img/minhaunimedlab.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    /*height: clamp(80px, 10vw, 200px);*/
    height: clamp(200px, 10vw, 200px);
    width: clamp(120px, 15vw, 200px);
    margin-right: 30px;
    margin-top: 30px;
}

.container{
    display: flex;
    flex-flow: column;
}
header{
    width: 100%;
    display:flex;
    justify-content: flex-end;
}

main{
    display: flex;
    justify-content: center;
    width: 100%;
}

.chamada{
    margin-left: 15%;
    display: flex;
    flex-flow: column;
    width: max-content;
    justify-content: center;
    max-width: 600px;
    z-index: 2;
}

.chamada h1{
    color: #f69024;
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.chamada p{
    margin: 0px;
    font-size: 40px;
    margin-bottom: 16px;
}

.chamada p.verde {
    color: #008b50;
    font-weight: 600;
    margin-bottom: 0px;
}

.zenite_version{
    position: fixed;
    bottom: 2px;
    right: 2px;
    font-size: 8px;
}

.logo-escondido{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.logo-escondido .container{
    margin-left: 15%;
}

@media (max-width: 1400px) {
    .luli2{
        left: 2vw;
    }
}

@media (max-width: 550px) {
    .container{
        padding: 16px;
    }

    .chamada{
        margin: 0px;
        margin-bottom: 40px;
        width: 100%;
        justify-content: center;
    }
        .chamada .bordaBotao {
            align-self: center;
        }
    .chamada h1{
        font-size: 32px;
        margin-bottom: 8px;
    }

    .chamada p{
        font-size: 28px;
        width: auto;
    }

    .procedencia-logada {
        right: 50%;
        transform: translate(50%, 0);
    }
}
