.opciones{
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
  }

/* estilo_formulario.css -----------------------------*/



.container {
    display: flex;
    justify-content: space-between;
    padding: 5vh;
    flex-direction: row;
    align-items: center;
    width: 100%;
      font-size: large;
  }
  
  .form-container {
    width: 50%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
      box-sizing: border-box;
  }
  
  .image-container {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .image-top, .image-bottom {
    width: 100%;
    height: 80%;
  }
  
  form {
    max-width: 600px;
    margin: 0 auto;
    font-size: large;
  }
  
  label {
    display: block;
    margin-bottom: 8px;
  }
  
  input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
  }
  
  input[type="file"] {
    margin-bottom: 24px;
  }
  
  .button1 {
    background-color: #07796c;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .button1:hover {
    background-color: #ffbd06;
  }
  
  .file-upload input[type="file"] {
    display: none;
  }
  
  .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
  }
  
  .file-upload input[type="file"]:focus + label {
    border: 2px solid #4CAF50;
  }
  
  

  @media screen and (max-width: 768px) {
    .container {
        font-size: xx-small !important;
        width: 100%;
        margin: auto;
        flex-direction: column;
    }
    .form-container {
      width: 100%;
      border: 1px solid #ccc;
      padding: 20px;
      box-sizing: border-box;
    }

    .opciones {
        font-family: Arial, Helvetica, sans-serif;
        font-size: large !important;
    }


    .opciones-option  {
        /* Estilos para las opciones dentro del select */
        font-size: large !important;
        /* Otros estilos si es necesario */
    }

    .image-container {
      width: 100%;
      padding: 20px;
    }

    .slidec p {
      color: rgb(255, 255, 255);
      width: 100%;
      height: 10%;
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 0.5px;
      display: flex;
      align-items: center;
      justify-content: left;
      margin-top: 50%;
      margin-left: 5%;
      position: absolute;
      font-variant: small-caps !important;
    }
    
    
}
