* {
    text-decoration: none;
    list-style: none;
}

body {
    font-family: arial;
    display: flex;
    background: #EEEFEF;
    height: 100vh;
}

.navTopBar {
    background: #ffffff;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(243, 243, 243, 0.75);
    -moz-box-shadow: 0px 2px 9px 0px rgba(243, 243, 243, 0.75);
    box-shadow: 0px 2px 9px 0px rgba(243, 243, 243, 0.75);
}

.textColumns{
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 13px;
    transition: .5s;
    border-bottom: 2px solid #0000ff00;
}

a {
    text-decoration: none;
}

.logo {
    float: left;
    width: 200px;
    margin: 5px;
    animation-name: animLogo;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

.logo img {
    width: 150px;
    margin: 10px;
}

@keyframes animLogo {
    0% {
        width: 0px;
    }
    100% {
        width: 200px;
    }
}

.navTopBar ul {
    float: right;
    margin-right: 20px;
}

.navTopBar>ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
    text-align: center;
}

.navTopBar ul li a {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 13px;
    transition: .5s;
    border-bottom: 2px solid #0000ff00;
}

.navTopBar ul li a.activeColor,
.navTopBar ul li a:hover {
    color: #f28d00;
    border-bottom: 2px solid #f28d00;
    /*     background: #e8e8e8; */
}

.checkbtn {
    font-size: 30px;
    color: #566573;
    float: right;
    line-height: 80px;
    margin-top: 15px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.contenedor {
    padding-top: 70px;
}

@media (max-width: 1100px) {
    .checkbtn {
        display: block;
    }
    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 80px;
        background: #ECF0F1;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1;
    }
    nav ul li {
        display: block;
        margin: 40px 0;
        line-height: 30px;
    }
    nav ul li a {
        font-size: 20px;
    }
    nav ul li a:hover,
    a.activeColor {
        background: none;
        color: #273746;
    }
    #check:checked~ul {
        left: 0;
    }
}


/*Toggle de Menu*/

.toggle {
    top: 50%;
    left: 50%;
    transform: translate(-50%-50%);
    margin-top: 10px;
}

.toggle span {
    position: relative;
    width: 36px;
    height: 4px;
    background: #696969;
    display: block;
    border-radius: 5px;
    margin-bottom: 8px;
    transition: .5s;
}

.toggle span:nth-child(1) {
    transform-origin: left;
}

.toggle span:nth-child(2) {
    transform-origin: center;
}

.toggle span:nth-child(3) {
    transform-origin: left;
}

.toggle.activad span:nth-child(1) {
    transform: rotate(40deg);
    left: -5px;
}

.toggle.activad span:nth-child(2) {
    transform: rotate(315deg);
    right: 10px;
}

.toggle.activad span:nth-child(3) {
    transform: scaleX(0);
}


/* codigo imagen inicio */

.contenedorPortadaInicio {
    width: 100%;
    height: 100vh;
    margin: auto;
    top: 0;
    background-size: 100%;
    animation: movimiento 15s infinite linear alternate;
}

