@charset "utf-8";
/* CSS Document */

body {
            font-family: Arial, sans-serif;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px 0;
            margin: 0;
            font-size:15px
        }
        .container {
            background-color: #fff;
            padding: 20px 30px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 700px;
        }
        h2 {
            text-align: center;
            margin-bottom: 20px;
        }
        .form-group {
            margin-bottom: 15px;
        }
        label {
            display: block;
            margin-bottom: 5px;
            font-size:15px;
        }
        input[type="text"],
        input[type="email"],
        select {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }
        .phone-group {
            display: flex;
        }
        .phone-group select {
            width: 30%;
            margin-right: 5px;
        }
        .phone-group input {
            width: 70%;
        }
        .checkbox-group .checkbox-item {
            display: block;
            margin-bottom: 8px;
        }
        .checkbox-group input {
            margin-right: 8px;
        }
        .info {
            font-size: 0.95em;
            color: #666;
            margin-top: 3px;
            margin-bottom: 15px;
        }
        button {
            width: 100%;
            background-color: #F49406;
            color: white;
            padding: 10px;
            border: 1px solid #F49406;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }
        button:hover {
            background-color: #ffffff;
            color: #F49406
        }
        .cabecera img {max-width: 100%; height: auto;}
        .cabecera {margin-bottom:40px}
         .centrado{  font-size:18px;
         display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;}
  
   .titulo {  font-size:16px;}
.container h2 {  font-size:20px; color:#F49406}

/* ===== ESTILOS PARA EL BUSCADOR DE INSTITUCIONES ===== */
        .search-dropdown { position: relative; display: inline-block; width: 100%; }
      
        .dropdown-content {
            display: none; position: absolute; background-color: #f6f6f6; width: 100%;
            border: 1px solid #ddd; z-index: 1; max-height: 200px; overflow-y: auto;
        }
        .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }
        .dropdown-content a:hover { background-color: #f1f1f1; }
        .dropdown-content .no-results {
            padding: 12px 16px; color: #777; font-style: italic; display: none;
        }
        .dropdown-content .no-results span { color: #007bff; text-decoration: underline; cursor: pointer; }
        .show { display: block; }
        #otraInstitucionContainer { display: none; margin-top: 10px; }
        
        .imagen{  max-width: 100%;
  
  }