@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    overflow-y: auto;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
    width: 7px;
}
  
::-webkit-scrollbar-track {
    background: #d3d3d3; 
}
   
::-webkit-scrollbar-thumb {
    background: #929292;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #3d3d3d;
}

body {
    background-color: #000527;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23231f52'/%3E%3Cstop offset='1' stop-color='%23231f52' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230d3693'/%3E%3Cstop offset='1' stop-color='%230d3693' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%232f50be'/%3E%3Cstop offset='1' stop-color='%232f50be' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000527'/%3E%3Cstop offset='1' stop-color='%23000527' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2345387D'/%3E%3Cstop offset='1' stop-color='%2345387D' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231967FF'/%3E%3Cstop offset='1' stop-color='%231967FF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

header {
   width: auto;
   height: 100svh;
}

.container {
    box-sizing: border-box;
    padding: 80px 40px;
    width: 100%;
    height: 100%;
}

.navigate {
    /* border: 1px solid white; */
    background-image: linear-gradient(180deg, #0000004b 0%, #00000000 60%);
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 100%;
    top: 0;
    position: absolute;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.navigate_list {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5em;
    padding: 0;
    width: max-content;
}

.navigate_botton {
    /* border: 1px solid green; */
    list-style: none;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}

.navigate_botton_marked {
    border: 1px solid white;
    border-radius: 8px;
}

.navigate_botton_letter {
    /* border: 1px solid royalblue; */
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.navigate_botton2 {
    /* border: 1px solid green; */
    list-style: none;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
}

.navigate_botton_marked2 {
    border: 1px solid white;
    border-radius: 8px;
    margin: 50px 40px;
}

.navigate_botton_letter2 {
    /* border: 1px solid royalblue; */
    font-weight: 600;
    font-size: larger;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.menu_botton {
    color: #fff;
    position: absolute;
    top: 40px;
    left: -100%;
    width: auto;
    height: 30px;
    cursor: pointer;
}

.titulo {
    font-weight: 800;
    font-size: 4.0em;
    color: #fff;
    text-align: center;
}

.subtitulo {
    font-weight: 600;
    font-size: 2.0em;
    color: #fff;
    text-align: center;
}

.sub_subtitulo {
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
}

.titulo2 {
    font-weight: 800;
    font-size: 2.0em;
    color: #000527;
    text-align: center;
}

.subtitulo2 {
    font-weight: 600;
    font-size: 2.0em;
    color: #000;
    text-align: center;
}

.sub_subtitulo2 {
    font-weight: 800;
    font-size: 1.5em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.hero {
    width: 100%;
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    color: #fff;
    overflow: hidden;
}

.hero_element {
    width: auto;
    max-height: 400px;
}

.hero_element_hero {
    width: auto;
    max-height: 400px;
    display: flex;
    flex-direction: column;
}

.hero_element_hero2 {
    width: auto;
    max-height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5em;
    margin: 30px 0;
}

.noticias {
    width: auto;
    min-height: 600px;
    max-height: fit-content;
    background-image: linear-gradient(45deg, #0e0088 20%, #150c36 100%), url('../images/facultad.jpg');
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.noticias .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 3.0em;
}

.noticias_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.noticias_inside {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 3.0em;
    color: #fff;
    /* border: 1px solid red; */
}

.noticias_element {
    width: 40%;
    min-width: 300px;
    height: 100%;
    border: 4px solid white;
    border-radius: 25px;
    padding: 80px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.0em;
}

.formulario {
    width: auto;
    min-height: 100dvh;
    max-height: max-content;
    background-image: linear-gradient(45deg, #ffffff 20%, #d6d6d6 100%), url('../images/facultad.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    overflow: hidden;
}

.formulario .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.0em;
}

.formulario_inside {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
    color: #fff;
}

.formulario_element {
    width: auto;
    max-height: 400px;
}

.logo_blanco {
    height: 70px;
    margin: 5px 0;
}

.mancha {
    z-index: -2;
    opacity: 10%;
    position: fixed;
    width: auto;
    height: 700px;
    top: -10%;
    overflow: hidden;
}

.vectores {
    z-index: -1;
    opacity: 30%;
    position: absolute;
    width: auto;
    height: 1000px;
    top: 15%;
    left: -10%;
    overflow-x: hidden;
}

@media (max-width:1000px) {

    .sub_subtitulo {
        font-size: 1.1em;
    }

    .sub_subtitulo2 {
        font-size: 1.2em;
    }

    .vectores {
        left: -80%;
    }
}

@media (max-width:800px) {
    .logo_blanco {
        height: 50px;
    }

    .hero {
        flex-direction: column;
    }

    .navigate {
        background-image: linear-gradient(45deg, #000 10%, #00000065 100%);
        backdrop-filter: blur(25px);
        border-radius: 0px 32px 32px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: -100%;
        width: 70%;
        max-width: 400px;
        min-height: 450px;
        height: 100svh;
        position: absolute;
        padding: 0;
        transition: left 0.4s ease-out;
    }

    .navigate_show {
        left: 0;
        transition: left 0.4s ease-in;
    }

    .navigate_list {
        flex-direction: column;
        margin-left: 40px;
    }

    .navigate_botton {
        text-align: left;
    }

    .navigate_botton_marked {
        border: 0;
    }

    .menu_botton {
        left: 40px;
        transition: left 0.3s ease-in;
    }

    .sub_subtitulo {
        font-size: 0.8em;
    }

    .sub_subtitulo2 {
        font-size: 1.0em;
    }

    .vectores {
        left: -80%;
    }
}