.contenedorPortadaInicio .capa {
    width: 100%;
    height: 100%;
    background: rgb(151 151 151 / 33%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.contenedorPortadaInicio .containerTexto {
    width: 100%;
    padding: 5%;
}

.contenedorPortadaInicio h1,
.contenedorPortadaInicio p {
    color: #FFF;
    font-weight: 100;
}

.contenedorPortadaInicio h1 {
    font-family: arial rounded mt;
    font-size: 60px;
    margin-bottom: 20px;
}

.contenedorPortadaInicio p {
    width: 100%;
    max-width: 500px;
    font-family: arial;
    font-size: 20px;
}

.contenedorPortadaInicio button {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid white;
    font-size: 20px;
    color: #FFF;
    background: #ffffff00;
    transition: all .5s;
}

.contenedorPortadaInicio button:hover {
    background: #f28d00;
    border: 3px solid #f28d00;
    cursor: pointer;
}

@media screen and (max-width: 470px) {
    .contenedorPortadaInicio h1 {
        font-size: 35px;
    }
    .contenedorPortadaInicio p {
        font-size: 17px;
        width: 70%;
    }
    nav ul{
        top: 80px;
    }
}

@media screen and (max-width: 886px) {
    .contenedor {
        padding-top: 50px;
    }
    .contenedorContacto span {
        display: none;
    }
    .contenedorContacto ul li {
        width: 10%;
        padding: 0%;
        font-size: x-large;
        margin: auto;
    }
    nav ul {
        top: 80px;
    }
}

& .btn-menu {
  display: none;
  height: 35px;
  width: 35px;
}


.sider-menu {
  font-family: Segoe UI;
  display: flex;
  flex-direction: column;
  width: 15vw !important;;
  height: 100vh;
  transition: width 0.5s ease;
  

  & .sidebar-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 170px;
    margin-bottom: 15px;

    & .info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 92% !important;
      background-color: #ffffff;
      height: 250px;
      padding-bottom: 10px;
      border-bottom-right-radius: 25px;
      border-right: solid 3px #F7AD01;
      border-bottom: solid 3px #F5BC35;
        
      

      & .nameConfi {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 5px;
      }

      & span {
        width: 140px;
        margin-left: 45px;
        font-size: 20px;
      }
    }
  }

  & .sidebar-Content {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 38px;
    scrollbar-width: thin;
    direction: rtl;
    overflow: auto;
    scrollbar-color: #a0a0a0 #ffffff;

    ::-webkit-scrollbar-thumb {
      background-color: #a0a0a0;
    }

    & .menu {
      list-style: none;
      padding: 0;
      margin: 0;

      & .header-menu {
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 10px;
        cursor: pointer;
        margin-left: 10px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        text-align: end;
        margin-top: 3px;
        font-size: 18px;
        /*! background-color: white; */

        & .icon-flecha {
          padding: 10px;
          width: 10%;
          margin-left: 10px;
        }

        & .container-title-icon {
          display: flex;
          justify-content: end;
          align-items: center;
          width: 90%;
        }

        & .title-menu {
          display: flex;
          justify-content: end;
          align-content: center;
          width: 75%;
          font-size: 18px;
          font-weight: 600;
        }

        & .icon-representativo {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 10px;
          width: 25%;
        }
      }

      & .submenu {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        margin-left: 50px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        margin-top: 5px;
        cursor: pointer;
        display: none;

        & .opcion {
          display: flex;
          align-items: center;
          justify-content: end;
          cursor: pointer;
          margin-left: 20px;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          text-align: end;
          margin-top: 3px;
          /*! padding: 10px; */

          & a {
            display: flex;
            align-items: center;
            justify-content: end;
            margin-left: 10px;
            font-size: 15px;
            text-decoration: none;
            color:  black !important;
            width: 100%;
            height: 80%;
            /*! background-color: red; */
          }
          height: 55px;
        }

        & .container-sub {
          padding: 10px;
          cursor: pointer;
          margin-left: 20px;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          text-align: end;
          margin-top: 3px;
          display: flex;
          align-items: center;
          justify-content: space-between;

          & p {
            margin: 0;
            margin-left: 10px;
            font-size: 15px;
          }
        }

        & .container-submenu {
          display: none;

          & div {
            display: flex;
            justify-content: end;
            align-items: center;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            margin-left: 45px;
            margin-top: 5px;
            height: 30px;
          }

          & a {
            display: flex;
            align-items: center;
            justify-content: end;
            text-decoration: none;
            font-size: 14px;
            width: 100%;
            height: 80%;
            margin-left: 10px;
            color: black !important;
            cursor: pointer;
            text-align: end;
          }

          & div:hover,
          div.active {
            background-color: #F5BC35;
          }
        }

        & .opcion:hover,
        .opcion.active {
          background-color: #F5BC35;
        }

        & .container-sub:hover {
          background-color: #F5BC35;
        }
      }

      & .submenus {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
        margin-left: 75px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        margin-top: 5px;
        cursor: pointer;

        & a {
          font-size: 18px;
          margin-left: 10px;
        }
      }

      & .header-menu:hover,
      .header-menu.active {
        background-color: #F5BC35;
        transition: all 0.3s ease-in-out;
        color: black;
      }
    }
  }
}

