@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

* {

    margin: 0px;

    padding: 0px;

    box-sizing: border-box;

    font-family: 'Poppins';

}



body,

html {

    margin: 0;

    padding: 0;

    perspective: 1px;

    transform-style: preserve-3d;

    height: 100%;

    overflow-y: auto;

    overflow-x: hidden;

    scroll-behavior: smooth;

}







nav {

    display: flex;

    justify-content: space-around;

    align-items: center;

    height: 100px;

    background-color: rgb(255, 255, 255);

    position: sticky;

    top: 0;

    left: 0;

    background-blend-mode: darken;

    width: 100%;

    transition: .5s;

    z-index: 5;

    box-shadow: #2c2c2c 0px 10px 70px;

}



nav img {

    height: 90px;

}



nav.green {

    background-color: rgb(230, 230, 230);

}



nav.green .logo .img1 {

    opacity: 0;

    transition: .5s;

}



.logo {

    font-size: 22px;

    letter-spacing: 5px;

}



.nav-links {

    display: flex;

    justify-content: space-around;

    width: 50%;

}

@media screen and (max-width : 1400px) {

    .nav-links {

        width: 70%;

    }

}

@media screen and (max-width : 950px) {

    .nav-links {

        width: 90%;

    }

}

.nav-links li {

    align-items: center;

    list-style-type: none;

}



.nav-links a {

    text-decoration: none;

    letter-spacing: 3px;

    font-weight: bold;

    color: #44bd32;

    font-size: 16px;

}



nav h1 {

    color: rgb(250, 239, 224);

}



.burger {

    display: none;

    cursor: pointer;

}



.burger div {

    width: 30px;

    height: 3px;

    background-color: #44bd32;

    margin: 5px;

    transition: all 0.3s ease;

}



@media screen and (max-width : 768px) {

    body {

        overflow-x: hidden;

    }



    .nav-links {

        position: absolute;

        right: 0px;

        height: 92vh;

        top: 100px;

        background-color: rgb(255, 255, 255);

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: flex-start;

        width: 50%;

        clip-path: circle(0px at 90% -10%);

        -webkit-clip-path: circle(0px at 90% -10%);

        transition: clip-path 0.5s ease-in;

    }



    .nav-links li {

        opacity: 0;

        margin-top: 5vh;

        margin-bottom: 5vh;

    }



    .burger {

        display: block;

    }



    .illustration {

        display: none;

    }

}



.top-container {

    padding: 0 25px;

    display: flex;

    margin: auto;

    width: 90vw;

    justify-content: space-around;

    position: relative;

    bottom: 10vh;

}



.nav-active {

    clip-path: circle(100vh at 90% -10%);

    -webkit-clip-path: circle(100vh at 90% -10%);

}



@keyframes navLinkFade {

    from {

        opacity: 0;

        transform: translateX(50px);

    }



    to {

        opacity: 1;

        transform: translateX(0px);

    }

}



.toggle .line1 {

    transform: rotate(-45deg) translate(-5px, 6px);

}



.toggle .line2 {

    opacity: 0;

}



.toggle .line3 {

    transform: rotate(45deg) translate(-5px, -6px);

}



.under {

    height: 2px;

    width: 0%;

    background-color: #3d9c2e;

    transition: all 0.5s ease;

    position: relative;

    left: -5%;

}



.nav-links li:hover .under {

    width: 110%;

    transition: all 0.5s ease;

}



.logo img {

    height: 6vh;

    margin-top: 1vh;

}



footer {

    background-color: #007419;

}

















section

{

    display: flex;

    align-items: center;

    justify-content: center;

}

.circle 

{

    width: 150px;

    height: 150px;

    background: gray;

    border-radius: 100px;

    margin: auto;

    background: url(images/perfil.jpeg);

    background-size: 100% 100%;

    background-position: 10%;

}

.pers

{

    box-shadow: 0px 20px 50px rgba(0.3019607961177826, 0.3019607961177826, 0.3019607961177826, 0.25);

    margin: 50px;

    width: 496px;

    background-size: 100% 100%;

    border-radius: 20px;

    padding: 30px;

}

.green

{

    color: white;

    background: #44bd32;

    display: inline-block;

    padding: 5px 10px;

    border-radius: 50px;

    font-size: 17px;

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    margin-top: 30px;

    cursor: pointer;

}

.pop-up

{

    clip-path:circle(0% at 50% 50%);

    transition: 1s ease-in-out;

}

.show

{

    clip-path:circle(2000px at 50% 1000%);

}

.pop-up .black

{

    position: fixed;

    top: 0;

    left: 0;

}

.trainings::-webkit-scrollbar {

    width: 10px;

}



.trainings::-webkit-scrollbar-track {

    border-radius: 10px;

}



.trainings::-webkit-scrollbar-thumb {

    background: rgb(160, 160, 160);

    border-radius: 10px;

}



.trainings::-webkit-scrollbar-thumb:hover {

    background: #285A00;

}



.black

{

    width: 100vw;

    height: 100vh;

    background: rgba(0, 0, 0, 0.712);

    z-index: 15;

} 

.trainings

{

    width: 90vw;

    max-width: 900px;

    background: white;

    z-index: 16;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 15px;

    text-align: left;

    padding: 50px;

    max-height: 80vh;

    overflow-y:scroll ;

}

.trainings h1

{

    font-weight: normal;

    margin-top: 0 50px;

    position: relative;

    left: 50%;

    transform: translateX(-50%);

}

.trainings ul

{

    list-style-type: none;

    margin-top:30px ;

}

.trainings ul li

{

    margin-top: 10px;

}

.greeny

{

    color: #227915;

}

.cross {

    width: 40px;

    height: 40px;

    background: rgb(221, 221, 221);

    cursor: pointer;

    border-top-left-radius: 20px;

    position: absolute;

    right: 6vw;

    top: 70px;

    border-radius: 100px;

}



.cross .line {

    position: absolute;

    left: 5px;

    top: 18px;

    width: 30px;

    height: 4px;

    background: rgb(189, 189, 189);

    border-radius: 20px;

    pointer-events: none;

}

.line:nth-of-type(1) {

    transform: rotate(45deg);

}



.line:last-of-type {

    transform: rotate(-45deg);

}











.text

{

    margin-top: 25px;

}

.title

{

    font-weight: bold;

    font-size: 25px;

    padding-bottom: 15px;

}

.tex

{

    padding-left: 20px;

    color: #29721e;

    font-weight: 500;

    padding-bottom: 15px;

}

footer

{

    background : rgb(0, 116, 25);

    margin-top: 50px;

}



.contributions div a

{

    color: black;

    text-decoration: none;

    font-size: 10px;

    display: inline;

}

.contributions div p

{

    display: inline;

    font-size: 10px;

}

.flex

{

    display: flex;

    flex-wrap: wrap;

}

