* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f8dbde;
    color: #414141;
    min-height: 100vh;
}

header {
    background-color: #ffe7ea;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.logo img {
   position: absolute;
    top: -60px;
    left: -20px;
}

.navegadores nav {
    display: flex;
    gap: 20px;
}

.navegadores a {
    text-decoration: none;
    color: #414141;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 18px;
    border-radius: 8px;
    transition: all 0.3s;
}

.navegadores a:hover {
    background: #f7bbc2;
    color: #fff;
    box-shadow: 0 2px 8px #f7bbc2;
}

main {
    max-width: 900px;
    margin: 40px auto 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    padding: 40px 30px;
}

.titulo h1 {
    font-size: 48px;
    color: #f7bbc2;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.profissional {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.profissional img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin-bottom: 18px;
    border: 4px solid #ffe7ea;
}

.profissional h1 {
    font-size: 36px;
    color: #f7bbc2;
    margin-bottom: 10px;
}

.descricao h2 {
    font-size: 20px;
    color: #414141;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}

.historia, .valores, .contato {
    margin-bottom: 35px;
    padding: 25px 20px;
    background: #ffe7ea;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.historia h1, .valores h1, .contato h1 {
    color: #f7bbc2;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.historia p, .valores p, .contato p {
    font-size: 18px;
    color: #414141;
    text-align: center;
    line-height: 1.6;
}

.contato {
    border: 3px solid #9a9a9a;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: 0px;
    background-color: #ffffff;
}

.contato h1 {
    margin-left: 30px;
    margin-top: -10px;
    font-size: 70px;
    text-align: center;
}

.contato h2 {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.contato-info {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.rodape p {
    text-align: center;
    padding: 20px;
    background: linear-gradient(to right, #b6b6b6, #ffe7ea);
    left: 0;
    right: 0;
    margin-top: 20px;
}

.local {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -50%;
}

.local2 {
    text-align: center;
    margin-top: -340px;
    margin-left: 50%;
}
@media (max-width: 720px) and (min-width: 300px) {
    body {
        font-size: 14px;
        line-height: 1.6;
        padding: 10px;
        overflow-x: hidden;
    }

    header {
        height: 80px;
        padding: 5px;
    }

    header .logo {
        position: absolute;
        top: -20px;
        left: -35px;
    }

    header .navegadores {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        display: flex;
        font-size: 10px;
    }

    header .navegadores a {
        margin: 0;
        padding: 2px 2px;
        font-size: 16px;
        font-weight: normal;
        margin-left: 167px;
        margin-right: -176px;
        text-decoration: none;
        color: #414141;
        border-radius: 5px;
    }

    main .informacao h1 {
        font-size: 24px;
        text-align: center;
        margin-top: -20px;
        margin-left: -10px;
    }

    main .informacao h2 {
        font-size: 13px;
        margin-left: -15px;
        margin-top: 45px; 
    }

    main .informacao img {
        margin-left: 200px;
        margin-top: -35px;
        width: 150px;
        height: 150px;
        border-radius: 35px;
    }

    .informacao button {
        position: relative;
        top: 0;
        left: 65px;
        margin: 20px auto;
        display: block;
        font-size: 14px;
        text-decoration: none;
    }

    .equipe {
        background: linear-gradient(to right, #727272, #ffe7ea);
        background-size: 0% 50% 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border-radius: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .equipe h1 {
        font-size: 34px;
        text-align: center;
        margin-left: -15px;
        color: #fff;
    }

    .equipe h2 {
        font-size: 13px;
        margin-left: 200px;
        margin-top: 45px; 
        color: #fff;
    }

    .equipe h3 {
        font-size: 15px;
        color: #fff;
        text-align: center;
        margin-top: -20px;
        margin-left: 180px;
    }
    .equipe img {
        margin-top: -100px;
        margin-left: -2px;
        width: 160px;
        height: 160px;
        border-radius: 35px;
    }

    .equipe button {
        position: relative;
        top: -0px;
        left: 120px;
        margin: 20px auto;
        display: block;
        font-size: 14px;
        text-decoration: none;
        border-radius: 10px;
    }

    .equipe button:hover {
        transform: scale(1.1);
        box-shadow: 10px 10px 10px;
        border: 1px solid;
        border-radius: 20px;
    }

    .meio {
        font-size: 10px;
        flex-direction: column;
        text-align: center;
        background: linear-gradient(to right, #b6b6b6, #ffe7ea);
        padding: 20px;
    }

    .meio h1 {
        font-size: 24px;
        margin-left: -15px;
        margin-top: -20px;
        text-align: center;
    }

    .meio h2 {
        font-size: 14px;
        margin-left: -15px;
        margin-top: 20px;
        text-align: center;
    }

    .contato {
        margin-top: 20px;
        padding: 20px;
        background: #ffe7ea;
        border-radius: 16px;
    }

    .contato h1 {
        font-size: 39px;
        margin-left: 10px;
        text-align: center;
    }

    .contato h2 {
        font-size: 16px;
        margin-left: 10px;
        text-align: center;
    }

    .contato-info {
        font-size: 15px;
        text-align: center;
        margin-top: 10px;
    }

    .rodape p {
        font-size: 12px;
        padding: 10px;
        background: linear-gradient(to right, #b6b6b6, #ffe7ea);
        left: 0;
        right: 0;
        margin-top: 10px;
    }

    .local {
        text-align: center;
        margin-top: 30px;
        margin-left: -190px;
    }

    .local img {
        width: 100px;
        height: 100px;
    }

    .local2 {
        text-align: center;
        margin-top: -120px;
        margin-left: 160px;
    }

    .local2 img {
        width: 100px;
        height: 100px;
    }

    .local4 {
        text-align: center;
        margin-top: 15px;
        margin-left: 10px;
    }

    .local4 img {
        width: 100px;
        height: 100px;
    }
}
