   html {
    font-size: 14px;
  }
  h3, p, a {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
 header {
     position: relative;
  }
  section {
    width: 98%;
    min-height: calc(100vh - 200px);
    justify-content: space-around;
    padding-bottom: 2rem;
  }
  footer {
    display: block;
    height: 50px;
    visibility: visible;
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .inicio {
      height: 100vh;
      position: relative;
      bottom: 0;
    justify-content: flex-start;
  }
  .title {
    height: 16vh;
    margin-top: 0;
    justify-content: unset;
  }
  .title h1 {
    font-size: 1.6rem;
  }
  .title h2 {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  #container-slide {
    width: 99%;
    height: 56%;
  }
  .slide {
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    align-items: flex-start;
  }
  .slide a {
    width: 100%;
  }
  .slide a img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slide_1 {
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
  .slide_2 {
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
  .slide_3 {
    -o-object-position: 80% 100%;
    object-position: 80% 100%;
  }
  .slide_4 {
    -o-object-position: 30% 100%;
    object-position: 30% 100%;
  }
  .slide_5 {
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
  .grid_notas {
    width: 100%;
    padding: 0rem;
    grid-gap: 1.2rem;
  }
  .grid_notas .box {
    width: 80%;
    height: 100px;
    margin: 0 auto;
  }
  .notas {
    width: 100vw;
    position: relative;
    top: 0vh;
  }
  .text_off_1 {
   height: 26;
  }
  .text_off_1 .scroll {
    height: 25vh;  
  }
  .wrap {
    width: 100vw;
    height: 54vh; 
    margin: auto;
  }
  .wrap .scroll {
    height: 52vh;
    padding: 0 1rem;
  }
  .wrap .scroll h3 {
    width: 80vw;
    font-size: 1rem;
  }
  .wrap .scroll p {
    font-size: 1rem;
  }
  .arrows {
    width: 100%;
    justify-content: space-between;
    border-radius: 50%;
    bottom: -12%;
    right: 0;
    left: 0;
  }
  .arrows a {
    width: 30%;
    height: 40px;
  }
  .about {
    width: 100%;
    justify-content: space-between;
  }
  .about .bio-alpha {
    width: auto;
    margin-top: 1rem;
    padding: 1rem;
  }
  .about .bio-beta {
    background-color: #ff8bee;
    width: 90%;
    margin: 1rem auto 0;
    padding: 2rem 1rem 3rem 1rem;
    font-size: 1rem;
  }
  .circle, .link-index {
    display: none;
    width: 80px;
    height: 80px;
    top: 1rem;
    left: 3rem;
  }
  .circle img, .link-index img {
    display:none;
    width: auto;
    height: 100%;
    scale: 1.2;
    cursor: pointer;
  }
  .menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -4%;
    left: 0;
    padding-top: 20vh;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu ul {
    width: 100vw;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .menu ul li {
    text-align: center;/**/
    width: 100vw;
    margin: 0 auto;
    padding-bottom: 4vh;
  }
  .menu ul li a {
    font-size: 15px;
  }
  .menu .redes {
    position: fixed;
    bottom: 2rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .menu .redinsta{
    left: 1rem;
  }
  .menu .redvimeo{
      left: 5rem;
  }
    .menu .tripulacion {
    position: fixed;
    bottom: 2.3rem;
    right: 2rem;
  }
  .menu .icon {
    background: transparent;
    transform: unset;
  }
  .menu .side-alpha {
    -ms-writing-mode: unset;
    writing-mode: unset;
    transform: unset;
    bottom: 0;
    left: 0;
  }
  .menu .side-beta {
    -ms-writing-mode: unset;
    writing-mode: unset;
    transform: unset;
    top: 0;
    right: 0%;
  }
  .menu.mobile_on {
    background-color: #ff8bee;
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .label {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 1rem;
    top: 2rem;
    border-radius: 50%;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;
  }
  .hamburger {
    background: #262626;
    width: 2rem;
    height: .2rem;
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    display: block;
    transform-origin: center;
    transition: .4s ease-in-out;
  }
  .hamburger:after, .hamburger:before {
    background: #262626;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    transition: .4s ease-in-out;
  }
  .hamburger:before {
    top: -10px;
  }
  .hamburger:after {
    bottom: -10px;
  }
  .close {
    background: white;
    transform: rotate(135deg);
  }
  .close::after {
    background: white;
    bottom: 0;
    transform: rotate(90deg);
  }
  .close::before {
    background: white;
    top: 0;
    transform: rotate(90deg);
  }
  .overflow_y {
    overflow: hidden !important;
  }
  .options {
    height: unset;
    margin: 10rem 0 0;
    padding-bottom: 2rem;
  }
  .options ul {
    width: 90vw;
  }
  .options ul li, .options ul a {
    width: 100%;
    font-size: 16px;
  }
  .grid_films {width: 90vw;}
  .item-films {
      width: 94vw;
  }
  .item-films > .notas {margin-left: -2vw; }
  .galeria-grid {
    position: relative;
    width: 90vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .item-1, .item-a, .item-b {
    grid-column: 1/-1;
  }
  .overlay .content-overlay {
    background-color: white;
    width: auto;
    max-width: 100%;
    min-height: auto;
  }
  .overlay:target .close-popup {
    cursor: default;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  .overlay:target .close-popup {
    opacity: 1;
  }
  .btn_close {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: 24px;
    height: 24px;
  }
  .x_close {
    width: 10px;
    height: 20px;
  }
  .description {
    width: auto;
    padding: 1rem 1rem 1rem;
  }
  .head-form {
    width: 90%;
    padding-top: 0rem;
    margin-top: 10rem;
  }
  .formulario {
    width: 90vw;
    margin: 2rem auto;
  }
  .error_mensaje {
    width: 70%;
    height: 50vh;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .error_mensaje h1, .error_mensaje h3 {
    line-height: 2rem;
    font-size: 1.4rem;
  }
  .oops{
      display: none;
  }
  .arrows-ph {
    display: none;
  }
  
  