h1,h2,h3,h4,h5,h6 {font-family: "AbeeZee"}
body {font-family: "AbeeZee"}
    
    
.select-boxes {
    width: 200px;
    text-align: center;
    margin: 10px 0;
}

select {
    background-color: #F5F5F5;
    border: 1px double #15a6c7;
    color: #1d93d1;
    font-family: "AbeeZee", sans-serif;
    font-weight: bold;
    font-size: 14px;
    height: 39px;
    padding: 7px 8px;
    width: 200px; /* Ocupa todo el ancho disponible */
    outline: none;
    margin: 10px 0;
}


select option {
    font-family: "AbeeZee", sans-serif;
    font-size: 14px;
}


  .table-boxes {
    width: 100%;
    max-width: 600px; /* Ajusta según tus necesidades */
    margin: 0 auto; /* Centra horizontalmente */
    text-align: center;
}

  table {
    background-color: #F5F5F5;
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

table td, table th {
    border: 1px solid #15a6c7;
    padding: 10px;
    font-family: "AbeeZee", sans-serif;
    font-size: 14px;
    color: #1d93d1;
}

.table-container {
    overflow-x: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    table td, table th {
        padding: 5px; /* Ajusta según tus necesidades */
    }
}
  
  .left {
    float: left;
    width: 30%;
    padding: 10px;
}
.right {
    float: right;
    width: 200px;
    padding: 10px;
}