p {
    font-family: 'Nunito', sans-serif;
}

h1 {
    top: 250px;
    font-family: 'Nunito', sans-serif;
    color: #eeeeee;
}

h2 {
    font-weight: bolder;
    font-family: 'Nunito', sans-serif;
    color: #3d72b4;
    text-align: center;

}

h3 {
    font-family: 'Noto Sans', sans-serif;
    color: #525252;
    text-align: center;
}

h5 {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    color: #525252;
}

body {
    background: linear-gradient(to right, #3d72b4, #525252);
    height: 100%;
}

a .nav-item {
    text-align: center;
    width: 100%;
    top: 0;
}


.letra-blanca:hover {
    color: white;
}

.navbar-toggler {
    outline-color: white;
}

#menu-toggler:focus {
    outline: 1px dotted;
    outline: 3px auto rgba(255, 255, 255, 0.47);
}

.letra-blanca {
    color: white !important;
}

.titulo_grande {
    font-weight: bolder;
}

.subtitulo {
    color: white;
    font-size: 1.7em;
    font-family: 'Nunito', sans-serif;
}

.nav {
    background: linear-gradient(to right, #3d72b4, #525252);
    top: 0;
    width: 100%;
}

.fila {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.jumbotron-tarjetas {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.columna-flex {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    max-width: 22rem;
}

.tarjeta {
    margin: 1rem;
}

.nav-item {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    color: white;
}

.update {
    color: white !important;
}

.text_about_me {
    color: #222222;
}

.nav-item:hover {
    color: #ffffff;
}

.card-columns {
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.info_projects {
    z-index: 2;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: sans-serif;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin-left: 50%;
    width: 60%;
}

.fila-contacto-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.titulos_carousel {
    margin-top: 0;
    margin-bottom: 0.8vw;
    font-size: 5vw;
    font-family: 'Fira Sans', sans-serif;
}

.img-contacto {
    width: 40%;
}

.link-contacto{
    display: flex;
    justify-content: center;
    flex-shrink: 1;
    width: 30%;
    margin-bottom: 2rem;
}

.container {
    position: absolute;
    top: 7rem;
    bottom: 2rem;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: visible;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    #fila-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    #fila-nav {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .skill-columna {
        margin: 2rem;
    }

    #h2_contact {
        color: white;
        padding-bottom: 1rem;
    }

    .link-contacto{
        width: 15%;
    }

    .img-contacto {

    }
}

/* Declaración de los Ids */
#nombre_nav {
    color: white;
}

#imagen_perfil {
    border: 5px solid #f6f8ff;
    border-radius: 15px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 1em;
    height: 100%;
}

#jumbo_titulo {
    background: linear-gradient(to right, #3d72b4, #525252); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100%;
    margin-bottom: 0;
}

#contenedor_perfil {
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
    background-color: white;
}

#row_perfil {
    height: 100%;
}

#texto_perfil {
    padding-top: 15%;
}

#contenedor_about_me {
    padding-top: 2.5rem;
    background-color: white;
}

#jumbo_aboutme {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: white;
    margin-bottom: 0px;
}

#subitulos_aboutme {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

#jumbo_timeline {
    margin-bottom: 0px;
    background-color: #ddd;
}

#subtitulo_timeline {
    color: #222222;
}

#contenedor_timeline {
    background: #ddd;
}

#contenedor_skills {
    padding: 0px;
    background: linear-gradient(to right, #3d72b4, #525252);
}

#jumbo_skills {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.skill-columna {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#subtitulo_skills {
    padding-top: 2rem;
    color: white;
}

#separador {
    height: 50px;
}

#contenedor_projects {
    padding: 0px;
}

#jumbo_projects {
    padding: 0px;
    position: relative;
    height: 730px;
    z-index: 1;
    background-color: #666666;
}

#imagen_project {
    height: 100%;
}

#subtitulo_projects {
    padding-top: 2rem;
    color: white;
}

#imagen_musa {
    background-image: url("./../img/musa.jpg");
}

#imagen_ubung {
    background-image: url("./../img/ubung.jpg");
}

#imagen_world_archery {
    background-image: url("./../img/world_archery.jpg");
}

#imagen_yale {
    background-image: url("./../img/yale.jpg");
}

#imagen_pharmaid {
    background-image: url("./../img/pharmaid.jpg");
}

#pre_navegacion {
    z-index: 5;
}

#contenedor_contact {
    background: linear-gradient(to right, #3d72b4, #525252);
}

#jumbo_contact {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    background: linear-gradient(to right, #3d72b4, #525252);
}

#h2_contact {
    color: white;
}

#footer {
    padding-bottom: 2rem;
    color: white;
}

#imagen_andes {
    width: 100%;
}

#comfenalco {
    width: 100%;
}

#hontanar {
    width: 100%;
}
