body {
    margin: 0;
    background-color: #000000;
}
/* header*/
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    position: relative;
    width: 100%;
    top: 0;
    background-color: #000000;
}
.navheader{
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: beige;
    height: 11vh;
    background-color: #282828ab;
}
.navheader aside{
    display: flex;
    margin-right: 0;
    white-space: nowrap;
    margin-right: 10%;
    gap: 20%;
}
.btnmoodle{
    margin-right: 2%;  
    border: none;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-decoration: none;
}
header h2{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 30%;
    margin-left: 2%;
}
.roboto-light img{
    width: 15%;
}
.carousel {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 2.8%;
    /*overflow: auto;  Asegura que el contenedor se ajuste a su contenido */
}

/* 
ASIDE MOODLE*/
.body{
    background-color: #000000;
    width: 100%;
    display: flex;
    overflow-x: hidden;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    position: relative; /* Se coloca por debajo del header */
    z-index: 0;
    /*height: 135vh;*/
    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    };
    
}
.listgroup{
    width: 25%;
}
.list-item{
    background-color:#141414;
    border: 1px solid #3f3f3f;
}

/* section lista*/
.serviciolist{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9412;
    border-radius: 5px;
    color: #000000;
    width: 106%;
    font-weight: 600;
    padding: 3%;
    
}
.btnmoodle:hover{
    color: #ff9412;
}
.centro_body{
background-color: #000000;
 display: flex;
 justify-content: center;
 width: 35%;
 height: auto;
 z-index: -1;
 .clearfix::after {
    content: "";
    clear: both;
    display: table;
}
}
.centro_body img{
    width: 90%;
}

/* section quienes somos*/
.quienes_somos{
    display: block;
    justify-content: center;
    float: right;
    width: 37%;
    font-weight: 400;
    margin-top: 6vh;
}
.quien_soy{
    background-color: #000000;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100%;
    padding-top: 3vh;
    height: 8.5vh;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.video{
    width: 100%;
    margin: 0 auto;
    padding: 2vh;
}
video {
    height: auto;
    width: 100%; 
    z-index: 1;
}
video::-webkit-media-controls { 
    z-index: 1; /* Controla el z-index de los controles del video en navegadores WebKit (como Chrome) */
}

video::-webkit-media-controls-enclosure {
    z-index: 1; /* Asegura que los controles del video estén detrás del contenido superpuesto */
}
/* Section final del body features-container*/
.features-container {
    background-color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Espaciar columnas */
    text-align: center;
    margin: 0 auto; /* Centrar el contenedor */
    padding: 4%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    width: 100%;
    
  }
  .feature {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Centrar verticalmente */
    width: 30%; /* Ajusta el ancho según sea necesario */
    padding: 3%; /* Ajusta el relleno según sea necesario */
    box-sizing: border-box; /* Incluir padding y borde en el ancho total */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch; /* Asegura que todos los cursos tengan la misma altura */
   
}
  .features-equipo{
    background-color: #141414;
    box-sizing: border-box;
    border-top: 4% solid transparent;
    
  }
  .equipo{
    text-decoration: none;
    color: #fff;
  }
  .features-equipo h3{
    padding: 1%;
    background-color: #141414;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;

  }
  .feature:hover{
    transform: scale(1.1);
    background-color: #141414d8;
    border-radius: 7%;
  }
  .feature img{
    width: 90%;
  }
  .feature:first-child {
    border-left: none; /* Quitar línea del primer elemento */
  }
  .feature-icon {
    margin-bottom: 2%; /* Espacio entre el icono y el título */
  }
/* FOOTER */
footer{
    padding: 2%;
    display:-ms-inline-grid;
    width: 100%;
    background-color: #141414;
    color: white;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
    
}
.footer1y2{
    width: 100%;
    height: 20vh;
    align-items: center;
}
.footer1y2 img{
    float: left;
    width: 50%;
    margin-bottom: 0;
}
/*.lema{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}*/

.footer1y2 svg{
    margin: 3vh;
   
}
.footer2{
    width: 50%;
    height: 32vh;
    float: right;
    justify-content: center;
    background-color: #141414;
    align-items: center;
    margin-top: 5vh;
    text-align: justify;
}
.footer3{
    clear: both;
    text-align: center;
    background-color: #000000;
    padding-top: 4%;
    width: 100%;
}

.footer1 svg{
    margin: 2%;
    fill: white;
}
.footer1 svg:hover{
    transform: scale(1.2);
}
.derechos-reservados{
    display: flex;
    justify-content: center;  
    margin-top: 6%;
}
.footer1{
    width: 50%;
    margin-right: 20%;
    background-color: #141414;
    margin-top: -2%;
}
.noticias{
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #ff9412;
    border-radius: 5px;
    color: #000000;
    width: 100%;
    font-weight: 600;
    margin-top: 13vh;
    padding-top: 2vh;
    font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal;
}
.noticias{
    background-color:#141414;
}
.noticias h4{
    background-color: #ff9412;
    padding: 3%;
    border-radius: 5px;
   
}
/*WHATSAPP BUTTON*/
.whatsapp-button {
    position: fixed;
    width: 23vh;
    bottom: 3%;
    height: 7.5%;
    right: 1.5%;
    background-color: #05d632;
    color: white;
    padding: 1.5%;
    border-radius: 25px;
    font-size: 90%;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.whatsapp-button svg{
    width: 6vh;
}

.whatsapp-button:hover {
    background-color: rgb(0, 160, 35)
}