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


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb {
    background-color: #2c57f3;
    border-radius: 30px;
}

body {
    scroll-behavior: smooth;
    background-color: #e7e5e5;
    font-family: Arial, Helvetica, sans-serif;
}

/*Navbar*/

.navbar {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: normal;
    font-size: 17px;
    transition: 0.5s ease;
    color: #183086;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #2c57f3;
}
/*Fim Navbar*/

/*Apresentacao-top */
.apresentacao-top {
    padding: 200px 0px;
}
    /*Conteúdo*/
.apresentacao-text {
    color: black;
}

.apresentacao-text h6 {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
}

.apresentacao-text h6 span {
    border-radius: 15px 10px;
    padding: 0px 10px;
}

.apresentacao-text h1 {
    font-weight: normal;
    font-size: 17px;
}

.img-apresentacao-top img {
    border-radius: 15px;
    height: 219px;
}

.buttons a {
    border-radius: 5px;
    margin: 10px 5px;
}

.contato {
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    background-color: #183086;
    color: #fbfbfb;
    transition: all 1.5s;
    padding: 20px 25px;    
}

.contato:hover {
    background-color: white;
    border: 1.8px solid;
    color: #183086;
}

a.portfolio {
    border: 1.8px solid #183086 !important;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    transition: all 1s;
    color: #183086;
    padding: 20px 65px;
}

a.portfolio:hover {
    background-color: #183086;
    color: #fbfbfb;
}
    /*Fim Conteúdo*/
/*Fim Apresentacao-top */
.cta {
    width: 1000px;
    padding: 80px 0px; 
    background-color: #183086;
    border-radius: 0px 0px 20px 20px;
}
.textcall {
    padding: 20px 0px;
}

/*Seção sobre*/
#sobre {
    padding: 100px 0px;
}


.img-sobre img {
    height: 419px;
}
.text-sobre {
    color: black;
}

.text-sobre h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px;
}

.text-sobre p {
    font-size: 20px;
    font-weight: normal;
    line-height: 17px;
    padding: 0px 0px;
}

    /*Foco*/
.foco {
    padding: 0px 0px;
}

.text-foco {
    color: black;
    margin-top: 10px;
}

.text-foco h4 {
    font-size: 20px;
    font-weight: bold;
}

.text-foco p {
    font-size: 17px;
    font-weight: normal;
}
    /*Fim Foco*/
/*Fim Seção Sobre*/

/*servicos*/

#servicos {
    padding: 100px 0px;
}

.servico-title {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 50px 0px;
}

.card {
    box-shadow: 1px 1px 10px 4px #5377f8;
    height: 24rem;
    width: 24rem;
    padding: 40px 0px;
    column-gap: 10px;
}

.card-body {
    border-radius: 15px;
}

.card-title {
    color: #242424;
    font-weight: bold;
    padding: 10px 0px;
}

.card-text {
    font-size: 17px;
    font-weight: 500px;
}
/*Fim Seção Servicos*/

.tecnologias {
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Seção Linguagens */

.linguagens-title h4 {
    color: black;
    font-weight: bold;
}

.linguagens-itens {
    border-radius: 25px;
}

.linguagens-itens h6 {
    color: black;
}
/*Fim Seção Linguagens */

/* Seção Ferramentas */
.ferramentas-title h4 {
    color: black;
}

.ferramentas-itens {
    border-radius: 25px;
}

.ferramentas-itens h6 {
    color: black;
}
/* Fim Seção Ferramentas */

/* Seção Portfólio */
.portfolio {
    border: none;
    padding: 50px 0px;
}

.portfolio:hover {
    color: #251563;
}

.portfolio img {
    box-shadow: 1px 1px 5px 1px #252525b9;
}

.portfolio h4 {
    background-color: rgb(28, 28, 255);
    border-radius: 10px 10px 20px 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0px;
}

.portfolio p {
    color: #000;
    font-weight: 500;
}

.portfolio h6 {
    color: #252525;
}

/* Fim Seção Portfólio */

/* Seção Footer */
footer {
    padding: 30px 10px;
}

.contain-footer p {
    padding: 5px 0px;
}

footer h5 {
    color: black;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 0px;
}

footer p {
    color: black;
    font-weight: normal;
    font-size: 15px;
    margin: 10px 0px;
}

footer a {
    color: black;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}

footer a:hover {
    color: black;
}
/* Fim Seção Footer */

@media screen and (max-width: 991px) {
    .textcall h1 {
        font-size: 29px;
    }
}

@media screen and (max-width: 768px) {
    .textcall h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .apresentacao-text h6 {
        font-size: 22px !important;
    }

    .buttons {
        padding: 20px;
    }

    .img-apresentacao-top {
        display: flex;
        justify-content: center;
    }

    a.portfolio {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 580px) {
    .img-sobre img {
        height: 300px;
    }
}

@media screen and (max-width: 375px) {
    .img-apresentacao-top img{
        height: 150px;
    }

    .apresentacao-text h6 {
        font-weight: 500;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .apresentacao-text h6 {
        font-size: 22px;
    }
}