@charset "UTF-8";

@font-face {
    font-family: 'Modern Sans';
    src: url('./fonts/ModernSansRegularoblique.woff2') format("woff2");
    src: url('./fonts/ModernSansRegularoblique.woff') format("woff");
    src: url('./fonts/ModernSansRegularoblique.otf') format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Modern Sans';
    src: url('./fonts/ModernSansSemiboldoblique.woff2') format("woff2");
    src: url('./fonts/ModernSansSemiboldoblique.woff') format("woff");
    src: url('./fonts/ModernSansSemiboldoblique.otf') format("opentype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-number: #947712;
    --bg-name: #000;
    --bg-alt: #978a80;
    --bg-alt-dark: #80776f;
}

a {
    text-decoration: none;
    color: #fff;
}

.flex {
    display: flex;
}

.rect-v {
    background-color: var(--bg-number);
    width: 4px;
    height: 1020px;
    position: absolute;
    left: 39%;
    top: 30px;
    z-index: 1;
}

.rect-h {
    background-color: var(--bg-number);
    height: 4px;
    width: 1070px;
    position: absolute;
    left: 0;
}

.container {
    background-image: url('../img/camada.png');
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: #fff;
    font-family: 'Modern Sans', sans-serif;

    position: relative;
}

.content {
    margin: 100px 0px 40px 0px;
}

.card {
    align-items: center;
    justify-content: center;
    height: 150px;
    
    font-weight: 600;

    position: relative;
    margin-bottom: 50px;
}

.logo-camila {
    background-color: var(--bg-name);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    left: 20px;
    z-index: 2;
}

.logo-camila img {
    width: 75%;
}

.logo-camila.live img {
    width: 100%;
    height: 100%;
}

.loja {
     background-color: var(--bg-alt-dark);
     border-radius: 50%;
     height: 175px;
     width: 175px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 8px;
}

.img-pic {
    width: 175px;
}

.img-pic img {
    align-items: center;
    justify-content: center;
    background-color: var(--bg-number);
    max-width: 100%;
    border-radius: 50%;
}

.contato {
    flex-direction: column;
    align-items: center;
    position: relative;
    left: -35px;
}

.numero {
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--bg-number);
    width: 275px;
    height: 50px;
    border-radius: 50px 50px 50px 0px;
    font-size: 1.75rem;
}

.fa-whatsapp {
    color: #000;
    font-weight: bold;
}

.name {
    justify-content: center;
    background-color: var(--bg-name);
    border-radius: 0px 0px 16px 0px;
    font-size: 1.25rem;
    padding: 4px 0px;
    align-self: flex-start;
    margin-left: 20px;
    width: 100px;
    text-align: center;
}

.alt-bg {
    background-color: var(--bg-alt);
}

.card-camila {
    align-items: center;
    justify-content: center;
}

.camila-pic {
    background-image: url("../img/camila-dutra.webp");
    background-size: cover;
    height: 500px;
    width: 500px;    
}

.camila-contato {
    flex-direction: column;
    align-items: center;

    font-weight: 600;
    line-height: 1.2;

    position: relative;
    left: -80px;
    top: -15px;
}

.info {
    color: #000;
    font-size: 1.5rem;
}

.info-cargo {
    font-weight: 400;
}

.logo-premier img {
    width: 200px;
}

@media screen and (max-width: 1440px) {
    .rect-v {
        left: 36%;
    }

    .rect-h {
        width: 870px;
    }

    .numero {
        font-size: 1.5rem;
    }

    .name {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1350px) {
    .rect-v {
        left: 35%;
    }

    .rect-h {
        width: 820px;
    }
}

@media screen and (max-width: 1024px) {
    .rect-v {
        left: 30%;
    }

    .rect-h {
        width: 670px;
    }
}

@media screen and (max-width: 768px) {
    .rect-v {
        left: 23%;
    }

    .rect-h {
        width: 470px;
    }

    .camila-pic {
        width: 300px;
        background-position: 100%;
    }

    .camila-contato {
        left: -25px
    }
}

@media screen and (max-width: 576px) {
    .rect-v {
        left: 14%;
        height: 990px;
    }

    .rect-h {
        width: 340px;
    }

    .numero {
        font-size: 1.5rem;
    }

    .name {
        font-size: 1.125rem;
    }

    .camila-pic {
        background-position: 95%;
    }

    .camila-contato {
        left: -20px;
        height: auto;
    }
}

@media screen and (max-width: 425px) {
    .container {
        overflow-x: hidden;
    }
    
    .content {
        margin: 70px 0px 15px 0px;
    }
    
    .rect-v {
        top:30px;
        left: 15%;
        height: 920px;
    }

    .rect-h {
        width: 310px;
    }

    .img-pic {
        width: 140px;
    }

    .loja {
        height: 140px;
    }

    .contato {
        left: -25px;
    }

    .numero {
        justify-content: center;
        gap: 10px;
        font-size: 1.125rem;
        height: 40px;
        width: 200px;
    }

    .name {
        font-size: 0.875rem;
    }

    .card-camila a {
        align-self: flex-start;
    }

    .camila-contato {
        left: -65px;
        margin-top: 165px;
    }
    
    .info {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 395px) {
    .rect-v {
        left: 12%;
        height: 890px;
    }

    .rect-h {
        width: 300px;
    }
}