* {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    

}

/*formatação do documento*/




.menu-lateral {
    position: fixed;
    left: -300px;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #c8dbca;
}

.menu-lateral.ativo {
    left: 0;
}

.menu-lateral ul {
    list-style-type: none;
    padding: 0;
    margin-top: 60px;

}

.menu-lateral ul li {
    padding: 15px 30px;
}

.menu-lateral ul li a {
    /*Fontes e ícones do menu lateral*/
    text-decoration: none;
    color: #16160E;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;

}

.menu-lateral ul li a i {
    font-size: 24px;

}

.botao-menu {
    /*aqui a cor do menu lateral*/

    position: fixed;
    left: 10px;
    top: 20px;
    z-index: 6;
    border-radius: 5px;
    font-size: 24px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    

}



.botao-menu.ativo {
    left: 140px;
     background-color: #c8dbca;
}

/*estilisação do main*/
.conteudo {

    padding: 100px;
    align-items: center;
    background-color: var(--text-color);
    transition: all 0.5s ease;
}

.conteudo.ativo {
    margin-left: 8;
   
    color: #fff;
}

/*div background*/
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
}

.background.ativo {
    opacity: 1;
    visibility: visible;
}

/*=======================================================================*/
.imgPerfil {
    /*Foto do perfil*/
    width: 200px;
    height: 200px;
    border: 2px solid var(--color-h1);
    border-radius: 50%;
    animation: flutuar 5s ease-in-out infinite;
}

@keyframes flutuar {

    /*Efeito para flutuar*/
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

section .container {
    position: center;
    display: table;
    margin-top: 0;

}

section .container fieldset img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #c8dbca;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(7, 7, 7, 0.15);
}

section .container .titulos {
    color: var(--color-h1);
}

section .container .fieldset {
    /*qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq*/
    margin: 20px;
    box-shadow: 0 4px 12px rgba(7, 7, 7, 0.15);
    border: none;
    border-radius: 10px;
    padding: 20px;
}

.projetos img {
    height: 200px;
}

.texto1 {
    margin-top: 10px;
    display: inline;
    
}

.fieldset p {
    /*Texto sobre mim*/
    font-size: 8px;

}

.texto1 .sobre-paragrafo {
    position: relative;
    text-align: start;
color: #16160E;
    font-size: 18px;
    font-weight: 480;
}

/*Styles da página projetos*/
.centralizar {
    align-items: center;

}



.card {
    display: inline-block;
    background-color: #ffeeff;
    border: 2px solid #e5ece5;
    width: 400px;
    height: 550px;
    margin: 20px;
    padding: 10px;
    align-items: center;
    margin-top: 20px;
}

.card img {
    width: 380px;
    height: 250px;
    border-radius: 5px;
}

.card h2 {
    text-align: center;
    font-size: 20px;
    color: #63187a;
    text-shadow: 1px 2px 5px;
}

.card p {
    text-align: left;
    margin: 20px;
}

.conteudo {
    text-align: center;
}

.conteudo h1 {
   color: #63187a;
    text-shadow: 1px 2px 5px;
    text-align: center;
}

.conteudo p {
    
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

/*página projetos ==============================================================================================*/

/* Reset */




/* Container do carrossel */
.carousel-container {
    /*Container externo do carrocel*/
    position: relative;
    width: 93%;
    height: 1000px;
    overflow: hidden;
    background: rgb(236, 238, 235);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(7, 7, 7, 0.15);
    padding: 40px;
    margin-top: 100px;
}

.carousel-container h1 {
    margin: 20px;
    text-align: center;
    color: #63187a;
    text-shadow: 1px 2px 5px;
}

/*-------------------------------------------------------------*/
.carousel-container p {
    text-align: center;
    margin: 20px;
    font-size: 20px;
    color: #323a34;

}

.carousel-container p {
    /*Parágrafos do carrocel*/
    text-align: left;
    font-size: 15px;

}

/* Área rolável */
.carousel {
    /*Container intérno do carrocal*/
    display: flex;
    width: 1500px;
    transition: transform 0.8s ease;

}

.carousel-container img {
    /*Fotos dos projetos*/

    align-items: center;
    width: 200px;
    margin: 10px;
}

/* Cards */
.card {
    /*Container onde estão as fotos dos projetos*/
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(116, 207, 235, 0.1);
    width: 900%;
    overflow: hidden;
    height: 350px;




}

.card p {


    padding: 10px;
    background: #fafafa;
    font-size: 12px;
    text-align: center;
}

/* Botões */
button.prev,
button.next {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    background: #d473f1;
    color: white;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    transition: background 0.3s;
    z-index: 10;
}

button.prev:hover,
button.next:hover {
    background: #69F6AA;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}
/*style do formulario*/



.container-contato fieldset{
    
    padding: 40px;
}

/* Responsivo */

/*footer*/
footer {
    color: #16160E;
    padding: 20PX;
    
}

@media (max-width: 500px) {/*Responsividade*/
    

    body {
        height: 100vw;
        padding: 0;
        align-items: center;

    }

    main {
        align-items: center;

    }

    .card {
        flex: 0 0 150px;
        height: 280px;
    }

    .conteudo h1 {
        /*Título do cabeçalho Dilivan Ribeiro Fernandes*/
        font-size: 15px;
        
    }

    .conteudo p {
        font-size: 12px;

    }

    .imgPerfil {
        /*Foto do perfil*/
        width: 100px;
        height: 100px;
    }

    .texto1 h2 {
        font-size: 15px;

    }

    .fieldset p {
        /*Texto descrição de apresentação */
        text-align: left;
        font-size: 12px;

    }

    .container h3 {
        /*Texto tecnologias*/
        font-size: 15px;

    }

    section .container fieldset img {
        /*Ícones sobre tecnologias*/
        width: 50;
        height: 50px;
        padding: 0;
        border-radius: 50%;


    }

    .carousel-container {
        width: 200px;
        height: 800px;
        display: block;
        padding: 40px;
        margin-left: 0;

    }

    .carousel-container p {
        /*Nomes dos projetos abaixo das imagens*/
        font-size: 11px;

    }

    .card {
        /*fotos dos projetos*/

        padding: 20px;
    }

    .carousel-container img {
        /*Fotos dos projetos*/

        align-items: center;
        width: 100%;
        height: 180px;
        align-items: center;
    }

    button.prev,
    button.next {

        top: 850px;
    }
}