@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');
@import url('header.css');
@import url('home.css');
@import url('divisoria.css');
@import url('portfolio.css');
@import url('avalicoes.css');
@import url('footer.css');


*{
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
  /*configurando degrade do background: ;*/
    background-color: #050507;
    background-repeat: no-repeat;
    background-attachment: fixed;

    color:#EAECEE;
}

section{
    padding: 28px 8%;
}

a{
    text-decoration: none;
}

.btn-default{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00FF66;
    color: #050507;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: 75px;
    height: 50px;
}

.btn-default:hover {
    background-color: #049c41;
    transition: 0.5s;
    width: 95px;
    font-weight: 800;
    font-size: 20px;
    color: #050507;
    border-radius: 22px;
}

.btn-default-header{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00FF66;
    color: #050507;
    border-radius: 17px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: 150px;
    height: 50px;
}

.btn-default-header:hover{
    background-color: #049c41;
    transition: 0.5s;
    width: 155px;
    height: 52px;
    font-size: 19px;
    color: #050507;
    border-radius: 45px;
}

.btn-default-home {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00FF66;
    color: #050507;
    border-radius: 17px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    width: 150px;
    height: 50px;
}

.btn-default-home:hover{
    background-color: #049c41;
    transition: 0.5s;
    width: 155px;
    height: 52px;
    font-size: 19px;
    color: #050507;
    border-radius: 45px;
}

.social-media-buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 60px;
    background-color: #2f2c319d;
    font-size: 1.25rem;
    border-radius: 10px;
    text-decoration: none;
    color: #00AEEF;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
    font-size: 30px;
}

.social-media-buttons a:hover{
    transition: 0.5s;
    color: #ace9ff;
    background-color: #0d0c0ec5;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.75);
    width: 85px;
    height: 65px;
    font-size: 35px;
}

.social-media-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 250px;
    height: 75px;
}

.section-title{
    color: #8000FF;
    font-size: 1.563rem;
}

.section-subtitle{
    font-size: 2.1875rem;
}
