:root {
    --tamanio-figura: 40px;
    --black-cl: #223337;
}
html{
    scroll-behavior: smooth;
}

body {
    font-family: Arial;
    color: var(--black-cl);
}

@media (min-width: 992px) {
    body.preload_activate {
        padding-top: 0;
        padding-left: 0rem;
    }
    body {
        padding-top: 0;
        padding-left: 17rem;
    }
}

.icons_list {
    display: flex;
    flex-flow: row wrap;
    padding-left: 0px;
    align-items: center;
}

.icons_list li {
    margin-right: .4em !important;
}

.certificates_awards-links{
    margin-top: .6rem;
    margin-bottom: .6rem;
}

h1, .h1 {
    font-size: 6rem;
    line-height: 5.5rem;
}

.fa-symfony:before {
    content: "\f83d";
}

h2, .h2 {
    font-size: 3.5rem;
}

h3, .h3 {
    font-size: 2rem;
}

p.lead, .p {
    font-size: 1.15rem;
    font-weight: 400;
}

.subheading {
    /* text-transform: uppercase; */
    font-weight: 500;
    /* font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
    font-family: Arial;
    font-size: 1.5rem;
}

.social-icons a {
    display: inline-block;
    height: 3.5rem;
    width: 3.5rem;
    background-color: var(--black-cl);
    color: #fff !important;
    border-radius: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3.5rem;
    margin-right: 1rem;
}

.social-icons a:last-child {
    margin-right: 0;
}

.social-icons a:hover {
    background-color: #4099ff;
}

.dev-icons {
    font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
    color: #4099ff;
}

#sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 800;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

#sideNav .navbar-toggle:focus {
    outline-color: #d48a6e;
}

@media (min-width: 992px) {
    #sideNav {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 17rem;
        height: 100vh;
    }

    #sideNav .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto auto 0;
        padding: 0.5rem;
    }

    #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid var(--black-cl);
    }

    #sideNav .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
        margin-bottom: auto;
    }

    #sideNav .navbar-collapse .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    #sideNav .navbar-collapse .navbar-nav .nav-item {
        display: block;
    }

    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
    }
}

section.resume-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    max-width: 75rem;
}

section.resume-section .resume-item .resume-date {
    min-width: none;
}

@media (min-width: 768px) {
    section.resume-section {
        min-height: 100vh;
    }

    section.resume-section .resume-item .resume-date {
        min-width: 18rem;
    }
}

@media (min-width: 992px) {
    section.resume-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.bg-primary {
    background-color: var(--black-cl) !important;
}

.text-primary {
    color: #BD5D38 !important;
}

a {
    color: var(--black-cl);;
}

a:hover,
a:focus,
a:active {
    color: #4099ff;
}

.container-sm{
    max-width: 100% !important;
}

.main_content {
    background: #fefefe;
}

.pd_6 {
    padding-bottom: 6em;
}

/*https://colorlib.com/polygon/gentelella/index.html*/



/* CSS PRELOADER */
.contenedor {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.ocultar {
    display: none;
}

#preloaderfiguras {
    position: relative;
}

#preloaderfiguras:before {
    width: var(--tamanio-figura);
    height: var(--tamanio-figura);
    border-radius: 20px;
    background: blue;
    content: "";
    position: absolute;
    background: #9b59b6;
    animation: preloaderfiguras_before 1.5s infinite ease-in-out;
}

#preloaderfiguras:after {
    width: var(--tamanio-figura);
    height: var(--tamanio-figura);
    border-radius: 20px;
    background: blue;
    content: "";
    position: absolute;
    background: #2ecc71;
    left: 22px;
    animation: preloaderfiguras_after 1.5s infinite ease-in-out;
}

@keyframes preloaderfiguras_before {
    0% {
        transform: translateX(0px) rotate(0deg);
    }

    50% {
        transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #2ecc71;
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes preloaderfiguras_after {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #9b59b6;
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px);
    }
}

/* CIRCLE */

.preloader_circle:before,
.preloader_circle:after,
.preloader_circle {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load_circle 1.8s infinite ease-in-out;
    animation: load_circle 1.8s infinite ease-in-out;
}

.preloader_circle {
    margin: 8em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

.preloader_circle:before {
    left: -3.5em;
}

.preloader_circle:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}

.preloader_circle:before,
.preloader_circle:after {
    content: '';
    position: absolute;
    top: 0;
}

@keyframes load_circle {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #00ffb8;
    }

    40% {
        box-shadow: 0 2.5em 0 0 #00ffb8;
    }
}

/*Fin de CSS Preloader*/

/*NOTIFICACION ACTUALIZACIÓN*/
#app_update_avalaible {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: var(--black-cl);;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
  }
  #app_update_avalaible a{
      color: #26cffd;
      cursor: pointer;
  }
  #app_update_avalaible.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
  }
  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }