@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600;800&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background-color: rgb(15, 15, 15);
    color: white;

    font-family: 'Montserrat', sans-serif;
}


select {
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: rgb(22, 22, 22);
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box; }

.text-black{
    color: black;
}

.font-800{
    font-weight: 800;
}

.font-600{
    font-weight: 600;
}

.font-200{
    font-weight: 200;
}

.font-zoom{
    font-size: 2em;
}

.arrow {
    box-sizing: border-box;
    height: 2vw;
    width: 2vw;
    border-style: solid;
    background-color: white;
    border-color: black;
    border-width: 0px 4px 4px 0px;
    transform: translateY(-20px);
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
  }
  
  .arrow:hover {
    border-bottom-width: 12px;
    border-right-width: 12px;
  }

.center{
    align-self: center;
}

/* Header */

header{
    top: 0;
    height: 10%;
    width: 100%;
    position: fixed;
    z-index: 1;
}

body, .header-container{
    align-items: center;
    padding: 0.2% 2%;
}

.header-container{
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid;
    padding-bottom: 0.75%;
}

        /* Logo and website name */
        .logo{
            align-items: center;
            display: flex;
        }

        .logo *{
            padding: 2px;
        }

        .hexagon{
            width: 48px;
            height: 48px;
            stroke-width: 3;
            stroke: white;
        }

        .logo p{
            font-weight: 600;
            font-size: 18px;
        }
        /* -----------END LOGO AND WEBSITE NAME----------- */

        /* Menu */

        .menu{
            width: 30%;
        }

        .nav-links{
            list-style: none;
        }

        .nav-links li{
            display: inline-block;
            flex-grow: 1;
            flex-shrink: 1;
            padding: 5%;
            text-transform: uppercase;
        }

        .nav-links li:hover{
            transform: translateY(-10px);
            border-bottom: 4px solid;
            border-color: rgba(170, 24, 255, 0.425);
            border-radius: 7.5%;
            transition: all 0.5s linear;
        }

        .nav-links li:hover:after{
            transform: scale(1);
        }

        .nav-links li a:hover{
            /* border-bottom: 2px solid; */
            border-color: aqua;
            transition: 0.75s;
            text-shadow: 0 0 5px #FFF,
             0 0 10px #FFF,
              0 0 12px #FFF,
               0 0 25px #aa18ff,
                0 0 30px #aa18ff,
                 0 0 40px #aa18ff,
                  0 0 55px #aa18ff,
                  0 0 75px #aa18ff;
        }

        li, a {
            font-weight: 400;
            font-size: 14px;
        }
        /* ----------END MENU------------------- */


/* --------------END HEADER------------------ */

/* MAIN */
main{
    height: 90%;
    width: 100%;      
    margin-top: 10%;  
    padding-left: 5.5%;
    padding-right: 5.5%;
}

html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

section {
  font-family: sans-serif;
  height: 100%;
  width: 100%;
}

.welcome-div, .cv-div, .section-c{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 5% 0% 0% 0%;
}

.wrap-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#welcome1{
    font-weight: 200;
    font-size: 300%;
}

#welcome2, #welcome3{
    font-weight: 800;
    font-size: 500%;
    text-transform: uppercase;
    -webkit-box-reflect: below 20px linear-gradient(transparent, rgba(0, 0, 0, 0.075));

}

#welcome3{
    margin: 0px 0px 0px 0px;
    
}

button{
    background-color: white;
    border-radius: 50px;
    padding: 10px 40px;
    font-weight: 800;
    cursor: pointer;
}

button.grow{
    font-size: 200%;
    text-transform: uppercase;
    transition: font-size 0.5s linear;
}

button:hover.grow{
    font-size: 250%;
}

.neon-images{
    display: flex;
    flex-wrap: wrap;
    gap: 15%;
    flex-basis: 40%;
    justify-content: center;
    align-items: center;
}

.neon-card{
    width: 2%;
    position: relative;
    display: inline-block;
    -webkit-box-reflect: below 0px linear-gradient(transparent, #0002);
}

.neon-card:hover{
    transition: 0.75s;
    box-shadow: 0 0 100px 25px rgb(167, 68, 197),
    0 0 320px 10px rgb(197, 68, 68);
    cursor: pointer;
    /* 0 0 60px 10px rgb(167, 68, 197),
    0 0 80px rgb(197, 68, 68),
    0 0 320px rgb(197, 68, 68); */
}

.neon-card img{
    width: 100%;
}


/* CV PART */

.wrap-img{
    flex-basis: 30%;
}

.grid{
    display: flex;
}

.wrap-text{
    flex-basis: 60%;
}

.section-photo{
    width: 100%;
}

#p-title, #text{
    font-size: 2em;
}

#p-title{
    font-weight: 800;
    font-size: 3.5em;
    padding-bottom: 5%;
    margin-right: 5%;
}

/* .wrap-text:nth-child(even) #p-title{
    text-align: left;
} */

.wrap-text:nth-child(even) #p-title{
    text-align: right;
}

#text{
    text-justify: distribute;
    padding: 3%;
}


#break-line::after{
    content: "\a";
    white-space: pre;
}

.text-column{
    flex: 1;
}



.accordion:after {
    content: '\2193';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 100%;
}

.hide{
    display: none;
}

.project-title{
    background-color: white;
}

.filter{
    display: flex;
    flex-direction: column;
    padding: 2%;
}

.flex{
    display: flex;
}

.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

.flex-col{
    display: flex;
    flex-direction: column;
}

.center-content{
    align-items: center;
}

#buscador{
    justify-content: space-between;
}

.t-center{
    text-align: center;
}

.p-25{
    padding: 25px;
}

.m-25{
    margin: 25px;
}

.mb-10{
    margin-bottom: 10px;
}

.pb-10{
    padding-bottom: 10px;
}

.border-bottom{
    border-bottom: 2px solid white;
}


/* --------------END MAIN------------------ */