.sider-menu .menu .sidebar-title {
  padding: 0 1rem;
  margin: 1.5rem 1.5rem 1rem;
  font-size: 1rem;
  list-style: none;
  font-weight: 600;
  color: #6d2205;
  text-align: center;
  text-decoration: underline;
}

.container-app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 85vw !important;
  padding-right: 10px;

  & .container-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100% !important;
    height: 98vh;
    background-color: white !important;
    border-radius: 20px;
    scrollbar-width: thin !important;
    overflow: auto !important;
    scrollbar-color: #a0a0a0 #ffffff !important;

    ::-webkit-scrollbar-thumb {
       background-color: #a0a0a0 !important;; 
    }

    & .modal-bienvenida {
      width: 68%;
      height: 90%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      scrollbar-width: thin;
      overflow: auto;
      scrollbar-color: #a0a0a0 #ffffff;

      ::-webkit-scrollbar-thumb {
        background-color: #a0a0a0;
      }

      .containerBienvenido {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 85%;
        height: 45%;
        background-color: #EEEFEF;
        border-radius: 15px;
        margin-bottom: 100px;
      }

      & h2 {
        font-size: 40px;
        margin: 0 0 10px 10px;
      }

      & .separador {
        height: 2px;
        background-color: black;
        width: 90%;
        opacity: 0.2;
      }

      & p {
        font-size: 18px;
        margin: 10px 0 10px 0;
      }
    }
  }
}

.containerMenuOpcion {
  background-color: white;
}

.contenedorProgramacionActividades {
  scrollbar-width: thin !important;
  overflow: auto !important;
  scrollbar-color: #a0a0a0 #ffffff !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  border-radius: 20px !important;
  margin: 0 !important;
  background-color: white !important;;

  ::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
  }
  
}


@media (max-width: 1650px) {
  .sider-menu{
    width: 20vw !important;    
  }
  
  .container-app{
    width: 80vw !important;    
  }
    
  .modal-bienvenida {
    width: 95% !important;
  }
  
  .mensajeAviso{
    width: 90% !important;;
    & .textInfo {
      display: flex;
      flex-direction: column;
      width: 100%;
      & h5{
        width: 100%;
        font-size: 18px;
      }
     }
  }
}


@media (max-width: 1200px) {
  .sider-menu{
    width: 25vw !important;    
  }
  
  .container-app{
    width: 75vw !important;    
  }
}



@media (max-width: 1024px) {
  .container-app{
    width: 100vw !important;
  }
  .btn-menu {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 25px;
    cursor: pointer;
    background-color: #eaeff0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(
      158deg,
      rgba(242, 159, 5, 1) 28%,
      rgba(242, 135, 5, 1) 48%,
      rgba(242, 116, 5, 1) 75%
    );
    z-index: 50;
  }

  .sider-menu {
    left: -300px;
    width: 0;
    background-color: #EEEFEF;
    position: fixed;
    z-index: 40;
    transition-delay: 1s;
    & .info {
      overflow: hidden;

      & .nameConfi {
        margin: 0 !important;
      }

      & span {
        margin-left: 40px !important;
      }
    }
  }

  .sider-menu.show {
    left: 0;
    width: 280px !important;
    transition-delay: 0.4s;
  }

  .container-body {
    margin-left: 5px;
  }

  .modal-bienvenida {
    width: 95% !important;
  }
}

@media (max-width: 920px) {
  .btn-menu {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 25px;
    cursor: pointer;
    background-color: #eaeff0;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(
      158deg,
      rgba(242, 159, 5, 1) 28%,
      rgba(242, 135, 5, 1) 48%,
      rgba(242, 116, 5, 1) 75%
    );
    z-index: 50;
  }

  .sider-menu {
    left: -300px;
    width: 0;
    position: fixed;
    z-index: 40;
    transition-delay: 1s;
    & .info {
      overflow: hidden;
    }
  }

  .sider-menu.show {
    left: 0;
    width: 280px !important;
    transition-delay: 0.7s;
  }

  .container-body {
    margin-left: 5px;
  }

  .modal-bienvenida {
    width: 95% !important;
  }
}

