#resume {
    margin-top: 10vh;
    height: 80vh;
    display: grid;
    grid-template-columns:10% 1.4fr 1fr 1fr 10%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
    ".  hola   title   title    ."
    ".  hola   descrip   descrip    ."
    ".  hola   descrip   descrip    ."
    ".  cactus   descrip   descrip  ."
    ;
}

#cactus {
    grid-area: cactus;
    position: relative;
}

.dead-cactus {
    width: 80px;
    position: absolute;
    right: 175px;
    bottom: 0px;
}

#cactus ul {
    list-style: none; font-family: 'apercu medium'; text-transform: uppercase; 
    font-size: 11px; color: #DF5700; width: 150px; position: absolute; right: 0px;
    bottom: 45px;
}

#cactus li::before {content: "☹"; color: #DF5700; font-family: 'Recoleta Light'; font-size: 20px;margin-left: -1.5em; padding-right: 10px;
 text-align: right; direction: rtl}

#hola-soy-flor {
    grid-area: hola;
    position: relative;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
}

#hola-soy-flor h3 {
    font-family: 'Recoleta Thin';
    font-size: 4em;
    color: #DF5700;
    padding-top: 20%;
    padding-left: 15%;
}

.svg-yo {
    width:400px;
    position: absolute;
    bottom: 0px;
    box-sizing: content-box;
    display: grid;
    right: 80px;
    align-items: baseline;
}

#hola-titulo {
    grid-area: title;
    align-items: center;
    justify-content: center;
    display: grid;
}

#hola-titulo h3{
    font-family: 'Editorial Thin';
    color: #DF5700;
    font-size: 3em;
}

#hola-titulo a {
    text-decoration: none;
    color: #DF5700;
    cursor: default;
}

.bajada {
    font-size: 10px;
    font-family: 'Apercu Medium';
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bajada ul {list-style: none; }
.bajada li::before {content: "*"; color: #DF5700; font-family: 'Recoleta Light'; font-size: 40px;margin-left: -1.5em;
 text-align: right; direction: rtl}

#hola-titulo a span { position:absolute; display:none;}
#hola-titulo a:hover span { 
    position: absolute;
    top: 25%;
    left: 16%;
    z-index: -1; display:block;
    animation: fade 0.2s linear;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;

    }
}


#resumen {
    grid-area: descrip;
}

.wrapper-columnas {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
}
.wrapper-columnas > * {
    flex: 1 100%;

  }

  .columna-1 { flex-grow: 1; flex-basis: 0} 
  .columna-2    { flex-grow: 1; flex-basis: 0}
  .columna-3 { flex-grow: 1; flex-basis: 0}

.columna-1 {
    width: 250px;
    height: 100%;
    left: 0px;
    top: 0px;
    color: #DF5700;
    font-size: 14px;
    font-family: 'Recoleta Light';
}

.columna-1 b {
    font-family: 'Recoleta Semibold';
}

.columna-2 {
    height: 100%;
}
.columna-3 {
    height: 100%;
    margin-bottom: 65px;
}

.lista {
    font-family: 'apercu light';
    color: #DF5700;
}

#resume-footer {
    position: sticky;
    bottom: 0px;
    height: 10vh;
}

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

.bajada img {
    width: 100%;
    mix-blend-mode: exclusion;
}
.bajada ul {
    display: none;

}
#hola-titulo a:hover span { 
    position: absolute;
    top: 15%;
    left: 0;
    z-index: -1; display:block;
    animation: fade 0.2s linear;
}

    #resume {
        margin-top: 10vh;
        height: minmax(min-content, max-content);
        display: grid;
        grid-template-columns: 5% 1fr 5%;
        grid-auto-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas: 
        ".  hola   ."
        ".  title   ."
        ".  descrip   ."
        ".  cactus   .";
    }

    #cactus {
        height: 150px; bottom: 40px;
    margin-top: 0px; position: relative;}

    #resumen {
        padding-left: 30px;
        padding-right: 30px;
    }

    .columna-1 {width: 100%;}

    .svg-yo {
    width:300px;
    bottom: 0px;
    box-sizing: content-box;
    display: grid;
    align-items: baseline;
    }

    #hola-soy-flor h3 {
        padding-top: 100px;
        padding-left: 30px;
        height: 300px;
    }

    #hola-titulo {
        font-size: 0.7em;
        padding: 0 30px 0 30px;
    }

    #resume-footer {
        position: fixed;
        bottom: 0px;
        height: 10vh;
    }

    .wrapper-columnas {
        display: flex;
        flex-direction: column;}

}

/**** LISTA DE EXPERIENCIA *****/

/* Experiences */
ul.experiences {
    padding-left: 25px;
    margin-top: 10px;
}
ul.experiences li {
    padding-left: 10px;
    margin-bottom: 2.5em;
    list-style: none;
    background: url('../img/misc/list-bullet-darkgray.png') no-repeat;
}
ul.experiences li.green {
    background: url('../img/misc/list-bullet-green.png') no-repeat;
}
ul.experiences li.blue {
    background: url('../img/misc/list-bullet-blue.png') no-repeat;
}
ul.experiences li.pink {
    background: url('../img/misc/list-bullet-pink.png') no-repeat;
}
.where {
    font-size: 17px; /* 18/16 -> 18px */
    font-family: 'Apercu Light';
    display: inline;
    margin-right: 0.5em;
    color: #DF5700;
}
.what {
    font-size: 16px; /* 12/16 -> 12px */
    font-family: 'apercu light';
    font-style: italic;
    color: #DF5700;
    display: inline-block;
    margin: -5px 0.5em 0 0 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.description {
    display: block;
    font-family: 'apercu medium';
    font-size: 15px;
    color: #DF5700;
}


/* BORDERS AND BULLETS */

p {
    /*CSS reset*/
    margin-bottom: 0;
}

ul.experiences li {
    position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
    /* use padding-bottom instead of margin-bottom.*/ 
    margin-bottom: 0; /* This overrides previously specified margin-bottom */
    padding-bottom: 2.5em;
}

ul.experiences li:after {
    /* bullets */
    content: '•';
    position: absolute;
    left: -18px; /*adjust manually*/
    top: 0px;
    color: #DF5700;
}

ul.experiences li:before {
    /* lines */
    content:"";
    position: absolute;
    left: -16px; /* adjust manually */
    border-left: 1px solid #DF5700;
    height: 100%;
    width: 1px;
}

ul.experiences li:first-child:before {
   /* first li's line */
   top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.experiences li:last-child:before {
    /* last li's line */
   height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

#resumen h1 {
    font-family: 'apercu medium';
    letter-spacing: 1px;
    font-size: 13px;
    color: #DF5700;
}

#spanish::after {
    content: '(Native)';
    font-size: 11px;
    padding-left: 5px;
}
#english::after {
    content: '(Fluent)';
    font-size: 11px;
    padding-left: 5px;
}
#portuguese::after {
    content: '(Basic)';
    font-size: 11px;
    padding-left: 5px;
}


