@charset "UTF-8";

/*
font-family: 'Libre Franklin', sans-serif;
*/

html, body{
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Libre Franklin', sans-serif;
    color:#fff;
}

a{
    text-decoration: none;
    color: #fff;
}

.clear{
    clear: both;
}

/*fondo*/
.video_fondo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background-color: #000;
}
#video_full{
    width: 110vw;
   height: 66.25vw; 
   min-height: 110vh;
   min-width: 187.77vh; 
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: -webkit-translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

/*header*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 48%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.3)), color-stop(48%, rgba(0,0,0,0.3)), color-stop(99%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 48%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 48%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 48%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 48%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    z-index: 5;
}
.header_int{
    width: -o-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.titulo{
    cursor: pointer;
}
.titulo h1{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.02em;
    cursor: default;
}

.btn_menu{
    width: 45px;
    height: 26px;
    padding: 12px 0px;
    cursor: pointer;
}
.btn_menu .linea{
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px auto;
    transition: 600ms;
    transition-timing-function: ease;
}
.btn_menu .linea.l_01{}
.btn_menu .linea.l_01{}
.btn_menu .linea.l_01{}

.menu_desplegable{
    position: absolute;
    width: auto;
    height: auto;
    right: 10px;
    top: 100%;
    right: -300px;
    transition: 300ms;
    font-weight: 300;
    letter-spacing: 0.03em;
    opacity: 0;
}

.menu{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 15px;
}
.menu > *{
    background-color:#000;
    padding: 2px 10px;
    margin-bottom: 2px;
    cursor: default;
}
.menu span{
    display: block;
    width: fit-content;
}
.info_contacto{
    margin-top: -2px;
    font-size: 13px;
    line-height: 160%;
}
.info_contacto p{
    margin: 0;
}
.info_contacto a{}


/*contenido*/
.wrapper{
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.35);
}




.contenido{}
.frase{
    position: absolute;
    width: 100%;
    height: -o-calc(100% - 100px);
    height: -ms-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}
.center{}
.center h2{
    font-size: 5.1vw;
    font-weight: 700;
}
.over{
    display: none;
    width: 100%;
    left: 0;
    position: absolute;
    top: 50px;
    height: -o-calc(100% - 100px);
    height: -ms-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
    /* display: flex; */
    justify-content: flex-end;
    align-items: center;
}
.about{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.about_int{
    max-width:300px;
    width: -o-calc(100% - 15px);
    width: -ms-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    min-width: 300px;
    position: relative;
    transform: translateY(-150%);
    transition: 600ms;
    transition-delay: 300ms;
    transition-timing-function: ease-in;
}
.about p{}
.about a{
    text-decoration: underline;
}
.about b{
    font-weight: 700;
}
#about_btn{
    cursor: pointer;
}





.act_header .menu_desplegable{
  -webkit-animation-name: menu;
  -webkit-animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
  animation-name: menu;
  animation-duration: 600ms;  
  animation-fill-mode: forwards;
}
@-webkit-keyframes menu {
  0% {
    opacity: 0;
    right: -200px;
  }
  70% {
    opacity: 0;
    right: -200px;
  }
  100% {
    opacity: 1;
    right: 10px;
  }
}
@keyframes menu {
  0% {
    opacity: 0;
    right: -200px;
  }
  70% {
    opacity: 0;
    right: -200px;
  }
  100% {
    opacity: 1;
    right: 10px;
  }
}

.act_about .frase{
    opacity: 0;
}
.act_about .over{
    display: flex; 
}
.act_about  .about_int{
    -webkit-transform: -webkit-translateY(0px);
    transform: translateY(0px);
}


.act_header .btn_menu .linea.l_01{
    -webkit-transform: -webkit-translate(0px, 7px) rotate(45deg);
    transform: translate(0px, 7px) rotate(45deg);
}
.act_header .btn_menu .linea.l_02{
    opacity: 0;
}
.act_header .btn_menu .linea.l_03{
    -webkit-transform: -webkit-translate(0px, -7px) rotate(-45deg);
    transform: translate(0px, -7px) rotate(-45deg);
}
/*footer*/
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
}
.dupla{
    padding: 2px 15px 7px;
    display: block;
    font-size: 11px;
    letter-spacing: 0.02em;
}





