/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
@font-face {
    font-family: 'moon';
    src: url('../fonts/moon.eot');
    src: url('../fonts/moon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/moon.woff2') format('woff2'),
        url('../fonts/moon.woff') format('woff'),
        url('../fonts/moon.svg#moon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'm';
    src: url('../fonts/m.eot');
    src: url('../fonts/m.eot?#iefix') format('embedded-opentype'),
        url('../fonts/m.woff2') format('woff2'),
        url('../fonts/m.woff') format('woff'),
        url('../fonts/m.svg#m') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mr';
    src: url('../fonts/mr.eot');
    src: url('../fonts/mr.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mr.woff2') format('woff2'),
        url('../fonts/mr.woff') format('woff'),
        url('../fonts/mr.svg#m') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'mb';
  src: url('../fonts/mb.eot');
  src: url('../fonts/mb.eot?#iefix') format('embedded-opentype'),
      url('../fonts/mb.woff2') format('woff2'),
      url('../fonts/mb.woff') format('woff'),
      url('../fonts/mb.svg#m') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'ml';
    src: url('../fonts/ml.eot');
    src: url('../fonts/ml.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ml.woff2') format('woff2'),
        url('../fonts/ml.woff') format('woff'),
        url('../fonts/ml.svg#m') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT';
    src: url('../fonts/PT.eot');
    src: url('../fonts/PT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PT.woff2') format('woff2'),
        url('../fonts/PT.woff') format('woff'),
        url('../fonts/PT.svg#m') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
textarea {
    font-family: 'mr';
    padding: 0%;
    margin: 0px;
    color: #fff;
}

.cien {
    position: absolute;
    width: 100%;
    height: 100%;
}

#todo {
    position: absolute;
    width: 100%;
    height: 100%;
}

.seccion {
    position: absolute;
    width: 100%;
    height: 100%;
}

.logo {
    filter: invert(100%) brightness(1000%)
}

.reg {
    position: absolute;
    left: 200px;
    font-size: 12px;
    width: 25%;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    height: 30px;
    padding-left: 20px;
}

     .reg2::placeholder {
    color: #121223;
    }

.reg2 {
    position: absolute;
    left: 200px;
    font-size: 12px;
    width: 20%;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    height: 30px;
    padding-left: 20px;
}


.titulo {
    position: absolute;
    font-family: PT;
    font-size: 24px;
    font-weight: bold;
}

.sombra {
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.75);
}


.porcentajes {
    position: relative;
    display: inline-block;
  }
  
  .porcentajes svg {
    width: 60px;
    height: 60px;
  }

  .porcentajes2 {
    position: relative;
    display: inline-block;
  }
  .porcentajes2 svg {
    width: 120px;
    height: 120px;
  }
  
  circle {
    fill: none;
    stroke-width: 8; /* Ajusta el grosor del borde */
    transform: rotate(-90deg);
    transform-origin: 50%;
    stroke-dasharray: 100 100;
    stroke: #dadada;
  }

  
  
  circle:nth-child(2) {
    stroke: var(--color);
    stroke-dasharray: 0 100;
    animation: rellenar 1.5s linear forwards;
  }
  

  
  @keyframes rellenar {
    from {
      stroke-dasharray: 0 100;
    }
    to {
      stroke-dasharray: var(--porcentaje) 100;
    }
  }
  





img {
    object-fit: cover;
}

.centrar_v {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.centrar_h {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.centrar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

::placeholder {
    color: rgba(255, 255, 255, 0.701);
    /* Cambia el color a tu preferencia */
    font-size: 14px;
    font-family: 'mr';
}



::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-button {
    opacity: 0
}

::-webkit-scrollbar-track {
    opacity: 0
}

::-webkit-scrollbar-track-piece {
    opacity: 0
}

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

::-webkit-scrollbar-corner {
    opacity: 0
}

::-webkit-resizer {
    opacity: 0
}







  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    color: #420202;
  }
  
  .course-name {
    font-weight: bold;
  }
  
  .question-section {
    background-color: #b6b6a6;
    padding: 20px;
    border-radius: 10px;
  }
  
  .question {
    margin-bottom: 30px;
  }
  
  .question h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
  }
  
  .options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  
  .options label {
    display: inline-block;
  }


  .options2 {
    display: flex; /* Usa flexbox */
    justify-content: center; /* Centra los elementos horizontalmente */
    gap: 10px; /* Espaciado entre opciones */
    margin-bottom: 30px;
}

.options2 label {
    display: flex;
    align-items: center;
    gap: 10px; /* Espaciado entre radio y texto */
}
  
  audio,
  video {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .pagination {
    text-align: center;
    margin-top: 20px;
  }
  
  .pagination span {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .preguntas::placeholder {
    color: #420202;
    }

    #escribe::placeholder {
      color: #420202;
      }

    .abiertas::placeholder {
      color: #420202;
      font-size: 12px;
      }

      .inp::placeholder {
        color: #303030;
        font-size: 12px;
        }

    .bt_curso{
        cursor: pointer;
    }