@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* Para tablets: */
  * HEADER E INICIO----------------------------------- */
  .offcanvas .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    background-color: green;
    border: none;
    box-shadow: none;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .offcanvas .dropdown-menu li{
    padding: 5px 10px;
    color: #fff;
  }
  
  #dropdown-menu-3 li,
  #dropdown-menu-4 li
  {
    color: #fff !important;
  }
  
  #nav-interior .menu-item-type-post_type{
    color: green;
  }
  
  .offcanvas .dropdown-item {
    padding-left: 2rem;
  }
  #nav-interior .menu-item::after{
    display: none;
  }
  #menu-desktop{
    display: none;
  }
  .navbar>.container{
    flex-wrap: nowrap !important;
  }
  #background-top-header{
    display: none;
  }
  header{
    /* position: relative; */
    box-shadow: none;
  }
  #menu-mobile-header{
    z-index: 5;
    display: block;
    border-radius: 50px;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: transparent;
  }
  
  #offcanvasRightMobile{
    width: 80%;
  }
  #offcanvas-mobile-header{
    position: relative;
  }
  #offcanvas-mobile-header::after{
    content: '';
    display: inline-block;
    width: 90%;
    height: 1px;
    bottom: 0;
    background-color: green;
    position: absolute;
  }
  #offcanvas-mobile-header .btn-close{
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  #offcanvas-mobile-header p{
    color: green;
  }
  
  /* Icon 1 VERSION MOBILE */
  .animated-icon2-Mobile {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    left: 2px;
    }
    
    .animated-icon2-Mobile span{
    display: block;
    position: absolute;
    height: 3px;
    width: 95%;
    border-radius: 9px;
    opacity: 1;
    left: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: green;
    }
    
    .animated-icon2-Mobile span:nth-child(1) {
    top: 0px;
    }
    
    .animated-icon2-Mobile span:nth-child(2),
    .animated-icon2-Mobile span:nth-child(3) {
    top: 8px;
    }
    
    .animated-icon2-Mobile span:nth-child(4) {
    top: 16px;
    }
    
    .animated-icon2-Mobile.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
    
    .animated-icon2-Mobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    }
    
    .animated-icon2-Mobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    }
    
    .animated-icon2-Mobile.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    }
  
  
  
  
  #content-inicio {
    /* height: 100vh; */
    margin-top: 130px;
  }
  #content-inicio .lineaverdegris{
    top: -140px;
  }
  #content-inicio .circulo-left{
    display: none;
  }
  #content-inicio .col-derecha .circulo-top{
    display: none;
  }
  #inicio .circulo-footer{
    display: none;
  }
  #prueba{
    clip-path: none;
    background: #fff;
    width: 100%;
    height: 70%;
    position: relative;
    margin-top: 0;
    display: flex;
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
  }
  
  #content-inicio .col-izquierda {
    height: inherit;
  }
  
  #prueba::after {
    display: none;
  }
  
  
  #contenedor-cards a{
    margin: 0;
  }
  
  #video-texto{
    margin-top: 0;
    background: transparent;
  }
  #contenedor-cards{
    justify-content: center;
    height: 75%;
    width: 100%;
  }
  #video-interior{
    border: none;
    height: auto;
    border-radius: 0;
  }
  #video_header{
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  
  #contenedor-cards a::before,
  #contenedor-cards a::after
  {
    width: 100%;
    height: 1%;
    top: -10px;
    left: 0px;
  }
  #video-interior #poster_principal,
  #fondo-negro-video{
    border-radius: 0;
  }
  
  span.bullets{
    margin: 0;
  }
  #video-texto h2{
    font-size: 20px;
  }

  #contenedor-cards {
    flex-direction: column;
}
  
}