/* Containers */
*{
    font-family: monospace;
    padding: 0;
    margin: 0;
}
body{
    height: 100vh;
    display: grid;
    background-color: #000000;
}

.Container-All{
    height: 100vh;
    display: grid;
    place-content: center;
    place-items: center;
    gap: 10px 10px;
    grid-template-columns: repeat(2, 50vh);
    grid-template-rows: repeat(1, 20vh);
}

#Container-1{
    margin: 5px;
    width: 96%;
    height: 50vh;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    outline: .5px solid #c9c9c9;
    outline-offset: 1px;
    grid-column: 1;
    grid-row: 2;
    position: relative;
    overflow: hidden;
}

#Container-2{
    margin: 5px;
    width: 96%;
    height: 50vh;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    outline: .5px solid #979797;
    outline-offset: 1px;
    grid-column: 2;
    grid-row: 2;
}

#Container-3{
    display: flex;
    margin: 5px;
    width: 98%;
    height: 90%;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    outline: .5px solid #979797;
    outline-offset: 1px;
    grid-column: 1 / 3;
    grid-row: 1;
}

/* Intern Content3 */
#content-all3{
    margin: 5px;
    padding: 2px;
    width: 100%;
    place-items: center;
    display: grid;    
    place-content: center;
    grid-template-columns: repeat(3, 26vh);
    grid-template-rows: repeat(3);
    border-radius: 2px;
    outline: .5px solid #f0f0f083;
}
#Cont-Info{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    height: 95px;
    margin: 0 5px;
    flex-direction: row;
    border-radius: 2px;
    outline: .5px solid #f0f0f083;
}

#Cont-Passions{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    height: 95px;
    margin: 0 5px;
    flex-direction: row;
    border-radius: 2px;
    outline: .5px solid #f0f0f083;
}

#sp{
    color: #f0f0f0;
    font-weight: 100;
    font-size: 30px;
    margin: 2px;
}

#Onu1{
    border-radius: 2px;
    outline: .5px solid #f0f0f083;
    margin: 0px 2px;
    width: 95px;
    height: 95px;
}

#Onu2{
    border-radius: 2px;
    outline: .5px solid #f0f0f083;
    margin: 0px 2px;
    width: 200px;
    height: 200px;
    filter:contrast(115%);
}

#Title{
    color: #f0f0f0;
    font-weight: 100;
    font-size: 30px;
    text-decoration: none;
}

#Passions{
    color: #f0f0f0;
    font-weight: 100;
    font-size: 20px;
}

/* Intern Content1 */

#content-all1{
    margin: 5px;
    padding: 2px;
    position: relative;
    overflow: hidden;
}

#content-ABM1{
    display: flex;
    flex-direction: column;
    place-items: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#Info{
    color: #f0f0f0;
    margin: 10px;
    font-weight:100;
    font-size: 14px;
    text-align: left;
}

#Infor{
    color: #f0f0f0;
    font-weight:100;
    font-size: 14px;
    text-align: left;
}

.abt1{
    transition: all .5s;
    height: 250px;
    overflow: hidden;
    interpolate-size: allow-keywords;
}

.abt2{
    transition: all .5s;
    height: 10px;
    overflow: hidden;
    interpolate-size: allow-keywords;
}



#ButtonInt-1{
    transition: all .1s;
    margin-top: 5px;
    background-color: transparent;
    outline: 1px solid #f0f0f083;
    border: none;
    color: #f0f0f0;
    padding: 5px;
    border-radius: 2px;
    cursor:pointer;
}

#ButtonInt-1:hover{
    margin-top: 5px;
    background-color: transparent;
    outline: 1px solid #f0f0f083;
    border: none;
    color: #f0f0f0;
    font-size: 15px;
    padding: 6px;
    border-radius: 2px;
    cursor:pointer;
}

#ButtonInt-2{
    transition: all .1s;
    margin-top: 5px;
    background-color: transparent;
    outline: 1px solid #f0f0f083;
    border: none;
    color: #f0f0f0;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

#ButtonInt-2:hover{
    margin-top: 5px;
    background-color: transparent;
    outline: 1px solid #f0f0f083;
    border: none;
    color: #f0f0f0;
    font-size: 15px;
    padding: 6px;
    border-radius: 2px;
    cursor:pointer;
}

/* content-all2 */

#content-all2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.Hov{
    transition: all .15s;
    scale: 1;
    margin: 30px 0;
}

.Hov:hover{
    scale: 1.2;
}

/* Efectos */

#matrix{
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

#StyleTP{
    color: white;
    text-shadow:
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #ffffff,
        0 0 40px #ffffff,
        0 0 80px #ffffff;
}
