
@font-face {
    font-family: icons;
    src: url("/css/font/remix_icon/remixicon.eot") format("embedded-opentype"),
        url("/css/font/remix_icon/remixicon.eot?#iefix") format("embedded-opentype"),
        url("/css/font/remix_icon/remixicon.ttf") format("truetype"),
        url("/css/font/remix_icon/remixicon.woff") format("woff"),
        url("/css/font/remix_icon/remixicon.svg#RemixIcon") format("svg"),
        url("/css/font/remix_icon/remixicon.symbol.svg") format("svg");
}

@font-face{
    font-family: InterTight;
    src: url("/css/font/Inter_Tight/static/InterTight-Regular.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
}

html{
    scroll-behavior: smooth;
}

*{  
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.wrap {
    width: 80%;
    margin: 0px auto;
}

.icon {
    font-family: icons;
}

body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    font-family: InterTight, Arial, sans-serif, verdana;
    padding-bottom: 10rem;
    background: #03045e;
}

.clearfix {
    float: none;
    clear: both;
}

#content{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    
}

/*Particulas*/

#particles-js{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
}

/*CONTAINER*/

#presentacion h1{
    font-size: 50px;
    margin-bottom: 60px;
    margin-top: 30px;
    text-shadow: 5px 5px 5px #ccc;
    color: #03045e;
}

.card{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 1000px;
    height: 610px;
    position: relative;
    z-index: 99;
    border-radius: 10px;
    background: #F2F5FC;
    color: rgb(37, 18, 71);
}

#imagen_perfil{
    width: 400px;
    height: 610px;
    border-radius: 10px 0px 0px 10px;
}
#icon-repo{
    text-align: center;
    margin-bottom: 45px;
}

#icon-repo > a:first-child{
    font-size: 38px;
    color: #03045e;
    margin-left: 10px;
}

#icon-repo>a:last-child {
    font-size: 38px;
    color: #fc4719;
    margin-left: 10px;
}

.card #presentacion{
    width: 500px;
    height: 569px;
    margin: 20px;
    text-align: center;
}

#presentacion p{
    color: #03045e;
    width: 400px;
    margin: 0px auto;
    font-size: 20px;
    line-height: 2rem;
}

#presentacion p > a{
    color: white;
}

#presentacion p>a:hover {
    border-bottom: 1px solid white;
}

/* Botones de enlace */

#btn_link{
    display: flex;
    justify-content: space-evenly;
    margin-top: 90px;
    margin-bottom: 100px
}

.btn_link{
    width: 120px;
    text-align: center;
    padding: 8px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    background: #0091ff;
    box-shadow: 5px 5px 10px #ccc;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 400ms ;
}

.btn_link:hover{
    background: #7b0f65;
}

/* Contactos */

#contactos{
    display: flex;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: 15px;
}

#contactos > .icon{
    font-size: 25px;
    margin: 10px;
    color: #03045e;
    transition: all 200ms;
}

#contactos > .icon:hover{
    transform: scale(1.5,1.5);
}

/*PIE DE PAFGINA*/
#footer_principal {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
    color: #B7F8FF;
    background: #49209c4f;
}

#footer_principal ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#footer_principal ul li {
    margin: 10px;
    width: 110px;
    text-align: center;
}

#footer_principal ul li a {
    color: white;
    font-size: 18px;
}

#footer_principal ul li a:hover {
    border-bottom: 1px solid white;
}

#footer_principal ul li i{
    display: none;
    font-style: normal;
}

#footer_principal p{
    text-align: center;
    padding: 20px;
}


/*Media queries*/
/*Pagina de inicio y footer*/

@media (max-width: 1150px) {
    .card {
        width: 950px;
        height: auto;
        margin-top: 50px;
    }

    #imagen_perfil {
        height: 100%;
    }
}

@media (max-width: 1045px) {

    #presentacion h1 {
        margin-top: 0px;
    }

    .card {
        width: 520px;
        margin-bottom: 50px;
    }

    #caja_imagen {
        width: 200px;
        height: 200px;
        margin: 50px auto;
        border-radius: 50%;
        background: gray;
        overflow: hidden;
    }

    #imagen_perfil {
        width: 400px;
        height: 630px;
        position: relative;
        bottom: 338px;
        left: -96px;
    }
}

@media (max-width: 605px) {

    .card {
        width: 450px;
    }

    #footer_principal ul {
        justify-content: space-evenly;
    }
}

@media (max-width: 520px) {

    #body {
        background: #F5F5FC;
    }


    #content {
        height: auto;
        display: flex;
        align-items: normal;
    }

    .card {
        width: 100%;
        margin-bottom: 150px;
        border-radius: 0px;
        background: #f5f5fc00;
    }

    
    .card #presentacion {
        height: auto;
    }

    #presentacion p {
        width: 100%;
    }

    #btn_link {
        justify-content: space-around;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    #footer_principal {
        background: #190D71;
    }

    #contactos {
        display: block;
        position: initial;
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 340px) {

    #presentacion h1 {
        font-size: 40px;
    }

    #presentacion p {
        font-size: 18px;
    }

    #btn_link {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .btn_link:first-child {
        margin-bottom: 50px;
    }

    #footer_principal ul li a {
        font-size: 15px;
    }

    #footer_principal p {
        font-size: 15px;
    }
}

@media (max-width: 290px) {
    #presentacion h1 {
        font-size: 30px;
    }

    #presentacion p {
        font-size: 16px;
    }
}
/*Fin de pagina de incio*/
