body {
    font-family: 'Inter', sans-serif;
    background-color: #000825;
}

h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}

h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    opacity: 0.7;
}

h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.text_button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.button_1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    background: #41D365;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0px 10px 50px #000000;
    border-radius: 50px;
    padding: 16px 32px;
    box-sizing: border-box;
}

.button_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #7447F5;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    padding: 16px 32px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.icon_button {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

a:hover {
    color: #FFFFFF;
}



/*((((((((( MENU MOBILE)))))))))*/
nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 100px;
    margin: 16px;
    margin-top: 48px;
    padding: o;
}

.navbar {
    padding: 0;
}

nav div {
    display: flex;
    flex-direction: row;
}

.logo-kok {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #7447F5 0%, #F94988 99.93%);
    border-radius: 100px 0px 0px 100px;
    border-radius: 100px 0px 0px 100px;
    padding: 3px 16px 0px 23px;
    height: 44px;
}

.logo-kok img {
    width: 64.71px;
    height: 22px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
    padding: 0;
}

nav P {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #41D365;
    padding: 0px 0px 0px 16px;
}

.mail,
.menu {
    align-items: center;
    padding: 8px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
}



/* offcanvas */
.offcanvas {
    --bs-offcanvas-width: 100%;
    transition-duration: 0.7s;
}

.offcanvas-menu {
    background: linear-gradient(180deg, rgba(116, 71, 245, 0.25) 0%, rgba(116, 71, 245, 0) 100%), #000825;
    padding: 0px 16px;
    width: 100vw;
}


.boton_menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.offcanvas-menu div a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: flex-end;
}

.offcanvas-menu h1 {
    margin: 0px;
}

.boton_menu_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.3;
}

.offcanvas footer {
    display: flex;
    flex-direction: column;

}

.menu_p1 {
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.5;
    padding-bottom: 16px;
    margin-top: 80px;
}

.menu_p2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    padding-bottom: 16px;
    text-decoration: none;
}

.menu_p3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-decoration: none;
}

.header_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 48px;
    margin-bottom: 80px;
}

.logo_kok_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3px 16px 0px 24px;
    width: 104.71px;
    height: 44px;
    background: linear-gradient(90deg, #7447F5 0%, #F94988 99.93%);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
    border-radius: 100px;

}

.logo_kok_menu img {
    width: 64.71px;
    height: 22px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
}

.close {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px;
}



/*((((((((( INICIO )))))))))*/
/* imagenen background inicio */
#inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#inicio img {
    width: 100%;
}



/*((((((((( CERTIFICADOS )))))))))*/
#certificados {
    display: flex;
    justify-content: center;

}

#certificados div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#certificados div div {
    display: flex;
    flex-direction: row;
    padding: 8px 0px;
}

#certificados div div div {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0px 0px 0px 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#certificados img {
    width: 40px;
    height: 42.67px;
    margin-right: 16px;
}

#certificados h5 {
    opacity: 0.5;
}



/*((((((((( ABOUT ME )))))))))*/
#about_me {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

#about_me header {
    margin-top: 320PX;
    padding-bottom: 160px;
}

.background_aboutme_1 {
    background: linear-gradient(180deg, rgba(116, 71, 245, 0) 0%, rgba(116, 71, 245, 0.25) 100%);
}

.background_aboutme_2 {
    background: rgba(116, 71, 245, 0.25);
}

#about_me header p {
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.7;
}

#about_me article {
    padding: 0px 16px;
}

#about_me article div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foto_kok {
    width: 100%;
    box-shadow: 0px 10px 50px #000412;
    margin-bottom: 64px;
    border-radius: 18.5714px;
}

#about_me p {
    margin-bottom: 30px;
}

#about_me a {
    margin-bottom: 60px;
}

#about_me footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7747F5;
    opacity: 0.7;
    padding-top: 100px;
}



/*((((((((( PROJETCS )))))))))*/
#projects {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

.background_projects {
    background: linear-gradient(180deg, rgba(116, 71, 245, 0.25) 0%, rgba(116, 71, 245, 0) 100%);
}

#projects header {
    padding-top: 320px;
    padding-bottom: 160px;
}

#projects header p {
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.7;
}

#projects div {
    padding: 0px;
}


#projects article {
    display: flex;
    flex-direction: column;
    margin: 0px 16px 96px;
    box-sizing: border-box;
    border: 1px solid rgba(116, 71, 245, 0.25);
    border-radius: 20px;
}

#projects article .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, #7447F5 0%, rgba(116, 71, 245, 0) 100%);
}

#projects .year {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 16px 0px;
    opacity: 0.5;
}

#projects article div div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#projects h3 {
    margin-bottom: 32px;
}

#projects div p {
    opacity: 0.7;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}

.button_2 img {
    padding-left: 8px;
}

#projects .portada {
    border-radius: 20px 20px 0px 0px;
}



/*((((((((( FOOTER )))))))))*/
#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 323px;
}

.background_footer {
    position: relative;
    background-image: url(../img/background_footer_mobile.png);
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: top;
    box-sizing: border-box;
}

#footer img {
    height: 70px;
    margin-bottom: 234px;
}

#footer article {
    margin-top: 40px;
    margin-bottom: 32px;
}

#footer article p {
    text-align: center;
    margin-bottom: 8px;
    line-height: 19px;
    letter-spacing: 0.05em;
}