@media (max-width: 728px) {
  .sider-menu {
    left: -300px;
    width: 0;
    position: fixed;
    z-index: 40;
    transition-delay: 0.7s;
    & .info {
      overflow: hidden;
    }
  }

  .sider-menu.show {
    left: 0;
    width: 250px !important;
    transition-delay: 1s;
    z-index: 40;
  }

  .container-body {
    margin-left: 3px;
  }

  .modal-bienvenida {
    width: 95% !important;
  }
}

@media (max-width: 480px) {
  .sider-menu {
    left: -300px;
    width: 0;
    position: fixed;
    z-index: 40;
    transition-delay: 0.7s;
    & .info {
      overflow: hidden;
    }
  }
  .sider-menu.show {
    left: 0;
    width: 280px !important;
    transition-delay: 0.4s;
    z-index: 40;
  }

  .container-body {
    margin-left: 1px;
  }

  .modal-bienvenida {
    width: 95% !important;
  }
  
  .mensajeAviso{
    width: 100% !important;
    
    & .textInfo {
      display: flex;
      width: 90% !important;
      flex-direction: column;
      & h5{
        width: 100%;
        font-size: 14px;
      }
     }
  }
}

/*CSS de la sección de banner*/
.dvbannerContainer {
  position: relative;
  width: 100%;
  height: 230px; 
  margin-bottom: 40px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.content-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  box-sizing: border-box;
}

.text-content {
  max-width: 100%;
  max-height: 50%;
  color: white;
  padding: 20px;
}

.titulo {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  position: relative;
  opacity: 0;
  animation: animacionTexto 1.5s ease-out forwards 0.5s;
  -webkit-animation: animacionTexto 1.5s ease-out forwards 0.5s;
}

.subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.9;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  opacity: 0;
  animation: animacionTexto 1.5s ease-out forwards 0.5s;
  -webkit-animation: animacionTexto 1.5s ease-out forwards 0.5s;
}



.image-group {
  position: relative;
  flex: 1; 
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.bannerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: blur(0,5px);
  opacity: 0;
  -webkit-filter: blur(0,5px);
  animation: animImagenBanner 2s ease-in forwards;
  -webkit-animation: animImagenBanner 2s ease-in forwards;
}


@keyframes animImagenBanner {
  0% {
      opacity: 0;
      transform: scale(1.1); 
  }
  100% {
      opacity: 1;
      transform: scale(1); 
  }
}


.personaBannerImg {
  position: relative;
  height: auto;
  max-height: 100%;
  z-index: 3;
  align-self: flex-end;
  opacity: 0;
  transform: translateY(50px);
  animation: animImagenPersona 2.2s ease-out forwards 0.5s;
  -webkit-animation: animImagenPersona 2.2s ease-out forwards 0.5s;
}



@keyframes animImagenPersona {
  0% {
      opacity: 0;
      transform: translateY(50px); 
  }
  100% {
      opacity: 1;
      transform: translateY(0); 
  }
}

@keyframes animacionTexto {
  0% {
      opacity: 0; 
      transform: translateX(-100%); 
  }
  100% {
      opacity: 1; 
      transform: translateX(0); 
  }
}
@media (max-width: 1690px) {
  .content-wrapper {
  background: linear-gradient(to top, #e86922, #ec862d);
  border-radius: 10px;
  }

  .titulo {
    font-size: 26px;
}

  .subtitle {
    font-size: 14px;
  }
}
/* Responsive styles */
@media (max-width: 768px) {
  .content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #e86922, #ec862d);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

  .text-content {
    max-width: 100%;
    text-align: center;
    padding: 20px 10px;
  }

  .titulo {
    font-size: 30px;
    border-bottom: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
}

  .subtitle {
    font-size: 18px;
  }

  .image-group,
  .bannerImg {
    display: none;
  }
}



