body { 
    background-image: linear-gradient(#ffffff, #ffffff); 
    background-color: #ffffff;
 }
video::-webkit-media-controls {
    display: none;
}
video::-webkit-media-controls-start-playback-button {
    display: none;
}
img {
    pointer-events: none!important;
}
* {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.cont_vid{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5vw;
    overflow: hidden;
    position: relative;
    margin: 0 0 10vw;
}
.icono_play{
    width: 3vw;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    z-index: 10;
    margin: 0 auto;
    pointer-events: none;
}
.icono_mute{
    width: 2vw;
    height: auto;
    display: none;
    position: absolute;
    left: auto;
    right: 1vw;
    top: auto;
    bottom: 1vw;
    z-index: 10;
    cursor: pointer;
}

@-webkit-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-o-keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-webkit-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}
@-o-keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}
@keyframes bg-scrolling {
    0% {
        background-position: 50px 50px;
    }
}


.preloader{
    position: fixed;
    top: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #070707;
    z-index: 1000000000000;
}
.preloader:before{
    content: 'HACHE';
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255,255,255,.03);
}
.preloader.active{
    transform: translateX(-100vw);
    transition: ease-in-out 0.4s;
    transition-delay: 1s;
}
.counter{
    position: relative;
    color: #ffffff;
    font-family: 'integra', sans-serif;
    font-size: 70vw;
    font-weight: 700;
    z-index: 1;
    left: 0;
    bottom: -5%;
    top: auto;
    right: auto;
    text-align: left;
}
/*
.counter:after{
    content: '%';
    font-size: 0.5em;
}

.fancybox__image{
    pointer-events: none!important;
}*/
#bn{
    width: 100%;
    height: 25vh;
    border: none;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 2;
}
.hide{
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.contiene{
    opacity: 0;
}
.hola{
    opacity: 1!important;
}
.hover_h{
    position: relative;
}
.entrada{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);

    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.txt_volver{
    font-size: 11px;
    line-height: 11px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 10px 10px;
    position: absolute;
    text-transform: uppercase;
    color: #f2f2f2;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.cabezal{
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    bottom: auto;
    background-color: #f2f2f2;
    z-index: 99999;
    padding: 10px 0 10px;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.cabezal div div{
    width: 140px;
}
.cabezal .menu_red{
    top: 9px;
    right: 9vw;
}
.encabezado_act{
    top: 0;
}
.color_conocimientos{
    background-color:rgb(253, 180, 62)!important;

    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}
.color_trabajos{
    background-color: #7887AB!important;

    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}
.fondo{
    border: 1px solid #000000;
    background: url("../img/pattern.svg") repeat 0 0;
    
    margin-top: 13.5rem;
    text-align: center;
    /* img size is 50x50 */
    -webkit-animation: bg-scrolling-reverse 1.92s infinite;
    /* Safari 4+ */
    -moz-animation: bg-scrolling-reverse 1.92s infinite;
    /* Fx 5+ */
    -o-animation: bg-scrolling-reverse 1.92s infinite;
    /* Opera 12+ */
    animation: bg-scrolling-reverse 1.92s infinite;
    /* IE 10+ */
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    background-size: 50px 50px;

    box-shadow: 0px 10px 24px -3px rgba(0,0,0,0.25) inset;
    -webkit-box-shadow: 0px 10px 24px -3px rgba(0,0,0,0.25) inset;
    -moz-box-shadow: 0px 10px 24px -3px rgba(0,0,0,0.25) inset;
}
.fondo::before{
    content: "";
    font-size: 8rem;
    font-weight: 100;
    font-style: normal;
}


/*
.fondo .tit_btn{
    bottom: 2.2vw;
    text-shadow: 0px 4px 0px rgba(0,0,0,0.2);
}
*/
.page {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    display: block;
    overflow-y: scroll;
  }
  
  .usage {
    position: absolute;
    top: 40px;
    line-height: 50px;
    z-index: 1000;
    color: white;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
    pointer-events: none;
  }
  
.volver{
    width: 30px;
    height: 100px;
    display: block;
    border-radius: 25px;
    background-color: #000000;
    position: fixed;
    top: 50%;
    left: 10px;
    bottom: auto;
    right: auto;
    cursor: pointer;
    z-index: 99999;

    animation: beat 0.8s infinite alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.1); }
}
/*FIN ANIMA*/
/*CONTENEDORES*/
.contenedor{
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px 0px;
    background-color: #ffffff;
}
.contenedor_red{
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: block;
    position: relative;
    padding: 17vw 20px 0px;
    background-color: #ffffff;
}
.contenedor_blue{
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: block;
    position: relative;
    padding: 7vw 20px 0px;
    background-color: #829AC9;
}
.grillado{
    width: 88.33%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
}
.grillado_trabajo{
    padding: 0 3vw 0 7vw;
}
.encabezado{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    padding: 30px 4vw 10px;
}
.logo_header{
    width: 50%;
    height: auto;
    max-width: 600px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.descr{
    width: calc(100% - 52%);
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    font-size: 1.4vw;
    line-height: 1.7vw;
    text-transform: uppercase;
    padding: 1px 0px 0px 5px;
    opacity: 1;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.desaparece{
    opacity: 0!important;
}
.descr > span{
    font-weight: 900;
}
.modulos_hache{
    width: calc(100% - 10px);
    height: auto;
    display: block;
    margin: 0 -5px;
    position: relative;
    padding: 0 0 0 4vw;
}
.mod_sobre{
    width: calc(60% - 10px);
    height: calc(16vh - 15px);
    min-height: 120px;
    display: inline-block;
    background-color: #FC1B24;
    vertical-align: top;
    border-radius: 1.5vw;
    margin: 5px 10px 10px 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.mod_cont_trabajos{
    width: calc(100% - 10px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
.graf{
    width: 18vw;
    height: auto;
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    top: -5.5vw;
    bottom: auto;
}
.mod_cv{
    width: calc(40% - 15px);
    height: calc(16vh - 15px);
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 1.5vw;
    margin: 5px 5px 10px;
    padding: 0;
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
}
/*
.mod_cv::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    background-image: url('../img/foto_hache.webp');
    background-size: auto 78%;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;

}
*/
.mod_algunos{
    width: 100%;
    height: calc(15vh - 15px);
    min-height: 120px;
    display: inline-block;
    background-color: #7886a9;
    border-radius: 1.5vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.mod_conocimientos{
    width: calc(100% - 10px);
    height: calc(15vh - 15px);
    min-height: 120px;
    display: inline-block;
    background-color: #f9bc41;/*#FEB52B;*/
    border-radius: 1.5vw;
    margin: 5px 5px 5px 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.mod_cont_cierre{
    width: calc(100% - 5px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 30px 0;
    cursor: pointer;
}
.mod_arrow{
    background-color: #435d70;
    width: calc(100% - 5px);
    height: 10vh;
    min-height: auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 1.5vw;
    margin: 5px 0px 10px 5px;
    position: relative;
    overflow: hidden;
}

.space {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #435d70;
    transform: scale(0.4);
  }
  .space .mars {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
  }
  .space .mars .tentacle {
    position: absolute;
    top: -60px;
    right: -80px;
    z-index: 1;
    height: 70px;
    width: 70px;
    box-sizing: border-box;
    border-radius: 100%;
    border-left: 15px solid #1aae1e;
    transform: rotate(-30deg);
    -webkit-animation: tentacle 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: tentacle 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  .space .mars .flag {
    position: absolute;
    height: 17px;
    width: 15px;
    top: -57px;
    left: -1px;
    -webkit-animation: flag-pole 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: flag-pole 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  .space .mars .flag:before {
    content: "";
    position: absolute;
    height: 17px;
    width: 2px;
    background: #eee;
  }
  .space .mars .flag:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 14px;
    left: 2px;
    top: 0;
    background: #aaa;
    -webkit-animation: flag-unfurl 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: flag-unfurl 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  .space .mars .flag .small-tentacle {
    position: absolute;
    left: -16px;
    top: 3px;
    height: 50px;
    width: 50px;
    border-left: 10px solid #1aae1e;
    border-radius: 100%;
    transform: rotate(25deg);
    -webkit-animation: small-tentacle 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: small-tentacle 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    z-index: 2;
  }
  .space .mars:before {
    content: "";
    position: absolute;
    top: 80px;
    left: -30px;
    height: 10px;
    width: 60px;
    background: rgba(0, 0, 0, 0.2);
    background: #374d5c;
    border-radius: 100%;
  }
  .space .mars .planet {
    box-sizing: border-box;
    position: absolute;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    overflow: hidden;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 2;
  }
  .space .mars .planet .surface {
    position: absolute;
    border-radius: 100%;
    height: 140%;
    width: 140%;
    top: -30%;
    right: -10%;
    box-sizing: border-box;
    border: 30px solid rgba(0, 0, 0, 0.15);
    background: #ff5f40;
  }
  .space .mars .planet .crater1,
  .space .mars .planet .crater2,
  .space .mars .planet .crater3 {
    position: absolute;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .space .mars .planet .crater1 {
    height: 20px;
    width: 20px;
    top: 32%;
    left: 17%;
  }
  .space .mars .planet .crater2 {
    height: 10px;
    width: 10px;
    top: 26%;
    left: 55%;
    box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .space .mars .planet .crater3 {
    height: 10px;
    width: 10px;
    top: 60%;
    left: 40%;
    box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .space .ship {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -55px;
    margin-right: -55px;
    height: 22px;
    background: rgba(0, 0, 0, 0.1);
    transform-origin: 0% 100% 0;
    z-index: 1;
    -webkit-animation: ship 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: ship 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  .space .ship .ship-rotate {
    position: absolute;
    height: 22px;
    transform: rotate(-110deg);
    -webkit-animation: ship-rotate 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: ship-rotate 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  .space .ship .pod {
    position: absolute;
    top: 0;
    left: -8px;
    height: 16px;
    width: 16px;
    background: #eee;
    border-radius: 100% 0 100% 0;
    transform: rotate(-45deg);
  }
  .space .ship .fuselage {
    position: absolute;
    top: 14px;
    left: -6px;
    height: 8px;
    width: 12px;
    background: #eee;
    border-radius: 100% 100% 0 0;
  }
  .space .ship .fuselage:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid red;
  }
  .space .ship-shadow {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-right: -28px;
    margin-top: 83px;
    height: 4px;
    width: 16px;
    background: #374d5c;
    border-radius: 100%;
    -webkit-animation: ship-shadow 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: ship-shadow 12s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  
  @-webkit-keyframes small-tentacle {
    0% {
      transform: rotate(-60deg);
    }
    86% {
      transform: rotate(-60deg);
    }
    89% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(10deg);
    }
  }
  
  @keyframes small-tentacle {
    0% {
      transform: rotate(-60deg);
    }
    86% {
      transform: rotate(-60deg);
    }
    89% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(10deg);
    }
  }
  @-webkit-keyframes tentacle {
    0% {
      transform: rotate(-30deg);
    }
    75% {
      transform: rotate(-30deg);
    }
    80% {
      transform: rotate(-165deg) translate(6px, 8px);
    }
    82.5% {
      transform: rotate(-165deg) translate(28px, -17px);
    }
    100% {
      transform: rotate(-165deg) translate(35px, -22px);
    }
  }
  @keyframes tentacle {
    0% {
      transform: rotate(-30deg);
    }
    75% {
      transform: rotate(-30deg);
    }
    80% {
      transform: rotate(-165deg) translate(6px, 8px);
    }
    82.5% {
      transform: rotate(-165deg) translate(28px, -17px);
    }
    100% {
      transform: rotate(-165deg) translate(35px, -22px);
    }
  }
  @-webkit-keyframes ship {
    0% {
      right: -10%;
      top: -10%;
      margin-top: -55px;
      margin-right: -55px;
    }
    40% {
      right: 50%;
      top: 50%;
    }
    79.5% {
      margin-top: -55px;
      margin-right: -55px;
    }
    84% {
      margin-top: -20px;
      margin-right: 0px;
    }
    100% {
      right: 50%;
      top: 50%;
      margin-top: 0px;
      margin-right: 0px;
    }
  }
  @keyframes ship {
    0% {
      right: -10%;
      top: -10%;
      margin-top: -55px;
      margin-right: -55px;
    }
    40% {
      right: 50%;
      top: 50%;
    }
    79.5% {
      margin-top: -55px;
      margin-right: -55px;
    }
    84% {
      margin-top: -20px;
      margin-right: 0px;
    }
    100% {
      right: 50%;
      top: 50%;
      margin-top: 0px;
      margin-right: 0px;
    }
  }
  @-webkit-keyframes ship-rotate {
    0% {
      transform: rotate(-110deg);
    }
    20% {
      transform: rotate(-110deg);
    }
    34% {
      transform: rotate(47deg);
    }
    79% {
      transform: rotate(47deg);
    }
    100% {
      transform: rotate(47deg);
    }
  }
  @keyframes ship-rotate {
    0% {
      transform: rotate(-110deg);
    }
    20% {
      transform: rotate(-110deg);
    }
    34% {
      transform: rotate(47deg);
    }
    79% {
      transform: rotate(47deg);
    }
    100% {
      transform: rotate(47deg);
    }
  }
  @-webkit-keyframes ship-shadow {
    0% {
      right: -10%;
      transform: scale(1.4, 1);
      opacity: .3;
    }
    40% {
      right: 50%;
      transform: scale(0.75, 1);
      opacity: 1;
    }
    100% {
      right: 50%;
    }
  }
  @keyframes ship-shadow {
    0% {
      right: -10%;
      transform: scale(1.4, 1);
      opacity: .3;
    }
    40% {
      right: 50%;
      transform: scale(0.75, 1);
      opacity: 1;
    }
    100% {
      right: 50%;
    }
  }
  @-webkit-keyframes planet-bump {
    0% {
      margin-left: 0;
    }
    39% {
      margin-left: 0;
    }
    40% {
      margin-left: -1px;
    }
    40.5% {
      margin-left: 1px;
    }
    41% {
      margin-left: 0;
    }
    100% {
      margin-left: 0;
    }
  }
  @keyframes planet-bump {
    0% {
      margin-left: 0;
    }
    39% {
      margin-left: 0;
    }
    40% {
      margin-left: -1px;
    }
    40.5% {
      margin-left: 1px;
    }
    41% {
      margin-left: 0;
    }
    100% {
      margin-left: 0;
    }
  }
  @-webkit-keyframes flag-pole {
    0% {
      top: -57px;
    }
    48% {
      top: -57px;
    }
    54% {
      top: -77px;
    }
    90% {
      top: -77px;
    }
    92% {
      top: -57px;
    }
    100% {
      top: -57px;
    }
  }
  @keyframes flag-pole {
    0% {
      top: -57px;
    }
    48% {
      top: -57px;
    }
    54% {
      top: -77px;
    }
    90% {
      top: -77px;
    }
    92% {
      top: -57px;
    }
    100% {
      top: -57px;
    }
  }
  @-webkit-keyframes flag-unfurl {
    0% {
      width: 0;
    }
    55% {
      width: 0;
    }
    60% {
      width: 14px;
    }
    90% {
      width: 14px;
    }
    100% {
      width: 14px;
    }
  }
  @keyframes flag-unfurl {
    0% {
      width: 0;
    }
    55% {
      width: 0;
    }
    60% {
      width: 14px;
    }
    90% {
      width: 14px;
    }
    100% {
      width: 14px;
    }
  }

.flecha{
    width: 30px;
    height: auto;
    display: block;
    margin: 10px auto;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}
.logo_mini{
    background-color: #000000;
    width: calc(100% - 5px);
    height: auto;
    min-height: auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 1.5vw;
    margin: 5px 0px 5px 5px;
    padding: 5px 0;
}
.logo_mini_hache{
    background-color: #000000;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 0.5vw;
    margin: 0px 0;
    padding: 0;
}
.alinea_hache{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15%;
}
.alinea{
    width: 100%;
    height: auto;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}
.letra{
    width: 14px;
    height: auto;
    display: block;

}
/*FIN CONTENEDORES*/
/*CONTENEDORES_SOBRE_MI*/
.cintillo{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 2vw 0 0;
}
.cintillo span{
    text-transform: uppercase;
    font-family: 'integra', sans-serif;
    font-size: 3.5vw;
    /* padding: 0 0 0 6.5vw; */
    padding: 0;
    color: #FC1B24;
}
.cintillo_B{
    width: calc(100% + 10%);
    min-height: 20px;
    display: block;
    position: relative;
    margin: 2vw -10% 2vw;
    background-color: #000000;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.cin{
    text-transform: uppercase;
    font-family: 'integra', sans-serif;
    font-size: 3.5vw;
    padding: 0.2vw 0 0.3vw;
    color: #000000;
}
.cintillo_B span{
    text-transform: uppercase;
    font-family: 'integra', sans-serif;
    font-size: 3.5vw;
    padding: 0.2vw 0 0.6vw;
    color: #ffffff;
    margin: 0 20px;
}
.marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 10s linear infinite;
    animation-play-state: paused;
}

.inn {
    animation-play-state: running!important;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
.col00{
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    margin: 0 0 30px;
}
.col01{
    width: 95%;
    height: auto;
    display: block;
    vertical-align: top;
    margin: 0 0 30px;
}
.col02{
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    margin: 0 0 30px;
    position: relative;
}
.bloque_negro{
    width: calc(100% - 40px);
    height: 25vw;
    display: block;
    background-color: #000000;
    margin: 2.2vw 20px 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.nombre_hache{
    font-weight: 700;
    font-size: 6vw;
    margin: 0.7vw 0 0.5vw;
}
.col03{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.col_cap{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.columnas{
    width: calc(100% - 5px);
    height: auto;
    display: block;
}
.columnas_trabajos{
    width: calc(100% - 10px);
    height: auto;
    display: block;
    position: relative;
    margin: 20px -5px 50px;
    /*padding: 0 0 0 4vw;*/
}

/* fluid 5 columns */
.grid-sizer,
.grid-item { 
    width: 50%;
    margin-bottom: 6vw;
    opacity: 1!important;

}
/* 2 columns */
.grid-item--width2 { width: 50%; }

.cont_trabajo{
    width: calc((100% / 2) - 10px);
    height: auto;
    /* min-height: 150px;*/
    display: inline-block;
    vertical-align: top;
    background-color: #000000;
    opacity: 0.7;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;

    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
}
.anotaciones{
    width: 40%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 1vw 0 0 6.5vw;
    font-size: 2.4vw;
}
.cont_separador{
    padding: 1vw 0 0 6.5vw;
}
.saber{
    padding: 1vw 0 0 6.5vw;
}
.capacitacion{
    width: 100%;
    min-height: 200px;
    height: auto;
    display: block;
    background-color: #000000;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    border-radius: 20px!important;
    padding: 20px 30px 30px;
    margin: 4vw 0;
}
.col_saber{
    width: calc(100% - 20px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 20px;
}
.tit_saber{
    font-family: 'integra', sans-serif;
    font-size: 4vw;
    color: #000000;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
}
.item_saber{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px;
    border: 1px solid #000000;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px 10px;
}
.boton_saber{
    cursor: pointer;
}
.boton_saber:hover .tx_saber{
    text-decoration: underline;
}
.img_saber{
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.tx_saber{
    width: calc(100% - 30px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    font-family: 'roboto-400', sans-serif;
    font-size: 3vw;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 15px;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.anotaciones_bold{
    width: 45%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 1vw 0.5vw 0 6.5vw;
    font-size: 3.6vw;
    font-family: 'integra', sans-serif;
}
.anotaciones_capacitacion{
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    padding: 1vw 0 0;
    font-size: 2vw;
    font-family: 'integra', sans-serif;
    text-align: left;
    color: #FEB52B;
}
.anotaciones_der{
    width: calc(100% - 40px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 3.4vw;
    padding: 55px 20px 25px;
    position: relative;
    border: 1px solid #000000;
    margin: 0 20px;
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.foto{
    width: 100px;
    height: 100px;
    display: block;
    background-color: #829AC9;
    border-radius: 7px;
    background-image: url('../img/foto_hache.webp');
    background-position: -140px center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
}
.anotaciones_der > span{
    font-weight: 700;
    text-transform: uppercase;
}
.texto{
    width: 55%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 1vw 0.5vw 0 0.5vw;
    font-size: 3.8vw;
}
.texto > span{
    font-weight: 700;
    font-size: 3.8vw;
}
.texto_cap{
    width: 60%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 1vw 0;
    font-size: 1.7vw;
}
.texto_cap > span{
    font-weight: 700;
    font-size: 2vw;
}
.separador{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #000000;
    margin: 20px 0 20px;
}
.footer_hache{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: right;
    margin: 2vw -4vw 3vw;
}
/*TEXTOS*/
.tit_btn{
    font-family: 'integra', sans-serif;
    color: #ffffff;
    font-size: 8.7vw;
    line-height: 8.1vw;
    position: absolute;
    left: 3vw;
    right: auto;
    top: auto;
    text-transform: uppercase;
    pointer-events: none!important;

    bottom: 2.2vw;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.cono{
    color: #000;
}
.btn_cv{
    width: 60%;
    height: auto;
    max-width: 472px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 4vw;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-family: 'integra', sans-serif;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}
.btn_cv div{
    text-align: center;
    width: 400px;
    height: auto;
    display: block;
    margin: auto 13px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.hache_autor{
    position: fixed;
    left: auto;
    top: auto;
    right: 0;
    bottom: calc(50% - 160px);
    display: block;
    margin: 10px;
    
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.arrow_nombre{
    width: 24px;
    height: auto;
    display: none!important;
    vertical-align: top;
}
.hache_autor span{
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 2px 10px;
}
.menu_red{
    position: absolute;
    left: auto;
    top: auto;
    right: 3.4vw;
    bottom: 2vw;
}
.mini_descarga{
    width: auto;
    height: 20px;
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: 3px 2.9vw 3px;
    text-align: center;
    vertical-align: top;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'integra', sans-serif;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    margin: 0 1vw;

    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.red_hache{
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
/*FIN TEXTOS*/
.mano{
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    opacity: 0;
}
#hola_mano, #aca_mano{
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.9;
}
#ok_mano{
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
}
.ok{
    width: 40%;
    height: auto;
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
}
.aca{
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
}
/*FANS*/
a[data-fancybox] img {
    cursor: zoom-in;
  }
  
.fancybox__container {
--fancybox-color: #525252;
--fancybox-bg: #000;

--carousel-button-svg-stroke-width: 1.2;
--carousel-button-svg-filter: none;
}

.fancybox__container .fancybox__carousel {
margin: 0;
}

.fancybox__container .fancybox__slide {
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}

.fancybox__container .carousel__dots {
top: calc(100% - 3rem);
left: 50%;
right: auto;
transform: translateX(-50%);
padding: 0 6px;
color: #fff;
background: rgba(0, 0, 0, 0.1);
border-radius: 1rem;
z-index: 1052;
}

/*END FANS*/
.cont_trabajo:hover{
    background-size: 110%!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
/*
#w_01{
    background: url(../img/work_pv_01.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_02{
    background: url(../img/work_pv_02.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_03{
    background: url(../img/work_pv_03.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_04{
    background: url(../img/work_pv_04.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_05{
    background: url(../img/work_pv_05.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_06{
    background: url(../img/work_pv_06.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_07{
    background: url(../img/work_pv_07.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_08{
    background: url(../img/work_pv_08.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_09{
    background: url(../img/work_pv_09.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
#w_10{
    background: url(../img/work_pv_10.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1!important;
}
*/
.carousel__button{
    background-color: #f2f2f2;
}

/* Custom animation */
img[data-fancybox] {
    cursor: zoom-in;
  }
  
  .fancybox__container {
    /* --fancybox-bg: rgba(193, 201, 210, 0.7); */
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  .fans_app{
    opacity: 1!important;
  }
  .fancybox__content{
    padding: 4vw 8%!important;
  }
  .fancybox__leftCol{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15vw 0 0!important;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
  }
  .fancybox__toolbar{
    top: 2vw!important;
    padding: 1.5vw!important;
    background: transparent!important;
  }
  .carousel__button{
    opacity: 1!important;
    background-color: #525252!important;
    border: none!important;
    color: #ffffff!important;
    margin: 0 0.5vw;
  }
  .fancybox__content{
    background-color: #070707!important;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
  }
  .fancybox__content > img{
    border-radius: 1.5vw;
    overflow: hidden;
  }
  .fancybox__backdrop{
    opacity: 0.8!important;
  }
  .fancybox-zoomIn {
    animation: 0.7s ease both fancybox-zoomIn;
  }
  .fancybox-zoomOut {
    animation: 0.5s ease both fancybox-zoomOut;
  }
  @keyframes fancybox-zoomIn {
    from {
      opacity: 0;
      bottom: -100vh;
    }
  
    to {
      opacity: 1;
      bottom: 0;
    }
  }
  @keyframes fancybox-zoomOut {
    to {
      opacity: 0;
      bottom: -100vh;
    }
  }
  .tit_ampliacion{
    font-family: 'integra', sans-serif;
    color: #f2f2f2;
    width: 100%;
    max-width: 60%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 7vw;
    line-height: 7.5vw;
    margin: 0 0 6vw;
  }
  .cont_img{
    border-radius: 1.5vw;
    overflow: hidden;
    /*border: 1px solid #525252;*/
    margin: 0 0 10vw;
    position: relative;
    /*pointer-events: none!important;*/
  }
  .cont_boton{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .tit_url{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'integra', sans-serif;
    color: #f2f2f2;
    font-size: 3.2vw;
    line-height: 3.8vw;
    text-transform: uppercase;
    margin-bottom: 2vw;
  }
  .btn_url_trabajo{
    background-color: #829AC9;
    color: #000000;
    font-size: 2.2vw;
    line-height: 2.2vw;
    text-align: center;
    font-family: 'integra', sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding: 0.6vw 3vw 0.8vw;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4vw;
    border-radius: 30px;
    pointer-events: all!important;
  }
  .obra{
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    font-family: 'Roboto-400', sans-serif;
    font-size: 3.1vw;
    line-height: 3.4vw;
    color: #ffffff;
    background-color: #525252;
    padding: 0.5vw 2vw;
  }
  .bajada_ampliacion_corta_d{
    font-family: 'roboto-400', sans-serif;
    font-size: 2.8vw;
    line-height: 3.1vw;
    display: block;
    color: #f2f2f2;
    opacity: .7;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0 0 0 50%;
    margin: 0 0 10vw;
  }
  .bajada_ampliacion_corta_i{
    font-family: 'roboto-400', sans-serif;
    font-size: 2.8vw;
    line-height: 3.1vw;
    display: block;
    color: #f2f2f2;
    opacity: .7;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0 50% 0 0;
    margin: 0 0 10vw;
  }
  .bajada_ampliacion_ancha{
    font-family: 'roboto-400', sans-serif;
    font-size: 2.8vw;
    line-height: 3.1vw;
    display: block;
    color: #f2f2f2;
    opacity: .7;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10vw;
  }
  .bajada_ampliacion_destaca{
    font-family: 'integra', sans-serif;
    font-size: 3.7vw;
    line-height: 4vw;
    display: block;
    color: #f2f2f2;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10vw;
  }
  .ico_saber > a[title]:hover:after {
    font-size: 1rem;
    content: attr(title);
    padding: 6px 8px;
    color: #fff;
    position: absolute;
    left: 25%;
    top: 125%;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 0 14px 2px rgba(0,0,0,0.15);
    background: #525252;
  }
  .outsidediv{
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
  }
  .fancybox__leftCol{
    overflow: auto!important;
  }
  #innerdiv{
    width: 100%;
    height: 100vh;
    display: block;
    background-color: rgba(0,0,0,0);
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    /*pointer-events: none;*/
    color:#000000;
  }
  .info_trabajo{
    width: 35%;
    height: auto;
    min-height: 10vh;
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 1vw;
    background-color: #000000;
    color: #ffffff;
    padding: 30px 20px;
    border-top-left-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
  }
  .tit_info{
    font-family: 'integra', sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: block;
  }
  .utilizado{
    width: 100%;
    height: auto;
    display: block;
  }
  .utilizado .ico_saber{
    width: 5vw;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5vw;
    margin-bottom: 20px;
    pointer-events: all!important;
    cursor: help;
  }
  .bajada_info{
    font-family: 'roboto-400', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: block;
  }
  .texto_contacto_btn{
    display: none!important;
  }
  .img_contacto_btn{
    display: block!important;
    width: 80%!important;
    height: auto;
    margin: 20px auto;
    -webkit-transform: none!important;
    transform: none!important;
    white-space: nowrap;
    -webkit-writing-mode: none!important;
    writing-mode: none!important;
  }
  .lenguaje{
    text-transform: uppercase;
    font-family: 'integra', sans-serif;
    color: #ffffff;
    background-color: #000000;
    font-size: 10px;
    padding: 3px 0px;
    border-radius: 20px;
    text-align: center;
    line-height: 12px;
    margin: 0 7px 0 0;
    width: 40px!important;
    height: 20px!important;
  }
  .lang_off{
    display: none!important;
    opacity: 1!important;
    background-color: #FC1B24!important;
    cursor: pointer;
    position: relative;
    z-index: 14!important;
  }
  
@media screen and (min-width: 530px) {
    .mini_descarga{
        width: auto;
        height: 20px;
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: 3px 2.9vw 3px;
        text-align: center;
        vertical-align: top;
        border-radius: 30px;
        text-decoration: none;
        font-family: 'integra', sans-serif;
        font-size: 12px;
        line-height: 12px;
        cursor: pointer;
        z-index: 10;
        position: relative;
    
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
    }
    .mano{
        width: 60%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .ok{
        width: 24%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .aca{
        width: 58%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .descr{
        width: calc(100% - 52%);
        height: auto;
        display: inline-block;
        vertical-align: bottom;
        text-align: left;
        font-size: 1.2vw;
        line-height: 1.6vw;
        text-transform: uppercase;
        padding: 1px 0px 0px 5px;
        opacity: 1;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .tit_btn{
        font-family: 'integra', sans-serif;
        color: #ffffff;
        font-size: 6.7vw;
        line-height: 6.1vw;
        position: absolute;
        left: 3vw;
        right: auto;
        top: auto;
        text-transform: uppercase;
        pointer-events: none!important;
    
        bottom: 2.2vw;
    
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .cono{
        color: #000;
    }
}
@media screen and (min-width: 700px) {
    .lenguaje{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        color: #ffffff;
        background-color: #000000;
        font-size: 10px;
        padding: 9px 0px;
        border-radius: 20px;
        text-align: center;
        line-height: 12px;
        margin: 0 10px 0 0;
        width: 30px!important;
        height: 30px!important;
    }
    .lang_off{
        opacity: 1!important;
        background-color: #FC1B24!important;
        cursor: pointer;
    }
    .texto_contacto_btn{
        display: block!important;
      }
      .img_contacto_btn{
        display: none!important;
        width: 90%;
        height: auto;
        margin: 0 auto;
      }
    .tit_ampliacion{
        font-family: 'integra', sans-serif;
        color: #f2f2f2;
        width: 100%;
        max-width: 60%;
        height: auto;
        display: block;
        text-align: left;
        font-size: 4vw;
        line-height: 4.5vw;
        margin: 0 0 2vw;
      }
      .obra{
        position: absolute;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        font-family: 'roboto-400', sans-serif;
        font-size: 1.5vw;
        line-height: 1.8vw;
        color: #ffffff;
        background-color: #525252;
        padding: 0.5vw 2vw;
      }
      .cont_img{
        border-radius: 1.5vw;
        overflow: hidden;
        /*border: 1px solid #525252;*/
        margin: 0 0 6vw;
        position: relative;
        /*pointer-events: none!important;*/
      }
      .tit_url{
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center;
        font-family: 'integra', sans-serif;
        color: #f2f2f2;
        font-size: 1.2vw;
        line-height: 1.8vw;
        text-transform: uppercase;
        margin-bottom: 2vw;
      }
      .btn_url_trabajo{
        background-color: #829AC9;
        color: #000000;
        font-size: 1.2vw;
        line-height: 1.2vw;
        text-align: center;
        font-family: 'integra', sans-serif;
        color: #000000;
        text-transform: uppercase;
        padding: 0.6vw 3vw 0.8vw;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 2vw;
        border-radius: 30px;
        pointer-events: all!important;
      }
      .cont_vid{
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1.5vw;
        overflow: hidden;
        position: relative;
        margin: 0 0 6vw;
      }
      .bajada_ampliacion_corta_d{
        font-family: 'roboto-400', sans-serif;
        font-size: 1.3vw;
        line-height: 1.5vw;
        display: block;
        color: #f2f2f2;
        opacity: .7;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 0 0 0 50%;
        margin: 0 0 6vw;
      }
      .bajada_ampliacion_corta_i{
        font-family: 'roboto-400', sans-serif;
        font-size: 1.3vw;
        line-height: 1.5vw;
        display: block;
        color: #f2f2f2;
        opacity: .7;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 0 50% 0 0;
        margin: 0 0 6vw;
      }
      .bajada_ampliacion_ancha{
        font-family: 'roboto-400', sans-serif;
        font-size: 1.3vw;
        line-height: 1.5vw;
        display: block;
        color: #f2f2f2;
        opacity: .7;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 6vw;
      }
      .bajada_ampliacion_destaca{
        font-family: 'integra', sans-serif;
        font-size: 3vw;
        line-height: 3.4vw;
        display: block;
        color: #f2f2f2;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 6vw;
      }
      .utilizado .ico_saber{
        width: 1.8vw;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin-right: 0.5vw;
        margin-bottom: 20px;
        pointer-events: all!important;
        cursor: help;
      }
    .fancybox__toolbar{
        top: 3vw!important;
        padding: 1.5vw!important;
        background: transparent!important;
    }
    .fancybox__leftCol{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 8vw 0 0!important;
        position: relative;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        border-top-left-radius: 1.5vw;
        border-top-right-radius: 1.5vw;
    }
    .fancybox__content{
        padding: 4vw 20%!important;
    }
    .mini_descarga{
        width: auto;
        height: 30px;
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: 6px 2.9vw 5px;
        text-align: center;
        vertical-align: top;
        border-radius: 30px;
        text-decoration: none;
        font-family: 'integra', sans-serif;
        font-size: 14px;
        line-height: 16px;
        cursor: pointer;
        z-index: 10;
        position: relative;
    
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
    }
    /* fluid 5 columns */
    .grid-sizer,
    .grid-item { 
        width: 33.3%;
        margin-bottom: 2vw;
        opacity: 1!important;

    }
    /* 2 columns */
    .grid-item--width2 { width: 33.3%; }
    /*CONTENEDORES*/
    .contenedor{
        width: 100%;
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .contenedor_red{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #ffffff;
    }
    .contenedor_blue{
        width: 100%;
        height: 100vh;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #829AC9;
    }
    .grillado{
        width: 83.33%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .grillado_trabajo{
        padding: 0 0 0 0;
    }
    .encabezado{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        z-index: 9;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        padding: 30px 4vw 10px;
    }
    .logo_header{
        width: 25%;
        height: auto;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
    }
    .descr{
        width: calc(100% - 52%);
        height: auto;
        display: inline-block;
        vertical-align: bottom;
        text-align: left;
        font-size: 0.8vw;
        line-height: 1.0vw;
        text-transform: uppercase;
        padding: 0px 10px;
        opacity: 1;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .desaparece{
        opacity: 0!important;
    }
    .descr > span{
        font-weight: 900;
    }
    .modulos_hache{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 -5px;
    }
    .mod_sobre{
        width: calc(25% - 10px);
        height: 30vh;
        min-height: 160px;
        display: inline-block;
        background-color: #FC1B24;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 5px 10px 5px 5px;
        position: relative;
    }
    .mod_cont_trabajos{
        width: calc(75% - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0 5px 0px;
    }
    .graf{
        width: 18vw;
        height: auto;
        display: none;
        position: absolute;
        left: auto;
        right: 0;
        top: -5.5vw;
        bottom: auto;
    }
    .mod_cv{
        width: 100%;
        height: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        border-radius: 1.5vw;
        margin: 0 0 10px;
        padding: 1vh 0 1vh 0vw;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    /*
    .mod_cv::before{
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
        background-image: url('../img/foto_hache.webp');
        background-size: 290px auto;
        background-position: right center;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;

    }
    */
    .mod_algunos{
        width: 100%;
        height: 22.5vh;
        min-height: 70px;
        display: inline-block;
        background-color: #7886a9;
        border-radius: 1.5vw;
        position: relative;
    }
    .mod_conocimientos{
        width: calc(70% - 5px);
        height: 25vh;
        min-height: 100px;
        display: inline-block;
        background-color: #f9bc41;
        border-radius: 1.5vw;
        margin: 5px;
        position: relative;
    }
    .mod_cont_cierre{
        width: calc(30% - 5px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 -5px 0 0;
    }
    .mod_arrow{
        background-color: #435d70;
        width: calc(40% - 10px);
        height: 25vh;
        min-height: 100px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 5px 10px 5px 5px;
        position: relative;
    }

    .space {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #435d70;
        transform: scale(0.5);
      }
    .flecha{
        width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 1.5vw;
    }
    .logo_mini{
        background-color: #000000;
        width: calc(60% - 5px);
        height: 25vh;
        min-height: 100px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 5px 0;
        padding: 0;
    }
    .logo_mini_hache{
        background-color: #000000;
        width: 50px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-radius: 0.5vw;
        margin: 5px 0;
        padding: 0;
    }
    .alinea_hache{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 15%;
    }
    .alinea{
        width: 100%;
        height: 25vh;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4.5vh 15%;
    }
    .letra{
        width: 50%;
        height: auto;
        display: block;

    }
    /*FIN CONTENEDORES*/
    /*CONTENEDORES_SOBRE_MI*/
    .cintillo{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 2vw 0 0;
    }
    .cintillo span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 2vw;
        /* padding: 0 0 0 6.5vw; */
        padding: 0;
        color: #FC1B24;
    }
    .cintillo_B{
        width: calc(100% + 10%);
        height: auto;
        display: block;
        position: relative;
        margin: 2vw -10% 2vw;
    }
    .cin{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 2vw;
        padding: 0.2vw 0 0.3vw;
        color: #000000;
    }
    .cintillo_B span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 2vw;
        padding: 0.2vw 0 0.6vw;
        color: #ffffff;
    }
    .col01{
        width: 65%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .col02{
        width: 35%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
    .bloque_negro{
        width: calc(100% - 40px);
        height: 10vw;
        display: block;
        background-color: #000000;
        margin: 2.2vw 20px 0;
    }
    .nombre_hache{
        font-weight: 700;
        font-size: 3.8vw;
        margin: 0.7vw 0 0.5vw;
    }
    .col03{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .columnas{
        width: 100%;
        height: auto;
        display: block;
    }
    .cont_trabajo{
        width: calc((100% / 3) - 10px);
        height: auto;
        /* min-height: 150px;*/
        display: inline-block;
        vertical-align: top;
        background-color: #000000;
        opacity: 0.7;
        margin: 5px;
        border-radius: 10px;
        overflow: hidden;
    }
    .anotaciones{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.2vw;
    }
    .cont_separador{
        padding: 1vw 0 0 6.5vw;
    }
    .saber{
        padding: 1vw 0 0 6.5vw;
    }
    .col_saber{
        width: calc((100% / 2) - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 20px;
    }
    .tit_saber{
        font-family: 'integra', sans-serif;
        font-size: 2.1vw;
        color: #000000;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 20px;
    }
    .item_saber{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 5px;
    }
    .img_saber{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .tx_saber{
        width: calc(100% - 30px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-family: 'roboto-400', sans-serif;
        font-size: 1.3vw;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 15px;
    }
    .anotaciones_bold{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.5vw;
        font-family: 'integra', sans-serif;
    }
    .anotaciones_der{
        width: calc(100% - 40px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-size: 1.2vw;
        padding: 50px 20px 30px;
    }
    .anotaciones_der > span{
        font-weight: 700;
    }
    .texto{
        width: 60%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0.5vw 0 0.5vw;
        font-size: 1.3vw;
    }
    .texto > span{
        font-weight: 700;
        font-size: 1.5vw;
    }
    .separador{
        width: 100%;
        height: 1px;
        display: block;
        background-color: #000000;
        margin: 20px 0 20px;
    }
    .footer_hache{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: right;
        margin: 2vw 0 3vw;
    }
    /*TEXTOS*/
    .tit_btn{
        font-family: 'integra', sans-serif;
        color: #ffffff;
        font-size: 5vw;
        line-height: 4.1vw;
        position: absolute;
        left: 2vw;
        right: auto;
        top: auto;
        bottom: 2vw;
        text-transform: uppercase;
        pointer-events: none;


        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .cono{
        color: #000;
    }
    .btn_cv{
        width: 60%;
        height: 30px;
        max-width: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1vw;
        background-color: transparent;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 2vw;
        text-decoration: none;
        position: relative;
        z-index: 1;
        padding: 0;
    }
    .btn_cv div{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none;
        white-space: nowrap;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
    }
    .hache_autor{
        position: fixed;
        left: auto;
        top: auto;
        right: 0;
        bottom: calc(50% - 160px);
        display: block;
        margin: 10px 20px;
        
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        white-space: nowrap;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    .arrow_nombre{
        width: 24px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .hache_autor span{
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
        padding: 2px 0 2px 10px;
    }
    .menu_red{
        position: absolute;
        left: auto;
        top: auto;
        right: -2vw;
        bottom: 1.5vw;
    }
    .red_hache{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    /*FIN TEXTOS*/
}

@media screen and (min-width: 768px) {
    
    /* fluid 5 columns */
    .grid-sizer,
    .grid-item { 
        width: 33.3%;
        margin-bottom: 2vw;
        opacity: 1!important;

    }
    /* 2 columns */
    .grid-item--width2 { width: 33.3%; }
    .hover_h{
        position: fixed;
    }
    /*CONTENEDORES*/
    .contenedor{
        width: 100%;
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .contenedor_red{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #ffffff;
    }
    .contenedor_blue{
        width: 100%;
        height: 100vh;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #829AC9;
    }
    .grillado{
        width: 83.33%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .encabezado{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        z-index: 9;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        padding: 30px 0 10px;
    }
    .logo_header{
        width: 50%;
        height: auto;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
    }
    .descr{
        width: calc(100% - 52%);
        height: auto;
        display: inline-block;
        vertical-align: bottom;
        text-align: left;
        font-size: 1.1vw;
        line-height: 1.4vw;
        text-transform: uppercase;
        padding: 0px 10px;
        opacity: 1;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .desaparece{
        opacity: 0!important;
    }
    .descr > span{
        font-weight: 900;
    }
    .modulos_hache{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 -10px;
        padding: 0;
    }
    .mod_sobre{
        width: calc(25% - 20px);
        height: 41vh;
        min-height: 271px;
        display: inline-block;
        background-color: #FC1B24;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 20px 10px 10px;
        position: relative;
    }
    .mod_cont_trabajos{
        width: calc(75% - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 10px 0px;
    }
    .mod_cv{
        width: 100%;
        height: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        border-radius: 1.5vw;
        margin: 0 0 20px;
        padding: 0.6vh 0 1vh 0vw;
        position: relative;
    }
    /*
    .mod_cv::before{
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
        background-image: url('../img/foto_hache.webp');
        background-size: 390px auto;
        background-position: right center;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;

    }
    */
    .mod_algunos{
        width: 100%;
        height: 33vh;
        min-height: 159px;
        display: inline-block;
        background-color: #8691b0;
        border-radius: 1.5vw;
        position: relative;
    }
    .mod_conocimientos{
        width: calc(60% - 10px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        background-color: #f9bc41;
        border-radius: 1.5vw;
        margin: 10px;
        position: relative;
    }
    .mod_cont_cierre{
        width: calc(40% - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 -10px 0 0;
    }
    .mod_arrow{
        background-color: #435d70;
        width: calc(40% - 20px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 20px 10px 10px;
        position: relative;
    }
    .flecha{
        width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 1.5vw;
    }
    .logo_mini{
        background-color: #000000;
        width: calc(60% - 10px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 0;
        padding: 0;
    }
    .logo_mini_hache{
        background-color: #000000;
        width: 50px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-radius: 0.5vw;
        margin: 10px 0;
        padding: 0;
    }
    .alinea_hache{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 15%;
    }
    .alinea{
        width: 100%;
        height: 25vh;
        min-height: 159px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4.5vh 15%;
    }
    .letra{
        width: 50%;
        height: auto;
        display: block;

    }
    /*FIN CONTENEDORES*/
    /*CONTENEDORES_SOBRE_MI*/
    .cintillo{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 2vw 0 0;
    }
    .cintillo span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 2vw;
        /* padding: 0 0 0 6.5vw; */
        padding: 0;
        color: #FC1B24;
    }
    .cintillo_B{
        width: calc(100% + 10%);
        height: auto;
        display: block;
        position: relative;
        margin: 2vw -10% 2vw;
    }
    .cin{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 2vw;
        padding: 0.2vw 0 0.3vw;
        color: #000000;
    }
    .cintillo_B span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 2vw;
        padding: 0.2vw 0 0.6vw;
        color: #ffffff;
    }
    .col01{
        width: 65%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .col02{
        width: 35%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .bloque_negro{
        width: calc(100% - 40px);
        height: 10vw;
        display: block;
        background-color: #000000;
        margin: 2.2vw 20px 0;
    }
    .nombre_hache{
        font-weight: 700;
        font-size: 3.8vw;
        margin: 0.7vw 0 0.5vw;
    }
    .col03{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .cont_trabajo{
        width: calc((100% / 3) - 10px);
        height: auto;
        /* min-height: 150px;*/
        display: inline-block;
        vertical-align: top;
        background-color: #000000;
        opacity: 0.7;
        margin: 5px;
        border-radius: 10px;
        overflow: hidden;
    }
    .anotaciones{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.2vw;
    }
    .cont_separador{
        padding: 1vw 0 0 6.5vw;
    }
    .saber{
        padding: 1vw 0 0 6.5vw;
    }
    .col_saber{
        width: calc((100% / 2) - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 20px;
    }
    .tit_saber{
        font-family: 'integra', sans-serif;
        font-size: 2.1vw;
        color: #000000;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 20px;
    }
    .item_saber{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 5px;
    }
    .img_saber{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .tx_saber{
        width: calc(100% - 30px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-family: 'roboto-400', sans-serif;
        font-size: 1.3vw;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 15px;
    }
    .anotaciones_bold{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.5vw;
        font-family: 'integra', sans-serif;
    }
    .anotaciones_der{
        width: calc(100% - 40px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-size: 1.2vw;
        padding: 50px 20px 30px;
    }
    .anotaciones_der > span{
        font-weight: 700;
    }
    .texto{
        width: 60%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0.5vw 0 0.5vw;
        font-size: 1.3vw;
    }
    .texto > span{
        font-weight: 700;
        font-size: 1.5vw;
    }
    .separador{
        width: 100%;
        height: 1px;
        display: block;
        background-color: #000000;
        margin: 20px 0 20px;
    }
    .footer_hache{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: right;
        margin: 2vw 0 3vw;
    }
    /*TEXTOS*/
    .tit_btn{
        font-family: 'integra', sans-serif;
        color: #ffffff;
        font-size: 5vw;
        line-height: 4.1vw;
        position: absolute;
        left: 2vw;
        right: auto;
        top: auto;
        bottom: 2vw;
        text-transform: uppercase;
        pointer-events: none;

        

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .cono{
        color: #000;
    }
    .btn_cv{
        width: 65%;
        height: 30px;
        max-width: 372px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1vw;
        background-color: transparent;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }
    .hache_autor{
        position: fixed;
        left: auto;
        top: auto;
        right: 0;
        bottom: calc(50% - 160px);
        display: block;
        margin: 10px 20px;
        
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        white-space: nowrap;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    .arrow_nombre{
        width: 24px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .hache_autor span{
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
        padding: 2px 0 2px 10px;
    }
    .menu_red{
        position: absolute;
        left: auto;
        top: auto;
        right: 1vw;
        bottom: 1vw;
    }
    .red_hache{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    /*FIN TEXTOS*/

    .mano{
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: 20%;
        bottom: auto;
    }
    .ok{
        width: 52%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .aca{
        width: 75%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .mini_descarga{
        width: auto;
        height: 30px;
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: 6px 2.9vw 5px;
        text-align: center;
        vertical-align: top;
        border-radius: 30px;
        text-decoration: none;
        font-family: 'integra', sans-serif;
        font-size: 14px;
        line-height: 16px;
        cursor: pointer;
        z-index: 10;
        position: relative;
    
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
    }
    /* fluid 5 columns */
    .grid-sizer,
    .grid-item { 
        width: 20%;
        margin-bottom: 2vw;
        opacity: 1!important;

    }
    /* 2 columns */
    .grid-item--width2 { width: 20%; }
    /*CONTENEDORES*/
    .contenedor{
        width: 100%;
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .contenedor_red{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #ffffff;
    }
    .contenedor_blue{
        width: 100%;
        height: 100vh;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #829AC9;
    }
    .grillado{
        width: 83.33%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .encabezado{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        z-index: 9;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
    }
    .logo_header{
        width: 40%;
        height: auto;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
    }
    .descr{
        width: calc(100% - 52%);
        height: auto;
        display: inline-block;
        vertical-align: bottom;
        text-align: left;
        font-size: 0.9vw;
        line-height: 1.2vw;
        text-transform: uppercase;
        padding: 0px 10px;
        opacity: 1;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .desaparece{
        opacity: 0!important;
    }
    .descr > span{
        font-weight: 900;
    }
    .modulos_hache{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 -10px;
        padding: 0 0 0 0;
    }
    .mod_sobre{
        width: calc(25% - 20px);
        height: 42.2vh;
        min-height: 271px;
        display: inline-block;
        background-color: #FC1B24;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 20px 10px 10px;
        position: relative;
    }
    .mod_cont_trabajos{
        width: calc(75% - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 10px 0px;
    }
    .mod_cv{
        width: 100%;
        height: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        border-radius: 1.5vw;
        margin: 0 0 20px;
        padding: 0.6vh 0 2vh 2.5vw;
        position: relative;
    }
    /*
    .mod_cv::before{
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
        background-image: url('../img/foto_hache.webp');
        background-size: 390px auto;
        background-position: right center;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;

    }
    */
    .mod_algunos{
        width: 100%;
        height: 34vh;
        min-height: 159px;
        display: inline-block;
        background-color: #8691b0;
        border-radius: 1.5vw;
        position: relative;
    }
    .mod_conocimientos{
        width: calc(70% - 10px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        background-color: #f0b94f;
        border-radius: 1.5vw;
        margin: 10px;
        position: relative;
    }
    .mod_cont_cierre{
        width: calc(30% - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 -10px 0 0;
    }
    .mod_arrow{
        background-color: #435d70;
        width: calc(40% - 20px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 20px 10px 10px;
        position: relative;
    }
    .flecha{
        width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 1.5vw;
    }
    .logo_mini{
        background-color: #000000;
        width: calc(60% - 10px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 0;
        padding: 0;
    }
    .logo_mini_hache{
        background-color: #000000;
        width: 50px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-radius: 0.5vw;
        margin: 10px 0;
        padding: 0;
    }
    .alinea_hache{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 15%;
    }
    .alinea{
        width: 100%;
        height: 25vh;
        min-height: 159px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4.5vh 15%;
    }
    .letra{
        width: 50%;
        height: auto;
        display: block;

    }
    /*FIN CONTENEDORES*/
    /*CONTENEDORES_SOBRE_MI*/
    .cintillo{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 2vw 0 0;
    }
    .cintillo span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 1.8vw;
        /* padding: 0 0 0 6.5vw; */
        padding: 0;
        color: #FC1B24;
    }
    .cintillo_B{
        width: calc(100% + 10%);
        height: auto;
        display: block;
        position: relative;
        margin: 2vw -10% 2vw;
    }
    .cin{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 1.8vw;
        padding: 0.2vw 0 0.3vw;
        color: #000000;
    }
    .cintillo_B span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 1.8vw;
        padding: 0.2vw 0 0.6vw;
        color: #ffffff;
    }
    .col01{
        width: 65%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .col02{
        width: 35%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .bloque_negro{
        width: calc(100% - 40px);
        height: 10vw;
        display: block;
        background-color: #000000;
        margin: 2.2vw 20px 0;
    }
    .nombre_hache{
        font-weight: 700;
        font-size: 3.8vw;
        margin: 0.7vw 0 0.5vw;
    }
    .col03{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .cont_trabajo{
        width: calc((100% / 5) - 10px);
        height: auto;
        /* min-height: 150px;*/
        display: inline-block;
        vertical-align: top;
        background-color: #000000;
        opacity: 0.7;
        margin: 5px;
        border-radius: 10px;
        overflow: hidden;
    }
    .anotaciones{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.2vw;
    }
    .cont_separador{
        padding: 1vw 0 0 6.5vw;
    }
    .saber{
        padding: 1vw 0 0 6.5vw;
    }
    .col_saber{
        width: calc((100% / 4) - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 20px;
    }
    .tit_saber{
        font-family: 'integra', sans-serif;
        font-size: 2.1vw;
        color: #000000;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 20px;
    }
    .item_saber{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 5px;
    }
    .img_saber{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .tx_saber{
        width: calc(100% - 30px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-family: 'roboto-400', sans-serif;
        font-size: 1.3vw;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 15px;
    }
    .anotaciones_bold{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.5vw;
        font-family: 'integra', sans-serif;
    }
    .anotaciones_der{
        width: calc(100% - 40px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-size: 1.2vw;
        padding: 50px 20px 30px;
    }
    .anotaciones_der > span{
        font-weight: 700;
    }
    .texto{
        width: 60%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0.5vw 0 0.5vw;
        font-size: 1.3vw;
    }
    .texto > span{
        font-weight: 700;
        font-size: 1.5vw;
    }
    .separador{
        width: 100%;
        height: 1px;
        display: block;
        background-color: #000000;
        margin: 20px 0 20px;
    }
    .footer_hache{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: right;
        margin: 2vw 0 3vw;
    }
    /*TEXTOS*/
    .tit_btn{
        font-family: 'integra', sans-serif;
        color: #ffffff;
        font-size: 5vw;
        line-height: 4.1vw;
        position: absolute;
        left: 2vw;
        right: auto;
        top: auto;
        bottom: 2vw;
        text-transform: uppercase;
        pointer-events: none;

        

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .cono{
        color: #000;
    }
    .btn_cv{
        width: 65%;
        height: 30px;
        max-width: 372px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1vw;
        background-color: transparent;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.6vw;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }
    .hache_autor{
        position: fixed;
        left: auto;
        top: auto;
        right: 0;
        bottom: calc(50% - 155px);
        display: block;
        margin: 10px 20px;
        
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        white-space: nowrap;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    .arrow_nombre{
        width: 24px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .hache_autor span{
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
        padding: 2px 0 2px 10px;
    }
    .menu_red{
        position: absolute;
        left: auto;
        top: auto;
        right: 1vw;
        bottom: 0.5vw;
    }
    .red_hache{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    /*FIN TEXTOS*/

    .mano{
        width: 70%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: -8%;
        bottom: auto;
    }
    .ok{
        width: 23%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .aca{
        width: 35%;
        height: auto;
        display: block;
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
}

@media screen and (min-width: 1400px) {
    .mini_descarga{
        width: auto;
        height: 30px;
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: 6px 1.5vw 5px;
        text-align: center;
        vertical-align: top;
        border-radius: 30px;
        text-decoration: none;
        font-family: 'integra', sans-serif;
        font-size: 14px;
        line-height: 16px;
        cursor: pointer;
        z-index: 10;
        position: relative;
    
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
    }
    /* fluid 5 columns */
    .grid-sizer,
    .grid-item { 
        width: 20%;
        margin-bottom: 2vw;
        opacity: 1!important;

    }
    /* 2 columns */
    .grid-item--width2 { width: 20%; }
    /*CONTENEDORES*/
    .contenedor{
        width: 100%;
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .contenedor_red{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #ffffff;
    }
    .contenedor_blue{
        width: 100%;
        height: 100vh;
        display: block;
        position: relative;
        padding: 7vw 20px 0px;
        background-color: #829AC9;
    }
    .grillado{
        width: 83.33%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .encabezado{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: left;
        z-index: 9;
        left: 0;
        top: 0;
        bottom: auto;
        right: auto;
        padding: 30px 0 10px;
    }
    .logo_header{
        width: 50%;
        height: auto;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
    }
    .descr{
        width: calc(100% - 52%);
        height: auto;
        display: inline-block;
        vertical-align: bottom;
        text-align: left;
        font-size: 0.8vw;
        line-height: 0.9vw;
        text-transform: uppercase;
        padding: 0px 20px 1px;
        opacity: 1;

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .desaparece{
        opacity: 0!important;
    }
    .descr > span{
        font-weight: 900;
    }
    .modulos_hache{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 -10px;
        padding: 0 0 0 0;
    }
    .mod_sobre{
        width: calc(25% - 20px);
        height: 42.2vh;
        min-height: 271px;
        display: inline-block;
        background-color: #FC1B24;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 20px 10px 10px;
        position: relative;
    }
    .mod_cont_trabajos{
        width: calc(75% - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 10px 0 10px 0px;
    }
    .mod_cv{
        width: 100%;
        height: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        border-radius: 1.5vw;
        margin: 0 0 20px;
        padding: 0.6vh 0 2vh 2.5vw;
        position: relative;
    }
    /*
    .mod_cv::before{
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
        background-image: url('../img/foto_hache.webp');
        background-size: 390px auto;
        background-position: right center;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;

    }
    */
    .mod_algunos{
        width: 100%;
        height: 34vh;
        min-height: 159px;
        display: inline-block;
        background-color: #8691b0;
        border-radius: 1.5vw;
        position: relative;
    }
    .mod_conocimientos{
        width: calc(70% - 10px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        background-color: #f0b94f;
        border-radius: 1.5vw;
        margin: 10px;
        position: relative;
    }
    .mod_cont_cierre{
        width: calc(30% - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 -10px 0 0;
    }
    .mod_arrow{
        background-color: #435d70;
        width: calc(40% - 20px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 20px 10px 10px;
        position: relative;
    }
    .flecha{
        width: 60%;
        height: auto;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 1.5vw;
    }
    .logo_mini{
        background-color: #000000;
        width: calc(60% - 10px);
        height: 25vh;
        min-height: 159px;
        display: inline-block;
        vertical-align: top;
        border-radius: 1.5vw;
        margin: 10px 0;
        padding: 0;
    }
    .logo_mini_hache{
        background-color: #000000;
        width: 50px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        border-radius: 0.5vw;
        margin: 10px 0;
        padding: 0;
    }
    .alinea_hache{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 15%;
    }
    .alinea{
        width: 100%;
        height: 25vh;
        min-height: 159px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4.5vh 15%;
    }
    .letra{
        width: 50%;
        height: auto;
        display: block;

    }
    /*FIN CONTENEDORES*/
    /*CONTENEDORES_SOBRE_MI*/
    .cintillo{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 2vw 0 0;
    }
    .cintillo span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 1.8vw;
        /*padding: 0 0 0 6.5vw;*/
        padding: 0;
        color: #FC1B24;
    }
    .cintillo_B{
        width: calc(100% + 10%);
        height: auto;
        display: block;
        position: relative;
        margin: 2vw -10% 2vw;
    }
    .cin{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 1.8vw;
        /*padding: 0 0 0 6.5vw;*/
        padding: 0.2vw 0 0.3vw;
        color: #000000;
    }
    .cintillo_B span{
        text-transform: uppercase;
        font-family: 'integra', sans-serif;
        font-size: 1.8vw;
        /*padding: 0 0 0 6.5vw;*/
        padding: 0.2vw 0 0.4vw;
        color: #ffffff;
    }
    .col01{
        width: 65%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .col02{
        width: 35%;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .bloque_negro{
        width: calc(100% - 40px);
        height: 8vw;
        display: block;
        background-color: #000000;
        margin: 2.2vw 20px 0;
    }
    .nombre_hache{
        font-weight: 700;
        font-size: 3.8vw;
        margin: 0.7vw 0 0.5vw;
    }
    .col03{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .cont_trabajo{
        width: calc((100% / 5) - 10px);
        height: auto;
        /* min-height: 150px;*/
        display: inline-block;
        vertical-align: top;
        background-color: #000000;
        opacity: 0.7;
        margin: 5px;
        border-radius: 10px;
        overflow: hidden;
    }
    .anotaciones{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.2vw;
    }
    .cont_separador{
        padding: 1vw 0 0 6.5vw;
    }
    .saber{
        padding: 1vw 0 0 6.5vw;
    }
    .col_saber{
        width: calc((100% / 4) - 10px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 20px;
    }
    .tit_saber{
        font-family: 'integra', sans-serif;
        font-size: 2.1vw;
        color: #000000;
        text-align: left;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 20px;
    }
    .item_saber{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 5px;
    }
    .img_saber{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .tx_saber{
        width: calc(100% - 30px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-family: 'roboto-400', sans-serif;
        font-size: 1.3vw;
        line-height: 30px;
        font-weight: 400;
        text-align: left;
        padding: 0 0 0 15px;
    }
    .anotaciones_bold{
        width: 40%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0 0 6.5vw;
        font-size: 1.5vw;
        font-family: 'integra', sans-serif;
    }
    .anotaciones_der{
        width: calc(100% - 40px);
        height: auto;
        display: inline-block;
        vertical-align: top;
        font-size: 1.2vw;
        padding: 45px 20px 30px;
    }
    .anotaciones_der > span{
        font-weight: 700;
    }
    .texto{
        width: 60%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1vw 0.5vw 0 0.5vw;
        font-size: 1.3vw;
    }
    .texto > span{
        font-weight: 700;
        font-size: 1.5vw;
    }
    .separador{
        width: 100%;
        height: 1px;
        display: block;
        background-color: #000000;
        margin: 20px 0 20px;
    }
    .footer_hache{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: right;
        margin: 2vw 0 3vw;
    }
    /*TEXTOS*/
    .tit_btn{
        font-family: 'integra', sans-serif;
        color: #ffffff;
        font-size: 5vw;
        line-height: 4.1vw;
        position: absolute;
        left: 2vw;
        right: auto;
        top: auto;
        bottom: 2vw;
        text-transform: uppercase;
        pointer-events: none;

        

        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .cono{
        color: #000;
    }
    .btn_cv{
        width: 65%;
        height: 30px;
        max-width: 372px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1vw;
        background-color: transparent;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }
    .hache_autor{
        position: fixed;
        left: auto;
        top: auto;
        right: 0w;
        bottom: calc(50% - 170px);
        display: block;
        margin: 10px 30px;
        
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        white-space: nowrap;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    .arrow_nombre{
        width: 24px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .hache_autor span{
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
        padding: 2px 0 2px 10px;
    }
    .menu_red{
        position: absolute;
        left: auto;
        top: auto;
        right: 0.8vw;
        bottom: 0.5vw;
    }
    .red_hache{
        width: 30px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        
    }
    /*FIN TEXTOS*/
}