.container{
    position: relative;
    margin-bottom: 100px;
}

#informacion{
    position: relative;
    width: 950px;
    height: auto;
    padding: 20px;
    background: #F2F5FC;
    border-radius: 10px;
    font-size: 18px;
}

article{
    margin-bottom: 50px;
}

h1{
    font-size: 30px;
    text-shadow: none;
    margin-top: 15px;
}

h1,
h2 {
    color: white;
    background: cornflowerblue;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 25px;
}

.container ul,
ol {
    margin-left: 15px;
}

.info_personal 
h3,
h4,
.container p {
    line-height: 1.4em;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

h3{
    border-bottom: 1px solid #CCC;
}

.info_personal ul li>strong {
    display: block;
    margin-bottom: 5px;
}

.enlace{
    color: deepskyblue;
    text-decoration: underline;
}

#preguntas li p{
    margin-left: 5px;
}

.parrafo_sombreado{
    position: relative;
    box-shadow: 5px 5px 10px #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    font-style: italic;
}

.parrafo_sombreado::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 100%;
    background: #3d12bd;
    bottom: 0;
    left: 0;
    border-radius: 5px 0px 0px 5px;
    z-index: 1;
}

/* Estilos experiencia */
#desarrollo_sof ol li {
    list-style: decimal;
    margin-left: 40px;
    margin-bottom: 20px;
}

#caja_logos{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    overflow: auto;
}

.caja_framework {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 250px;
    height: 100px;
}

.caja_framework > img{
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

#caja_logos a {
    border: 2px solid transparent;
}   

#caja_logos>a:nth-child(1) {
    color: #FF2D20;
    font-weight: bold;
    transition: all 200ms ease;
}

#caja_logos>a:nth-child(2) {
    color: #7952B3;
    font-weight: bold;
    transition: all 200ms ease;
}

#caja_logos>a:nth-child(3) {
    color: #222;
    font-weight: bold;
    transition: all 200ms ease;
}

#caja_logos>a:nth-child(1):hover {
    border: 2px solid #FF2D20;
}

#caja_logos>a:nth-child(2):hover {
    border: 2px solid #7952B3;
}

#caja_logos>a:nth-child(3):hover {
    border: 2px solid #1AB2BA
}

#caja_imagen_proyecto{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}

#caja_imagen_proyecto>a{
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 10px;
    font-size: 19px;
}

#caja_imagen_proyecto>a{ 
    background: rgb(12 183 213);
}   
#caja_imagen_proyecto>a:hover {
    background: #1AB2BA;
}

/* Seccion de cursos */

#curso_habilidades h4{
    margin-left: 40px;
    margin-bottom: 10px;
}

#curso_habilidades ul{
    margin-left: 70px;
}
#curso_habilidades ul li{
    margin-bottom: 20px;
    list-style: disc;
}

/* estilos de enlaces */
.caja_enlace{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
    margin-bottom: 20px;
}

.caja_enlace >a{
    padding: 5px 10px;
    background: #1685f7;
    color: white;
    border-radius: 10px;
    margin-right: 15px;
    transition: all 100ms ease-in-out;
}

.caja_enlace>a:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 10px #CCC;
}

#demo_sistema{
    justify-content: center;
}

#demo_credenciales{
    margin-left: 30px;
    margin-bottom: 20px;
}

#demo_credenciales li{
    margin-bottom: 15px;
}

#demo_credenciales #gmail{
    font-size: 25px;
}

#demo_credenciales span{
    font-size: 15px;
    background: rgb(0, 64, 255);
    color: white;
    border-radius: 10px;
    padding: 2px 15px;
    cursor: pointer;
}
/* Estilos de menu lateral */
#lateral {
    position: fixed;
    right: 150px;
    top: 200px;
    width: 200px;
    height: auto;
    overflow-y: hidden;
    padding: 10px;
    background: #03045E;
    border-radius: 10px;
    transition: all 500ms ease-in-out;
}
#lateral > h2{
    color: white;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#lateral ul{
    margin-left: 0px;
}

#lateral ul li{
    margin-bottom: 15px;
}
#lateral a{
    display: block;
    padding: 5px;
    font-size: 19px;
    text-align: center;
    color: white;
    border-radius: 20px;
    border: 2px solid white;
    transition: all 200ms ease-in-out;
}
#lateral a:hover {
    background: #caf0f8;
    color: #03045E;
}
#lateral > button{
    display: none;
    font-size: 20px;
    color: white;
    background: none;
    margin-bottom: 10px;
}

.enlace_activo{
    background: #90e0ef;
    color: #03045E !important;
}

#icono_submenu{
    position: sticky;
    top: 0;
}

#abrir_subMenu{
    display: none;
}

/* MEDIA QUERIES */
@media (max-width: 1400px) {
    #lateral {
        right: 140px;
    }
}

@media (max-width: 1280px) {
    #informacion {
        width: 100%;
    }
    #lateral {
        display: none;
    }
    #abrir_subMenu {
        display: none;
        position: fixed;
        bottom: 3px;
        right: 3px;
        z-index: 100;
        width: 50px;
        height: 50px;
        font-size: 25px;
        padding: 5px;
        border-radius: 50%;
        text-align: center;
        font-style: normal;
        color: #14e6ff;
        background: #03055e;
    }
    #lateral {
        display: block;
        position: fixed;
        right: 5px;
        top: 25%;
        height: auto;
        padding: 10px;
        z-index: 130;
        transition: all 500ms;
    }

    #lateral>button {
        display: block;
    }
    .boton_activo {
        display: block !important;
    }
    .mostra_subMenu {
        right: 5px !important;
    }

    .ocultar_subMenu {
        right: -100% !important;
    }
}

@media (max-width: 1000px) {
    #caja_logos>a:nth-child(1) {
        margin-left: 400px;
    }
}

@media (max-width: 550px) {
    .container {
        margin-bottom: 0px;
    }
    #sobre_mi {
        width: 100% !important;
    }
    #informacion h1 {
        margin-top: 20px;
    }
    #informacion {
        border-radius: 0px;
        padding: 2%;
    }
    #universidad {
        background-position: center center;
        background-size: 100%;
    }
}

@media (max-width: 520px) {
    #lateral a {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    #caja_logos>a:nth-child(1) {
        margin-left: 550px;
    }
}