/* * {
      box-sizing: border-box;
}



html {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100vh;
} */

/* body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100vh;
      background: url(background-img.jpg);
      background-position: center;
      background-size: cover;
} */

.container-top{
      position: absolute;
      right: 5%;
      z-index: 100;
      display: none;
}
/* 
.movile ul {
      float: left;
}

.movile ul li {
      display: inline-block;
      float: left;
}

.movile ul li:not(:first-child) {
      margin-left: 48px;
}

.movile ul li:last-child {
      margin-right: 24px;
}

.movile ul li a {
      display: inline-block;
      outline: none;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      letter-spacing: 1.2px;
} */

.presentacion{
      display: none;
}

.movile{
      display: none;
}



.img-text{
      display: none !important;
}

.img-org{
      display: block !important;
}

@media all and (max-width: 1200px) {
      .container-top{
            position: absolute;
            right: 2%;
            z-index: 100;
           
      }
      
}


@media all and (max-width: 1200px) {

      .presentacion{
            display: inline;
      }

      .img-text{
            display: block !important;
      }

      .img-org{
            display: none !important;
      }

      .name{
            font-size: 70px;
      }
      .sub_name{
            font-size: 41px;
      }

      .top-menu{
            display: none;
      }
      .titulo{
          display: none;
          }

      .container-top{
            display: block;
      }
      .logo {
            padding: 0;
      }

      .movile{
            display: block;
      }

      .nav-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            z-index: 0;
            background: #fff;
            opacity: 0;
            transition: all 0.2s ease;

      }

      .nav-wrapper ul {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
      }

      .nav-wrapper ul li {
            display: block;
            float: none;
            width: 100%;
            text-align: right;
            margin-bottom: 10px;
      }

      .nav-wrapper ul li:nth-child(1) a {
            transition-delay: 0.2s;
      }

      .nav-wrapper ul li:nth-child(2) a {
            transition-delay: 0.3s;
      }

      .nav-wrapper ul li:nth-child(3) a {
            transition-delay: 0.4s;
      }

      .nav-wrapper ul li:nth-child(4) a {
            transition-delay: 0.5s;
      }

      .nav-wrapper ul li:not(:first-child) {
            margin-left: 0;
      }

      .nav-wrapper ul li a {
            padding: 10px 24px;
            opacity: 0;
            color: #000;
            font-size: 14px;
            /* font-weight: 600; */
            letter-spacing: 1.2px;
            transform: translateX(-20px);
            transition: all 0.2s ease;
      }

      .nav-btn {
            position: fixed;
            right: 10px;
            top: 10px;
            display: block;
            width: 48px;
            height: 48px;
            cursor: pointer;
            z-index: 9999;
            border-radius: 50%;
      }

      .nav-btn i {
            display: block;
            width: 20px;
            height: 2px;
            background: #000;
            border-radius: 2px;
            margin-left: 14px;
      }

      .nav-btn i:nth-child(1) {
            margin-top: 16px;
      }

      .nav-btn i:nth-child(2) {
            margin-top: 4px;
            opacity: 1;
      }

      .nav-btn i:nth-child(3) {
            margin-top: 4px;
      }
}



@media all and (max-width: 777px) {
/*      
      .img-container{
          max-width: 100%;
      } */
      .name{
        font-size:80px  ;
      }
      .sub_name{
            font-size: 48px;
      }
    
  }
  @media all and (max-width: 550px) {
   
      .name{
        font-size:15vw ;
      }

      .sub_name{
            font-size:9vw ;
      }
    
  }
  @media all and (max-width: 350px) {
   
      
      .name{
        /* font-size:4vw ; */
      }

      .sub_name{
            font-size: 29px;
            line-height: 90%;
      }
    
  }

#nav:checked + .nav-btn {
      transform: rotate(45deg);
}

#nav:checked + .nav-btn i {
      background: #000;
      transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1) {
      transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
      opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
      transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-wrapper {
      z-index: 9990;
      opacity: 1;
}

#nav:checked ~ .nav-wrapper ul li a {
      opacity: 1;
      transform: translateX(0);
}

.hidden {
      display: none;
}



  
