/* reglas
selectores
declaraciones
propiedades
valores */


/* header {
    background: pink;
} */
/*
gris oscuro = #1d252c
gris claro = #626262
background gris #1b2127
celeste = #026fff
*/

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?pqvrjj');
    src:  url('../fonts/icomoon.eot?pqvrjj#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?pqvrjj') format('truetype'),
      url('../fonts/icomoon.woff?pqvrjj') format('woff'),
      url('../fonts/icomoon.svg?pqvrjj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-envelope:before {
    content: "\e900";
    position: absolute;
    color: #000000;
    margin-top: 1em;
    padding-left: 5px;
  }
  .icon-menu-burger:before {
    content: "\e9bd";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-github:before {
    content: "\eab0";
  }
  .icon-linkedin2:before {
    content: "\eaca";
  }

body {
    font-family: 'Source San Pro', sans-serif;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: white;
    /* margin: top right bottom left; */
    /* margin: 100px 520px 70px 30px; */
/*     text-transform: uppercase;
    text-decoration: underline; */
    margin: 0;
}

h1 strong {
    color: #026fff;
}

h2 {
    color: #026fff;
    text-transform: uppercase;
    font-family: 'Source San Pro', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
}

.hero {
    height: 300px;
    /* background-image: url('../images/vano.jpg'); */
    background-color: #1b2127;
    /* background-size: 500px 300px; */
    /* background-repeat: no-repeat; */
    /* background-position-x: right; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.hero-image {
    object-fit: cover;
}

.portfolio {
    background: #fafafa;
    padding: 20px;
}

.project {
   /*  border-top: 10px solid red;
    border-right: 10px solid green;
    border-left: 10px solid pink;
    border-bottom: 10px solid blue; */
    /* border-color: red; */
    /* color: blue; */
    /* border-top-color: red;
    border-top-width: 15px;
    border-top-style: solid; */
    border: 1px solid gray;
    /* border-top-left-radius: 50px; */
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.project-course,
.project-date,
.project-url {
    margin: 10px 0;
}

.project-url a {
    text-decoration-line: none;
    color: lightskyblue;
    /* caption-side: bottom; */
    text-decoration: blink;
    pointer-events: bounding-box;
}

.project-description {
    font-size:20px;
}

p.project-description {
    margin: 0 10px;
}

.project strong {
    font-family: 'Fjalla One', sans-serif;

}

/* .project-date {
    margin: 10px 0;
} */

.project-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.project-details {
    width: 50%;
}

.project-imageContainer {
    /* width: 50%; */
}

.header {
    background-color: #1b2127;
    color: white;
    /* padding-top: 10px; */
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
}

.figure {
    margin: 0;
}

.header a {
    color: white;
    text-decoration: none;
}

.menu {
    height: inherit;

}

.header ol {
    display: inline-flex;
    height: inherit;
}

.header ol li {
    height: inherit;
}

.header ol li .border {
    height: initial;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 14px 0;
}

.header a {
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0 10px;
}

/* .portfolio, event-list {
	border-left: 10px solid #026fff;
} */

.flexbox {
    display: flex;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    /* flex-direction: column; */
}


.box {
    width:  50px;
    height: 50px;
    margin:  5px;
    border: 1px solid red;

    flex-shrink: 0;
}

.footer {
    color: white;
    background-color: #1b2127;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer img {
    vertical-align: middle;
    margin: 0 15px;
}

.footer-copyright {
    /* margin-top: 12px; */
    text-align: center;
    font-size: 15px;
    /* margin-left: 110px; */
    display: flex;
    padding: 20px 0;
    /* justify-content: center; */
    /* align-items: center; */
}

.footer a {
    color: white;
}

.event-list {
    display: flex;
    flex-wrap: wrap;
}

.event-list-title {
    margin-left: 20px;
}

.event {
    margin: 1%;
    width: 46%;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f4fbff;
}

.event-imageContainer {
    width: inherit;
    margin: 0;

}

.event-image {
    /* width: inherit; */
    height: 200px;
    border-radius: 10px 10px 0 0;
    /* align-content: flex-start; */
    object-fit: cover;
}

.event-detail {
    margin: 20px 40px;
    margin-top: -40px;
    background-color: white;
    position: relative;
    padding: 20px;
    text-align: center;
}

.event-description {
    text-align: left;
}

.event-url {
    color: #056fff;
    border: 1px solid;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.contact {
    background-color: #056fff;
    color: white;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    font-size: 30px;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    background-size: 50px 50px;
    text-decoration: none;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    padding: 5px;
    justify-content: center;
    align-items: center;
}

/* .social-link.twitter {
    background-image: url('../images/bek0y-zfkz5.svg');
}

.social-link.linkedin {
    background-image: url('../images/linkedin.svg');
}

.social-link.github {
    background-image: url('../images/github.svg');
}

.social-link.instagram {
    background-image: url('../images/instagram.svg');
} */


.form-email input {
    border-color: gray;
    color: #000000;
    padding: 10px 20px 10px 25px;
    border-style: solid;
    border-radius: 5px;
    /* background-image: url('../images/envelope.svg'); */
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
}

.form-email button {
    display: block;
    background:  transparent;
    color: white;
    padding: 5px 0;
    border-radius: 5px;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-email h3 {
    font-family: 'Source San Pro', sans-serif;
}

.container {
    max-width: 1000px;
    /* width: 100%; */
    flex: 1;
    margin: 0 auto;
    display: inherit;
    height: inherit;
    justify-content: inherit;
    align-items: inherit;
    flex-wrap: inherit;
}

.container::after {
    content: none;
}

.container::before {
    content: none;
}

.burger-button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    line-height: 40px;
    text-align: center;
    position: fixed;
    z-index: 4;
    left: 5px;
    top: 5px;
    color: white;

}

@media screen and (max-width: 1024px) {

    .container {
        padding: 0 1em;
    }
    .hero {
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 2em;
    }
    .hero-image {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    h1 {
        font-size: 2em;
        z-index: 2;
    }

    /* h2:before {
        content: '';
        position: absolute;
        left: -25px;
        top: 20%;
        font-size: 10px;
        color: #026fff;
        width: 20px;
        height: 20px;
        background-color: #026fff;
        border-radius: 50%;
    } */
}

@media screen and (max-width: 767px) {

    .burger-button {
        display: block;
    }

    .hero {
        height: auto;
        position: relative;
    }
    .hero-image {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    h1 {
       font-size: 2em;
       z-index: 2;
    }
    .header {
        display: block;
        height: auto;
    }
    .header ol {
        display: block;
    }
    .header ol li {
        height: 50px;
    }
    .header a {
        justify-content: center;
        height: 40px;
        font-size: 2em;
        text-decoration: underline;
        margin-bottom: .5em;
    }
    .header .logo {
        text-align: center;
    }

    .menu {
        position: fixed;
        background-color: rgba(5, 111, 255, .9);
        z-index: 3;
        top: 0;
        left: -100vw;
        width: 100vw;
        /* height: 100vw; */
        bottom: 0;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        transition: .3s;

    }

    .menu.is-active {
        left: 0;
    }

    .project {
        display: block;
    }
    .project-imageContainer {
        width: auto;
        text-align: center;
    }

    .project-imageContainer img {
        max-width: 100%;
    }

    .project-details {
        width: auto;
        /* font-size: 16px; */
    }
    .project-title {
        font-size:  1.5em;
        margin-bottom: .3em;
    }

    .project-course, .project-date, .project-url {
        margin: .3em 0;
    }

    .project-url {
        font-size:  .8em;
    }
    .project-course {
        font-size:  .7em;
    }
    .project-date {
        font-size:  1em;
    }
    .project-description {
        font-size:  .8em;
    }
    .event {
        width: auto;
        flex-shrink: initial;
    }
    .event img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.5em;
    }
    .project-details {
        width: auto;
        font-size: 12px;
    }

    .event-detail {
        /* 1em = 16px */
        margin: -2em .5em .5em;
        padding: 1em;
    }

    .contact {
        height: auto;
        padding: 1.5em 0;
        text-align: center;
        display: block;
    }

    .form-email button {
        margin: 1em auto;
    }

    .form-email h3 {
        margin-top: 0;
    }

    .footer {
        display: block;
        text-align: center;
        border: 1px solid transparent;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 1.2em;
        /* background: rgba(0,0,0,.5) */
    }
    .hero {
        padding: 2em 1em;
    }
}